代码搜索:PLL
找到约 8,888 项符合「PLL」的源代码
代码结果 8,888
www.eeworm.com/read/183546/9155031
c pll.c
/*****************************************
NAME: pll.c
DESC: PLL & Maximum frequency test.
HISTORY:
03.21.2002:purnnamu: first release for S3C2410X
06.02.2003:DonGo: Modified for S3C244
www.eeworm.com/read/182894/9186969
m pll.m
function pll
% STUDYING THE PHASE LOCKED LOOP (PLL) CHARACHTERISTICS
% Step response of 1st order closed loop transmittance of pll
kv = 1;
kd = 1;
dt = .01;
t = 0 : dt :
www.eeworm.com/read/181851/9234647
c pll.c
/* pll.c Software Linear PLL 6211 Program */
/* Upendra Ummethala and Mike Mellor */
/* December 19, 2000 EE539 Real Time DSP Final Project */
#define N 800
www.eeworm.com/read/181851/9234655
out pll.out
www.eeworm.com/read/181851/9234658
mak pll.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/375059/9374408
h pll.h
#ifndef __PLL_H__
#define __PLL_H__
void Test_PLL(void);
void ChangePLL(void);
void Test_PllOnOff(void);
#endif /*__PLL_H__*/
www.eeworm.com/read/375059/9374528
c pll.c
/*****************************************
NAME: pll.c
DESC: PLL & Maximum frequency test.
HISTORY:
03.21.2002:purnnamu: first release for S3C2410X
**************************************
www.eeworm.com/read/179021/9378308
lst pll.lst
C51 COMPILER V7.10 PLL 03/27/2005 22:39:53 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE PLL
OBJECT MODULE PLACED IN PLL
www.eeworm.com/read/179021/9378348