How to decide on Window function parameters while finding Transfer function using Tfestimate function
Mostrar comentarios más antiguos
Hello Everyone,
N = 204800;
Fs = 200;
NFFT = [32768, 131072];
[Txy,F]=tfestimate(input,output,hann(X),nooverlaps,NFFT,Fs);
as a part of my thesis work, i have to find a tranfer function between an input signal and output signal. I am using tfestimate function to do this. As the input signal is aperiodic, inorder to find FFT, i am using a Hanning window with nooverlaps to avoid the leakage effects. The inout signal duration is 1000 sec, sampling frequency is 200Hz, i have in total N= 204800 samples in time domain. I am finding it really difficult to decide upon the window parameters to get a good amplitude accuracy, and reasonably good frequnecy resolution.I have tried with a few configurations of window parameters, but could not figure out which is best suited for my case and which one i have to believe to be correct. I have attached a picture which shows the transfer function for different window paramaters and NFFT. My doubt is should we define window parameters based on the number of samples in time domain (N) or based on the NFFT that we take for FFT calculation. What does hann(X) mean, is X = number of segments (windows) in to which the signal is divided or Length of each segment(window). Please help me with this. Thanks in advance.

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Signal Operations 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!