-
LASTONE
LAST one sample file
- 2010-06-04 04:00:14下载
- 积分:1
-
TeeChart7QRSourceCode
source code for TeeChart ()
- 2007-07-25 13:49:37下载
- 积分:1
-
digital_modulation
用于数字通信中的几种编码仿真。(msk,mpsk,bpsk,epsk,ookd,qpsk...)(digital modulation including msk,mpsk, bpsk, epsk, ookd, qpsk...)
- 2010-01-02 19:26:24下载
- 积分:1
-
FIR
用matlab结合窗函数法、等波纹设计法实现FIR滤波器(Combined with matlab window function method, such as corrugated FIR filter design method)
- 2013-07-21 22:02:27下载
- 积分:1
-
mracfirstorder
Simulation fo Modsl referance adaptive controller for a first order system in matlab
- 2011-09-26 17:30:45下载
- 积分:1
-
sfs_toolbox-0.2.2
Quality & Usability Lab, together with
Assessment of IP-based Applications
Telekom Innovation Laboratories 开发的声场合成工具箱,适合研究声场合成的人员使用。(Quality & Usability Lab, together with Assessment of IP-based Applications Telekom Innovation Laboratories developed sound field synthesis kit, suitable occasion to study sound personnel.)
- 2014-02-14 10:15:22下载
- 积分:1
-
lorenz-system-plot
lorenz系统,这是第一个文件定义lorenz系统(lorenz system plot this is file 1, the lorenz system define)
- 2013-07-31 16:13:10下载
- 积分:1
-
3-shenasae-system-1
shenasai system control modern
- 2013-02-02 17:30:17下载
- 积分: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
-
Matlab-code
This code consist of QAM CDMA BPSK and other modulation codes
- 2014-01-24 17:46:05下载
- 积分:1