登录
首页 » matlab » v-f-control

v-f-control

于 2014-10-16 发布 文件大小:11KB
0 205
下载积分: 1 下载次数: 24

代码说明:

  vbyf method of induction motor

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlabjuanji
    matlab求卷积和卷积积分等,就是卷积的应用的,看吧吧吧吧。(matlab seeking, such as convolution and the convolution integral is the convolution of the application, and see it right now.)
    2009-04-21 23:11:14下载
    积分:1
  • arrcest
    信号处理技术源代码系列2,版权为原作者所有,使用者与原作者联系。(Signal Processing Series 2 source code, the copyright for the original author of all, the user associated with the original author.)
    2008-12-23 17:04:32下载
    积分:1
  • 7-5083-0736-4
    说明:  全书分别从基础入门、程序设计、数值计算、符号运算、科学计算的可视化、图像处理功能、声音处理功能、底层文件输入输出操作、图形用户界面编程和应用程序接口方面进行介绍。(Respectively, from basic entry-book, programming, numerical computing, symbolic computation, scientific visualization, image processing, audio processing, the underlying file input and output operations, a graphical user interface and application programming interfaces introduced aspects.)
    2010-04-22 16:46:14下载
    积分:1
  • attractor
    说明:  产生各种吸引子的简单程序,并附有简单文字材料说明。(These script generates attractor using histogram technique. these script can generate 50 quadratic attractor 5 Peter De Jong (including the ring) 4 Clifford attractor)
    2010-05-01 03:43:51下载
    积分:1
  • pwm
    pwm inverter simulation using matlab used in power electronics
    2011-10-23 18:44:28下载
    积分:1
  • canny1
    canny算法的matlab实现,可以放到图像处理算法中得到更好的结果(canny algorithm matlab to achieve, you can put image processing algorithms get better results)
    2008-01-28 13:54:42下载
    积分: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
  • tx_modulate
    该程序用来实现发端的调制,其中包括BPSK、QPSK以及16QAM等调制方式(The program used to implement the originator of the modulation, including BPSK, QPSK and 16QAM modulation, etc.)
    2010-05-11 07:28:42下载
    积分:1
  • DCT
    用matlab对一张图片进行DFT变换,DCT变换,比较保留20个DCT变换系数重构的图象与原始图像的差别.(Using matlab on a picture to DFT transform, DCT transform, compared to 20 DCT transform coefficients to retain the image reconstruction of the difference between the original image.)
    2010-06-02 03:26:12下载
    积分:1
  • TDOA1
    A source for TDOA for position location
    2010-10-29 12:19:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载