代码搜索结果
找到约 72,880 项符合
Design 的代码
console.log
# Design Explorer: Shortcut to "D:\My_Designs\Samples_63\SN7485\SN7485.aws" design added.
console.log
# Design Explorer: Shortcut to "D:\My_Designs\Samples_63\memory_example\memory_example.aws" design added.
console.log
# Design Explorer: Shortcut to "D:\My_Designs\Samples_63\Generator\generator.aws" design added.
algo0409bookinfo.txt
005 Computer Data Structures
010 Introduction to Data Structures
023 Fundamentals of Data Structures
034 The Design and Analysis of Computer Algorithms
050 Introduction to Numerical Analysis
067
algo0409bookinfo.txt
005 Computer Data Structures
010 Introduction to Data Structures
023 Fundamentals of Data Structures
034 The Design and Analysis of Computer Algorithms
050 Introduction to Numerical Analysis
067
mp11_1.m
% Chapter 11: The Design of State Variable Feedback Systems
% MP11.1, p. 684
%
A=[-1 1 0;4 0 -3;-6 8 10];
B=[1;0;-1];
C=[1 2 1];
D=[0];
%
Pc=ctrb(A,B); Det_Pc=det(Pc)
Q=obsv(A,C); Det_Q=det(Q)
exa5_25.m
%--------------------------------------------------------------------------
% exa060608_fircls.m, for example 6.6.8;
% to test fircls and to design bandpass FIR filter;
%-------------------------
exa5_22.m
%--------------------------------------------------------------------------
% exa060605_remez.m, for example 6.6.5;
% to test remez and to design bandpass FIR filter;
%---------------------------
exa5_17.m
%--------------------------------------------------------------------------
% exa060501_remez_1.m, for example 6.5.1;
% to test remez.m and to design Low-pass FIR filter;
%-----------------------
exa5_27.m
%--------------------------------------------------------------------------
% exa060610_firccos.m, for example 6.6.10;
% to test firccos and to design raised cosine FIR filter ;
%----------------