搜索资源列表
随机信号功率谱分析
- 理解随机信号功率谱分析原理和方法。 (1) 生成信号,被淹没在在噪声中; (2) 试用周期图法估计信号的功率谱; (3) 选用不同窗,使用修正周期图法估计信号的功率谱; (4) 对一段语音信号,使用LD算法估计其功率谱; (5) 详细列出功率谱估计的步骤和原理。 -understanding of random signal power spectrum analysis principles and methods. (1) generate signals
基阵信号处理
- 给定入射信号角度分别为 -22度 ,6度,18度时,不同信噪比情况下各种空间谱估计算法得到的曲线图-given incident signals point to -22 degrees, 6 degrees, 18 degrees, the signal to noise ratio under different space spectral estimation algorithm of the curve
信号处理仿真技术——kalman滤波
- 实现KALMAN滤波算法,通过跟踪,估计物体运动轨迹。-achieve Kalman filtering algorithm, by tracking estimated object trajectories.
信号仿真
- 对常见的调制信号在软件无线电的通用平台下进行调制解调。所有信号均通过正交分解后,在一个同用的平台上进行调制,然后通过各自的解调算法解调。-right common modulation radio signals in the software under a common platform for modulation and demodulation. All signals are orthogonal decomposition, the same one used on the pla
现代信号处理实验一_谐波恢复
- 此程序为MATLAB实现的现代信号处理中几种常用的谐波恢复方法,所附文档中还有理论及算法介绍(Pisarenko,ARMA)实验步骤及实验结果-MATLAB this procedure for the realization of modern signal processing used several methods to restore the harmonics, the accompanying documentation and algorithm theory also intr
多重信号分类music
- 谱估计的非参数DOA(Dorection of Arrive)方法----MUSIC(Multi Signal Classification,多重信号分类)算法-spectrum estimation of parameters DOA (Dorection of Arrive) method-M USIC (Multi Signal Classification, multiple signal classification) algorithm
cordic_cos_sin matlab算法
- cordic算法实现正弦和余弦信号算法
SAR_SP_matlab
- SAR雷达基本信号处理算法,包含fft,crange等16个文件,对初学者对SAR雷达的理解有很大的帮助-SAR basic radar signal processing algorithms, including fft, crange such as 16 documents, for beginners to understand the SAR radar very helpful
阵列信号处理中的子空间算法
- 这个是阵列信号处理子空间算法,特别有用,希望对于阵列处理的有帮助
模极大值降噪算法
- 可以实现对心电信号中模极值点的提取,软硬阈值算法的对比实验,以及小波的多层次分解(It can extract the extreme point of the ECG signal)
阵列信号处理 matlab算法程序
- 阵列信号处理matlab算法程序1111111111111111111(Array signal processing matlab algorithm program)
复合调制雷达信号时差估计算法
- 复合调制雷达信号时差估计算法,MIMO雷达TOA估计(Time delay estimation algorithm for composite modulated radar signals)
四种积分算法
- 包含了特征提取需要用到的四种积分双谱,主要用于辐射源个体识别中对信号稳态特征的提取(Contains four kinds of integral bispectrum needed for feature extraction)
SP算法
- MATLAB仿真SP算法,有原始信号,重构信号和残差信号的产生与仿真图(MATLAB simulation SP algorithm, the generation and Simulation of the original signal, the reconstructed signal and the residual signal)
现代数字信号处理仿真程序
- 本程序为西电何子述老师编写的现代数字信号处理部分示例程序,有助于对相应算法的学习与理解。
MUSIC算法
- 阵列信号处理MUSIC算法MATLAB代码,本代码基于线性一维阵列编写,包括MUSIC、MUM、RootMUSIC、SMUSIC。代码为学习过程中手动编写调试,适合初学者学习使用,代码可直接运行或者移植。(Array signal processing MUSIC algorithm MATLAB code, the code is based on linear one-dimensional array, including MUSIC, MUM, RootMUSIC, SMUSIC. Co
雷达信号检测
- 雷达信号检测算法,用来实现杂波对消,动目标检测,横虚警算法等功能(Radar signal detection algorithm, used to achieve clutter cancellation, moving target detection, transverse false alarm algorithm and other functions)
cdif信号分选
- 通过使用cdif的算法,实现对于不同信号的分选工作。(Through the use of CDIF algorithm, to achieve the separation of different signals.)
圆阵music算法(含有相干信号)
- 均匀圆阵的music算法(包括含相关信号)(Circular array MUSIC algorithm (including correlation signal))
MUSIC算法程序源代码
- 多重信号分类MUSIC算法是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。