CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - periodogram

搜索资源列表

  1. periodogram

    0下载:
  2. 本程序是功率谱密度的仿真比较,关于三个信号源的具体情况参见《现代数字信号处理导论》上册,P202,习题5。 实验方法:周期图法、自相关法和协方差法。 -this procedure is the power spectral density of the simulation, 3 signal source on the specific circumstances, see the "modern digital signal processing" Introd
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6854
    • 提供者:lidong
  1. periodogramestimate

    1下载:
  2. Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:1157
    • 提供者:冀晗
  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. 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. Periodogram

    2下载:
  2. 利用周期图法对序列进行功率谱估计,数据窗采用汉明窗-Sequences using periodogram method for power spectrum estimation, the data window with Hamming window
  3. 所属分类:matlab例程

    • 发布日期:2017-05-29
    • 文件大小:33359
    • 提供者:Colorwaste
  1. glp

    0下载:
  2. 计算太阳黑子的活动周期,分别利用周期图法,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 cycle
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1570
    • 提供者:fengjinhua
  1. p_classical

    1下载:
  2. 经典的功率谱估计,平均周期图法实现,已经加上了详细的注释-Classical power spectrum estimation, the average periodogram implementation, has added a detailed comment
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1280
    • 提供者:曲路正
  1. getailijingxing

    0下载:
  2. 利用平稳随机信号各态历经性,用周期图法对随机信号进行功率谱估计-The use of smooth ergodic random signal, and use periodogram of random signals, power spectrum estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:849
    • 提供者:lijie
  1. T-est

    0下载:
  2. 分别使用周期图法以及改进的周期法实现谱估计-Using periodogram and improved method to achieve spectrum estimation cycle
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:827
    • 提供者:王冰
  1. sample5

    0下载:
  2. 不重叠加窗和重叠加窗周期图法得到的功率谱曲线-Non-overlapping windowed and overlapping windowed periodogram power spectral curve obtained
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1009
    • 提供者:ladan
  1. approceesig

    0下载:
  2. Measuring Frequency Content in Signals I this section we will study some non parametric methods for spectrum estimation of a stochastic process. These methods are described in the literature. All methods are based on the Periodogram which is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:371634
    • 提供者:Rizwan
  1. periodgram

    0下载:
  2. 经典谱估计-周期图法 实现正弦波加正态白噪声信号的谱估计-Classical spectrum estimation- the realization of periodogram normal sine wave plus white noise signal spectrum estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1254
    • 提供者:王健
  1. ProjetTS

    0下载:
  2. It is a signal processing project. It deals with the processing of electrocardiogram signals. The statement is in the enonce_presentation file. Several signal processing tools are used, as periodogram, correlogram. An algorithm to recover lost sample
  3. 所属分类:matlab

    • 发布日期:2017-06-12
    • 文件大小:20474674
    • 提供者:laetitia
  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. Classical0

    0下载:
  2. 经典谱估计的几个经典算法,包括BT法,周期图法,改进周期图法等。。。MATLAB7.3上顺利编译通过-Classical spectral estimation of several classic algorithms, including the BT method, periodogram, modified periodogram method. . . MATLAB7.3 compile smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1311
    • 提供者:李云
  1. mperiodogram.m

    0下载:
  2. matlab periodogram function using various windows
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1130
    • 提供者:hk
  1. periodogram

    0下载:
  2. a usefull algorithm to smooth PERIODOGRAM of a selected signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1810
    • 提供者:sabalan
  1. Modified-periodogram

    0下载:
  2. (2). 采用汉明窗,分段长度L=32,用修正的周期图法进行谱估计,并分析数据长度N,分段长度M对谱估计结果的影响。-(2) using Hamming window, segment length L = 32, the modified periodogram method of spectral estimation and analysis of data length N, the length M of the sub-spectrum estimation results.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16878
    • 提供者:郭子子
  1. periodogram-and-BT-code

    0下载:
  2. 这是一个matlab周期图法与BT算法的仿真代码-This is the periodogram and BT algorithms in a Matlab simulation code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2777
    • 提供者:Eric
  1. periodogram

    0下载:
  2. this is a periodogram matlab code
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2751981
    • 提供者:Khurram
« 12 3 4 5 6 »
搜珍网 www.dssz.com