搜索资源列表
matlab周期图法
- 几种周期图法的实现
随机信号功率谱分析
- 理解随机信号功率谱分析原理和方法。 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -understanding of random signal power spectrum analysis principles and
松斋 经典功率谱估计
- 接法又称周期图法,它是把随机序列x(n)的N个观测数据视为一能量有限的序列,直接计算x(n)的离散傅立叶变换,得X(k),然后再取其幅值的平方,并除以N,作为序列x(n)真实功率谱的估计。 -Connection also known as cycle map, it is random sequence x (n) N observational data as a sequence of limited energy, dire
matlabdsp
- 1. 利用自相关函数法和周期图法实现随机信号的功率谱估计。 2. 观察数据长度、自相关序列长度、信噪比、窗函数、平均次数等对谱估计的分辨率、稳定性、主瓣宽度和旁瓣效应的影响。 -1. The use of auto-correlation function method and cycle map Method random signal power spectrum estimation. 2. Observation dat
periodogram
- 本程序是功率谱密度的仿真比较,关于三个信号源的具体情况参见《现代数字信号处理导论》上册,P202,习题5。 实验方法:周期图法、自相关法和协方差法。 -this procedure is the power spectral density of the simulation, 3 signal source on the specific circumstances, see the "modern digital
gonglvpumatlab
- 功率谱估计matlab防真程序 从介绍功率谱的估计原理入手,分析了经典谱估计和现代谱估计两类估计方法的原理、各自特点及在Matlab中的实现方法率谱估计 周期图法 AR参数法-power spectrum estimation procedures Matlab defense from introducing real power spectrum estimation principle start, Analysis of the
pm_estimate
- 利用周期图法对序列的功率谱进行估计。数据窗采用汉明窗。假设在白噪声中分辨这三个不同频率的正弦信号,其相位是均匀分布在2PI的独立随机变量,而 是一个单位白噪声.生成50个长度为N=512的 的样本序列集合。 -use map cycle sequencing method of the power spectrum estimation. Data window using Hamming window. Assume that t
period2
- 自己编的周期图法谱估计,对初学者有所帮助,内还有一本书可供参考-own series of the Periodic Table spectral estimation, for beginners is helpful, there are still a book for reference
SPECTRUM_LMS
- 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.
power_spectrum_estimation
- 功率普估计,周期图法,burg法,levenson法-power, the cycle map, burg, France levenson
period
- 近代信号处理中周期图法功率谱估计的MATLAB源码,简单但经典的算法。-Modern Signal Processing periodogram power spectral estimate of MATLAB source code, simple but classic algorithms.
BTAlgorithm
- 近代信号处理功率谱估计的BT算法,周期图法的改进算法,可用于参考。-Modern signal processing power spectrum estimate of BT algorithms, periodogram of the improved algorithm can be used for reference.
periodogram
- 平均周期图法 重叠和不重叠分段 功率谱估计-Average periodogram overlapping and non-overlapping sub-power spectrum estimation
powerp
- 关于功率谱估计的,周期图法,自相关法,bartlett法和welch法,还有一个复倒谱估计的代码-On the power spectrum estimation, periodogram, since the relevant law, bartlett law and Welch law, there is a Complex Cepstrum estimated code
T-est
- 分别使用周期图法以及改进的周期法实现谱估计-Using periodogram and improved method to achieve spectrum estimation cycle
sample5
- 不重叠加窗和重叠加窗周期图法得到的功率谱曲线-Non-overlapping windowed and overlapping windowed periodogram power spectral curve obtained
p_classical
- 经典的功率谱估计,平均周期图法实现,已经加上了详细的注释-Classical power spectrum estimation, the average periodogram implementation, has added a detailed comment
PSD_zqt
- 周期图法进行功率谱估计的函数,配套张旭东的课本习题-Periodogram power spectrum estimate of function, supporting the Textbook Exercise Zhang
glp
- 计算太阳黑子的活动周期,分别利用周期图法,Lenvinson-Durbin法和Burg法求得其功率谱,并画出曲线,观察得到活动周期-Calculation of sunspot activity cycle, namely the use of periodogram, Lenvinson-Durbin and Burg obtained the power spectrum, and draw curve, observation c
周期图法
- 数字信号处理中经典谱估计的周期图法的MATLAB程序代码(Periodogram method for classical spectral estimation in digital signal processing)