- 博客(5)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 感应电机矢量控制坐标变换MATLAB符号函数推导代码
计算条件主要是以隐极感应电机为例,以隐极机为例是因为隐极机的气隙是均匀的,所以定子方绕组之间的互感是相同的(均为-1/2ms,其中ms为两相绕组“重合”时候的互感,也是两绕组之间最大的互感,又ms=sqrt(L1L2),所以ms=L1=L2,L1和L2为两线圈的电感)。在最后结果中,转子方有运动电势,所以转子方的表达式中有x_w(角速度)。下面代码中的L1和L2并不是线圈的电感,而是线圈的漏感,...
2019-11-04 17:07:45
528
1
原创 sort()与拉姆达表达式
sort()与拉姆达表达式的结合#include <iostream>#include <string>#include <vector>#include <ctime>#include <map>#include <utility>#include <algorithm>using std::...
2019-10-07 16:19:14
594
原创 C++基于范围的for循环(auto的使用)
基于范围的for循环输出string类字符串输出示例一#include <iostream>#include <string>#include <vector>#include <ctime>using std::cout;using std::endl;using std::string;using std::vector;...
2019-10-04 01:08:22
1882
原创 C++语言按照一定规则读取text文本文档,并进行数据转换
按规则读取文件,并进行数据转换#include <iostream>#include <fstream>#include <sstream>#include <string>#include <ctime>using std::cout;using std::endl;int str2num(const char *s...
2019-10-04 00:07:06
614
原创 直流电机数字PID控制系统
simulink直流电机数字PID控制系统仿真,双闭环图片奉上,模型是我从例程改的,原有模型是模拟控制,位置,电流双闭环。然后我把位置环改为了电压数字控制,速度测量从原模型的AB相正交解码改为了测速发电机。电流环改数字控制也是一样的。图片: ![Alt](...
2019-03-09 13:15:20
1954
2
MyShangWeiJi20200229.zip
2020-05-30
GUI中的定时器的TimerFcn传递参数过多的问题
2018-10-04
TA创建的收藏夹 TA关注的收藏夹
TA关注的人