-
as
说明: matlab 使用自定义函数,进行幂函数拟合。(use a custom matlab function for fitting the power function.)
- 2009-04-07 09:57:24下载
- 积分:1
-
S
说明: simnkink 用S函数实现限幅器的功能(simnkink S function with the function to achieve limiter)
- 2010-06-02 17:38:59下载
- 积分:1
-
Lyapunov_2_Terra
基于Wolf方法计算Lyapunov指数,直接运行文件Wolf_3DLyapunov.m(Wolf calculated based on the Lyapunov exponent, Run the file directly Wolf_3DLyapunov.m)
- 2007-05-22 19:45:03下载
- 积分:1
-
Simulink-tutorial
simulink仿真教程,对初学者很有用(the simulink simulation tutorial, very useful for beginners)
- 2013-03-25 09:47:43下载
- 积分:1
-
SegmentationforCortina
一种基于图像内容的分割,该压缩包内含有与该分割方法相关的英文文献,可以好好研究,(effcient Graph-Based Image Segmentation)
- 2009-04-15 22:02:52下载
- 积分: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
-
Q4
说明: Simulation of Alamouti’s Scheme over Rayleigh fading channel.
Assume perfect channel state information at the receiver. Plot BER performance (use gray mapping) and compare it to MRC with 2RX antennas. Compare the performance with MRC.
- 2011-10-14 17:03:39下载
- 积分:1
-
invertor29_12_2009v72
pwm inverter with dual loop PI controller
- 2010-02-10 07:07:51下载
- 积分:1
-
swqm
三维曲线曲面比较演示系统程序设计
设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。(Comparison of three-dimensional curves and surfaces demonstration system design to design a graphical user interface (GUI) presentation function common three-dimensional graphics, at least three-dimensional graphics, options , Exit menu, etc., three-dimensional graphics, including: parameters of equation x = et/20cos (t), y = et/20sin (t), z = t one of t from 0 to 2π, parametric equation x = t, y = t2, z = t3 which t is between 0-1 (in the same graphical interface, respectively, three-dimensional mapping of their surface and three-dimensional curves). Options menu includes: grid switches, legend switches, coordinate frame switch, color space selection menu, menu color curve.)
- 2008-12-13 18:03:18下载
- 积分:1
-
svmcwtest1
对瞬时特征提取过程进行了描述,具有一定的参考价值(The instantaneous feature extraction process is described, with some reference value)
- 2011-10-19 16:18:55下载
- 积分:1