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

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

En

  • 單片機在健身車轉速測量中的應用

    本文介紹了一種基于單片機的健身車轉速測量系統。該系統具有電路簡單、使用方便等特點。文中詳細介紹了該系統的工作原理,并且給出了它的硬件原理圖和軟件設計程序框圖。關鍵詞:轉速 單片機 測量ABSTRACT :This paper introduces a measuring system of the rotational velocity of exercise bike based on single - chip microcomputer . It has such advantages : simple circuit ,convEniEnt use and so on. The work principle is presEnted in detail in this paper and the block diagram of hardware and program flow chart are giv2 En as well .KEYWORDS :Rotational velocity  Single - chip microcomputer  Measuring

    標簽: 單片機 中的應用 轉速測量

    上傳時間: 2013-11-02

    上傳用戶:源弋弋

  • 波形發生器,含原理圖+電路圖+源程序

    含原理圖+電路圖+程序的波形發生器:在工作中,我們常常會用到波形發生器,它是使用頻度很高的電子儀器。現在的波形發生器都采用單片機來構成。單片機波形發生器是以單片機核心,配相應的外圍電路和功能軟件,能實現各種波形發生的應用系統,它由硬件部分和軟件部分組成,硬件是系統的基礎,軟件則是在硬件的基礎上,對其合理的調配和使用,從而完成波形發生的任務。 波形發生器的技術指標:(1) 波形類型:方型、正弦波、三角波、鋸齒波;(2) 幅值電壓:1V、2V、3V、4V、5V;(3) 頻率值:10HZ、20HZ、50HZ、100HZ、200HZ、500HZ、1KHZ;(4) 輸出極性:雙極性操作設計1、 機器通電后,系統進行初始化,LED在面板上顯示6個0,表示系統處于初始狀態,等待用戶輸入設置命令,此時,無任何波形信號輸出。2、 用戶按下“F”、“V”、“W”,可以分別進入頻率,幅值波形設置,使系統進入設置狀態,相應的數碼管顯示“一”,此時,按其它鍵,無效;3、 在進入某一設置狀態后,輸入0~9等數字鍵,(數字鍵僅在設置狀態時,有效)為欲輸出的波形設置相應參數,LED將參數顯示在面板上;4、 如果在設置中,要改變已設定的參數,可按下“CL”鍵,清除所有已設定參數,系統恢復初始狀態,LED顯示6個0,等待重新輸入命令;5、 當必要的參數設定完畢后,所有參數顯示于LED上,用戶按下“En”鍵,系統會將各波形參數傳遞到波形產生模塊中,以便控制波形發生,實現不同頻率,不同電壓幅值,不同類型波形的輸出;6、 用戶按下“En”鍵后,波形發生器開始輸出滿足參數的波形信號,面板上相應類型的運行指示燈閃爍,表示波形正在輸出,LED顯示波形類型編號,頻率值、電壓幅值等波形參數;7、 波形發生器在輸出信號時,按下任意一個鍵,就停止波形信號輸出,等待重新設置參數,設置過程如上所述,如果不改變參數,可按下“En”鍵,繼續輸出原波形信號;8、 要停止波形發生器的使用,可按下復位按鈕,將系統復位,然后關閉電源。硬件組成部分通過綜合比較,決定選用獲得廣泛應用,性能價格高的常用芯片來構成硬件電路。單片機采用MCS-51系列的89C51(一塊),74LS244和74LS373(各一塊),反相驅動器 ULN2803A(一塊),運算放大器 LM324(一塊)  波形發生器的硬件電路由單片機、鍵盤顯示器接口電路、波形轉換(D/ A)電路和電源線路等四部分構成。1.單片機電路功能:形成掃描碼,鍵值識別,鍵功能處理,完成參數設置;形成顯示段碼,向LED顯示接口電路輸出;產生定時中斷;形成波形的數字編碼,并輸出到D/A接口電路;如電路原理圖所示: 89C51的P0口和P2口作為擴展I/O口,與8255、0832、74LS373相連接,可尋址片外的寄存器。單片機尋址外設,采用存儲器映像方式,外部接口芯片與內部存儲器統一編址,89C51提供16根地址線P0(分時復用)和P2,P2口提供高8位地址線,P0口提供低8位地址線。P0口同時還要負責與8255,0832的數據傳遞。P2.7是8255的片選信號,P2.6是0832(1)的片選,P2.5是0832(2)的片選,低電平有效,P0.0、P0.1經過74LS373鎖存后,送到8255的A1、A2作,片內A口,B口,C口,控制口等寄存器的字選。89C51的P1口的低4位連接4只發光三極管,作為波形類型指示燈,表示正在輸出的波形是什么類型。單片機89C51內部有兩個定時器/計數器,在波形發生器中使用T0作為中斷源。不同的頻率值對應不同的定時初值,定時器的溢出信號作為中斷請求。控制定時器中斷的特殊功能寄存器設置如下:定時控制寄存器TCON=(00010000)工作方式選擇寄存器(TMOD)=(00000000)中斷允許控制寄存器(IE)=(10000010)2、鍵盤顯示器接口電路功能:驅動6位數碼管動態顯示;           提供響應界面;           掃面鍵盤;           提供輸入按鍵。由并口芯片8255,鎖存器74LS273,74LS244,反向驅動器ULN2803A,6位共陰極數碼管(LED)和4×4行列式鍵盤組成。8255的C口作為鍵盤的I/O接口,C口的低4位輸出到掃描碼,高4位作為輸入行狀態,按鍵的分布如圖所示。8255的A口作為LED段碼輸出口,與74LS244相連接,B口作為LED的位選信號輸出口,與ULN2803A相連接。8255內部的4個寄存器地址分配如下:控制口:7FFFH , A口:7FFFCH , B口:7FFDH ,  C口:7FFEH    3、D/A電路功能:將波形樣值的數字編碼轉換成模擬值;完成單極性向雙極性的波形輸出;構成由兩片0832和一塊LM324運放組成。0832(1)是參考電壓提供者,單片機向0832(1)內的鎖存器送數字編碼,不同的編碼會產生不同的輸出值,在本發生器中,可輸出1V、2V、3V、4V、5V等五個模擬值,這些值作為0832(2)的參考電壓,使0832(2)輸出波形信號時,其幅度是可調的。0832(2)用于產生各種波形信號,單片機在波形產生程序的控制下,生成波形樣值編碼,并送到0832(2)中的鎖存器,經過D/A轉換,得到波形的模擬樣值點,假如N個點就構成波形的一個周期,那么0832(2)輸出N個樣值點后,樣值點形成運動軌跡,就是波形信號的一個周期。重復輸出N個點后,由此成第二個周期,第三個周期……。這樣0832(2)就能連續的輸出周期變化的波形信號。運放A1是直流放大器,運放A2是單極性電壓放大器,運放A3是雙極性驅動放大器,使波形信號能帶得起負載。地址分配:0832(1):DFFFH ,0832(2):BFFFH4、電源電路:功能:為波形發生器提供直流能量;構成由變壓器、整流硅堆,穩壓塊7805組成。220V的交流電,經過開關,保險管(1.5A/250V),到變壓器降壓,由220V降為10V,通過硅堆將交流電變成直流電,對于諧波,用4700μF的電解電容給予濾除。為保證直流電壓穩定,使用7805進行穩壓。最后,+5V電源配送到各用電負載。

    標簽: 波形發生器 原理圖 電路圖 源程序

    上傳時間: 2013-11-08

    上傳用戶:685

  • 3.3v看門狗芯片

    The STWD100 watchdog timer circuits are self-contained devices which prevEnt systemfailures that are caused by certain types of hardware errors (non-responding peripherals,bus contEntion, etc.) or software errors (bad code jump, code stuck in loop, etc.).The STWD100 watchdog timer has an input, WDI, and an output, WDO (see Figure 2). Theinput is used to clear the internal watchdog timer periodically within the specified timeoutperiod, twd (see Section 3: Watchdog timing). While the system is operating correctly, itperiodically toggles the watchdog input, WDI. If the system fails, the watchdog timer is notreset, a system alert is gEnerated and the watchdog output, WDO, is asserted (seeSection 3: Watchdog timing).The STWD100 circuit also has an Enable pin, En (see Figure 2), which can Enable ordisable the watchdog functionality. The En pin is connected to the internal pull-downresistor. The device is Enabled if the En pin is left floating.

    標簽: 3.3 看門狗 芯片

    上傳時間: 2013-10-22

    上傳用戶:taiyang250072

  • LCD為LCM161(HD44780驅動器)字符顯示器驅動程

    LCD為LCM161(HD44780驅動器)字符顯示器驅動程序       ;說明:本LCD為LCM161(HD44780驅動器)字符顯示器.      ;接線:LCD D0-D8(PIN7-14) 對映用戶板P0.0--P0.7      ;      LCD VSS(PIN1) 接 GND,VDD(PIN2)接+5V,LCD驅動電源V0(PIN3)接可調電阻ADJ,調節亮度      ;      LCD寄存器選擇RS(PIN4)接P2.0,讀寫選擇R/W(PIN5)接P2.1,使能端En(PIN6)接P2.2(高電平有效)      ;本程序采用I/O口模仿總線時序,故無需做任何硬件擴展.屏幕顯示:"I'm SuperICES! ",

    標簽: 44780 LCD 161 LCM

    上傳時間: 2013-10-17

    上傳用戶:ssz1990

  • Xilinx UltraScale:新一代架構滿足您的新一代架構需求(En

      中文版詳情瀏覽:http://www.elecfans.com/emb/fpga/20130715324029.html   Xilinx UltraScale:The Next-GEneration Architecture for Your Next-GEneration Architecture    The Xilinx® UltraScale™ architecture delivers unprecedEnted levels of integration and capability with ASIC-class system- level performance for the most demanding applications.   The UltraScale architecture is the industr y's f irst application of leading-edge ASIC architectural EnhancemEnts in an All Programmable architecture that scales from 20 nm planar through 16 nm FinFET technologies and beyond, in addition to scaling from monolithic through 3D ICs. Through analytical co-optimization with the X ilinx V ivado® Design Suite, the UltraScale architecture provides massive routing capacity while intelligEntly resolving typical bottlEnecks in ways never before possible. This design synergy achieves greater than 90% utilization with no performance degradation.   Some of the UltraScale architecture breakthroughs include:   • Strategic placemEnt (virtually anywhere on the die) of ASIC-like system clocks, reducing clock skew by up to 50%    • LatEncy-producing pipelining is virtually unnecessary in systems with massively parallel bus architecture, increasing system speed and capability   • PotEntial timing-closure problems and interconnect bottlEnecks are eliminated, evEn in systems requiring 90% or more resource utilization   • 3D IC integration makes it possible to build larger devices one process gEneration ahead of the currEnt industr y standard    • Greatly increased system performance, including multi-gigabit serial transceivers, I/O, and memor y bandwidth is available within evEn smaller system power budgets   • Greatly Enhanced DSP and packet handling   The Xilinx UltraScale architecture opEns up whole new dimEnsions for designers of ultra-high-capacity solutions.

    標簽: UltraScale Xilinx 架構

    上傳時間: 2013-11-13

    上傳用戶:瓦力瓦力hong

  • 采用TüV認證的FPGA開發功能安全系統

    This white paper discusses how market trEnds, the need for increased productivity, and new legislation have accelerated the use of safety systems in industrial machinery. This TÜV-qualified FPGA design methodology is changing the paradigms of safety designs and will greatly reduce developmEnt effort, system complexity, and time to market. This allows FPGA users to design their own customized safety controllers and provides a significant competitive advantage over traditional microcontroller or ASIC-based designs. Introduction The basic motivation of deploying functional safety systems is to Ensure safe operation as well as safe behavior in cases of failure. Examples of functional safety systems include train brakes, proximity sEnsors for hazardous areas around machines such as fast-moving robots, and distributed control systems in process automation equipmEnt such as those used in petrochemical plants. The International Electrotechnical Commission’s standard, IEC 61508: “Functional safety of electrical/electronic/programmable electronic safety-related systems,” is understood as the standard for designing safety systems for electrical, electronic, and programmable electronic (E/E/PE) equipmEnt. This standard was developed in the mid-1980s and has beEn revised several times to cover the technical advances in various industries. In addition, derivative standards have beEn developed for specific markets and applications that prescribe the particular requiremEnts on functional safety systems in these industry applications. Example applications include process automation (IEC 61511), machine automation (IEC 62061), transportation (railway En 50128), medical (IEC 62304), automotive (ISO 26262), power gEneration, distribution, and transportation. 圖Figure 1. Local Safety System

    標簽: FPGA 安全系統

    上傳時間: 2013-11-05

    上傳用戶:維子哥哥

  • 一種新型基于Strobe相關的BOC信號多徑抑制算法

    多徑干擾信號是導航接收機測量過程中遇到的主要誤差源之一。針對Galileo系統以及GPS現代化過程中擬使用的BOC調制信號,研究了基于Strobe相關的BOC信號跟蹤過程中的多徑抑制方法。分析了多徑效應對碼跟蹤精度的影響,從鑒相函數入手,提出了一種新的En-Strobe相關法。運用窄相關法、Strobe相關法和En-Strobe相關法對BOC(1,1)信號和CBOC(6,1,1/11)信號進行多徑抑制性能分析。仿真結果表明En-Strobe相關法在中短延遲的情況下能夠很好的抑制多徑誤差,且性能優于窄相關法和Strobe相關法。

    標簽: Strobe BOC 信號 多徑

    上傳時間: 2013-10-25

    上傳用戶:腳趾頭

  • REnYWELL安全繼電器

    REnYWELL有著數多年安全控制產品研發、生產的經驗。來自REnYWELL的安全可以給工廠和設備提供最優的安全可靠監控。應用符合系列安全標準的最高安全登記。En ISO 13849-1 標準PL“e”級、En IEC 62061標準SILCL 3級、En IEC 61508標準SIL 3級。

    標簽: REnYWELL 安全繼電器

    上傳時間: 2013-10-12

    上傳用戶:Bert520

  • 4位數一段設定6位數累積計數器

    特點 最高輸入頻率 10KHz 顯示范圍0-9999(一段設定)0至999999累積量 計數速度 50/10000脈波/秒可選擇 輸入脈波具有預設刻度功能 累積量同步(批量)或非同步(批次)計數可選擇 數位化指撥設定操作簡易 計數暫時停止功能 1組報警功能 2:主要規格 脈波輸入型式: Jump-pin selectable currEnt sourcing(NPN) or currEnt sinking (PNP) 脈波觸發電位: HI bias (CMOS) (VIH=7.5V, VIL=5.5V) LO bias (TTL) (VIH=3.7V, VIL=2.0V) 最高輸入頻率: <10KHz (up,down,up/down mode) 輸出動作時間 : 0.1 to 99.9 second adjustable 輸出復歸方式: Manual(N) or automatic (R or C) can be modif 繼電器容量: AC 250V-5A, DC 30V-7A 顯示值范圍: 0-9999(PV,SV) 0-999999(TV) 顯示幕: Red high efficiEncy LEDs high 7.0mm (.276")(PV,SV) Red high efficiEncy LEDs high 9.2mm (.36")(TV) 參數設定方式: Touch switches 感應器電源: 12VDC +/-3%(<60mA) 記憶方式: Non-volatile E2PROM memory 絕緣耐壓能力: 2KVac/1 min. (input/output/power) 1600Vdc (input/output) 使用環境條件: 0-50℃(20 to 90% RH non-condEnsed) 存放環境條件: 0-70℃(20 to 90% RH non-condEnsed) CE認證: En 55022:1998/A1:2000 Class A En 61000-3-2:2000 En 61000-3-3:1995/A1:2001 En 55024:1998/A1:2001

    標簽: 設定 累積計數器

    上傳時間: 2013-10-24

    上傳用戶:wvbxj

  • 6位數自動定位控制計數器(72*72mm)

    特點 顯示值范圍-199999至999999位數 最高輸入頻率 5KHz 90度相位差加減算具有提高解析度4倍功能 輸入脈波具有預設刻度功能 定位基準值可任意設定 比較磁滯值可任意設定 數位化指撥設定操作簡易 3組繼電器輸出功能 2:主要規格 脈波輸入型式: Jump-pin selectable currEnt sourcing(NPN) or currEnt sinking (PNP) 脈波觸發電位: HI bias (CMOS) (VIH=7.5V, VIL=5.5V) LO bias (TTL) (VIH=3.7V, VIL=2.0V) 最高輸入頻率: <5KHz 定位置范圍: -199999 to 999999 second adjustabl 比較磁滯范圍: 0 to 9999 adjustable 繼電器容量: AC 250V-5A, DC 30V-7A 顯示值范圍: -199999 to 999999 顯示幕: Red high efficiEncy LEDs high 9.2mm (.36") 參數設定方式: Touch switches 感應器電源: 12VDC +/-3%(<60mA) 記憶方式: Non-volatile E2PROM memory 絕緣耐壓能力: 2KVac/1 min. (input/output/power) 1600Vdc (input/output) 使用環境條件: 0-50℃(20 to 90% RH non-condEnsed) 存放環境條件: 0-70℃(20 to 90% RH non-condEnsed) CE認證: En 55022:1998/A1:2000 Class A En 61000-3-2:2000 En 61000-3-3:1995/A1:2001 En 55024:1998/A1:2001

    標簽: 72 mm 自動定位 控制

    上傳時間: 2014-12-03

    上傳用戶:xjz632

主站蜘蛛池模板: 松阳县| 体育| 津市市| 托里县| 长子县| 邓州市| 延边| 中牟县| 离岛区| 深圳市| 潢川县| 龙山县| 康定县| 商河县| 梁山县| 资兴市| 玉田县| 贵溪市| 武邑县| 麻栗坡县| 团风县| 辽宁省| 河北省| 沾化县| 大同市| 萝北县| 三原县| 缙云县| 临武县| 泽库县| 沁水县| 静宁县| 河南省| 拜城县| 苗栗县| 盐山县| 琼中| 太和县| 乾安县| 泾川县| 铅山县|