What is the effect of data gaps in obtaining power spectral density using periodogram?? please help
4 次查看(过去 30 天)
显示 更早的评论
Dear all I have computed power spectral density using periodogram of my time series data. But there is data gaps in the time series, how periodogram takes account of the data gaps...pleas help me
采纳的回答
Image Analyst
2014-10-24
As you know, multiplication in the time domain is convolution in the spectral domain. Gaps in the data is like having a bunch of rects multiplied by continuous data. And the Fourier Transform of a rect is a sinc function. But you have a bunch of rects if you have a bunch of gaps. Because the Fourier Transform is a linear system F(A+B) = F(A) + F(B). So a bunch of rects is a bunch of sincs summed together in the Fourier (spectral) domain. So it would be like you have a pattern of sincs convolved with your spectrum. Now depending on the spacing and location of these gaps, the spectrum might look not much different, or it may have some ripples on it due to the convolution with the ripply sinc function. Does all that make sense or does it sound like gibberish? If gibberish, here are some tutorials to increase your knowledge and understanding:
Also look up MATLAB demos and webinars where they talk about spectral analysis and the pwelch() function (in the Signal Processing Toolbox) - they just held one a couple of weeks ago. http://www.mathworks.com/searchresults/?q=spectral&q1=spectral&q2=&q3=¬q=&c[]=webinars
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!