搜索资源列表
GP_Algorithm_luzhenbo
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Alg
averageperiodfft
- 平均周期法计算 fft的结果,Bartlett平均周期图的方法是将N点的有限长序列x(n)分段求周期图再平均,Welch法对Bartlett法进行了两方面的修正,一是选择适当的窗函数w(n),并再周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
Periodogram-powe
- 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
p_classical
- 经典的功率谱估计,平均周期图法实现,已经加上了详细的注释-Classical power spectrum estimation, the average periodogram implementation, has added a detailed comment
FFTcircle
- 应用FFT方法计算时间序列平均周期的源码。不是很复杂,不过效果比较好。可供参考-Application of FFT calculated the average cycle time of the source sequence. Not very complicated, but the effect is better. For reference
pingjunzhouqitu
- 利用平均周期图法的进行功率谱估计,得到信号的频谱幅度。-Use the average periodogram method for power spectrum estimation, be the signal amplitude spectrum.
Psd_091024I
- Welch法功率谱密度 Psd自功率谱 是用改进的平均周期图法来求随机信号的自功率谱估计 采用信号重叠分段,加窗函数和fft算法等计算一个信号的自功率谱估计(PSD)-Welch法功率谱密度 Psd自功率谱 是用改进的平均周期图法来求随机信号的自功率谱估计 采用信号重叠分段,加窗函数和fft算法等计算一个信号的自功率谱估计(PSD)
fftcircle
- 一个MATLAB的快速付立叶程序,fft计算平均周期-A fast Fourier MATLAB program, fft calculation of the average cycle
gaussian_filter
- 详细说明:1. 利用自相关函数法和周期图法实现随机信号的功率谱估计。 2. 观察数据长度、自相关序列长度、信噪比、窗函数、平均次数等对谱估计的分辨率、稳定性、主瓣宽度和旁瓣效应的影响。 --1. The use of auto-correlation function method and cycle map Method random signal power spectrum estimation. 2. Observation data length, the length of auto
bartlett-psd
- 本程序利用平均周期图法(bartlett法)对信号进行功率谱估计,指定输入响应信号,根据实际情况调整参数,输出功率谱图-The program uses the average periodogram method (bartlett method) on the signal power spectrum estimation, specify the input response signal, adjust the parameters according to actual situat
bartlettgonglvpu
- 对心音信号实现平均周期图法功率谱估计的matlab程序-PSD bartlett matlab
average-period-of-chaos
- 混沌理论学习资料-混沌时间序列的平均周期计算方法-Chaos theory learning materials- the average period of chaotic time series is calculated
welch
- Welch法功率谱密度估计 改进的平均周期图法来求取随机信号功率谱密度估计的Welch法。-Welch method of power spectral density estimates to improve the average periodogram to strike a random signal power spectral density estimation method of Welch.
clean
- 研究上课所讲谱分析方法,利用实验验证书中的结论,掌握各种谱分析方法,学会实验设计和实验结果分析。 所应用到的谱分析方法,包括: 1) 非参数化方法:周期图(直接法)、BT法(间接法),Welch平均周期图法 2) 参数化方法: RELAX、Capon 3) 空间谱估计:常见的DOA方法(Capon) -Experimental Objective: To study methods of spectral analysis class talking about the us
relax
- 研究上课所讲谱分析方法,利用实验验证书中的结论,掌握各种谱分析方法,学会实验设计和实验结果分析。 实验内容: 所应用到的谱分析方法,包括: 1) 非参数化方法:周期图(直接法)、BT法(间接法),Welch平均周期图法 2) 参数化方法: RELAX、Capon 3) 空间谱估计:常见的DOA方法(Capon) -Experimental Objective: To study methods of spectral analysis class talking abou
Calc_Hurst
- Hurst指数的计算,应用于非周期时间序列的平均周期计算-Calculate Hurst Exponent
diff_all_method
- 功率谱估计方法比较,方法包括:自相关法、加窗平滑法、平均周期图法、Welch-failed to translate
fft
- 使用快速FFT求序列平均周期.输入时间序列,返回快速傅里叶变换FFT计算出的序列平均周期。求混沌序列最大Lyapunov指数时,要求序列平均周期。-Fast FFT request sequence the average cycle
assignment
- 平稳随机信号(离散信号)的谱分析,周期图法以及Bartlett平均周期图法等方法及其之间的比较-Stationary random signal (discrete signal) spectral analysis, the average periodogram and the Bartlett periodogram method and other methods of comparison between
fft
- 混沌时间序列算法中进行FFT变换程序,求解平均周期及功率谱。-Chaotic time series algorithm the FFT transform procedure for solving the average cycle power spectrum.