代码搜索结果
找到约 10,000 项符合
Digital 的代码
digital voltmeter.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
digital_pll_sim.cpp
//
// File = digital_pll_sim.cpp
//
#define SIM_NAME "DigitalPLL\0"
#define SIM_TITLE "Simulation of Digital PLL\0"
#include "global_stuff.h"
#include "qpsk_theory.h"
#include "bitgen.h
digital storage oscilloscope.c
/*****************************************************
This program was produced by the
CodeWizardAVR V1.25.7a Evaluation
Automatic Program Generator
zero_pole_digital.m
clear,close all,
num=input('Type in the numerator coefficients =');
den=input('Type in the denominator coefficients =');
[z,p,k]=tf2zp(num,den);
m=abs(p);
disp('Zeros are at');disp(z);
disp('Pol