登录
首页 » matlab » automatic-control-matlab-1

automatic-control-matlab-1

于 2011-05-23 发布 文件大小:1312KB
0 98
下载积分: 1 下载次数: 5

代码说明:

  复旦大学自动控制理论ppt第1章,关于matlab的概述(Fudan University, Automatic Control Theory Chapter 1 ppt, an overview on matlab)

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

发表评论

0 个回复

  • cskmeans
    cskmeans 聚类算法的一种 1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;()
    2008-07-07 10:52:51下载
    积分:1
  • QPSK
    说明:  QPSK解调的 MATLAB 实现 包括原chengxu和仿真(QPSK demodulation of the MATLAB implementation)
    2010-05-01 22:51:33下载
    积分:1
  • FDTD2_6RCS
    二维FDTD 实现电磁场的二维分析。源代码。可以为FDTD初学者提供便利(Two-dimensional FDTD to achieve two-dimensional electromagnetic field analysis. Source code. FDTD beginners can facilitate)
    2011-11-16 18:59:00下载
    积分:1
  • chengxu
    参数变化对最小相位系统的影响,动态矩阵算法(DMC)仿真实例。(Effects of parameter changes on the minimum-phase system。Dynamic matrix algorithm (DMC) simulation.)
    2013-12-27 13:59:53下载
    积分:1
  • lorenzlyapunov
    一个求解李雅普诺夫指数的matlab程序,程序已经测试通过,适合matlab的初学者(Solving a Lyapunov exponent of the matlab program, the program has been tested for matlab beginner)
    2009-10-23 11:13:26下载
    积分:1
  • OFDM
    文件是OFDM的系统仿真程序!通过matlab仿真平台来实现!(The system file is OFDM simulation program! Matlab simulation platform adopted to achieve!)
    2009-05-20 23:58:51下载
    积分:1
  • EEE-212-lab-sheet
    empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-21)^0.4)+0.07886*(a-21) elseif a<21 b=0.0 end w=kaiser(n,b) for i=1:n if i~=(n-1)/2 hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f) elseif i==(n-1)/2 hd(i)=2*f end end for j=1:n h(j)=w(j)*hd(j) end subplot(3,1,1), plot(w) subplot(3,1,2), plot(h) subplot(3,1,3), plot(h,n)
    2014-12-24 23:21:13下载
    积分:1
  • IIRFILTERv1.01
    常用IIR语音信号处理器v1.01,可变参数的四种滤波器,实现高通,低通,带通,带阻滤波。(IIR filter)
    2013-11-10 13:49:46下载
    积分:1
  • 加入权重系数
    为了抑制两电平逆变器输出中产生的共模电压,本算法采用在代价函数中加入相应的权重系数使得共模电压得到抑制(In order to suppress the common-mode voltage generated in the output of two-level inverters, the algorithm uses the corresponding weight coefficient in the cost function to suppress the common-mode voltage.)
    2018-11-15 16:21:39下载
    积分:1
  • Kalman
    kalman 滤波程序,信号处理方面的,希望对大家有用(kalman filtering procedures, signal processing, in the hope that useful to everybody)
    2008-07-17 09:48:10下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载