zero padding and fft
显示 更早的评论
Hello,
I have limited knowledge of matlab and ι would like your help...
I have a 2x2624 matrix and I want to isolate a part of the signal(for example (13 14.5 -0.08 0.08), then i want to zero pad before and after this area and perform fft to this part.Finally,make its length equal to 2048.
e.g. the data are
fs=100; % sampling rate
F=10; %frequency
N=1000; %signal with N samples
t= 0.00:0.01:26.23;
x=[my matrix!!!!!]
It would be a great help if anyone has any idea Thanks
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!