This is a free preview. For full access
Sampling
Impulse-Train Sampling and Zero-Order Hold
Description
Impulse-train sampling and zero-order hold are two key steps in digital signal processing. Together, they show how a continuous-time signal can be turned into samples and then built back into a continuous-looking waveform.
Impulse-train sampling uses a periodic impulse train. This train is a seri...
Show More
Transcript
使用冲激串采样,随后采用零阶保持法,对连续时间信号进行采样。
脉冲序列采样使用周期性脉冲序列,即一系列以采样周期的倍数间隔分布的δ函数。
当连续时间信号与脉冲串相乘时,会在采样点处产生幅度等于信号值的脉冲。
在频域中,采样会导致原始信号的频谱与脉冲序列的频谱发生卷积。
脉冲序列的频谱包含信号频谱的平移副本,这些副本以采样频率的整数倍为间隔分布。
这种卷积产生一个周期性函数,其采样频谱具有平移的副本,并按采样周期的倒数进行缩放。
零阶保持法将每个采样值保持恒定,直至下一个采样周期,从而生成一个分段常值信号。
该分段常数信号经过一个具有矩形脉冲响应的系统处理,产生一个稳定的输出。
Show More