登录
首页 » matlab » yongcidianji

yongcidianji

于 2010-03-12 发布 文件大小:9KB
0 167
下载积分: 1 下载次数: 27

代码说明:

  永磁电机仿真,虽然还不成熟,但请大家共同探讨(Simulation of Permanent Magnet Motor)

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

发表评论

0 个回复

  • wavelet-analysis-using-matlab
    说明:  使用matlab进行小波分析,MATLAB6.5辅助小波分析与应用.pdf(Wavelet analysis using matlab)
    2011-03-13 12:32:56下载
    积分:1
  • Car-Simulink
    MATLAN中用simulink工具箱进行建模仿真,车辆工程搞仿真的朋友可以作为参考的例子,文件包括:1、基于Matlab/Simulink的车辆起步过程的仿真;2、基于Matlab_Simulink的四轮转向汽车操纵稳定性仿真;3、基于MATLAB_SIMULINK电动汽车感应电机建模仿真与特性分析;4、基于Matlab_Simulink环境四轮驱动混合动力汽车建模与仿真;5、基于Matlab_Simulink汽车驾驶员电动座椅控制系统的仿真设计;6、基于Simulink的电动汽车动力系统模型。(Simulation modeling with Simulink Toolbox in MATLAN, vehicle engineering simulation of friends can be used as a reference example, files included: 1, vehicle starting process simulation based on Matlab/Simulink, 2, the four wheel steering vehicle handling stability simulation based on Matlab_Simulink, 3, MATLAB_SIMULINK-based simulation modeling and characteristic analysis of induction motor for electric vehicles, 4, Matlab_ Simulink environment modeling and simulation of four-wheel-drive hybrid cars 5, based on Matlab_Simulink driver power seat control system design and simulation of 6, electric power system based on Simulink model.)
    2012-04-09 15:08:52下载
    积分:1
  • 计算多层膜的反射率Reflect
    计算多层膜的反射率,可计算不同的偏振态。各个膜层的厚度和折射率可以自己设置。(multilayer,optical film,reflection)
    2015-08-22 14:59:46下载
    积分:1
  • pf_colortracker
    Partical Filter Color Traking
    2009-10-21 14:50:48下载
    积分:1
  • DDS
    文档,无线信道的matlab源程序,可以单独运行。 -word documents, Rayleigh fading channels Matlab source that can run.(word documents, Rayleigh fading channels Matlab source that can run.)
    2010-11-01 11:14:32下载
    积分:1
  • intprog
    通过分支定界法计算线性规划、整数规划,效果较好。(To calculate integer programming, branch and bound method is better.)
    2013-04-25 22:21:34下载
    积分:1
  • one
    产生右图所示图像f1(m,n),其中图像大小为256×256,中间亮条为128 ×32,暗处=0,亮处=100。对其进行FFT: ① 同屏显示原图f1(m,n)和FFT(f1)的幅度谱图; ② 若令f2(m,n)=(-1)m+n f1(m,n),重复以上过程,比较二者幅度 谱的异同,简述理由; ③ 若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅 度谱,并与FFT(f2)的幅度谱进行比较; ④ 若将f1(m,n) 顺时针旋转90 度得到f4(m,n),令f5(m,n)=f1(m,n)+f4(m,n),试显 示FFT(f5)的幅度谱,并指出其与FFT(f1)和FFT(f4)的关系; ⑤ 若令f6(m,n)=f2(m,n)+f3(m,n),试显示FFT(f6)的幅度谱,并指出其与FFT(f2)和 FFT(f3)的关系,比较FFT(f6)和FFT(f5)的幅度谱。(Generating an image f1 (m, n) shown in the figure, wherein the image size is 256 256, the intermediate light bar 128 32 0 = dark, bright Department 100. Its FFT: ① screen display picture f1 (m, n) and the FFT (f1) of the amplitude spectrum ② If so f2 (m, n) = (-1) m+n f1 (m, n), repeat The above process, comparing the amplitude spectrum of the similarities and differences between the two, brief reasons ③ If f2 (m, n) 90 degrees clockwise to get f3 (m, n), try to display FFT (f3) the amplitude spectrum and with the FFT (f2) comparing the amplitude spectrum ④ If f1 (m, n) obtained by 90 degrees clockwise f4 (m, n), so f5 (m, n) = f1 (m, n)+f4 (m, n ), try to display FFT (f5) amplitude spectrum, and pointed out its relationship with the FFT (f1) and FFT (f4) of ⑤ If so f6 (m, n) = f2 (m, n)+f3 (m, n) and try to display the FFT (f6) amplitude spectrum, and pointed out its relationship with the FFT (f2) and FFT (f3), comparing FFT (f6) and FFT (f5) amplitude spectrum.)
    2013-11-26 16:24:18下载
    积分:1
  • fffPID
    PID pid 控制的实例程序 非常常用的闭环控制的小程序(PID matlab)
    2009-09-05 22:32:13下载
    积分:1
  • gaot
    tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概 率以及遗传运算的终止进化代数。 Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设 置变量的取值范围。 Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。 Step 4:执行比例选择算子进行选择操作。 Step 5:按交叉概率对交叉算子执行交叉操作。 Step 6:按变异概率执行离散变异操作。 Step 7:计算Step 6得到局部最优解中每个个体的适应值,并执行最优个体保存策略。 Step 8:判断是否满足遗传运算的终止进化代数,不满足则返回Step 4,满足则输出运算结果。 其次,运用遗传算法工具箱。(Matlab genetic algorithm toolbox)
    2020-11-07 15:09:49下载
    积分:1
  • naive_bayes_classifer
    naive bayesian classification
    2010-11-09 17:09:51下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载