代码搜索结果

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

exa4_3.m

% exa4-3_Chebyshev_II for example4-3 % Chebyshev II analog lowpass filter clear all; n=0:0.01:2; for i=1:4 switch i case 1 N=1; case 2 N=3;

exa4_2.m

% exa4-2_Chebyshev_I for example4-2 % Chebyshev I analog lowpass filter clear all; n=0:0.01:2; for i=1:4 switch i case 1 N=2; case 2 N=4;

chips.prt

FILE_TYPE=LIBRARY_PARTS; primitive 'SMB_ANGELED'; pin 'B0': PIN_NUMBER='(2)'; PIN_TYPE='ANALOG'; NO_LOAD_CHECK='Both'; NO_IO_CHECK='Both'; NO_ASSERT_CHECK='TRUE';

dma.asm

/* DMA.ASM ADSP-21065L EPORT 16/32 bit packing GGL, Analog Devices, Inc. 7/19/00 This code is a simple example of getting 16 bit floating point data from SDRAM packing it to 32 bits

i2s_loopback_test.map

PROCESSOR PROJECT: D:\ANALOG DEVICES\DSP PROJECTS\BITTWARE SPINNER BOARD\ADC_DAC I2S AUDIO LOOPBACK\ADDA_TT.DXE Memory Map of LinkProject "p0" Name Start Address End Addres

i2s_loopback_test.map

PROCESSOR PROJECT: D:\ANALOG DEVICES\DSP PROJECTS\BITTWARE SPINNER BOARD\ADC_DAC I2S AUDIO LOOPBACK\ADDA_TT.DXE Memory Map of LinkProject "p0" Name Start Address End Addres

dma.asm

/* DMA.ASM ADSP-21065L EPORT 16/32 bit packing GGL, Analog Devices, Inc. 7/19/00 This code is a simple example of getting 16 bit floating point data from SDRAM packing it to 32 bits

dac.c

#include #include "avr_compat.h" // dac takes an int instead of unsigned int to avoid conversion // from the datatypes in analog.c but you can only use the positive values. void dac(int v

u-boot.h

/* * U-boot - u-boot.h Structure declarations for board specific data * * Copyright (c) 2005-2007 Analog Devices Inc. * * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@d

irq.h

/* * U-boot bf533_irq.h * * Copyright (c) 2005-2007 Analog Devices Inc. * * This file is based on * linux/arch/$(ARCH)/platform/$(PLATFORM)/irq.c * Changed by HuTao Apr18, 2003 * * Copyright