設(shè)計一種應用于某全地形ATV車載武器裝置中的中控系統(tǒng),該系統(tǒng)設(shè)計是以TMS320F2812型DSP為核心,采用模塊化設(shè)計思想,對其硬件部分進行系統(tǒng)設(shè)計,能夠完成對武器裝置高低、回轉(zhuǎn)方向的運動控制,實現(xiàn)靜止或行進狀態(tài)中對目標物的測距,自動瞄準以及按既定發(fā)射模式發(fā)射彈丸和各項安全性能檢測等功能。通過編制相應的軟件,對其進行系統(tǒng)調(diào)試,驗證了該設(shè)計運行穩(wěn)定。 Abstract: A central control system applied to an ATV vehicle weapons is designed. The system design is based on TMS320F2812 DSP as the core, uses modular design for its hardware parts. The central control system can complete the motion control of the level of weapons and equipment, rotation direction, to achieve a state of static or moving objects on the target ranging, auto-targeting and according to the established target and the projectile and the launch of the security performance testing and other functions. Through the development of appropriate software and to carry out system testing to verify the stability of this design and operation.
標簽: ATV-ATT DSP 中控系統(tǒng)
上傳時間: 2013-11-02
上傳用戶:jshailingzzh
使用Nios II軟件構(gòu)建工具 This chapter describes the Nios® II Software Build Tools (SBT), a set of utilities and scripts that creates and builds embedded C/C++ application projects, user library projects, and board support packages (BSPs). The Nios II SBT supports a repeatable, scriptable, and archivable process for creating your software product. You can invoke the Nios II SBT through either of the following user interfaces: ■ The Eclipse™ GUI ■ The Nios II Command Shell The purpose of this chapter is to make you familiar with the internal functionality of the Nios II SBT, independent of the user interface employed.
上傳時間: 2013-10-12
上傳用戶:china97wan
基于通用集成運算放大器,利用MASON公式設(shè)計了一個多功能二階通用濾波器,能同時或分別實現(xiàn)低通、高通和帶通濾波,也能設(shè)計成一個正交振蕩器。電路的極點頻率和品質(zhì)因數(shù)能夠獨立、精確地調(diào)節(jié)。電路使用4個集成運放、2個電容和11個電阻,所有集成運放的反相端虛地。利用計算機仿真電路的通用濾波功能、極點頻率和品質(zhì)因數(shù)的獨立控制和正交正弦振蕩,從而證明該濾波器正確有效。 Abstract: A new multifunctional second-order filter based on OPs was presented by MASON formula. Functions, such as high-pass, band-pass, low-pass filtering, can be realized respectively and simultaneously, and can become a quadrature oscillator by modifying resistance ratio. Its pole angular frequency and quality factor can be tuned accurately and independently. The circuit presented contains four OPs, two capacitors, and eleven resistances, and inverting input of all OPs is virtual ground. Its general filtering, the independent control of pole frequency and quality factor and quadrature sinusoidal oscillation were simulated by computer, and the result shows that the presented circuit is valid and effective.
標簽: MASON 多功能 二階 濾波器設(shè)計
上傳時間: 2013-10-09
上傳用戶:13788529953
直流電動機雙極性可逆PWM系統(tǒng),其中電流PI調(diào)節(jié)控制中,根據(jù)轉(zhuǎn)向標志DIRECTION來決定輸出極限:正轉(zhuǎn)時,輸出范圍是0-250,反轉(zhuǎn)時是250-5
上傳時間: 2013-12-28
上傳用戶:kelimu
Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
標簽: archiver Contains complete Haruhiko
上傳時間: 2014-01-17
上傳用戶:himbly
The GRLIB IP Library is an integrated set of reusable IP cores, designed for system-on-chip (SOC) development. The IP cores are centered around the common on-chip bus, and use a coherent method for simulation and synthesis. The library is vendor independent, with support for different CAD tools and target technologies. A unique plug&play method is used to configure and connect the IP cores without the need to modify any global resources.
標簽: system-on-chip integrated designed reusable
上傳時間: 2013-12-20
上傳用戶:小眼睛LSL
ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another provided by the EU sponsored MAPAWAMO project from fMRI scannings of monkeys. In the demo comparison between icaMS, icaML, icaMF, icaMF (positive sources) and PCA can be made. More detailes can found in [2].
標簽: activation dimension studies indepen
上傳時間: 2015-04-19
上傳用戶:zukfu
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
標簽: decorrelation and algorithm Molgedey
上傳時間: 2013-12-13
上傳用戶:c12228
This application, built in VB using MapObjects, allows the user to zoom in, zoom out and pan using only the mouse. The pan is a dynamic pan just push the mouse in the direction you would like to pan.
標簽: using zoom application MapObjects
上傳時間: 2014-12-22
上傳用戶:ryb
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1