AD9670支持醫療超聲應用,專門針對低成本、低功耗、小尺寸及易用性而設計。它內置8通道的可變增益放大器(VGA)、低噪聲前置放大器(LNA)、具有可編程相位旋轉功能的CW諧波抑制I/Q解調器、抗混疊濾波器(AAF)、模數轉換器(ADC)以及用于處理數據和降低帶寬的數字解調器和抽取器。
上傳時間: 2014-11-05
上傳用戶:lo25643
Abstract: This reference design provides design ideas for a cost-effective, low-power liquid-level measurement dataacquisition system (DAS) using a compensated silicon pressure sensor and a high-precision delta-sigma ADC. Thisdocument discusses how to select the compensated silicon pressure sensor, suggest system algorithms, and providenoise analyses. It also describes calibration ideas to improve system performance while also reducing complexity andcost.
上傳時間: 2013-10-08
上傳用戶:sjy1991
STM32
上傳時間: 2013-11-06
上傳用戶:atdawn
利用過采樣技術可在不需片外ADC器件的情況下,達到同樣的采樣效果。將Cortex-M3內核與過采樣技術相結合,不僅能夠降低成本,而且提升了系統的運行速率、可靠性與穩定性。
上傳時間: 2013-11-12
上傳用戶:familiarsmile
LPC1700系列Cortex-M3微控制器用于處理要求高度集成和低功耗的嵌入式應用。ARM Cortex-M3是下一代新生內核,它可提供系統增強型特性,例如現代化調試特性和支持更高級別的塊集成。LPC1700系列Cortex-M3微控制器的操作頻率可達100MHz。ARM Cortex-M3 CPU具有3級流水線和哈佛結構,帶獨立的本地指令和數據總線以及用于外設的稍微低性能的第三條總線。ARM Cortex-M3 CPU還包含一個支持隨機跳轉的內部預取指單元。LPC1700系列Cortex-M3微控制器的外設組件包含高達512KB的Flash存儲器、64KB的數據存儲器、以太網MAC、USB主機/從機/OTG接口、8通道的通用DMA控制器、4個UART、2條CAN通道、2個SSP控制器、SPI接口、3個I2C接口、2-輸入和2-輸出的I2S接口、8通道的12位ADC、10位DAC、電機控制PWM、正交編碼器接口、4個通用定時器、6-輸出的通用PWM、帶獨立電池供電的超低功耗RTC和多達70個的通用I/O管腳
上傳時間: 2013-10-16
上傳用戶:icarus
概要2 個對稱的600MHz 高性能Blackfin 內核328K Bytes 片內存儲器每個 Blackfin 內核包括:2 個16 位MAC,2 個40 位ALU,4 個8 位視頻ALU,以及1 個40 位移位器RISC 式寄存器和指令模型,編程簡單,編譯環境友好先進的調試、跟蹤和性能監視內核電壓 0.8V-1.2V,片內調壓器可調兼容 3.3V 及2.5V I/O256 引腳Mini-BGA 和297 引腳PBGA 兩種封裝外設兩個并行輸入/輸出外圍接口單元,支持ITU-R 656 視頻數據格式,可與ADI 的模擬前端ADC 無縫連接2 個雙通道全雙工同步串行接口,支持8 個立體聲I2S 通道2 個16 通道DMA 控制器和1 個內部存儲器DMA 控制器SPI 兼容端口12 個通用32-bit 定時/計數器,支持PWMSPI 兼容端口支持 IrDA 的UART2 個“看門狗”定時器48 個可編程標志引腳1x-63x 倍頻的片內PLL
上傳時間: 2013-11-06
上傳用戶:YUANQINHUI
The LPC2292/2294 microcontrollers are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, together with 256 kB of embedded high-speed flash memory. A 128-bit wide memory interface and a unique accelerator architecture enable 32-bit code execution at the maximum clock rate. For critical code size applications, the alternative 16-bit Thumb mode reduces code by more than 30 pct with minimal performance penalty. With their 144-pin package, low power consumption, various 32-bit timers, 8-channel 10-bit ADC, 2/4 (LPC2294) advanced CAN channels, PWM channels and up to nine external interrupt pins these microcontrollers are particularly suitable for automotive and industrial control applications as well as medical systems and fault-tolerant maintenance buses. The number of available fast GPIOs ranges from 76 (with external memory) through 112 (single-chip). With a wide range of additional serial communications interfaces, they are also suited for communication gateways and protocol converters as well as many other general-purpose applications. Remark: Throughout the data sheet, the term LPC2292/2294 will apply to devices with and without the /00 or /01 suffix. The suffixes /00 and /01 will be used to differentiate from other devices only when necessary.
上傳時間: 2014-12-30
上傳用戶:aysyzxzm
本書介紹了Cygnal集成產品公司的C8051Fxxx高速片上系統(SOC)單片機的硬件結構和工作原理,詳細闡述了C8051Fxxx的定時器、可編程計數器陣列(PCA)、串行口、SMBus/I2C接口、SPI總線接口、ADC、DAC、比較器、復位源、振蕩器、看門狗定時器、JTAG接口等外設或功能部件的結構和使用方法。
上傳時間: 2013-10-26
上傳用戶:born2007
//------------------------------------------------------------------------------------//此程序為ADC轉換程序,可以選擇向ADC0BUSY寫1或用定時器0,1,2,3作為ADC的啟動信號。////------------------------------------------------------------------------------------//頭文件定義//------------------------------------------------------------------------------------//#include <c8051f330.h> #include <stdio.h> //-----------------------------------------------------------------------------// 定義16位特殊功能寄存器//----------------------------------------------------------------------------- sfr16 ADC0 = 0xbd; sfr16 TMR0RL = 0xca; sfr16 TMR1RL = 0xca; sfr16 TMR2RL =0xca; sfr16 TMR3RL =0xca; sfr16 TMR0 = 0xCC; sfr16 TMR1 = 0xCC; sfr16 TMR2 = 0xcc; sfr16 TMR3 = 0xcc; //-----------------------------------------------------------------------------// 全局變量定義//-----------------------------------------------------------------------------char i;int result; //-----------------------------------------------------------------------------//定義常量//-----------------------------------------------------------------------------#define SYSCLK 49000000 #define SAMPLE_RATE 50000 //------------------------------------------------------------------------------------// 定義函數//------------------------------------------------------------------------------------void SYSCLK_Init (void);void PORT_Init (void);void Timer0_Init (int counts);void Timer1_Init (int counts);void Timer2_Init (int counts);void Timer3_Init (int counts);void ADC0_Init(void);void ADC0_ISR (void);void ADC0_CNVS_ADC0h(void);//------------------------------------------------------------------------------------// 主程序//------------------------------------------------------------------------------------ void main (void) { int ADCRESULT[50] ; int k; PCA0MD &= ~0x40; // 禁止看門狗 SYSCLK_Init (); PORT_Init (); Timer0_Init (SYSCLK/SAMPLE_RATE); //Timer1_Init (SYSCLK/SAMPLE_RATE); //選擇相應的啟動方式 //Timer2_Init (SYSCLK/SAMPLE_RATE); //Timer3_Init (SYSCLK/SAMPLE_RATE); ADC0_Init(); EA=1; while(1) { //ADC0_CNVS_ADC0h(); k=ADC0; ADCRESULT[i]=result; //此處設斷點,觀察ADCRESULT的結果 } }
上傳時間: 2013-10-13
上傳用戶:SimonQQ
文中提出了一種基于FPGA的八通道超聲探傷系統設計方案。該系統利用低功耗可變增益運放和八通道ADC構成高集成度的前端放大和數據采集模塊;采用FPGA和ARM作為數字信號處理的核心和人機交互的通道。為了滿足探傷系統實時、高速的要求,我們采用了硬件報警,缺陷回波峰值包絡存儲等關鍵技術。此外,該系統在小型化和數字化方面有顯著提高,為便攜式多通道超聲檢測系統設計奠定基礎
上傳時間: 2013-10-13
上傳用戶:1421706030