登录
首页 » Matlab » 直流电动机转矩特性

直流电动机转矩特性

于 2022-01-26 发布 文件大小:1.47 kB
0 95
下载积分: 2 下载次数: 4

代码说明:

% 直流发电机转矩特性分析 % 将该函数定义为dc_mo_tor(dc_motor_torque) %-------------------------------------------------------------------------- % 下面输入电机基本数据: nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271 % 下面输入750转/分钟时的空载特性试验数据(Ifdata是励磁电流,Eadata是感应电势):  Ifdata=[ 0, 0.4, 1.0, 1.6,    2.0,  3.0, 8.5  12];  Eadata=[15, 43, 88, 130,  150,  193.5,   290, 291 ];  %-------------------------------------------------------------------------  % 下面进行空载特性曲线拟合: p=polyfit(Ifdata,Eadata,3); If=0:.01:12;% 进行励磁电流参数重新设置: Ea=polyval(p,If);% 计算对应于拟合曲线的感应电势 %-------------------------------------------------------------------------- % 计算端电压和负载电流: U=If*Rf; Ia=(Ea-U)/Ra; I=Ia-If; % 计算并励发电机外特性:  plot(I,U,"k")  hold on  axis([0,100,0,300])  %----------------------------------------------------

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

发表评论

0 个回复

  • 999999999999999999999
    files is used to perform
    2010-10-23 03:55:51下载
    积分:1
  • nihe
    根据已知数据拟合多次函数,自行修改数据和次数自动生成拟合函数(According to known data fitting multiple functions modify the number of automatically generated data and fitting function)
    2011-01-14 11:51:24下载
    积分:1
  • Untitled
    高斯建模实现图像背景生成,人有不妥之处,大家共同研究(Gaussian modeling of the background image generation, were something wrong with the common research)
    2009-05-25 13:14:02下载
    积分:1
  • threedimension
    交通流模拟源码,交通流是交通问题的研究热点。(traffic flow simulation source code, traffic flow is the traffic problem hotspot.)
    2007-06-01 22:52:13下载
    积分:1
  • PS
    说明:  多元LDPC码的PS构造算法的matlab程序(PS of the multi-LDPC codes constructed algorithm matlab program)
    2012-07-26 22:45:39下载
    积分:1
  • MM5
    《精通matlab 5.0》对应源程序。(" Proficient in matlab 5.0" corresponds to the source.)
    2011-09-30 16:12:08下载
    积分:1
  • ricker
    雷克子波的matlab程序 地震勘探中用(The Ricker wave matlab program seismic exploration using)
    2012-10-05 13:43:21下载
    积分:1
  • image-segmentation
    In this paper, the concepts of Daubechies wavelet transform are discussed. The Daubechies wavelets are a family of orthogonal wavelets defining a discrete wavelet transform and characterized by a maximal number of vanishing moments for some given support. With each wavelet type of this class, there is a scaling function which generates an orthogonal multi resolution analysis.
    2015-01-07 14:03:08下载
    积分:1
  • STC
    用于MIMO-SAR成像的STC波形隔离度仿真(Simulation of STC waveform isolation for MIMO-SAR imaging)
    2018-08-29 20:26:21下载
    积分:1
  • 完美的提取心音信号的包络调试代码
    信号处理中的旋转不变子空间法,是国外的成品模型,包括调制,解调,信噪比计算,一种噪声辅助数据分析方法,调试通过可以使用,是学习PCA特征提取的很好的学习资料。
    2022-04-16 03:07:02下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载