作者foreverloveu (keep smile)
看板MATLAB
标题[讨论] 关於类比与离散讯号的疑问
时间Sun Dec 18 11:10:52 2011
假如输入讯号为32768个点数,fs=16000Hz
输入讯号为x(t)=cos(2*pi*f*t)
t=(1:32768)/fs
t=nT
x[n]=cos(2*pi*f*nT)
T=1/fs
是否代表
x[n]还是连续的讯号?
plot(t,x)出来的图是连续讯号
而
stem(t,x)出来的图才是代表离散?
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 115.43.150.49