代码搜索结果
找到约 10,000 项符合
Design 的代码
gui_design2.m
close all,clear;
t=0:0.1:20;
plot(t,t.*sin(t))
get(gcf,'Color')
propedit(gcf)
iir_che_design.m
% Name: iir_che_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The specifications of the digital filter are:
% alphap: The maximal pas
gui_design1.m
clear,close all
figure % 创建一个图形窗
h_menu=uimenu(gcf, 'label' , 'Color' );
h_submenu1=uimenu(h_menu, 'label' , 'Blue' , ... % 制作下拉菜单项 Blue
'callback' , 'set(gcf,''Color'',''blue'')' ); %
h_
butt_design_bi.m
% Name: butt_design_bi
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
iir_butt_design.m
% Name: iir_butt_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of t
fir_design_win.m
% Name:FIR_design_win.m
clear,close all;
f=20000;%input('Type in the samping fequency f=:');
fp=input('Type in the passband edge frequency (in Hz) fp=');
fs=input('Type in the passband edge freque
butt_design_im.m
% Name: butt_design_im.m
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of