Size problem after filtering
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have filtered my signal of size (n), with a filter of size (NFFT). After filtering, my new signal have a length of NFFT. Is it possible to recover the initial length (by downsampling or resampling) ?
Thank you,
0 个评论
采纳的回答
Thomas Koelen
2015-5-11
编辑:Thomas Koelen
2015-5-11
This happens because it only samples at the size of the NFFT. You could resample your data with the
resample
function.
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!