代码搜索结果
找到约 10,000 项符合
Analog 的代码
initializing.c
#include "F2407REGS_c.h"
#include "math.h"
extern signed long U_data_in[320]; // 10个周波AD采样数据,为长整数
signed long U_data_analog[32]; // 1个周波AD采样模拟数据
/***********************************************
initializing.c
#include "F2407REGS_c.h"
#include "math.h"
extern signed long U_data_in[320]; // 10个周波AD采样数据,为长整数
signed long U_data_analog[32]; // 1个周波AD采样模拟数据
/***********************************************
mod842
;REV. 1.0 31 January 2002
;ADuC831 Apps, Analog Devices Inc.
P0 DATA 080H ;PORT 0
SP DATA 081H ;STACK POINTER
DPL DATA 082H ;DATA POINTER - LOW BYTE
DPH DATA
mod842
;REV. 1.0 30 September 2003
;ADuC842 Apps, Analog Devices Inc.
P0 DATA 080H ;PORT 0
SP DATA 081H ;STACK POINTER
DPL DATA 082H ;DATA POINTER - LOW BYTE
DPH DATA
mod842
;REV. 1.0 30 September 2003
;ADuC842 Apps, Analog Devices Inc.
P0 DATA 080H ;PORT 0
SP DATA 081H ;STACK POINTER
DPL DATA 082H ;DATA POINTER - LOW BYTE
DPH DATA
digital_models.deck
Digital models
*
* This circuit contains a nand gate oscillator enabled by
* a pulse input after 20nS. Node 1 is an analog node.
* Nodes 2 and 3 are digital nodes.
*
.tran 1e-8 1e-7
*
v1 1 0 0.0 puls
example6_11.m
Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
%Analog filter design:
[b,a]=afd_chb1(Wp,Ws,Rp,As)
%Chebyshev-1 Filter Order=4
% Calculation of second-order sections:
[C,B,A
at91sam7a3_adc.html
Hardware API Selector: AT91SAM7A3 Definitions
Analog
adebromregs.inc
Table 3?34. Analog-to-Digital Controller (ADC) Registers
WORD ADDRESS REGISTER NAME DESCRIPTION RESET VALUE?
0x6800 ADCCTL[15:11] ADC Control Register 0111 0000 0000 0000
0x6801 ADCDATA[15:0] ADC D
lptransform.m
% Example 8.24 低通滤波器的设计(此为网站参考程序)
%
% Analog Butterworth filter design
%
% design an 3-pole filter with a bandwidth of 5 Hz
%
[z,p,k] = buttap(3); % 3 pole filter
[b,a] = zp2tf(z,p,k);