代码搜索结果
找到约 10,000 项符合
Design 的代码
pim_design_overview.fig
#FIG 3.2
Portrait
Center
Inches
Letter
100.00
Single
-2
1200 2
6 3675 5925 6525 6975
6 3675 5925 6525 6975
2 4 0 2 0 7 50 0 -1 0.000 0 0 7 0 0 5
6450 6900 6450 6000 3750 6000 3750 6900 6450 6900
4
pim_design_overview.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Title: figs/pim_design_overview.fig
%%BoundingBox: 0 0 754 598
%%Magnification: 1.0000
%%EndComments
/$F2psDict 200 dict def
$F2psDict begin
$F2psDict /mtrx matrix put
/col-1
pim_design_overview.fig
#FIG 3.2
Portrait
Center
Inches
Letter
100.00
Single
-2
1200 2
6 3675 5925 6525 6975
6 3675 5925 6525 6975
2 4 0 2 0 7 50 0 -1 0.000 0 0 7 0 0 5
6450 6900 6450 6000 3750 6000 3750 6900 6450 6900
4
mfea_design_overview.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Title: ./figs/mfea_design_overview.fig
%%BoundingBox: 0 0 1010 671
%%Magnification: 1.0000
%%EndComments
/$F2psDict 200 dict def
$F2psDict begin
$F2psDict /mtrx matrix put
/c
mfea_design_overview.fig
#FIG 3.2
Portrait
Center
Inches
Letter
100.00
Single
-2
1200 2
6 5925 1425 7875 2475
2 4 0 2 0 7 50 0 -1 0.000 0 0 7 0 0 5
7800 2400 7800 1500 6000 1500 6000 2400 7800 2400
4 0 0 50 0 0 18 0.0000
filter_design1.m
clc;
clear all;
%设计低通滤波器:
[N,Wc]=buttord()
%估算得到Butterworth低通滤波器的最小阶数N和3dB截止频率Wc
[a,b]=butter(N,Wc); %设计Butterworth低通滤波器
[h,f]=freqz(); %求数字低通滤波器的频率响应
figure(2); % 打开窗口2
subplot(2,2,1);