-
ZernikeCircle
从ansys中读取数据的matlab源代码(Matlab source code to read data from ansys)
- 2012-11-14 22:52:27下载
- 积分:1
-
pso-toolbox
Particle Swarm Optimization Toolbox (PSO)
- 2014-01-30 00:56:14下载
- 积分:1
-
opt
说明: 本程序适用于解决优化问题,达到某些问题的优化目标。(This procedure applies to solve the optimization problem, the optimization problem to achieve certain goals.)
- 2009-09-02 14:30:17下载
- 积分:1
-
4fsk_0.5
跳频(占空比为0.5)4fsk的部分频带干扰误码率计算,这个程序是基于matlab的,自己编的,呵呵(Frequency Hopping (duty cycle 0.5) 4fsk the partial band interference bit error rate, this procedure is based on matlab, and their series, Oh)
- 2011-05-14 10:22:36下载
- 积分:1
-
978-1-4020-9199-5_BK2
Matlab 计算有限元的一些程序,期望对大家有些帮助!!!!(Matlab finite element calculation of some of the procedures, expectations of you some help! ! ! !)
- 2013-12-10 00:20:02下载
- 积分:1
-
InterpolationAndFitting
插值拟合在matlab中的实现方式,采用模块化处理,方便移植、改进。(Fitting interpolation in matlab realize in the way of modular treatment to facilitate transplantation to improve.)
- 2009-02-17 09:48:58下载
- 积分:1
-
bianbuchangLMS
一种变步长LMS的算法,描述了与基本LMS算法的比较,随着迭代次数的增加,变步长的LMS算法达到最优的迭代次数少(A variable step size LMS algorithm, describes the basic LMS algorithm and compare that with the increase in the number of iterations, variable step size LMS algorithm to achieve the optimal number of iterations less)
- 2010-06-09 09:58:51下载
- 积分:1
-
ZJXH
针对永磁同步电机常规直接转矩控制系统涉及到的问题,例如磁链的准确观测、定子电阻的变化、电压矢量开关表的改进以及滞环控制器的改进等等,本文都作了详细的分析,并提出了改进方案。为了提高系统的性能,本文将空间矢量调制的方法引入了常规直接转矩控制中,并在此基础上,对永磁同步电机无速度传感器问题作了详细的分析,总结了国内外的研究热点,提出了采用转子磁链矢量为基础的永磁同步电机直接转矩控制速度估计方法。仿真结果表明,该方案具有很好的动、静态特性。(Firstly, the paper analyzes the principle of direct torque control of permanent magnet synchronous motor and elaborates the impact of space voltage vector of the stator flux and the electromagnetic torque.Secondly, the paper introduces direct torque control of permanent magnet synchronous motor SVPWM technology.Under the same hardware conditions,the system can obtain More continuous voltage space vector by taking advantage of SVPWM.The simulation results show the program not only keeps the direct torque control fast dynamic response, but also reduce the motor torque ripple.)
- 2020-09-19 20:57:55下载
- 积分:1
-
qam-re-tr
QAM Matlab程序,误码率的坐标,星座图等在图中已经显示出来(QAM Matlab procedure, the coordinates of BER, constellation diagram, etc. At chart has been displayed)
- 2009-03-15 12:40:31下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1