Size problem after filtering

2 ビュー (過去 30 日間)
Anonyme Anonyme
Anonyme Anonyme 2015 年 5 月 11 日
回答済み: Anonyme Anonyme 2015 年 5 月 11 日
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,

採用された回答

Thomas Koelen
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.

その他の回答 (1 件)

Anonyme Anonyme
Anonyme Anonyme 2015 年 5 月 11 日
I will try by this method.

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by