闽江学院计算机与控制工程学院2017级软件工程linux操作系统平时实验报告,个人缩写,包括详细的步骤,命令行的含义解释,以及遇到bug时的解决步骤以及参考链接
2021-12-14 23:38:24 15.71MB linux实验报告
1
matlab输入分子和分母表达式直接得出乃氏图和博德图 %Welcome to use getnyquist. %It's a function helping you to get nyquist chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getnyquist(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getnyquist(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getnyquist(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. %Welcome to use getbode. %It's a function helping you to get bode chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getbode(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getbode(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getbode(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. 上传文件为m文件,解压缩到matlab根目录下的bin文件夹下即可在matlab界面调用
2021-12-10 16:03:23 1KB matlab 控制工程 自动化
1
控制工程基础主编 彭珍瑞 董海堂 答案详细 欢迎下载
2021-12-08 15:30:22 1.58MB 答案详细
1
MSP430F149 4x4矩阵键盘 中断方式控制 工程文件
2021-12-04 15:56:54 26KB MSP430F149 4x4中断键盘
1
很经典的一本自控原理教参。由绪方胜彦编著。该版本为第四版。。。
2021-11-30 21:38:07 14.16MB 绪方胜彦 现代控制工程
1
MATLAB控制工程工具箱技术手册-魏巍编.pdf MATLAB控制工程工具箱技术手册-魏巍编.pdf MATLAB控制工程工具箱技术手册-魏巍编.pdf
2021-11-30 14:53:48 10.09MB MATLAB 控制工程工具箱 技术手册 魏巍编
1
北航考研933控制综合真题2001-2007。933是在2006年出现的,以前的考试只考自动控制理论。本文档包含之前的自动控制理论真题,以及06和07年的933(包括自控和数电)真题。08,09,10的933真题在我的另一个资源中。 每年北航都会给本校的考研学生发一套真题,就是这份。
2021-11-15 17:12:23 24.67MB 933 北航 控制工程综合 真题
1
MATLAB控制工程工具箱技术手册 魏巍.pdf 详细讲解,内容丰富,可快速上手
2021-11-15 09:30:01 23.46MB MATLAB
1
经典控制工程基础教材电子书,PDF版介绍了控制理论的经典,从经典控制理论到现代控制理论
2021-11-13 13:25:04 13.4MB 控制工程 教材 PDF
1
这是自动化专业的基础课,南京理工大学的上课课件,这门课是我们学院考研专业《自动控制原理》课程的基础。
2021-11-11 09:40:07 3.68MB 控制工程基础
1