登录
首页 » matlab » matlab_PID

matlab_PID

于 2007-09-06 发布 文件大小:202KB
0 199
下载积分: 1 下载次数: 777

代码说明:

  模糊pid控制及其matlab仿真,书中的例子(Matlab fuzzy pid control and its simulation, the book)

文件列表:

matlab_PID
..........\PID程嶏
..........\.......\chap1
..........\.......\.....\chap1_1.mdl
..........\.......\.....\chap1_10.m
..........\.......\.....\chap1_11.mdl
..........\.......\.....\chap1_12.m
..........\.......\.....\chap1_13.m
..........\.......\.....\chap1_14.mdl
..........\.......\.....\chap1_14f.m
..........\.......\.....\chap1_15.m
..........\.......\.....\chap1_16.m
..........\.......\.....\chap1_17.m
..........\.......\.....\chap1_18.m
..........\.......\.....\chap1_19.mdl
..........\.......\.....\chap1_19f.m
..........\.......\.....\chap1_2.mdl
..........\.......\.....\chap1_20.m
..........\.......\.....\chap1_21.m
..........\.......\.....\chap1_22.m
..........\.......\.....\chap1_23.m
..........\.......\.....\chap1_24.m
..........\.......\.....\chap1_25.m
..........\.......\.....\chap1_26.m
..........\.......\.....\chap1_27.m
..........\.......\.....\chap1_2plot.m
..........\.......\.....\chap1_3.mdl
..........\.......\.....\chap1_3plant.m
..........\.......\.....\chap1_3s.m
..........\.......\.....\chap1_4.mdl
..........\.......\.....\chap1_5.mdl
..........\.......\.....\chap1_5s.m
..........\.......\.....\chap1_6.m
..........\.......\.....\chap1_6f.m
..........\.......\.....\chap1_7.mdl
..........\.......\.....\chap1_7f.m
..........\.......\.....\chap1_8.mdl
..........\.......\.....\chap1_8s.m
..........\.......\.....\chap1_9.m
..........\.......\chap10
..........\.......\......\chap10_1.mdl
..........\.......\......\chap10_1plant.m
..........\.......\......\chap10_1plot.m
..........\.......\......\chap10_1s.m
..........\.......\......\chap10_2.mdl
..........\.......\......\chap10_2plant.m
..........\.......\......\chap10_3.mdl
..........\.......\......\chap10_3plant.m
..........\.......\......\chap10_3plot.m
..........\.......\......\chap10_3s.m
..........\.......\......\chap10_4.m
..........\.......\......\chap10_4eq.m
..........\.......\......\chap10_5.mdl
..........\.......\......\chap10_5plant.m
..........\.......\......\chap10_5s.m
..........\.......\......\chap10_6.mdl
..........\.......\......\chap10_6s.m
..........\.......\chap11
..........\.......\......\CHAP11_1.M
..........\.......\......\CHAP11_2.CPP
..........\.......\......\CHAP11_3.CPP
..........\.......\......\CHAP11_3.H
..........\.......\chap2
..........\.......\.....\chap2_1.m
..........\.......\.....\chap2_2.mdl
..........\.......\.....\chap2_3.m
..........\.......\.....\chap2_4.mdl
..........\.......\.....\chap2_5.m
..........\.......\.....\chap2_6.mdl
..........\.......\.....\chap2_7.mdl
..........\.......\.....\chap2_7f.m
..........\.......\.....\chap2_8.m
..........\.......\.....\chap2_8f.m
..........\.......\chap3
..........\.......\.....\chap3_1.m
..........\.......\.....\chap3_10.m
..........\.......\.....\chap3_10plot.m
..........\.......\.....\chap3_11.m
..........\.......\.....\chap3_11f.m
..........\.......\.....\chap3_2.mdl
..........\.......\.....\chap3_2s.m
..........\.......\.....\chap3_3.m
..........\.......\.....\chap3_4.m
..........\.......\.....\chap3_5.mdl
..........\.......\.....\chap3_6.m
..........\.......\.....\chap3_7.m
..........\.......\.....\chap3_8.m
..........\.......\.....\chap3_9.m
..........\.......\.....\chap3_9f.m
..........\.......\chap4
..........\.......\.....\chap4_1.m
..........\.......\.....\chap4_10.m
..........\.......\.....\chap4_2.m
..........\.......\.....\CHAP4_3.M
..........\.......\.....\CHAP4_4.M
..........\.......\.....\chap4_5.m
..........\.......\.....\chap4_6.m
..........\.......\.....\chap4_7.m
..........\.......\.....\chap4_8.mdl
..........\.......\.....\chap4_8m1.m

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

发表评论

0 个回复

  • Spectrum_Zoom
    这个函数返回n点2dw波段的傅里叶变换的DFT样本序列。通常情况下,以插值点的方式进行放大。(This function returns N point DFT samples of 2dw band of Fourier transform of a sequence. Typically, fft() returns N samples of Fourier transform ranging from 0 to 2pi. This function takes the N-point DFT samples and returns N-point samples corresponding to frequency band wc-dw to wc+dw.)
    2009-12-29 06:42:22下载
    积分:1
  • IIRdigitalfilerdesignanoftwareimplementation
    IIR数字滤波器设计及软件实现。1. 熟悉用双线性变换法设计IIR数字滤波器的原理与方法; 2. 学会调用MATLAB信号处理工具箱中滤波器设计函数(或滤波器设计分析工具fdatool)设计 各种IIR数字滤波器,学会根据滤波需求确定滤波器指标参数。 3. 掌握IIR数字滤波器的MATLAB实现方法。 4. 通过观察滤波器输入输出信号的时域波形及其频谱,建立数字滤波的概念。 (IIR digital filter design and software implementation)
    2009-06-29 22:13:22下载
    积分:1
  • BPSK
    通信行业比用程序代码,经过调试,各方面性能都很好,(Communications industry than the program code, debugging, various aspects of performance are good,)
    2012-04-06 10:07:20下载
    积分:1
  • dat
    在matlab中,将数据以矩阵形式存储进dat文件中(In matlab, the data is stored in the form of a matrix dat file)
    2013-08-31 12:44:32下载
    积分:1
  • colordemo
    colordcolordemo colordemoemo colordemo colordemo colordemo colordemo colordemo(colordemo colordemo colordemo colordemo colordemo colordemo colordemo)
    2010-08-09 20:59:36下载
    积分:1
  • get-image
    使用matlab编写程序控制摄像头获取外界图像(Use matlab program control camera image for the outside world)
    2012-04-06 16:38:17下载
    积分:1
  • cyclic_coder
    (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。( (7,4) cyclic code system Encoder code_out = cyclic_coder (code_in) cyclic code encoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 of information input parameters code_in code word is 1 × 4 row vector output code_out System is encoded codeword cycle, the row is 1 × 7 vector. Function to run at the same time draw the input code word and code word cycle waveform.)
    2011-08-15 21:48:28下载
    积分:1
  • matlab-mingling-
    matlab命令代码大全 附所有的系统函数 祝你成功 哈哈哈(matlab Code Complete)
    2013-12-10 19:31:33下载
    积分:1
  • (Quadratic-inter)
    Quadratic interpolation search method M-file
    2011-02-08 13:22:54下载
    积分:1
  • wuyueshuyouhua
    用matlab编写的无约束优化的源码,经过调试,都能运行,对数学建模竞赛帮助很大。(Prepared using matlab optimization of the source, through commissioning, to run on the Mathematical Contest in Modeling of great help.)
    2010-08-07 10:54:43下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载