搜索资源列表
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 -
AN4680
- PMSM Electrical Parameters Measurement-The vector control, also known as the field-oriented control (FOC), of a permanent magnet synchronous motor (PMSM) is the algorithm often used in today’s advanced motor control drives. Such advanced moto
A-Monte-Carlo-model-
- 蒙特卡洛法求圆周率,在linux下用 g++ pi.cpp -o pi -lm 编译。-Monte Carlo method for pi, under linux with g++ pi.cpp-o pi-lm compiled.
smart_health
- The e-Health Sensor Shield allows Arduino and Raspberry Pi users to perform biometric and medical applications where body monitoring is needed by using 9 different sensors. This information can be used to monitor in real time the state of a patient o
241SVM-Feedback-Linearization-Control-of-Three-le
- This paper presents a nonlinear control scheme for back-to-back High Voltage Direct Current (HVDC) system based on feedback linearization control, using three-phase three-level voltage source converter. The design of the proposed nonlinear controller