代码搜索:pha
找到约 824 项符合「pha」的源代码
代码结果 824
www.eeworm.com/read/437242/7753089
m 45t.m
clear;
clc;
wp=0.6*pi;ws=0.4*pi;Rp=0.5;Rs=60;
N=50;n=[0:1:N-1];
wc=(wp+ws)/2;
hd=ideal_lp(wc,N).*exp(j*pi*n);
w_han=(kaiser(N,5.658))';
h=hd.*w_han;
[db,mag,pha,grd,w]=freqz_m(h,1);
subplot(2
www.eeworm.com/read/437242/7753105
m 46t.m
wp=0.25*pi;ws=0.3*pi;Rp=0.25;Rs=50;
N=190;n=[0:1:N-1];
wc=(wp+ws)/2;
hd=ideal_lp(wc,N);
w_han=(blackman(N))';
h=hd.*w_han;
[db,mag,pha,grd,w]=freqz_m(h,1);
subplot(211);stem(n,h,'.');xlabel('n'
www.eeworm.com/read/140872/13055724
vhd phyuz.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity phyuz is
port(phaa,phab:in std_logic;
clr_in2:out std_logic;
pha:out
www.eeworm.com/read/308751/13693460
txt dds1_pad.txt
Release 6.1i - Par G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Thu Aug 16 15:37:09 2007
INPUT FILE: DDS1_map.ncd
OUTPUT FILE: DDS1_pad.txt
PART TYPE: xc3s400
S
www.eeworm.com/read/308751/13693645
pad_txt dds1.pad_txt
Release 6.1i - Par G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Thu Aug 16 15:37:09 2007
INPUT FILE: DDS1_map.ncd
OUTPUT FILE: DDS1_pad.txt
PART TYPE: xc3s400
S
www.eeworm.com/read/308751/13693690
csv dds1_pad.csv
Release 6.1i - Par G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Thu Aug 16 15:37:08 2007
NOTE: This file is designed to be imported into a spreadsheet program
such as Microsoft E
www.eeworm.com/read/308751/13693706
mrp dds1.mrp
Release 6.1i Map G.23
Xilinx Mapping Report File for Design 'DDS1'
Design Information
------------------
Command Line : D:/Xilinx/bin/nt/map.exe -intstyle ise -p xc3s400-pq208-4 -cm
area -pr b -k
www.eeworm.com/read/308751/13693853
pad dds1.pad
Release 6.1i - Par G.23
Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved.
Thu Aug 16 15:37:08 2007
NOTE: This file is designed to be imported into a spreadsheet program
such as Microsoft E
www.eeworm.com/read/483133/6610813
m ht7.m
function ht7(h_axes1,N,ww1,ww2,ww3,Ws,Wp,Wph,Wsh,b3,c)
n=floor(N);
if b3==1
f=[0 Ws Wp 1];
s=[ww1 ww2];
b=cremez(n,f,'lowpass',s);
[dp,mag,pha,grd,w]=freqz_m(b,[1]);
elseif b3==
www.eeworm.com/read/483133/6610823
m ht5.m
function ht5(h_axes1,N,w1,w2,up1,up2,up3,b2,c)
n=floor(N);
if b2==1
f=[0 w1 1];
amp=[1 0];
up=[(up1+1) up2];
lo=[((up1+1)-2*up1) -up2];
b=fircls(n,f,amp,up,lo);
[dp,mag