applying the Parsen Window using a specific frequency for the width estimation
Mostrar comentarios más antiguos
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);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Smoothing and Denoising en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!