Size problem after filtering

1 vue (au cours des 30 derniers jours)
Anonyme Anonyme
Anonyme Anonyme le 11 Mai 2015
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,

Réponse acceptée

Thomas Koelen
Thomas Koelen le 11 Mai 2015
Modifié(e) : Thomas Koelen le 11 Mai 2015
This happens because it only samples at the size of the NFFT. You could resample your data with the
resample
function.

Plus de réponses (1)

Anonyme Anonyme
Anonyme Anonyme le 11 Mai 2015
I will try by this method.

Community Treasure Hunt

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

Start Hunting!

Translated by