How to rapresent a signal and filter it?

1 回表示 (過去 30 日間)
Andrea Orlandini
Andrea Orlandini 2018 年 3 月 15 日
回答済み: Abhishek Ballaney 2018 年 3 月 15 日
I have a signal vector x, associated with a time vector t. I want to: ( 1 ) do the FFT and rapresent the resulting vector FFT versus the frequency; ( 2 ) filter the frequency with a highpass filter F(omega) = (omega/threshold) ./ sqrt(1+(omega/threshold).^2 ), and display in the same plot as before the filtered FFT; ( 3 ) reconstruct the signal from the filtered FFT. I searched in the whole internet but everyone is telling a different code, and nobody is telling WHY the code is written like that. Could you help me? Thanks a lot.

回答 (1 件)

Abhishek Ballaney
Abhishek Ballaney 2018 年 3 月 15 日
https://in.mathworks.com/help/matlab/ref/fft.html

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by