搜索资源列表
随机信号功率谱分析
- 理解随机信号功率谱分析原理和方法。 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -understanding of random signal power spectrum analysis principles and methods. (1) generate signals
burg.rar
- burg算法求功率谱,用matlab实现,其中用到了arburg和pburg等函数,burg algorithm for power spectrum, with the realization of matlab, which uses a function such as arburg and pburg
Periodogram-powe
- 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
esprit
- ESPRIT算法的经典功率谱估计程序,已运算过,下载即可使用-ESPRIT algorithm is the classic power spectrum estimation procedures have been operational before, you can use to download
spctrm
- c++编写的功率谱密度函数算法,实现了动态读取文件功能,小数据量分批处理,占用内存小。内附计算实例。-c++ the preparation of the power spectral density function algorithms, read the document to achieve a dynamic function, batch processing of small amounts of data, small memory. Containing a calculati
memcof
- 最大熵法实现功率谱估计,内附算法实例及数据结果。-Maximum entropy power spectrum estimation method, containing the results of algorithm and data examples.
psd1ar
- 功率谱估计,多种方法,近似算法都有,值得参考-Power spectrum estimation, a number of ways, both approximate algorithm, it is also useful
L_D
- 用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。-
wavelet_power_spectral
- 基于小波变换的功率谱估计MATLAB仿真代码,包括小波变换的基本原理实现,mallat算法的实现,经典功率谱和现代功率谱估计的主要方法仿真比较。-Based on wavelet transform power spectrum estimation MATLAB simulation code, including the basic principles of wavelet transform to achieve, mallat Algorithm, classic and modern
correlation_psd
- 这是一个关于自相关算法及功率谱的仿真的源代码,可以供matlab初学者学习,以便今后在做相关研究中有所帮助。-This is the one on self-correlation algorithm and power spectrum of the simulation source code can be used for matlab beginners to learn to do research in the future help.
Psd_091024I
- Welch法功率谱密度 Psd自功率谱 是用改进的平均周期图法来求随机信号的自功率谱估计 采用信号重叠分段,加窗函数和fft算法等计算一个信号的自功率谱估计(PSD)-Welch法功率谱密度 Psd自功率谱 是用改进的平均周期图法来求随机信号的自功率谱估计 采用信号重叠分段,加窗函数和fft算法等计算一个信号的自功率谱估计(PSD)
Welch
- 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力,进行实验仿真,比较不同的窗函数,不同的数据长度对Welch法谱估计质量的影响,并分析了造成这些影响的原因。-The paper mainly introduces the principles of Periodogram method of classical PSD estimation,analyzes the deficiency of Perio
music
- music算法仿真程序对两个叠加在一起的信号进行功率谱估计-music algorithm simulation program to two superimposed signals with power spectrum estimation
gonglvpuguji
- 自己编写的信号功率谱算法,包括周期图法,BT法,AR参数L-D法,music,root-music,esprit。-I have written of the signal power spectrum algorithm, including the periodogram, BT France, AR parameters LD law, music, root-music, esprit.
fft-conveid-by-c
- 用c程序实现fft算法,代码简单,在编写程序时可以当做子函数来调用,比如用c编写功率谱算法时可以调用该算法,简单易懂-Fft algorithm with c program, code, programming can be used as subroutines to call, such as power spectrum algorithm is written using c can call the algorithm is simple to understand
PSD
- 几种经典的功率谱算法,包括BT法,周期法,welch法,Barttlet法。-some classical alagroam about power-estimation such as BT,period,welch,Barttlet
imf求功率谱
- 运用imf方法求信号的功率谱,可以直接带入信号直接运行即可!
gonglvpu
- 信号的功率谱算法程序,包括巴特沃斯,直接法,间接法等多种算法,可以直接求出信号的功率谱图,matlab编程-Signal power spectrum algorithm program, including a variety of algorithms Butterworth, direct, indirect method, etc., can be directly obtained signal power spectrum, matlab programming
mar
- 用协方差方法估计AR模型参数,进而实现功率谱估计,()
welch算法实例
- 用matlab中的welch分析加速度功率谱密度(a example of matlab fwelch function)