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

搜索资源列表

  1. firfilter

    0下载:
  2. 17阶FIR滤波器 仿真出输入随机信号的 滤波结果 并将浮点型的FIR滤波器系数 量化后得到定点型系数 分析滤波后的结果 最后得到量化后浮点转定点的SNR-17 order FIR filters out random signal input of the filter results and will of floating point type coefficients quantification FIR filters are designated type analysis resu
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1831
    • 提供者:李小白
  1. suijixihao

    0下载:
  2. 谱估计法分析随机信号,并对其进行傅里叶变换-Spectral analysis is a tool for signal analysis. Power spectrum estimation is based on limited data looking for signals, the frequency of random process or system components. It said random signal frequency-domain statistical ch
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1068
    • 提供者:高俊
  1. signal

    3下载:
  2. 产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析: (1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形; (2) 利用不同的参数建模方法求出两个随机信号的功率谱; (3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较; (4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计; (5) 利
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:6413
    • 提供者:李思青
  1. power-spectral-analys

    0下载:
  2. 随机信号功率谱分析 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -power spectral analys
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:37616
    • 提供者:hesimon
  1. 20100411

    0下载:
  2. 使用正弦信号的相乘,然后取阈值,得到的伪随机信号,并且有频谱分析的结果-Sinusoidal signal is multiplied and then take the threshold to get pseudo-random signal and spectrum analysis of the results
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:baoweigang
  1. sr

    1下载:
  2. 随机共振分析弱信号,带MATLAB源码,值得参考-Stochastic resonance weak signal analysis, take the source code, is worth reference
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1357
    • 提供者:
  1. stochastic_signal_-processing

    0下载:
  2. 自编小程序模拟生成随机信号,并对随机信号进行分析。-Self applet simulation to generate random signal and correlation analysis....
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:938871
    • 提供者:victory
  1. fractal_homework

    0下载:
  2. R/S法 处理信号 随机信号 分形维数 非线性分析-Nonlinear Analysis of R/S Method random signal processing signal fractal dimension
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:593
    • 提供者:罗奇
  1. Untitledjiwangfei0905094221

    0下载:
  2. 1、分别生成两种信号(正弦波、方波、三角波、锯齿波、Sinc波形等)+噪声(高斯随机噪声、均匀噪声) 要求:频率:学号*100; 幅度:学号/10 相位:学号*pi/180 点数:学号*64 2、同时在一个图形中进行显示: 要求:标注X轴、Y轴、题目、颜色、样式、线型标注等。 3、进行信号分析及结果显示(对结果也要图形标注,同2) 要求:相关分析 卷积运算 求和运算 频谱分析(最大值、测频) 4、对上述原信号及信号分析结果分别存成E
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1495
    • 提供者:吉王飞
  1. singal_system_analysis

    0下载:
  2. 程序说明:此程序演示随机信号通过线性系统,包括时域、频域等多项分析 更能丰富-Program Descr iption: This program demonstrates the random signals through linear systems, including a number of time domain, frequency domain analysis more abundant
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2848
    • 提供者:zhaowei0509
  1. assignment

    0下载:
  2. 平稳随机信号(离散信号)的谱分析,周期图法以及Bartlett平均周期图法等方法及其之间的比较-Stationary random signal (discrete signal) spectral analysis, the average periodogram and the Bartlett periodogram method and other methods of comparison between
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:675
    • 提供者:wuzhouting
  1. matlab

    2下载:
  2. 里面包含了三段代码,主要是用matlab产生高斯随机信号以及高斯白噪声和色噪声,然后计算其数字特征及对这些信号进行频谱分析和功率谱分析,里面还有关于低通滤波器的设计的简单说明-Which contains three sections of code using matlab Gaussian random signals and white Gaussian noise and color noise, and then to calculate the numerical character
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1683
    • 提供者:li
  1. gaijin-Burg

    0下载:
  2. 功率谱估计是分析随机信号的一种重要方法, 是信息学科的研究热点。文章介绍了现代功率谱估计中AR 模 型参数的几种典型求解算法, 并借助MATLAB 平台对各种算法的功率谱进行仿真。-The power spectrum estimation is an important method for analysis of random signals, information science research focus. The article describes several typica
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:281574
    • 提供者:zhaoyun
  1. matlab

    2下载:
  2. 根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。 分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。 对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。 -According to the theory of pseudo-random sequence, a
  3. 所属分类:matlab

    • 发布日期:2014-07-13
    • 文件大小:1024
    • 提供者:Lee
  1. suijixinhao

    1下载:
  2. 随机信号实验,使用MATLAB实现,包括频谱分析,滤波器实现,采样等。-Random signal experiment using MATLAB, including spectral analysis, filter implementation, sampling, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:52409
    • 提供者:gczhi
  1. lvboqi

    0下载:
  2. 功率谱分析。。带通滤波器。分离三个正弦+随机信号-Power spectrum analysis. . Bandpass filter. Random signal separation three sine+
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:605
    • 提供者:孙记树
  1. Higher-Order-Spectral-

    0下载:
  2. 用于分析高阶谱矩的计算,主要在随机信号处理与分析-Used for the calculation of higher order spectral analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:103414
    • 提供者:lijia
  1. matlab-1

    0下载:
  2. 仿真不同占空比,等概、非等概双极性矩形随机信号的归一化功率谱密度,分析不同信号所包含的频谱分量,有无直流分量和定时分量信息 -Simulation different duty cycles, etc. There is, and so there was a non-random signal bipolar rectangular normalized power spectral density analysis of the spectral components of differ
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:42470
    • 提供者:wanghao
  1. vibra_pinyuchuli

    0下载:
  2. MATLAB实现振动信号频域处理:随机信号谱分析和利用窗函数实现-MATLAB realization of vibration signals in the frequency domain processing: random signal spectrum analysis and the use of window function to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1443
    • 提供者:duncon
  1. gnhkmisc

    0下载:
  2. 模拟数据分析处理的过程,LDPC码的完整的编译码,主要为数据分析和统计,GPS和INS组合导航程序,快速扩展随机生成树算法,基于chebyshev的水声信号分析,旋转机械二维全息谱计算。- Analog data analysis processing, Complete codec LDPC code, Mainly for data analysis and statistics, GPS and INS navigation program, Rapid expansion of rand
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8038
    • 提供者:gpfcz
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com