-
armok0194350
... ... ... Bmp_G4
... ... ... D12 Def.H
.....................D12Int.c
.....................D12OP.C
.....................usbdesc.h
..................D12
..................FS44B0II_Test.mcp
..................FS44B0II_Test_DataCWSettingsWindows.stg
....................................DebugRelFS44B0II_Test.axf
............................................FS44B0II_Test.BAT
............................................FS44B0II_Test.bin
............................................ObjectCode44BLIB_A.(74 Bmp_G4 ... ..... ... . D12 Def.H 74 . .. D12Int.c 74 ... D12OP. C 74 ... usbdesc.h ....... ........... D12 .......... FS44B0 II_Test.mcp 74 FS44B0II_T est_Data CWSettingsWindows.stg .......... ........ 74 DebugRel FS4 4B0II_Test.axf 74 ....... ........... ........ FS44B0II_Test.BAT .. 101 74 .... .... FS44B0II_Test.bin .......... 74 ........ ObjectCode 44BLIB_A.)
- 2006-07-10 23:31:32下载
- 积分:1
-
IEEE34-with-DFIG-SFCL-X
Pscad software is needed to run the simulation file.
- 2015-11-11 13:01:32下载
- 积分:1
-
PUMA_nonlinear_control
example of matlab,optimization method which is used with different model.it will be useful for whom they want to learn Matlab by themselves2
- 2009-09-18 15:20:55下载
- 积分:1
-
Matlab
matlab入门应用例程,n多入门程序和注解,非常棒!欢迎指教!(Introduction to the application of matlab routines, n many entry procedures and comment, great! Welcome the advice!)
- 2009-03-20 14:01:52下载
- 积分:1
-
bpsk
对二进制的高斯信道的误码率进行了Monte Carlo仿真,对初学者很有启发。(Pairs of binary Gaussian channel bit error rate of the Monte Carlo simulation, is very instructive for beginners.)
- 2010-01-11 21:08:09下载
- 积分:1
-
1
说明: 信号幅度调制与解调 和 希尔伯特变换与单边带幅度调制 (Amplitude modulation and demodulation and Hilbert Transform and single sideband amplitude modulation)
- 2011-01-06 21:56:57下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
RCseries
采用matlab/simulink,简单通用电池模型及其参数测量(Using matlab/simulink, a simple generic model and its parameters measured battery)
- 2011-11-02 14:23:27下载
- 积分:1
-
menterkalo
本程序是自己编写关于蒙特卡洛仿真的基本例子,对于做蒙特卡洛反演的同学是很好的入门例子(This program is to write your own basic example of Monte Carlo simulation for students to do Monte Carlo inversion is a good example of the entry)
- 2013-03-27 14:39:12下载
- 积分:1
-
MATLAB-Simulations-for-Radar-Systems-Design
关于雷达信号处理的教程,详细介绍了雷达信号的分类,以及处理方式(On radar signal processing tutorial, detailing the classification of radar signals, as well as treatment modalities)
- 2008-06-03 09:38:43下载
- 积分:1