- 1、本文档共11页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
分段平均周期图法
Power spectrum estimation Random signal is unlimited in time,and infinited in sample.Therefore,the energy of random signal is infinite,it is a power signal. The power signal does not meet the conditions of absolute integrable of Fourier transform. Strictly speaking,its Fourier transform does not exist. Analysis of random signals in the frequency domain,it is no longer a simple spectrum, but the power spectrum. Power spectrum estimation is using of finite data to estimate the power spectrum of signal,it is widely used in radar, sonar, communications, geological exploration, astronomy, biomedical engineering and other fields. Averaged Periodogram The method of Average Periodogram is divided a longer data sequence of random signal x (n) into m segments.Then using the Fourier analysis to transform them section by section.Finally, Periodogram averaging. The signal sequence x (n), n = 0,1, ..., N-1, is divided into K small non-overlapping segments, each of small non-overlapping segments has L samples, then K * L = N.To subdivide the existing record data : Using two methods of averaged periodogram to estimate power spectral density of signals.f1=50Hz,f2=120Hz, w(t) is Gaussian white noise,Sampling frequency Fs=1000Hz,Signal length N=1024. clf;Fs=1000; %segmented non-overlapping method N=1024;Nsec=256;n=0:N-1;t=n/Fs; randn(state,0); xn=sin(2*pi*50*t)+2*sin(2*pi*120*t)+randn(1,N); pxx1=abs(fft(xn(1:256),Nsec).^2)/Nsec; pxx2=abs(fft(xn(257:512),Nsec).^2)/Nsec; pxx3=abs(fft(xn(515:768),Nsec).^2)/Nsec; pxx4=abs(fft(xn(769:1024),Nsec).^2)/Nsec; Pxx=10*log10((pxx1+pxx2+pxx3+pxx4)/4); f=(0:length(Pxx)-1)*Fs/length(Pxx); subplot(2,1,1),plot(f(1:Nsec/2),Pxx(1:Nsec/2)); xlabel(Frequency/Hz);ylabel(Power spectrum /dB); title(averaged periodogram(non-overlapping) N=4*256); grid on %segmented overlapping method pxx1=abs(fft(xn(1:256),Nsec).^2)/Nsec; pxx2=abs(fft(xn(129:384),Nsec).^2)/Nsec; pxx3=abs(fft(xn(257:512),Nsec).^2)/Nsec; pxx4=abs(fft(xn(385:640),Ns
您可能关注的文档
最近下载
- 2024.10政法干警锻造新时代政法铁军专题研讨班发言材料(5篇).docx VIP
- 医疗器械出库复核程序.docx
- 董责险-PPT_可编辑.ppt VIP
- 后勤岗位竞聘演讲稿PPT.pptx
- 历年华二自招考试数学试卷汇编(共5套,附答案).pdf
- 高州风土人情资料.ppt
- 食品加工技术专业及农产品加工类专业群建设项目.pdf
- 高一英语必修一单元精练Unit 3 Family Matters 重点单词变形词组短语句型(外研版2019).pdf VIP
- 英汉语言对比(华中科技大学)中国大学MOOC慕课 客观题题库答案.docx
- 《回弹法检测水泥基灌浆材料抗压强度技术规程》标准全文.docx VIP
文档评论(0)