代码搜索结果
找到约 10,000 项符合
Design 的代码
firdf_design.m
%【设计分析】首先利用remezord 函数估算滤波器
%的可能阶数n ,然后利用remez 函数来实现该滤波
%器。最后判断所得的滤波器指标是否满足阻带衰减
%的要求。若是,则获解;若否,则需提高滤波器的阶
%数n 直到其技术指标满足设计要求为止。
%程序源代码如下:
clear;
clc;
%function FIRDF_<mark>design</mark>
Wp = 0.4*pi; ...
design1.opj
(ExpressProject "Design1"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library")
(NoModify)
(File ".\design1.dsn"
(Type "Schematic
gsl-design.texi
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename gsl-design.info
@settitle GNU Scientific Library
@finalout
@c -@setchapternewpage odd
@c %**end of header
@dircategory Scientific so
sys_design.m
%sys_design is the function used in CtrlLAB for administrating system design tasks.
%
%Available Design Tasks are:
%
% 1 for lead/lag compensator design
% 2 for LQ optimal regulator/controller
pid_design.m
%PID_DESIGN is the function used in CtrlLAB for PID controller design. In this
%function, different tuning algorithms are implemented, and details can be referred
%from the lecture notes.
%
%Av