variance equation of a white noise
Mostra commenti meno recenti
Hi everyone,
I hope someone can answer this difficult question for me:
I am trying to implement a STFT transform algorithm on a noisy speech. I read a white noise wave and after preforming the STFT, I called D. Now, I need to solve this equation in matlab:
λd(k) = E{|Dk|^2}
I searched the net and found that this E is the variance function in matlab. But how do I calculate this function? Do I just take average of my D matrix and then square it and then subtract the kth element from it? or do I take the average and subtract the kth element squared?
Please help!!!
1 Commento
Star Strider
il 22 Nov 2014
What are ‘d(k)’ and ‘Dk’? How do they relate to each other?
What are you solving for?
Risposta accettata
Più risposte (1)
Youssef Khmou
il 22 Nov 2014
you can program E or use var function,
%var(x,0)
%var(x,1)
Categorie
Scopri di più su Short-Time Fourier Transform in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!