-
Channel-Coding
Channel coding matlab codes, cyclic codes anc conv codes, encoders and decoders
- 2013-11-22 01:56:45下载
- 积分:1
-
rsm
RS编码与译码程序具体的实现MATLAB实现(RS encoding and decoding process to achieve a specific realization of MATLAB)
- 2010-06-06 22:40:44下载
- 积分:1
-
FDM-in-Matlab
有限差分法的Matlab程序(椭圆型方程)(Finite difference method in Matlab (elliptic equations))
- 2013-07-30 11:43:38下载
- 积分:1
-
SFH_DPSK
高速跳频,调制样式为DPSK(DPSK/FH),包括信号的发射接收模型,自己写的代码,仅供参考。(High-speed frequency hopping, modulation pattern for DPSK (DPSK/FH), including the launch of signal reception model, write your own code, for reference purposes only.)
- 2008-01-11 20:22:47下载
- 积分:1
-
matlab
matlab的一些基础程序,可直接调用。收集很久的!(matlab some of the basis of procedures, can be directly called. Collection of long!)
- 2008-06-27 11:53:00下载
- 积分:1
-
Retinex
说明: 基于单尺度、多尺度、原始的Retinex算法,matlab实现,非常值得研究!在光照增强中有着非常好的应用!(Based on single-scale, multi-scale, the original Retinex algorithm, matlab implementation is worth studying! Increase in light has a very good application!)
- 2021-04-13 14:58:56下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
czesc_warsztatow
Motor de corriente continua en simulink
- 2014-02-10 01:07:38下载
- 积分:1
-
matlab
这里是matlab的图像处理及其他重要处理的思路及算法过程,十分有用(Here is the matlab image processing and other important process of dealing with the ideas and algorithms are useful)
- 2010-08-04 10:51:53下载
- 积分:1
-
fpr
implementation of multi classes negative selection algorithm
- 2010-09-01 21:03:02下载
- 积分:1