代码搜索:COMPACT

找到约 3,584 项符合「COMPACT」的源代码

代码结果 3,584
www.eeworm.com/read/164338/10116930

m q514.m

%《MATLAB在电子信息课程中的应用》第五章例5.14程序q514 % 频率响应:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact wo=0:0.2:4; % 设定频率数组wo=w/wc H=1./(1+j*wo); % 求复频率响应 figure(1) subplot(2,1,1),
www.eeworm.com/read/359540/10140229

m q514.m

%《MATLAB在电子信息课程中的应用》第五章例5.14程序q514 % 频率响应:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact wo=0:0.2:4; % 设定频率数组wo=w/wc H=1./(1+j*wo); % 求复频率响应 figure(1) subplot(2,1,1),
www.eeworm.com/read/272953/10935629

m exn536.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-3-6程序 % 在[-pi,pi]区间内任意函数的傅立叶级数展开 % 西安电子科技大学出版社出版 陈怀琛编著 2007年7月 % clear,clf,format compact,format short x=linspace(-pi,pi,1001);dx=2*pi/1000;; % [-pi,pi]内长为10
www.eeworm.com/read/144351/12801199

m q514.m

%《MATLAB在电子信息课程中的应用》第五章例5.14程序q514 % 频率响应:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact wo=0:0.2:4; % 设定频率数组wo=w/wc H=1./(1+j*wo); % 求复频率响应 figure(1) subplot(2,1,1),
www.eeworm.com/read/304351/13795707

m exn536.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-3-6程序 % 在[-pi,pi]区间内任意函数的傅立叶级数展开 % 西安电子科技大学出版社出版 陈怀琛编著 2007年7月 % clear,clf,format compact,format short x=linspace(-pi,pi,1001);dx=2*pi/1000;; % [-pi,pi]内长为10
www.eeworm.com/read/483854/6596368

m q514.m

%《MATLAB在电子信息课程中的应用》第五章例5.14程序q514 % 频率响应:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact wo=0:0.2:4; % 设定频率数组wo=w/wc H=1./(1+j*wo); % 求复频率响应 figure(1) subplot(2,1,1),
www.eeworm.com/read/220804/14788387

m 频率响应.m

%《MATLAB在电子信息课程中的应用》第五章例5.14程序q514 % 频率响应:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact wo=0:0.2:4; % 设定频率数组wo=w/wc H=1./(1+j*wo); % 求复频率响应 figure(1) subplot(2,1,1),
www.eeworm.com/read/382340/9034957

m q506.m

%《MATLAB在电子信息课程中的应用》第五章例5.6程序q506 % 直流电路的暂态计算:二阶过阻尼电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact L=0.5; R=12.5; C=0.02; % 输入元件参数 uc0=1; iL0=0; alpha=R/2/L; wn=sqrt(1/(L*C)); %
www.eeworm.com/read/382340/9034986

m q507.m

%《MATLAB在电子信息课程中的应用》第五章例5.7程序q507 % 直流电路的暂态计算:二阶欠阻尼电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact L=0.5; C=0.02; R=12.5; % 输入元件参数 uc0=1; iL0=0; for R=1:10 a=R/2/L;; w0=sqrt
www.eeworm.com/read/382340/9034992

m q515.m

%《MATLAB在电子信息课程中的应用》第五章例5.15程序q515 % 频率响应:二阶电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact for Q=[1/3,1/2,1/sqrt(2),1,2,5] w=logspace(-1,1,50); % 设定频率数组w H=1./(1+j*w/Q+(