APS 非重点复习课程之数字信号处理
Signal
Sampling: sensor→A/D
Digital signal VS analog signal
analog: both X Y are contiguous. digital: both are discrete.
Basic Operations on Digital Signal
addition, multiplication, time shifting(delay), reversing(反折), stretching(拉伸)
difference(差分):
accumulation(累加)
⚠️Convolution(卷积,非常重要):
- commutative 交换律
- associative 结合律
- distributive 分配律
Circular convolution:
length of results of convolution between x[n] and h[k]: n+k-1.
Signal Types
pulse signal:
step signal: ,
sine and cosine signal.
Signaling System
LTI
aka Linear Time Invariant System
accumulator is a typical LTI.
median filter is not LTI.
Fourier Transform
aka fourier transform
FT type | object |
---|---|
Fourier Transform | non-periodic, contiguous |
Fourier Series | periodic, contiguous |
Discrete Time Fourier Transform | non-periodic, discrete |
Discrete Fourier Series | periodic, discrete |
DTFT:
DFS:
Inverse DFS:
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment