文件名称:amp-latency-AR-test
-
所属分类:
- 标签属性:
- 上传时间:2014-03-04
-
文件大小:587byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Burg算法功率谱估计,采样点数nfft不会影响MAX值和位置.
s=data22(6,:)
s=s(50:150)
nfft=2048
fs=500 EEG
[px1,f1]=pburg(s,6,nfft,fs) figure
plot(f1,px1) title( CI——Burg算法功率谱估计 )
xlabel( Frequency(Hz) ) ylabel( Power )
IndMax=find(diff(sign(diff(px1)))<0)+1
MAX=px1(IndMax)
loc=f1(IndMax)
figure plot(f1,px1) title( CI——Burg算法功率谱估计 )
xlabel( Frequency(Hz) ) ylabel( Power )
hold on plot(loc(1),MAX(1), * )
hold on plot(loc(2),MAX(2), * )
hold on plot(loc(3),MAX(3), * )
- Burg algorithm for power spectrum estimation, sampling points nfft MAX value and does not affect the position of s = data22 (6, :) . S = s (50:150) nfft = 2048 fs = 500 EEG [px1, f1] = pburg (s, 6, nfft, fs) figure plot (f1, px1) title (' CI- Burg algorithm for power spectral estimation' ) xlabel (' Frequency (Hz)' ) ylabel (' Power' ) IndMax = find (diff (sign (diff (px1))) < 0)+1 MAX = px1 (IndMax) loc = f1 (IndMax) figure plot (f1, px1) title (' CI- Burg algorithm for power spectral estimation ' ) xlabel (' Frequency (Hz) ' ) ylabel (' Power ' ) hold on plot (loc (1), MAX (1),' * ' ) hold on plot ( loc (2), MAX (2), ' *' ) hold on plot (loc (3), MAX (3), ' *' )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
amp latency AR test.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.