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