资源简介
以定子电压和电流为输入,用最小二乘法对异步电机进行参数辨识,包括定子电阻,转子电阻,定子电感,定转子互感。
代码片段和文件信息
function [sysx0strts] = rls(txuflag)
%SFUNTMPL General MATLAB S-Function Template
% With MATLAB S-functions you can define you own ordinary differential
% equations (ODEs) discrete system equations and/or just about
% any type of algorithm to be used within a Simulink block diagram.
%
% The general form of an MATLAB S-function syntax is:
% [SYSX0STRTSSIMSTATECOMPLIANCE] = SFUNC(TXUFLAGP1...Pn)
%
% What is returned by SFUNC at a given point in time T depends on the
% value of the FLAG the current state vector X and the current
% input vector U.
%
% FLAG RESULT DEscriptION
% ----- ------ --------------------------------------------
% 0 [SIZESX0STRTS] Initialization return system sizes in SYS
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 292 2017-02-14 21:23 异步电机电机最小二乘法参数辨识\R_and_L.m
文件 45453 2017-05-19 17:06 异步电机电机最小二乘法参数辨识\power_acdrive_rls.slx
文件 8828 2017-01-11 10:43 异步电机电机最小二乘法参数辨识\rls.m
目录 0 2017-07-28 11:25 异步电机电机最小二乘法参数辨识\
评论
共有 条评论