代码搜索结果
找到约 521,473 项符合
Control System 的代码
readme.txt
Brief introduction to CtrlLAB 3.0(c)
------------------------------------
Thanks for using CtrlLAB, a MATLAB-based User interface for doing
feedback control system ana
readme
-----------------------------------------------
TrueTime 1.5
Example: Distributed Wireless Control System
Directory: $DIR/examples/wireless
-----------------------------------------------
1. INTRO
controller_init.m
function controller_init(arg)
% Distributed control system: controller node
%
% Receives messages from the sensor node, computes control signal
% and sends it to the actuator node. Also contains a hi
progzos.html
Gain-Scheduling control for SISO systems
contents.m
% Neural Network Toolbox Control System Functions.
%
% Data files
% ball1 - Data for training the magnetic levitation plant model
% cstr1 - Data for training the continous stirred ta
feedbackviewkf.m
%% Learning the Kalman Filter: a Feedback Perspective
% A simulink model of Kalman filter organized as a feedback control system
%% The Kalman Filter
% For a linear Gassian process with input u,
diskdemo.m
%DISKDEMO.M Demonstration design of harddisk digital controller.
echo on
% This file demonstrates MATLAB's ability for classical digital control
% system design by going through the design of a c
contents.m
% Control System Toolbox.
% Version 3.0b 3-Mar-93
% Copyright (c) 1986-93 by The MathWorks, Inc.
%
% Model building.
% append - Append system dynamics.
% augstate - Augment states
sys_id.m
% Embedded Control Systems in C/C++
%
% By Jim Ledin
%
% This M-file requires the Control System Toolbox and the
% the System Identification Toolbox
%
% This M-file performs the following sequ
figure31.m
% Embedded Control Systems in C/C++
% by Jim Ledin
%
% Figure 3.1
% This M-file requires the Control System Toolbox
clear all
close all
% Create a linear system
b = 100;
a = [1 1.8 100];