1) 復制libminigui-str-1.6.2.tar.gz至任意用戶目錄。 2) 解壓此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 將zlg7289.c zlg7289.h二文件拷貝入增值版的相應目錄中 libminigui-1.6.2-linux/src/ial/ 5) 修改相關宏定義使上述二文件加入庫編譯。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的數組內加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 進入項目主目錄, 重新配置編譯依賴 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本號后,運行此腳本,忽略警告項。 d. 同上配置方法配置MiniGUI 6) 修改運行時配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289
標簽: libminigui-str tar gz zxvf
上傳時間: 2013-12-18
上傳用戶:獨孤求源
講述了未來收音機的發展前景。FM可能將會被DAB取代,AM可能將會被DRM取代。
上傳時間: 2015-12-06
上傳用戶:youth25
I analysis the undermodulation,total modulation and over modulation.And the power distribution ,spectrum.you can understand the basic of am.
標簽: modulation undermodulation distribution the
上傳時間: 2013-12-17
上傳用戶:sevenbestfei
This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation. The idea here is to implement experiments of a traditional communication lab using Simulink. Most of the block diagrams are self explanatory. More information on the systems and their implementation can be found in the word documents included in the lab directories
標簽: communication Simulink contains project
上傳時間: 2013-12-09
上傳用戶:lz4v4
am調制解調,使用matlab 制作的。如果還需要fm與pm調制與解調的`~請于我聯系
標簽: 調制解調
上傳時間: 2013-12-21
上傳用戶:pinksun9
黃金分割法求極小,返回值fm為函數極小值,tm為極小值點,f為給定函數,t為函數變量,[a,b]為變量t的搜索區間
標簽: 分割
上傳時間: 2017-01-23
上傳用戶:Miyuki
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
標簽: the subsequence determine Instead
上傳時間: 2013-12-17
上傳用戶:evil
The purpose of this book is to present detailed fundamental information on a global positioning system (GPS) receiver. Although GPS receivers are popu- larly used in every-day life, their operation principles cannot be easily found in one book. Most other types of receivers process the input signals to obtain the necessary information easily, such as in amplitude modulation (AM) and frequency modulation (FM) radios. In a GPS receiver the signal is processed to obtain the required information, which in turn is used to calculate the user position. Therefore, at least two areas of discipline, receiver technology and navigation scheme, are employed in a GPS receiver. This book covers both areas.
標簽: Fundamentals_of_Global_Positionin g_System_Receivers
上傳時間: 2020-06-09
上傳用戶:shancjb
DS1302 是 DALLAS 公司推出的涓流充電時鐘芯用 內含有一個實時時鐘/日歷和31字節靜態RAM,通過簡單的串行接口與單片機進行通信。實時時鐘/日歷電路提供秒、分、時、日、日期、月、年的信息,每月的天數和閏年的天數可自動調整,時鐘操作可通過AM/PM指示決定采用24或12 小時格式。DS1302 與單片機之間能簡單地采用同步串行的方式進行通信,僅需用到三個口線: (DRES(復位),(2)I/O(數據線), (B)SCLK(事行時鐘)。時鐘/RAM的讀/寫數據以會個字節或多達31個字節的字符組方式通信。DS1302 工作時功耗很低,保持數據和時鐘信息時功率小于1mW。 DS1302是由DS1202 改進而來,增加了以下的特性:雙電源管腳用于主電源和備份電源供應,Vcc!為可編程涓流充電電源,附加七個字節存儲器。它廣泛應用于電話、傳真、便攜式儀器以及電池供電的儀器儀表等產品領域。
上傳時間: 2022-01-06
上傳用戶:zhanglei193
AM-OLED
標簽: AM-OLED
上傳時間: 2013-06-05
上傳用戶:eeworm