applying the Parsen Window using a specific frequency for the width estimation
Show older comments
Hello, I would like to estimate Parsen window of 0.1Hz This value is used to smooth the Fourier Amplitude. However, I realized that it provides a higher smoothing effect that can alter the amplitudes compared to the unmoothed FAS of the signal (attached as txt file). I found out the following to estimate the Parsen window: signal=load(signal.txt); window_width_Parsen=0.1; % 0.1Hz suggested that does not alter the amplitudes compared to the unmoothed FAS fs: 200 % Sample frequency of the signal and the FAS w_Parsen=(1/window_width_Parsen)*fs; w_Parsen=round(w_Parsen,0);
Accepted Answer
More Answers (0)
Categories
Find more on Smoothing and Denoising in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!