亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

high-value

  • 基于MAX7219的LED數碼顯示驅動電路設計

      現有基于MAX7219芯片的數碼管驅動電路只適用于小尺寸LED,為擴展其使用范圍,在介紹動態顯示芯片MAX7219功能的基礎上,提出了一個基于該芯片的8位高亮度8英寸數碼管驅動電路。電路保留了MAX7219芯片的功能強大、編程簡單等優點,通過74LS273鎖存器和ULN2803達林頓驅動器,實現了對任意大尺寸數碼管提供較高電壓和電流驅動的靜態顯示,并亮度可調。   Abstract:   The existing display-driving circuit based on MAX7219 was only applicable to small-size LED. To expand its use, based on the function introduction of dynamic display chip MAX7219, a display-driving circuit for high-brightness 8-bit LED with the size of 8-inch was proposed. The advantages of MAX7219 were retained, such as powerful function and simple programming. Static display with adjustable brightness for large-size LED with higher voltage and current was achieved with the help of 74LS273 and ULN2803.

    標簽: 7219 MAX LED 數碼顯示

    上傳時間: 2013-10-23

    上傳用戶:31633073

  • 單片機幾種軟件濾波程序示例

    假定從8位AD中讀取數據(如果是更高位的AD可定義數據類型為int),子程序為get_ad(); 1、限幅濾波法(又稱程序判斷濾波法)     A、方法:         根據經驗判斷,確定兩次采樣允許的最大偏差值(設為A)         每次檢測到新值時判斷:         如果本次值與上次值之差<=A,則本次值有效         如果本次值與上次值之差>A,則本次值無效,放棄本次值,用上次值代替本次值     B、優點:         能有效克服因偶然因素引起的脈沖干擾     C、缺點         無法抑制那種周期性的干擾         平滑度差 /*  A值可根據實際情況調整     value為有效值,new_value為當前采樣值      濾波程序返回有效的實際值  */ #define A 10 char value; char filter() {    char  new_value;    new_value = get_ad();    if ( ( new_value - value > A ) || ( value - new_value > A )       return value;    return new_value;          } 2、中位值濾波法     A、方法:         連續采樣N次(N取奇數)         把N次采樣值按大小排列         取中間值為本次有效值     B、優點:         能有效克服因偶然因素引起的波動干擾         對溫度、液位的變化緩慢的被測參數有良好的濾波效果     C、缺點:         對流量、速度等快速變化的參數不宜 /*  N值可根據實際情況調整     排序采用冒泡法*/

    標簽: 單片機 軟件濾波 程序

    上傳時間: 2014-12-26

    上傳用戶:nanshan

  • 基于PIC16LF874單片機的電容測量模塊

    為提高電容測量精度,針對電容式傳感器的工作原理設計了基于PIC16LF874單片機電容測量模塊。簡單闡述了電容測量電路的應用背景和國內外研究現狀,介紹了美國Microchip公司PIC16LF874單片機的特性。電容式傳感器輸出的動態微弱電容信號通過PS021型電容數字轉換器把模擬量數據轉換成數字量數據,所測數據由PIC16LF874單片機應用程序進行處理、顯示和保存。實驗結果表明,固定電容標稱值為10~20 pF 的測量值相對誤差在1%以內,同時也可知被測電容容值越大,測量值和標稱值相對誤差越小。 Abstract:  To improve the accuracy of capacitance measurement,aimed at the principle of work of mercury capacitance acceleration transducer,the design of micro capacitance measurement circuit is based on the key PIC16LF874 chip. Briefly discusses the application of the capacitance measuring circuit for the background and status of foreign researchers,focusing on the United States PIC16LF874 microcontroller features. Capacitive sensor outputed signal through the dynamics of weak PS021-chip capacitors (capacitancedigital converter) to convert analog data into digital data,the measured data from the PIC16LF874 microcontroller application process, display and preservation. Experimental results show that the fixed capacitor 10pF ~ 20pF nominal value of the measured value of relative error is within 1%,but also it canbe seen the value of the measured capacitance larger,measuring value and the nominal value of relative error smaller.

    標簽: PIC 874 16 LF

    上傳時間: 2013-10-29

    上傳用戶:wojiaohs

  • 基于ATmega16L單片機的溫度控制系統設計

     設計一種基于ATmega16L單片機的溫度控制系統,闡述該系統的軟硬件設計方案。采用模塊化設計方法,利用增量式PID算法使被控對象的溫度值趨于給定值。實驗結果表明該系統具有良好的檢測和控制功能。 Abstract:  This paper designs a temperature control system based on ATmega16L,describes the hardware and software de-sign scheme of the system,adopts the modularized design method and utilizes the incremental PID algorithm to realize the temperature of controlled device incline to the given value.The experiment result indicates that the system has good detec-tion and control function

    標簽: ATmega 16L 16 單片機

    上傳時間: 2013-10-09

    上傳用戶:stvnash

  • 基于AVR的新型防汽車追尾安全裝置設計

    針對目前汽車追尾事件頻發問題,提出一種防汽車車前和車后追尾的安全裝置設計。該設計以高性能、低功耗的8位AVR微處理器ATmega8L為核心,結合霍爾式車速傳感器、激光雷達測距裝置和MMA7260QT加速度傳感器,能夠兼顧車前和車后,摒棄以往設計中只考慮車前或車后單一性缺點,尤其適用于高速、夜晚或新手行車。 Abstract:  Aiming at the high frequency of vehicle rear-end collision,a safe device design of anti-vehicle rear-end collision is presented.In the design,the high-performance,low-power8-bit AVR microprocessor ATmega8L is utilized as a core combined with Hall-type speed sensor,laser-radar ranging devices and the acceleration sensor MMA7260QT.The design considers both the front and back of a car,and overcomes the drawbacks of former designs in which only the front or the back of the car is considered,so it is especially suitable for high-speed,night or the beginner’s driving.

    標簽: AVR 汽車追尾 裝置

    上傳時間: 2013-10-14

    上傳用戶:GavinNeko

  • 串行時鐘PCF8583在微機保護裝置中的應用

    實時時鐘是微機保護裝置的重要部件,在討論PCF8583結構與功能的基礎上,提出采用dsPIC33F系列微處理器與串行I2C時鐘PCF8583的接口設計方案,給出了相應的接口電路與軟件流程。該設計方案結構簡單,可靠性高,開發周期短,具有一定的實用與參考價值。所設計的微機保護裝置已投入現場運行,效果良好。 Abstract:  Real-time clock chip is an important part in microcomputer protection device.Based on discussing the structure and function of PCF8583,a new interface scheme which uses dsPIC33F microprocessor and serial clock chip(I2C)PCF8583is proposed.The method of the circuit design and the main software flow are introduced in this paper.The scheme has simple structure,higher reliability and shorter exploitation cycle,so has definite practicality or reference value.The microcomputer protection device has been put into operation with better effects.

    標簽: 8583 PCF 串行時鐘 中的應用

    上傳時間: 2013-11-18

    上傳用戶:Thuan

  • 基于C8051F320的心電監護系統設計

    介紹一種基于C8051單片機的動態心電監護系統。該系統由兩部分組成:以C8051F320單片機為核心的數據采集裝置和以PC機為平臺的分析處理系統。硬件電路功耗低,由單片機自帶的USB接口將數據傳送給PC機。軟件平臺采用LabVIEW可視化虛擬儀器系統開發平臺,將傳統儀器的功能模塊集成到計算機中,用戶可通過修改虛擬儀器的程序改變其功能。采用USB接口實時傳輸心電數據,并將數據采集模塊設計為計算機外設,使該系統高速快捷、小巧便攜。 Abstract:  In this design,a low-cost ECG electrocardiogram monitoring system is introduced,which consists of two parts:data acquisition device based on C8051F320and PC terminal as the analysis and processing system.The system is low-power consumption,the data is transmitted to the PC terminal by USB interface of the C8051F320.By using the visible virtual instrument system developing platform LabVIEW,the traditional instruments function modules are integrated into the computer,so the user can modify virtual instrument software to change its function to meet their needs.Using USB in-terface to realize real-time ECG data transmission,in addition,ECG data acquisition module is designed as the computer peripheral,which makes the syetem high-speed and portable.

    標簽: C8051F320 心電監護 系統設計

    上傳時間: 2013-11-13

    上傳用戶:zhangzhenyu

  • H.264高清編解碼器的片上系統MG3500

    MG3500SoC是支持H.264高清編解碼器的片上系統,內部集成一個嵌入式ARM926處理器,支持高清H.264編解碼、MPEG鄄2解碼和JPEG編解碼。介紹了MG3500SoC的主要性能特點、引腳排列、主要接口功能及在DVR上的應用,以及MG3500SoC及其周圍器件的硬件設計,提出了在設計中應注意的問題。 Abstract:  The MG3500System-on-Chip(SoC)is high definition(HD)H.264codec,including ARM926-EJ processor,H.264encoder/decoder,MPEG2decoder and JPEG/MJPEG encoder/decoder.The features,pin assignments,interfaces and the typical application of MG3500in DVR are introduced in this paper.The application hardware circuit between the MG3500SoC and peripheral device are given,the questions which the syetem design needs to pay attention are explained.

    標簽: 3500 264 MG 編解碼器

    上傳時間: 2013-11-12

    上傳用戶:elinuxzj

  • 基于AT89S52的機載電氣盒測試儀的設計

    飛機電網故障時,機載電氣盒必須在延遲時間內切斷電網,保護機載設備。采用AT89S52設計的電氣盒測試儀能夠測試電氣盒保護功能,測量延遲時間。實際應用結果表明,該測試儀具有測量準確、可靠性高、成本低等優點。 Abstract:  The helicopter-electrical-box must shut off the helicopter power,protect the equipments of the helicopter when the helicopter power is failed.The tester for the helicopter-electrical-box based on AT89S52is used for testing the protect-ing function and measuring the delay time.Application results show this tester has some advantages,such as accurate mea-surement,high dependability,economical cost etc.

    標簽: 89S S52 AT 89

    上傳時間: 2014-12-27

    上傳用戶:786334970

  • 微處理器dsPIC33F在微機保護裝置中的應用

    數字信號處理器dsPIC33F集多通道高精度A/D轉換、多通訊模式、看門狗、CMOS Flash技術等于一體,其內部可完成所有數據操作,實現總線不出芯片技術。將該處理器應用于微機保護裝置,提出基于dsPIC33F微處理器的微機保護裝置的設計方案,給出相應的接口電路與軟件流程。該設計方案結構簡單,性價比及可靠性高,開發周期短,具有一定的實用推廣價值。所研制的微機保護裝置現場運行效果良好。 Abstract:  The dsPIC33F microprocessor has a plentiful interior resource which contains multi-channel,high precision A/D converters,multi-communication module,watchdog,CMOS Flash technology,and so on.All data manipulations is accomplished interiorly.What is more,it makes the technology that bus does not go beyond the chip comes into practice.The paper put forwards a design scheme based on dsPIC33F microprocessor.The scheme has the advantages of simple structure,high reliability and shortened exploitation cycle.What is more,it has definite practicality and reference.The microcomputer protection device has been put into operation with excellent effects.

    標簽: dsPIC 33F 33 微處理器

    上傳時間: 2013-11-16

    上傳用戶:開懷常笑

主站蜘蛛池模板: 临泉县| 平乐县| 湖北省| 福安市| 嘉禾县| 乳源| 白山市| 西华县| 西林县| 白水县| 玉树县| 腾冲县| 名山县| 五大连池市| 海宁市| 崇义县| 滨州市| 奉新县| 泰宁县| 康保县| 托里县| 泗水县| 修水县| 六盘水市| 崇礼县| 开阳县| 泗水县| 周口市| 自治县| 鄄城县| 河曲县| 尤溪县| 犍为县| 镶黄旗| 义乌市| 固原市| 清镇市| 分宜县| 柳州市| 融水| 明光市|