-
turbo-source
turbo码的编译码实现,经典程序。工具:matlab(turbo codes‘s coding and decoding )
- 2020-12-09 11:39:19下载
- 积分:1
-
agglomerative
THis file is a hierachical cluster for the complete linkage structures
- 2015-02-23 03:27:25下载
- 积分: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
-
BrownM
说明: 布朗BrownM代码,MATLAB仿真算法(BrownM代码)
- 2010-03-29 20:00:53下载
- 积分:1
-
busybox-1.15.3.tar
this is a busybox -1.15.3.tar.gz(this is a busybox-1.15.3.tar.gz)
- 2014-08-27 11:50:53下载
- 积分:1
-
smqueue
排队论程序,简单实现理发店排队的情况模拟,数学建模,排队论。(
Case queuing theory program, simple implementation barber shop queuing simulation, mathematical modeling, queuing theory.)
- 2014-08-29 20:38:05下载
- 积分:1
-
Demo
exemplo de criaç ã o de boletos com o componente RLBOLETO
- 2015-03-06 04:59:23下载
- 积分:1
-
noise
It contains a speech signal. It will helpful to analyse different algorithm for this speech signal
- 2015-03-17 13:00:40下载
- 积分:1
-
PLS_Manual_4
PLS toolbox V.4 manual (under matlab)
- 2014-01-31 17:07:22下载
- 积分:1
-
GMMs
关于GMMS中的matlab的示例数据,里面是详尽的代码(For example data of MATLAB in GMMS, there are detailed codes.)
- 2019-05-08 17:42:04下载
- 积分:1