fpga/CPLD開發管理Digit-Serial DSP Functions
標簽: Digit-Serial Functions fpga CPLD
上傳時間: 2013-08-30
上傳用戶:lz4v4
fpga/CPLD開發管理Digit-Serial DSP Functions
標簽: Digit-Serial Functions fpga CPLD
上傳時間: 2014-01-11
上傳用戶:tyler
脈動乘法器:一個GF(2m)域上的Digit-Serial 脈動結構(Systolic)的乘法器
標簽: Digit-Serial Systolic 脈動 乘法器
上傳時間: 2014-11-24
上傳用戶:youth25
VIP專區-嵌入式/單片機編程源碼精選合集系列(69)資源包含以下內容:1. vxworks下ospf協議棧.2. vxworks下的bridge協議棧.3. vxworks下radius協議棧 的源代碼.4. 一份很好的ARM開發原理圖.5. STR710串口測試程序.6. STR710的ADS下的測試程序.7. eboot源碼.8. 用REDBOOT引導WINCE的說明.9. use of NIOS PIO to simulate I2C bus,to initial TVP5150.10. 數字鐘原理圖 數字鐘原理圖 數字鐘原理圖 數字鐘原理圖.11. 數字萬用表芯片MAX134的驅動,包括一些資料,知識源于網絡.12. 這是一稱的項目原文件,包括T9漢字輸入,打印機,24C512,已經引用到產品上.13. msp430F435做的醫療器械,包括語音模塊,知識源于網絡.14. 針對ARM優化過的FFT算法。其中20點.15. 采用stc12c5404ad的51系列內核無刷控制器程序.16. 很好的CPLD方面的書籍.17. 430中精確延時方法.18. 俄國佬的基于LM1875 20W吉他音箱的原理圖和PCB.19. 語音控制小車電路設計原理圖.20. 此為本人今期一個項目的部分C51源程序.21. 這是一個MINITGUI2。0的應用程序.22. 本程序提供了經典PID算法的優化算法.23. ucosII在arm920T內核s3c2410移植的代碼..24. s3c2410的Nandflash的bootloader,參考wince的boot.25. s3c2410上移植ucos,并在ucos下實現iis音頻功能.26. 立宇泰44B0所有測試源代碼.27. BANYANII,JTAG SERVER,可以用WIGGLER調試ARM程序的軟件.28. 4510U_BOOT源代碼.29. 三星原廠的CE5.0bsp,包括eboot.30. 這是一個用VHDL +圖形法在CPLD內部搭建的液晶顯示的驅動程序。液晶是ocmj5*10系列.31. 研勤公司2440開發板的測試程序.32. 本文為采用VHDL編寫的程序及報告。步驟如下:1設計三位二進制計數器程序 二:設計一驅動循環顯示7位數字 2編寫LED控制程序如下: 3設計采用原理圖方式如下:.33. 成都理工大學基于MAXPLUS II 的設計過程報告內涵有源程序及設計過程中的調試:在文本編輯窗口中輸入二進制8位優先編碼器的程序; 3設計驅動顯示程序如下: 5采用原理圖方式設計如下: 6引角.34. Avalon_TFT_LCD是Nios系統液晶顯示控制方案,供大家參考..35. 公園導游圖 數據結構課程設計作業 需要的人下 功能:給出一張某公園的導游圖.36. keil for arm 下的嵌入式ucos操作系統下的串口通訊例程.37. fpga/CPLD開發管理Digit-Serial DSP Functions.38. S3C2410 原理圖.39. ADI BLACKFIN BF533 的IIC驅動程序.40. I2C to serial communication code.
上傳時間: 2013-07-03
上傳用戶:eeworm
Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility
上傳時間: 2013-11-30
上傳用戶:水中浮云
Although Stellaris microcontrollers have generous internal SRAM capabilities, certain applicationsmay have data storage requirements that exceed the 8 KB limit of the Stellaris LM3S8xx seriesdevices. Since microcontrollers do not have an external parallel data-bus, serial memory optionsmust be considered. Until recently, the ubiquitous serial EEPROM/flash device was the only serialmemory solution. The major limitations of EEPROM and flash technology are slow write speed, slowerase times, and limited write/erase endurance.Recently, serial SRAM devices have become available as a solution for high-speed dataapplications. The N256S08xxHDA series of devices, from AMI Semiconductor, offer 32 K x 8 bits oflow-power data storage, a fast Serial Peripheral Interface (SPI) serial bus, and unlimited write cycles.The parts are available in 8-pin SOIC and compact TSSOP packages.
上傳時間: 2013-10-14
上傳用戶:cxl274287265
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using optimized SW routines with a performance up to 25KBaud in Slave Mode with half duplex transmission and an overhead less than 60% atSAB C513 with 12 MHz. Due to the implementation in C this performance is not the limitof the chip. A pure implementation in assembler will result in a strong reduction of theCPU load and therefore increase the maximum speed of the interface. In addition,microcontrollers like the SAB C505 will speed up the interface by a factor of two becauseof an optimized architecture compared with the SAB C513.Moreover, this solution lays stress on using as few on-chip hardware resources aspossible. A more excessive consumption of those resources will result in a highermaximum speed of the emulated interface.Due to the restricted performance of an 8 bit microcontroller a pin compatible solution isprovided only; the internal register based programming interface is replaced by a set ofsubroutine calls.The attached source files also contain a test shell, which demonstrates how to exchangeinformation between an on-chip HW-SSC and the emulated SW-SSC via 5 external wiresin different operation modes. It is based on the SAB C513 (Siemens 8 bit microcontroller).A table with load measurements is presented to give an indication for the fraction of CPUperformance required by software for emulating the SSC.
標簽: synchronous Emulating serial
上傳時間: 2014-01-31
上傳用戶:z1191176801
The PL2303 USB to Serial adapter is your smart and convenient accessory forconnecting RS-232 serial devices to your USB-equipped Windows host computer. Itprovides a bridge connection with a standard DB 9-pin male serial port connector inone end and a standard Type-A USB plug connector on the other end. You simplyattach the serial device onto the serial port of the cable and plug the USB connectorinto your PC USB port. It allows a simple and easy way of adding serial connectionsto your PC without having to go thru inserting a serial card and traditional portconfiguration.This USB to Serial adapter is ideal for connecting modems, cellular phones, PDAs,digital cameras, card readers and other serial devices to your computer. It providesserial connections up to 1Mbps of data transfer rate. And since USB does not requireany IRQ resource, more devices can be attached to the system without the previoushassles of device and resource conflicts.Finally, the PL-2303 USB to Serial adapter is a fully USB Specification compliantdevice and therefore supports advanced power management such as suspend andresume operations as well as remote wakeup. The PL-2303 USB Serial cable adapteris designed to work on all Windows operating systems.
上傳時間: 2013-11-01
上傳用戶:ghostparker
Windows Standard Serial Communications Library for Delphi是基于WINDOWS API的串口通訊庫。包括28個函數以及MODEM控制,ANSI模擬,ASCII/XMODEM/YMODEM協議,還有14個例子程序。
標簽: Communications Standard Windows Library
上傳時間: 2013-12-25
上傳用戶:王者A
MSComm 控件通過串行端口(serial port)傳送和接收數據,為應用程序提供了串行通訊功能。而且在可視化編程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等語言及開發平臺中應用。
上傳時間: 2015-01-10
上傳用戶:Breathe0125