代码搜索:DPLL
找到约 321 项符合「DPLL」的源代码
代码结果 321
www.eeworm.com/read/199925/7814448
dbp dpll.dbp
www.eeworm.com/read/199925/7814474
hif dpll.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
39
2097
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-
www.eeworm.com/read/199925/7814476
psp dpll.psp
www.eeworm.com/read/199925/7814480
sof dpll.sof
www.eeworm.com/read/199925/7814481
hif dpll.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/199924/7814488
doc dpll.doc
www.eeworm.com/read/434688/7849296
m dpll.m
% A second order DPLL design
% Block diagram
% +---+ e +-----------+ y
% x ------>| + |------>| H1(z) |---------+
% +---+ +-----------+ |
%
www.eeworm.com/read/140124/13107809
m dpll.m
% PLL illustration
clear all;
close all;
% define initial phase offset and incoming Cw frequency and Sampling frequency
theta = pi/3;
f=1000;
fs=100000;
% Create the real and imaginary parts of
www.eeworm.com/read/139492/13153582
gdf dpll.gdf
www.eeworm.com/read/324454/13262475
txt dpll.txt
module DPLL(fin,fout,fout2,kclock,reset,k,N,H);
input fin,kclock,reset;
input[3:0] k;
input[7:0] N;
input[7:0] H;
output fout,fout2;
reg fout,fout2;
wire se,carry,borrow,idclock,idout;
DPLL_