-
imageprocess
用MATLAB写的图像处理,包括绘制直方图,灰度拉伸,图像均衡化及频域平滑滤波代码,简洁实用,注释清晰(Written using MATLAB image processing, including the plot histogram, gray stretch, image equalization and frequency domain filtering code, simple and practical, clear notes)
- 2010-05-18 16:44:32下载
- 积分:1
-
GM_PHD1
基于高斯线性的概率密度函数滤波估计,以此为蓝本有很多改进或类似的算法,比如CDKF-PHD等(Based on Gaussian probability density function of the linear filter estimation, there are a lot of improvements as a blueprint or similar algorithms, such CDKF-PHD, etc.)
- 2014-11-18 20:37:44下载
- 积分:1
-
CHAPTER1
Communition MATLAB (Proakis)书的源程序,很不错(Communition MATLAB (Proakis) source book, very good)
- 2008-05-16 17:59:34下载
- 积分:1
-
transmitter_td
TD-SCDMA收发系统建模,联合检测仿真。(TD-SCDMA transceiver system modeling, simulation of joint detection.)
- 2010-01-10 10:56:02下载
- 积分:1
-
final77
Performance of multiuser CDMA
- 2010-01-24 21:53:21下载
- 积分:1
-
erjnzhibianma
snrz.m 本函数实现将输入的一段二进制码编为相应的单极性非归零码输出
snr.m 本函数实现将输入的一段二进制码编为相应的单极性归零码输出
dnrz.m 本函数实现将输入的一段二进制码编为相应的双极性非归零码输出
dnr.m 本函数实现将输入的一段二进制码编为相应的双极性归零码输出(snrz.m achieve this function the input of a binary code compiled for the corresponding unipolar NRZ output snr.m functions for the input of the binary code compiled for the corresponding period of the unipolar NRZ output dnrz.m The functions for the input of a binary code compiled for the corresponding bipolar NRZ output dnr.m achieve this function the input of a binary code compiled for the corresponding output bipolar RZ)
- 2011-06-03 21:58:30下载
- 积分:1
-
qn5_lzw
This matlab code compresses a given text using Lempel-Ziv-Welch algorithm
- 2011-08-24 22:14:02下载
- 积分:1
-
LMDchengxu
采用小波相邻系数降噪,然后用改进的局域均值分解对滚动轴承进行特征提取,得到特征向量(Using adjacent wavelet coefficients of noise reduction, and then use the improved local mean decomposition characteristics of rolling bearing are extracted, get the feature vector)
- 2015-03-12 13:03:53下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
qpsk_simul
this file is QPSK using simulink..
- 2010-05-17 13:52:52下载
- 积分:1