代码搜索结果

找到约 72,880 项符合 Design 的代码

pll_waveforms.html

Sample Waveforms for pll.v Sample behavioral waveforms for design file pll.v The following waveforms show the behavior

readme

-- Copyright(C) 2006 by Xilinx, Inc. All rights reserved. -- The files included in this design directory contain proprietary, confidential information of -- Xilinx, Inc., are distributed under licen

readme

-- Copyright(C) 2006 by Xilinx, Inc. All rights reserved. -- The files included in this design directory contain proprietary, confidential information of -- Xilinx, Inc., are distributed under licen

p1_waveforms.html

Sample Waveforms for p1.vhd Sample behavioral waveforms for design file p1.vhd The following waveforms show the behavio

p7_1.m

% Program P7_1 % Design of a Butterworth Bandstop Digital Filter Ws = [0.4 0.6]; Wp = [0.2 0.8]; Rp = 0.4; Rs = 50; % Estimate the Filter Order [N1, Wn1] = buttord(Wp, Ws, Rp, Rs); % Design the Filte

p10_8.m

% Program P10_8 % Design of Uniform DFT Filter Banks clf; % Design the prototype FIR lowpass filter b = remez(20, [0 0.2 0.25 1], [1 1 0 0], [10 1]); w = 0:2*pi/255:2*pi; n = 0:20; for k = 1:4; c =

p7_1.m

% Program P7_1 % Design of a Butterworth Bandstop Digital Filter Ws = [0.4 0.6]; Wp = [0.2 0.8]; Rp = 0.4; Rs = 50; % Estimate the Filter Order [N1, Wn1] = buttord(Wp, Ws, Rp, Rs); % Design the

p10_8.m

% Program P10_8 % Design of Uniform DFT Filter Banks clf; % Design the prototype FIR lowpass filter b = remez(20, [0 0.2 0.25 1], [1 1 0 0], [10 1]); w = 0:2*pi/255:2*pi; n = 0:20; for k = 1:4;

p7_1.m

% Program P7_1 % Design of a Butterworth Bandstop Digital Filter Ws = [0.4 0.6]; Wp = [0.2 0.8]; Rp = 0.4; Rs = 50; % Estimate the Filter Order [N1, Wn1] = buttord(Wp, Ws, Rp, Rs); % Design the Filte

p10_8.m

% Program P10_8 % Design of Uniform DFT Filter Banks clf; % Design the prototype FIR lowpass filter b = remez(20, [0 0.2 0.25 1], [1 1 0 0], [10 1]); w = 0:2*pi/255:2*pi; n = 0:20; for k = 1:4; c =