contents


continuous-time

  • the physical world is assumed to be continuous-time
    • analog is continuous-time
  • the computer world is discrete-time

continuous-time-conversion

fig: continuous-time world vs. discrete-time world metaphor

analog world

  • calculus
  • distributions
  • systems theory
  • electronics

  • mathematical parallel:
    • real-values time: t (sec)
    • functions: x(t)L2(R)
    • frequency: ΩR(radsec)
      • unlimited, not bound
    • fourier-transform: L2(R)L2(R)

discrete world

  • arithmetic
  • combinatorics
  • computer science
  • dsp

  • mathematical parallel:
    • countable integer index: n
    • sequences: x[n]2(Z)
    • frequency: ω[π,π]
      • bounded
    • dtft: 2(Z)L2([π,π])

analog-analog conversions

  • dsp is used for analog-analog transform with intermediate digital processing
  • example:
    • mp3
    • digital photography
  • process input x(t) and output y(t) are both continuous-time
  • process intermediate processing in on discrete sequences x[n],y[n]
  • usually a storage, transport and reproduction process

digital-analog conversions

  • there can be conversion from discrete-time to analog-time done with dsp
  • examples:
    • computer graphics
    • video games
  • process input x[n] is discrete-time
  • process output y(t) is continuous-time
  • intermediate processing in on discrete sequences x[n],y[n]

  • usually a synthesis process

analog-digital conversions

  • there can be conversion from discrete-time to analog-time done with dsp
  • examples:
    • control systems
    • measurement systems
    • surveillance applications
  • process input x(t) is continuous-time
  • process output y[n] is discrete-time
  • intermediate processing in on discrete sequences x[n],y[n]

  • usually a monitoring and reactive process

conversion cycle

continuous-time-conversion

fig: x(t) - continuous-time; x[n] - discrete-time

continuous-time dsp

  • time: real variable t
  • signal x(t) - complex function of a real variable
  • finite energy: x(t)L2(R)
  • inner product in L2(R) x(t),y(t)=x(t)y(t)dt
  • energy: ||x(t)||2=x(t),x(t)
  • fourier-transform: L2(R)L2(R)
analog LTI filters

analog-LTI-filter

fig: block diagram of an analog LTI

  • these are the analog parallel of discrete LTI filters

  • here, y(t)=(xh)(t)=h(tτ),x(τ)=x(τ)h(tτ)dτ

continuous-time fourier transform (CTFT)
  • in discrete-time max angular frequency is ±π
  • in continuous-time no upper bound to frequency ωR
  • however, the concept of breaking a function down into component sines is still the same forward fourier-transformX(jΩ)=x(t)ejΩtdtnot periodicinverse fourier-transformx(t)=12πX(jΩ)ejΩtdΩ
real-world frequency
  • Ω is expressed in rads
  • F=Ω2π expressed in Hertz (1s)
  • period T=1F=2πω
example

analog-gaussian-signal

fig: gaussian signal (analog)

  • the fourier transform of above gaussian signal as a bell shaped magnitude curve
    • rescaled appropriately

analog-gaussian-fourier-trans-mag

fig: gaussian signal fourier transform magnitude

continuous-time convolution
  • for following filter action

analog-LTI-filter

fig: block diagram of an analog LTI

  • the filter output fourier transform is scaling the input fourier transform with the frequency response of the filter
    • frequency response is nothing but the fourier transform of the filter impulse response

Y(jΩ)=X(jΩ)H(jΩ)

bandlimited functions

  • ΩN-bandlimitedness X(jΩ)=0 for |Ω|>ΩN

example - continuous-time fourier transform

  • a bandlimited rect function

continuous-time-bandlimited-function

fig: prototypical bandlimited function

fourier transfer

Φ(jΩ)=G rect(Ω2ΩN) φ(t)=G 12πϕ(jΩ)ejΩtdΩ=GΩNπsinc(ΩNπt)

  • normalization: G=πΩN
  • total bandwidth: ΩB=2πΩN
  • define: Ts=2πΩB=πΩN

continuous-time-bandlimited-function

fig: prototypical bandlimited function

  • with define substitutions Φ(jΩ)=πΩN rect(Ω2ΩN) φ(t)=sinc(tTs)

continuous-time-bandlimited-function-with-substitution

fig: prototypical bandlimited function with substitution

continuous-time-bandlimited-function-fourier-transform

fig: fourier transform of prototypical bandlimited function


references