-
daub
说明: 计算Daubechies小波尺度函数滤波器系数(Function to compute the Daubechies scaling coefficients)
- 2020-11-10 20:09:45下载
- 积分:1
-
MATLAB-FFT
介绍MATLAB中FFT的使用方法,适用于学习MATLAB在信息处理中的运用。(Introduced the MATLAB FFT in use, applies to the use of learning of MATLAB in information processing.)
- 2013-04-12 15:54:41下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
jiaosulvpipei
捷联式惯性导航的角速率匹配,使用matlab语言编写(Strapdown inertial navigation of angular rate matching
)
- 2014-01-13 15:50:45下载
- 积分:1
-
kmeans
说明: 通过k-means聚类算法对图像的颜色进行聚类。(The color of the image is clustered by k-means clustering algorithm.)
- 2021-04-27 13:48:45下载
- 积分:1
-
Q1total
This matlab code gives the BER of MRC, EGC and SC for QPSK
- 2009-07-14 22:24:32下载
- 积分:1
-
yanse
matlab源码,用于实现基于内容的图像检索(matlab source for content-based image retrieval)
- 2013-04-17 17:29:47下载
- 积分:1
-
GA
说明: 基于遗传算法的图像阈值分割。里面有代码和本人搜集的参考文献,有助于初学者学习。(Based on genetic algorithm for image thresholding. I gathered codes and references which are very helpful for beginners.)
- 2015-06-03 21:29:18下载
- 积分:1
-
License-plate-number-recognition
这是一个车牌号码识别代码,基于matlab开发环境。(This is a license plate number identification code, based on matlab development environment.)
- 2014-05-21 16:37:14下载
- 积分:1
-
giuning
用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,单径或多径瑞利衰落信道仿真,有小波分析的盲信号处理。( Monte Carlo simulation method of calculating the American option price and basic description, Single path or multipath Rayleigh fading channel simulation, There Wavelet Analysis Blind Signal Processing.)
- 2016-12-01 21:25:55下载
- 积分:1