代码搜索:cascade

找到约 5,158 项符合「cascade」的源代码

代码结果 5,158
www.eeworm.com/read/161040/5563913

txt script_71_bak.txt

---------- sm_emp_sale_data.txt ---------- /* * 范例名称:数据准备 * 文件名称:sm_emp_sale_data.txt */ --insert data need in chap11 sm_saleorderlist,sm_emp DROP TABLE sm_saleorderlist CASCADE CONSTRA
www.eeworm.com/read/161040/5563914

txt script_71.txt

---------- sm_emp_sale_data.txt ---------- /* * 范例名称:数据准备 * 文件名称:sm_emp_sale_data.txt */ --insert data need in chap11 sm_saleorderlist,sm_emp DROP TABLE sm_saleorderlist CASCADE CONSTRA
www.eeworm.com/read/161040/5564089

txt script_72.txt

---------- sm_emp_sale_data.txt ---------- /* * 范例名称:数据准备 * 文件名称:sm_emp_sale_data.txt */ --insert data need in chap12 sm_saleorderlist,sm_emp DROP TABLE sm_saleorderlist CASCADE CONSTRA
www.eeworm.com/read/161040/5564090

txt script_71_old.txt

---------- sm_emp_sale_data.txt ---------- /* * 范例名称:数据准备 * 文件名称:sm_emp_sale_data.txt */ --insert data need in chap12 sm_saleorderlist,sm_emp DROP TABLE sm_saleorderlist CASCADE CONSTRA
www.eeworm.com/read/161040/5564091

txt 数据准备.txt

---------- sm_emp_sale_data.txt ---------- /* * 范例名称:数据准备 * 文件名称:sm_emp_sale_data.txt */ --insert data need in chap12 sm_saleorderlist,sm_emp DROP TABLE sm_saleorderlist CASCADE CONSTRAIN
www.eeworm.com/read/388457/8608059

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/387887/8649492

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/381211/9104085

m bw_weights.m

function [b,a]=bw_weights(band,L,v1,v2) % [b,a]=bw_weights(band,L,v1,v2) % % [b,a] = weights of a digital Butterworth filter in cascade form. % Inputs: % band =1(lowpass), 2(highpass), 3(bandpa
www.eeworm.com/read/160929/10469913

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/439446/7708621

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos