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 CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by