What is the difference between a continuous signal and a discrete signal?

Answer:
A continuous signal is one that is measured over a time axis and has a value defined at every instance. The real world is continuous (ie. analog). A discrete signal is one that is defined at integers, and thus is undefined in between samples (digital is an example of a discrete signal, but discrete does not have to imply digital). Instead of a time axis, a discrete signal is gathered over a sampling axis. Discrete signals are usually denoted by x[k] or x[n], a continuous signal is x(t) for example. Laplace transforms are used for continuous analysis, Z-transforms are used for discrete analysis. Fourier transforms can be used for either.
First answer by Synbios. Last edit by Synbios. Contributor trust: 4 [recommend contributor recommended]. Question popularity: 2 [recommend question].