hspice中文教程,看后非常有用,適合si工程師
上傳時間: 2013-12-23
上傳用戶:zsjzc
* This file is part of DigitalWatch, a free DTV watching and recording * program for the VisionPlus DVB-T. * * DigitalWatch is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version.
標簽: DigitalWatch VisionPlu recording watching
上傳時間: 2014-08-27
上傳用戶:水口鴻勝電器
* This file is part of DigitalWatch, a free DTV watching and recording * program for the VisionPlus DVB-T. * * DigitalWatch is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version.
標簽: DigitalWatch VisionPlu recording watching
上傳時間: 2013-12-18
上傳用戶:dongbaobao
OMEGA家族芯片簡介: 1997年,STMicroelectronics將MPEG器件、可編程傳輸器件以及CPU集成在單一的芯片中,制成了OMEGA 家族中第一片STi5500,為機頂盒以及數字電視的蓬勃發展鋪平了道路。在此之后,ST使用了相同的芯片組架構進行DVD的開發。DVB和DVD芯片組中的MPEG解碼和CPU部分的架構是相同的,只需要改變部分電路,就可以將產品用于衛星、有線、DVD等不同產品中。 ST的OMEGA是一個系列的芯片組,包括:STi5512、STi5514、STi5516、STi5517、STi5518、STi5519、STi5528、STi5580、STi5588、STi5578、STi4629等。
上傳時間: 2013-12-31
上傳用戶:ZJX5201314
This article descrice how to use unnecessary I/O in the 51MCU to test the temperature, circuit is simple.
標簽: temperature unnecessary the descrice
上傳時間: 2016-06-11
上傳用戶:13517191407
設計一臺微機控制的數控直流電壓源,為電子設備供電。 在設計過程中,選擇1~2個單元電路使用仿真軟件(例如Multisim2001等)進行仿真調試。 用計算機繪制所有的電路圖和印刷電路圖 1.1.2設計要求 輸出電壓范圍0-30v,步進值為0.1V 電壓調整率Sv<0.05%V; 電流調整率Si<0.03%A; 紋波電壓〈峰峰值<=5mA; 具有過流保護和短路保護功能;用數字顯示輸出電壓
上傳時間: 2016-06-12
上傳用戶:xc216
一個很不錯RS編碼,用于DVB的信道編碼,用VHDL語言編寫,在FPGA上通過驗證。
標簽: RS編碼
上傳時間: 2016-06-29
上傳用戶:lgnf
最近學習OFDM用到的程序,仿真了DVB-T系統在2K模式下形成OFDM信號的過程
上傳時間: 2016-07-20
上傳用戶:330402686
-- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right active high) -- -- CLK active : high -- CLR active : high -- CLR type : synchronous -- SET active : high -- SET type : synchronous -- LOAD active : high -- CE active : high -- SERIAL input : SI
標簽: Shift right DESCRIPTION direction
上傳時間: 2013-12-02
上傳用戶:gxrui1991
通用數據傳送指令. MOV 傳送字或字節. MOVSX 先符號擴展,再傳送. MOVZX 先零擴展,再傳送. PUSH 把字壓入堆棧. POP 把字彈出堆棧. PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次壓入堆棧. POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次彈出堆棧. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次壓入堆棧. POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次彈出堆棧. BSWAP 交換32位寄存器里字節的順序 XCHG 交換字或字節.( 至少有一個操作數為寄存器,段寄存器不可作為操作數) CMPXCHG 比較并交換操作數.( 第二個操作數必須為累加器AL/AX/EAX ) XADD 先交換再累加.( 結果在第一個操作數里 ) XLAT 字節查表轉換. ── BX 指向一張 256 字節的表的起點, AL 為表的索引值 (0-255,即 0-FFH) 返回 AL 為查表結果. ( [BX+AL]->AL )
上傳時間: 2016-08-17
上傳用戶:13681659100