代码搜索结果

找到约 10,000 项符合 Analog 的代码

coreb.c

/******************************************************************************* Copyright(c) 2005 Analog Devices. All Rights Reserved. Developed for Blackfin DSPs ( Micro Signal Architecture).

coreb.c

/******************************************************************************* Copyright(c) 2005 Analog Devices. All Rights Reserved. Developed for Blackfin DSPs ( Micro Signal Architecture).

coreb.c

/******************************************************************************* Copyright(c) 2005 Analog Devices. All Rights Reserved. Developed for Blackfin DSPs ( Micro Signal Architecture).

dac.h

/* Offchip DAC test include file for EVM320LF2407 This test requires a loopback connector filename: dac.h original: 02/26/1997 by: mls last update: 02/18/2000 by: rrp fo

driverstation.cpp

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by

analogtrigger.cpp

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by

f53xa_adc0_externalinput.c

//----------------------------------------------------------------------------- // F53xA_ADC0_ExternalInput.c //----------------------------------------------------------------------------- // Copy

f53xa_adc0_externalinput.c

//----------------------------------------------------------------------------- // F53xA_ADC0_ExternalInput.c //----------------------------------------------------------------------------- // Copy

dac.h

/*--------------------------------------------------------*/ /* WQ21ST SOFTWARE STUDIO. */ /*--------------------------------------------------------*/ /* Offchip DAC te

assignment_3.m

%Butterworth带通滤波器的设计 %估计滤波器阶数 [N,Wn]=buttord(1,2.9021128,1,32,'s'); %设计滤波器 [B,A]=butter(N,Wn,'s'); %Butterworth analog LPF [BT,AT]=lp2bp(B,A,0.6084340,0.2170171); %Spectral transform from analo