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,

 Respuesta aceptada

Thomas Koelen
Thomas Koelen el 11 de Mayo de 2015
Editada: Thomas Koelen el 11 de Mayo de 2015

0 votos

This happens because it only samples at the size of the NFFT. You could resample your data with the
resample
function.

Más respuestas (1)

Preguntada:

el 11 de Mayo de 2015

Respondida:

el 11 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by