CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Welch法

搜索资源列表

  1. 用Welch法进行功率谱估计

    3下载:
  2. 考虑L的三个不同值:L=256(3个数据段),L=128(7个数据段)和L=64(15个数据段)。各自的谱估计图如上图所示。可以明显的看到,加窗明显的减小了频谱上的假谱峰,但也更加进一步平滑了谱峰。所以,对于L=64的情况,在ω=0.8π的谱线可以很确定的辨认,但是那两个靠近的谱峰不容易区分。对于L=128的情况,这种情况提供了在分离和检测间最好的均衡。当然,对于在L=256时的情况,效果是更好的,能够从谱估计图上明显的分辨出三条谱线的存在以及它们幅度关系的强弱。 除了Welch法外,还可以采用
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1826
    • 提供者:吴胜
  1. Welch

    1下载:
  2. 笔者在前人研究的基础上,利用TI 公司的TMS320C6713BDSP 芯片对改进的功率谱估计算法——Welch法进行了实现,验证了算法的可实现性与硬件系统的可行性。
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:59887
    • 提供者:万金油
  1. 周期图法谱估计需要对信号序列“截断”或加窗处理

    0下载:
  2. 周期图法谱估计需要对信号序列“截断”或加窗处理,其结果是使估计功率谱密度为信号序列真实谱和窗谱的卷积,导致误差的产生。本程序分别设计了周期图法,最大熵功率谱估计和Welch法以及它们的对比,最大熵功率谱估计目的是最大限度地保留截断后丢失的“窗口”以外信号的信息,使估计谱的熵最大。-Periodogram spectrum estimation signal sequence needs to " cut off" or add the window handle, the
  3. 所属分类:matlab例程

    • 发布日期:2017-03-25
    • 文件大小:1083
    • 提供者:许庆诚
  1. PSD.rar

    0下载:
  2. 求功率谱估计常用的几种方法,包括周期图法,Welch 法,和AR模型法。,For power spectrum estimation commonly used in several ways, including periodogram, Welch law, and the AR model.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1576
    • 提供者:田晓红
  1. PSDestimation.rar

    1下载:
  2. 功率谱估计(周期图法、welch法、pmusic法等),PSD estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:636
    • 提供者:xiaoxin
  1. Periodogram-powe

    2下载:
  2. 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1153
    • 提供者:renjie
  1. Estimation

    2下载:
  2. 利用直接法和间接法、Welch法求功率谱估计,参数自设,有注释 -Using the direct method and indirect method, Welch France seeking power spectrum estimation, parameter from the set, there are comments
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1342
    • 提供者:liuqiang
  1. PsdEstimation

    0下载:
  2. 使用MATLAB对平稳随机信号以改进的功率谱法(welch法)以及Thomson多窗估计法(Thomson Multitaper Method)做功率谱估计的源代码-Pairs of stationary random signals using MATLAB in order to improve the power spectrum method (welch France), and the Thomson multi-window estimation method (Thomson M
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:825
    • 提供者:赵明诚
  1. spectrumEstimation

    1下载:
  2. 经典功率谱估计的matlab代码,包括周期图法,BT法和Welch法,便于对经典功率谱估计性能的理解。-Classical power spectrum estimation matlab code, including Periodogram, BT France, and Welch law, to facilitate the performance of classical power spectrum estimation understanding.
  3. 所属分类:Other systems

    • 发布日期:2014-05-27
    • 文件大小:4017
    • 提供者:王世明
  1. daima

    2下载:
  2. 随机信号谱分析技术实现 随机信号谱估计及质量评价。 离散随机信号通过线性时不变系统时,系统所产生的响应。 功率谱估计的实现方法:自相关函数法、周期图法、Bartlett法、Welch法、MTM法、MUSIC法 -Random signal spectral analysis of random signal spectral estimation and quality evaluation. Discrete random signals through linear system
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:11298
    • 提供者:李倩
  1. Welch

    0下载:
  2. 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力,进行实验仿真,比较不同的窗函数,不同的数据长度对Welch法谱估计质量的影响,并分析了造成这些影响的原因。-The paper mainly introduces the principles of Periodogram method of classical PSD estimation,analyzes the deficiency of Perio
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:213699
    • 提供者:co
  1. Welch

    0下载:
  2. 本方法采用的是宽带ARMA过程的谱估计用Welch法实现的,进行功率谱的仿真-This method uses a broadband ARMA spectral estimation process implemented by Welch method, the power spectrum of the simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:605
    • 提供者:沈思杰
  1. welch

    0下载:
  2. 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.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:239303
    • 提供者:anye
  1. welch

    0下载:
  2. 采用welch法对信号进行功率谱估计,并和原功率谱对比。-Estimate signal power spectral by the method of welch,and compare it to the original power spectral.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1671
    • 提供者:王云陈
  1. Welch

    0下载:
  2. 现代数字信号处理-谱估计-Welch法-matlab程序源代码-Modern digital signal processing- spectral estimation-Welch method-matlab source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1392
    • 提供者:light
  1. welch

    0下载:
  2. matlab Welch法实现谱估计,基本原理验证-matlab Welch method to achieve spectrum estimation, the basic principles of validation
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1248
    • 提供者:lee
  1. Welch

    0下载:
  2. 序列x(n)的Welch法求其功率谱密度估计,先产生噪声序列再绘制波形最后用Welch法估计功率谱。-The sequence of X (n) for the Welch power spectrum density estimation method, first noise sequence waveform drawing and using Welch power spectrum estimation method.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:561
    • 提供者:陆晓忆
  1. bin

    0下载:
  2. 信号频谱分析方法一级使用非参数方法直接使用信号进行功率谱估计,以周期图法为例,提供了周期图法和welch法估计信号功率谱(The signal spectrum analysis method uses the nonparametric method to directly use the signal to estimate the power spectrum. The periodogram method is used as an example to provide the peri
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:thisiscc
  1. Welch

    0下载:
  2. 利用matlab实现的Welch法计算信号的功率谱密度。(Using MATLAB to achieve the Welch method to calculate the power spectral density of the signal.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:11264
    • 提供者:winw
  1. welch法作功率谱

    1下载:
  2. 利用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 improve the method of direct power s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:谢欢儿
« 12 3 4 5 »
搜珍网 www.dssz.com