搜索资源列表
用Welch法进行功率谱估计
- 考虑L的三个不同值:L=256(3个数据段),L=128(7个数据段)和L=64(15个数据段)。各自的谱估计图如上图所示。可以明显的看到,加窗明显的减小了频谱上的假谱峰,但也更加进一步平滑了谱峰。所以,对于L=64的情况,在ω=0.8π的谱线可以很确定的辨认,但是那两个靠近的谱峰不容易区分。对于L=128的情况,这种情况提供了在分离和检测间最好的均衡。当然,对于在L=256时的情况,效果是更好的,能够从谱估计图上明显的分辨出三条谱线的
用Welch法进行功率谱估计
- 考虑L的三个不同值:L=256(3个数据段),L=128(7个数据段)和L=64(15个数据段)。各自的谱估计图如上图所示。可以明显的看到,加窗明显的减小了频谱上的假谱峰,但也更加进一步平滑了谱峰。所以,对于L=64的情况,在ω=0.8π的谱线可以很确定的辨认,但是那两个靠近的谱峰不容易区分。对于L=128的情况,这种情况提供了在分离和检测间最好的均衡。当然,对于在L=256时的情况,效果是更好的,能够从谱估计图上明显的分辨出三条谱线的
随机信号功率谱分析
- 理解随机信号功率谱分析原理和方法。 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -understanding of random signal power spectrum analysis principles and
spectral_method_program
- 用matlab编写的谱方法基本程序,相信对大家有用。-Some basic matlab programs on spetral methods
daopu
- 语音端点检测程序,利用倒谱方法对语音信号进行端点检测,效果不错-Voice activity detection procedure, and use of the speech signal cepstrum method for endpoint detection, good results
code-shenje
- 沈捷、汤涛编写的最新的关于谱方法的书的源代码-Shen Jie, Tang Tao, prepared the latest books on the spectral source code! !
Kuramoto_Sivashins
- Kuramoto_Sivashinsky型方程的广义Hermite谱方法-Kuramoto_Sivashinsky equation generalized Hermite spectral method
code
- matlab微分方程高效解法-谱方法原理与实现一书源代码(Matlab differential equation efficient solution to a book source code)
三种现代功率谱估计方法性能研究
- 三种现代功率谱估计方法性能研究,该文章能很好帮你理解功率谱估计的基本原理和实现步骤(Performance study of three modern power spectral estimation methods)
分析zachary的派系过滤和谱平均算法
- 两个用来分析zachary网络的简易方法,一种是谱平均算法,一种是派系过滤算法(Two simple methods for analyzing Zachary networks, one is spectral averaging algorithm, and the other is clique filtering algorithm)
C语言的谱减法实现七
- C语言的谱减法实现. 在语音去噪中最常用的方法是谱减法,其基本思想是通过静音段(噪声段)估计语音中的噪声成分,然后将含噪声语音减去估计的噪声就得到了纯净的语音。(Implementation of spectral subtraction in C language)
welch法作功率谱
- 利用Welch法作功率谱估计,与直接功率谱估计法相比,Welch法采用多段平均的方法改进了直接功率谱估计方法(Welch method is used to make power spectrum estimation. Compared with direct power spectrum estimation method, Welch method uses multi-stage average method to improv
ssa
- 奇异谱方法( SSA) 是一种特别适合于研究周期振荡行为的分析方法, 它是从时间序列的动力重构出发, 并与经验正交函数相联系的一种统计技术, 是EOF分解的一特殊应用。((SSA) is a kind of special singular spectrum method is suitable for the study of periodic oscillation behavior analysis method, it come
全矢谱计算
- 郑州大学的韩捷教授提出了基于同源信息融合技术的全矢谱(Full VectorSpectrum)分析方法。全矢谱的图谱和传统的傅里叶变换频谱图表达形式一样,都是将各谐波频率作为横坐标,各谐波频率下的振动强度作为纵坐标。正因为如此,全矢谱分析方法和传统分析方法相兼容,并且还有一套快速稳健具有容错性的全矢数值计算方法。 此程序为全矢谱计算代码(Prof. Han Jie of Zhengzhou University proposed a
几种常用功率谱估计法
- 几种常用的功率谱估计方法:相关函数法(BT 法),周期图法( periodogram),Bartlett 法,Welch 法,AR 功率谱曲线( p=50)(Several commonly used power spectrum estimation methods: correlation function method (BT method), periodogram method, Bartlett method, Welch
ypttd
- matlab编写的元胞自动机,一个师兄的毕设,用谱方法计算流体力学一些流动现象的整体稳定性。( matlab prepared cellular automata, A complete set of brothers, Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon.)
短时功率谱密度
- 语音信号是一个非平稳时变的信号,所以用计算稳态信号的方法计算功率谱密度函数没有太大意义,看不出信号的动态变化,"gonglvpu"给出计算短时功率谱密度函数(Speech signal is a non-stationary time-varying signal, so it is not very meaningful to calculate the power spectral density functio
fourier-propagation-master
- 计算傅立叶光学的实现,可以用于GS算法(需要改造),角谱算法的参考,基础算法本人已经验证,可实现衍射的计算,经开发可以用于DOE(衍射光学元件)的设计(The realization of computational Fourier optics can be used as a reference for GS algorithm and angular spectrum algorithm. The basic algorithm
《Matlab微分方程高效解法:谱方法原理与实现》
- Matlab微分方程高效解法:谱方法原理与实现(Efficient Solution of Differential Equations in MATLAB: Principle and Realization of Spectrum Method)
功率谱
- 求振动信号功率谱的两种代码,一种周期法,一种AR_pyuler法,支持Excel和text读取(Two codes for calculating the power spectrum of vibration signal)