-
chapter11
小波分析理论与MATALB R2007 实现第十一章演示代码(The wavelet analysis theory and MATALB R2007 A Chapter XI demo code)
- 2012-05-27 11:17:38下载
- 积分:1
-
hist_peak
This function used to find peaks of histogram.
- 2013-11-04 17:59:46下载
- 积分:1
-
kfxxzkjw
MIMO OFDM matlab仿真,包括面积、周长、矩形度、伸长度,DC-DC部分采用定功率单环控制,利用matlab GUI实现的串口编程例子,代码里有很完整的注释和解释,一个很有用的程序,实现了对10个数字音的识别,matlab编写的元胞自动机。( MIMO OFDM matlab simulation, Including the area, perimeter, rectangular, elongation, DC-DC power single-part set-loop control, Use serial programming examples matlab GUI implementation, Code, there are very complete notes and explanations A very useful program, To achieve the recognition of 10 digital sound, matlab prepared cellular automata.)
- 2016-04-10 15:46:34下载
- 积分: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
-
codestatcom
A static synchronous compensator (STATCOM), also known as a "static synchronous condenser" ("STATCON"), is a regulating device used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power. It is a member of the FACTS family of devices.
- 2013-10-14 22:51:20下载
- 积分:1
-
SimulatorMatlab
模拟机器人在迷宫寻找出口的程序,使用蒙特卡洛算法定位,模拟测试找路程序(Simulated robot in a maze looking for export, the use of Monte Carlo algorithm to locate, find a way to simulate the test program)
- 2013-12-05 10:52:17下载
- 积分:1
-
prtools
This is the Pattern Recognition toolbox from research Group of the TU Delft
- 2014-01-24 19:15:45下载
- 积分:1
-
fasleh2
this file is for island detection of DG.
after islandig of grid DG provide it s local load and is stable.
ref for this simulation:
Islanding Detection and Control of
Islanded Single and Two-Parallel
Distributed Generation Units
by
Behrooz Bahrani
- 2014-05-30 02:29:09下载
- 积分:1
-
03_02_EKF_UKF_Bearing_Only_Tracking
EKF UKF Bearing Only Tracking
- 2009-09-07 23:01:15下载
- 积分:1
-
IM_DTC_RF
自己做的感应电机无速度传感器直接转矩控制仿真模型,特拿来分享,还望大家多多指教。(sensorless direct torque control for induction motor)
- 2010-08-27 11:07:00下载
- 积分:1