代码搜索结果

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

analog_adc_irq.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------

pwr_analog_dev.h

/******************************************************************************* * * pwr_analog_dev.h * * Purpose: This file contains definitions that can be used by any SWE * for p

analog_adc_irq.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------

analog_filters_sim.cpp

// // File = filter_testbed_sim.cpp // #define SIM_NAME "Filters\0" #define SIM_TITLE "Testbed for Butterworth Filter\0" #include "global_stuff.h" #include "bitgen.h" #include "bitwav.h

analog_vis_satellite.m

%计算出所有卫星位置以后也要同时知道哪一颗卫星对用户来说是可见的 %因为只有根据可见的卫星才能够进行定位 clear; clc; close all; a=26560; %a is the long radii of a ellipse e=0.02; E=[0:0.1:2*pi]; x=a*(cos(E)-e); y=a*sqrt((1-e^2))*sin(E); z=