资源简介
Petre Stoica著现代信号谱分析一书的参考程序

代码片段和文件信息
function phi=bartlettse(yML)
%
% The Bartlett method of spectra estimation.
%
% phi=bartlettse(yML);
%
% y -> the data vector
% M -> the length of subsequences of y
% L -> the number of psd samples
%
% phi <- spectral estimates at L frequencies w=0 2*pi/L ... 2*pi(L-1)/L
% Copyright 1996 by R. Moses
% check the lenth M
N=length(y);
if (M>N)
error(‘M is greater than the data length.‘);
return
end
phi=welchse(yones(M1)ML); % bartlett is a special case of welch.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 528 1997-04-18 13:45 sm-matlab-2ed\ch2\bartlettse.m
文件 931 1997-05-12 16:36 sm-matlab-2ed\ch2\btse.m
文件 482 1997-04-18 13:45 sm-matlab-2ed\ch2\correlogramse.m
文件 684 1997-04-18 13:45 sm-matlab-2ed\ch2\daniellse.m
文件 858 1997-04-18 13:45 sm-matlab-2ed\ch2\periodogramse.m
文件 1042 1997-04-18 13:45 sm-matlab-2ed\ch2\welchse.m
文件 619 1997-04-18 13:45 sm-matlab-2ed\ch3\argamse.m
文件 1091 2005-09-06 11:02 sm-matlab-2ed\ch3\armaorder.m
文件 954 1997-04-18 13:45 sm-matlab-2ed\ch3\lsar.m
文件 1040 1997-04-18 13:45 sm-matlab-2ed\ch3\lsarma.m
文件 1669 1997-04-18 13:45 sm-matlab-2ed\ch3\mywarma.m
文件 854 1997-04-18 13:45 sm-matlab-2ed\ch3\yulewalker.m
文件 761 2005-09-06 11:50 sm-matlab-2ed\ch4\esprit.m
文件 1058 1997-04-18 13:45 sm-matlab-2ed\ch4\hoyw.m
文件 1076 1997-04-18 13:45 sm-matlab-2ed\ch4\minnorm.m
文件 1423 2005-09-06 12:11 sm-matlab-2ed\ch4\music.m
文件 1277 2003-10-10 17:01 sm-matlab-2ed\ch4\sinorder.m
文件 686 1997-04-18 13:45 sm-matlab-2ed\ch5\capon.m
文件 516 1997-04-18 13:45 sm-matlab-2ed\ch5\rfb.m
文件 805 2005-07-08 12:35 sm-matlab-2ed\ch5\slepian.m
文件 603 1997-04-18 13:45 sm-matlab-2ed\ch6\beamform.m
文件 607 1997-04-18 13:45 sm-matlab-2ed\ch6\capon_sp.m
文件 551 1997-04-18 13:45 sm-matlab-2ed\ch6\esprit_doa.m
文件 973 2005-07-08 17:44 sm-matlab-2ed\ch6\root_music_doa.m
文件 938 2005-07-08 14:57 sm-matlab-2ed\ch6\root_music_doa_old.m
文件 789 2005-07-08 16:45 sm-matlab-2ed\ch6\uladata.m
文件 2814 1997-04-18 13:45 sm-matlab-2ed\data\lynxdata.mat
文件 393303 1997-04-18 13:45 sm-matlab-2ed\data\submarine.mat
文件 20122 2005-08-29 11:20 sm-matlab-2ed\data\sunspot.m
文件 2664 2005-08-29 11:21 sm-matlab-2ed\data\sunspotdata.mat
............此处省略16个文件信息
- 上一篇:ANSYS 14.5 破解软件-MAGNiTUDE
- 下一篇:自然辩证与人工智能
相关资源
- 编程实现二维DCT变换
- 图像二值化
- 用FFT对信号进行频谱分析
- Tone-Reservation
- QGA 量子遗传算法
- 差分形式的阻滞增长模型
- 遗传算法的M文件
- 简单二阶互联系统的非线性动力学分
- 用FFT进行频谱分析
- 手写数字识别-模板匹配法
- Stock_Watson_动态因子分析模型
- 果蝇优化算法优化支持向量回归程序
- 自己做的一个简单GUI扑克纸牌识别-
- 近红外光谱分析技术的应用及其局限
- multi output SVR
- AR过程的线性建模过程与各种功率谱估
- PCNN TOOLBOX
- plstoolbox.zip
- 中国国家基础地理信息系统GIS数据
- 粒子群微电网优化调度
- 矩阵分析-经典教材-中文版-Roger.A.Ho
- 压缩感知TwIST
- 基于最小错误率的贝叶斯手写数字分
- 最全系统辨识源代码,包括多种最小
- 利用Excel进行时间序列的谱分析
- 现代信号谱分析(Stoica)177923
- 导弹制导实验
- 画跟踪精确度图的程序.zip
- 重力场大地水准面及重力异常阶次误
- prtools5.2.3工具包
评论
共有 条评论