Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Short-time signal analysis and reconstruction

조회 수: 1 (최근 30일)
Loren Patena
Loren Patena 2020년 5월 19일
마감: John D'Errico 2020년 5월 19일
Given an array of signal frames x wherein each row of x corrresponds to a signal frame, how can I perform this one on matlab:
For each frame(row):
-read the frame
-do FFT using fftshift(fft())
-calculate the spectral magnitude
-do the ifft
-get real part of ifft
-concatenate with the real parts of the previous frame to create a single reconstructed signal vector

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by