搜索资源列表
dspLinearEstimateOfMagnitude
- 分别使用自相关函数法和周期图的方法对信号进行功率谱估计
Matlab_LMS5
- 自适应谱线增强问题,计算两个输入信号序列的自相关函数,选择合适的步长,以实现输出信号谱线的增强
BTestimate_hz
- 在现代谱估计中,用自相关的无偏估计代替周期图中自相关函数的有偏估计,可能导致出现负的谱估计值,因此采用BT谱估计器的方法
语音信号的短时谱、自相关函数
- 语音信号的短时谱、自相关函数,过零率等函数的MATLAB程序,非常好用,简单易懂。,voice autocorrelation function。
matlab-white-noise-- 用MATLAB产生高斯白噪声
- 用MATLAB产生高斯白噪声,并画出其时域波形、自相关函数和功率谱。-MATLAB white noise
fft
- matlab下均匀分布自相关函数、正态分布自相关函数、随机信号自相关函数、随机相位信号自相关函数及其分别的功率谱密度图形。-matlab autocorrelation function under the uniform distribution, normal distribution, the autocorrelation function, autocorrelation function of random signals, the autocorrelation function
auto_correlation
- 用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。-Using Blackman-Tukey method (autocorrelation method) to achieve the actual sequence of arbitrary input function x (n) for power spectrum estimation.
narrow-band
- 该代码实现产生一个窄带随机信号,该信号的自相关函数及其功率谱图形。-The code generates a narrow-band random signal, the autocorrelation function and power spectrum graphics.
gonglupu
- 利用FFT方法和维纳-辛钦定理自相关函数获得功率谱的对比。-Using FFT method and Wiener- Khintchine theorem to obtain the autocorrelation function of the power spectrum contrast.
BispectrumWavelets
- 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. T
BT
- BT法估计功率谱,由自相关函数来估计信号的功率谱-BT power spectrum estimation, by the autocorrelation function to estimate the signal power spectrum
mseries
- 产生任意长度的M序列,并计算该M序列的自相关函数和功率谱密度函数。用于系统辨识-Generated sequence of random length M, and calculate the M series autocorrelation and power spectral density function. For system identification
matlab
- 二进制序列发生器及其功率谱和自相关函数的实现-Binary sequence generator and the power spectrum and autocorrelation function of the realization of
gaussian_filter
- 详细说明:1. 利用自相关函数法和周期图法实现随机信号的功率谱估计。 2. 观察数据长度、自相关序列长度、信噪比、窗函数、平均次数等对谱估计的分辨率、稳定性、主瓣宽度和旁瓣效应的影响。 --1. The use of auto-correlation function method and cycle map Method random signal power spectrum estimation. 2. Observation data length, the length of auto
matlab_correlation_frequency_estimate_powerspectru
- 此MATLAB程序用于自相关函数的估计(包括直接法和FFT法),信号的频率估计(包括MUSIC, ROOTMUSIC,ESPRIT和MVDR)和功率谱的估计(包括LevinsonDurbin迭代法,BT法和周期图法),并附带相应的仿真图以便于对比-MATLAB for correlation estimate :direct and FFT transform frequency estimate of signals:MUSIC, ROOTMUSIC,ESPRIT和MVDR power spe
Speech-signal-short-time-analysis
- 详细说明:语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、短时自相关函数、短时幅度差、倒谱、复倒谱、lpc系数、lpc谱估计等 绝对保证质量,是保研后导师布置的一些基础程序-Details: short-time speech signal analysis, including: framing, short-term energy, short-term average rate, short-time zero crossing rate, short-time a
cyclostationary
- maltab循环平稳工具,其中包括:循环平稳的自相关函数,循环谱分析等内容。-maltab cyclostationary tools
filter
- 利用窗函数法设计FIR滤波器,绘制出滤波器的特性图。利用所设计的滤波器对多个频带叠加的正弦信号进行处理,对比滤波前后的信号时域和频域图,验证滤波器的效果。最后录制或下载一段语音信号,对其进行采样和加噪,然后用设计滤波器对加噪后信号进行滤波,绘制出信号的时域波形和频谱,分别计算均值、方差、自相关函数、功率谱,并对滤波前后的信号进行对比。(Using window function design FIR filter, draw the filter characteristic diagram.
代码
- 实现了一个基于 matlab 的信号发生器,并同时画出了信号的时域表示,自相关函数及功率谱,实现的信号发生器能够产生的信号为: (1) 白噪声 (2) 单位冲激信号 (3) 正弦信号 (4) 方波信号 (5) 三角波信号(A signal generator based on MATLAB is realized, and the time domain representation, autocorrelation function and power spectrum of the sign
生成BFSK调制信号循环谱的MATLAB程序
- 详细介绍了BPSK调制信号的产生,利用自相关函数仿真了BPSK信号的循环谱峰,以及其时延与循环频率的切片图,程序安全有效可用!