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

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

FAS-g

  • 項目的研究內容是對硅微諧振式加速度計的數據采集電路開展研究工作。硅微諧振式加速度計敏感結構輸出的是兩路差分的頻率信號

    項目的研究內容是對硅微諧振式加速度計的數據采集電路開展研究工作。硅微諧振式加速度計敏感結構輸出的是兩路差分的頻率信號,因此硅微諧振式加速度計數據采集電路完成的主要任務是測出兩路頻率信號的差值。測量要求是:實現10ms內對中心諧振頻率為20kHz、標度因數為100Hz/g、量程為±50g、分辨率為1mg的硅微諧振式加速度計輸出的頻率信號的測量,等效測量誤差為±1mg。電路的控制核心為單片機,具有串行接口以便將測量結果傳送給PC機從而分析、保存測量結果。 按研究內容設計了軟硬件。軟件采用多周期同步法實現高精度,快速度的頻率測量方案,并使用CPLD編程實現,這也是最難的地方。硬件采用現在流行的3.3V供電系統,選用EPM240T100C5N和較為實用的AVR單片機芯片Atmega64L,對應3.3V供電系統,串行接口使用MAX3232。 最后完成了PCB板的制作,經反復調試后得到了非常好的效果。采集的數據滿足項目研究內容中的要求,當提高有源晶振的頻率時,精度有大大提高了,此時已遠遠滿足了項目中高精度,快速度測量的要求。另外,采用MFC編程編寫了上位機的數據接收和數據處理專用軟件,集數據采集,運算,作圖,保存功能于一體。 此為上位機程序部分

    標簽: 硅微 加速度計 諧振式 項目

    上傳時間: 2017-02-13

    上傳用戶:大三三

  • Instead of finding the longest common subsequence, let us try to determine the length of the LCS.

    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

  • 一個自動控制專業的實用程序。以一個四階系統為例

    一個自動控制專業的實用程序。以一個四階系統為例,對任意的參數矩陣 研究其反饋鎮定性,通過因式分解法,得到所有能鎮定G的 一般形式的K值,用matlab進行了仿真。

    標簽: 自動控制 實用程序

    上傳時間: 2017-02-21

    上傳用戶:hebmuljb

  • 復接入

    復接入,B/W雙用戶使用直接擴頻序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 just any number wud do % Waqas Mansoor % NUST , Pakistan

    標簽:

    上傳時間: 2014-11-22

    上傳用戶:zl5712176

  • This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in

    This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the globe by giving it distances in feet and direction of travel. You can then extract the new coordinate that is calculated after the travel.

    標簽: GISCoordinate coordinate represent presents

    上傳時間: 2013-12-02

    上傳用戶:wangchong

  • 【問題描述】 設計一個利用哈夫曼算法的編碼和譯碼系統

    【問題描述】 設計一個利用哈夫曼算法的編碼和譯碼系統,重復地顯示并處理以下項目,直到選擇退出為止。 【基本要求】 (1)初始化:鍵盤輸入字符集大小n、n個字符和n個權值,建立哈夫曼樹; (2)編碼:利用建好的哈夫曼樹生成哈夫曼編碼; (3)輸出編碼; (4)設字符集及頻度如下表: 字符:A B C D E F 頻度:4 9 23 2 17 15 字符:G H I J K 頻度:1 2 3 3 4

    標簽: 哈夫曼算法 編碼 譯碼

    上傳時間: 2017-03-07

    上傳用戶:qwe1234

  • 現代通信系統第二版的MATLAB源代碼

    現代通信系統第二版的MATLAB源代碼,John G.Proakis所著

    標簽: MATLAB 現代通信系統 源代碼

    上傳時間: 2017-03-12

    上傳用戶:zhoujunzhen

  • LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Inst

    LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e.g. ./configure --disable-sound --disable-install ] 2. type make 3. become root 4. type make install [only if install is not disabled] 5. type lbreakout to play

    標簽: breakout-style Requirements LBreakout arcade

    上傳時間: 2017-03-13

    上傳用戶:xz85592677

  • LabVIEW是一種程序開發環境

    LabVIEW是一種程序開發環境,由美國國家儀器(NI)公司研制開發的,類似于C和BASIC開發環境,但是LabVIEW與其他計算機語言的顯著區別是:其他計算機語言都是采用基于文本的語言產生代碼,而LabVIEW使用的是圖形化編輯語言G編寫程序,產生的程序是框圖的形式。

    標簽: LabVIEW 程序開發 環境

    上傳時間: 2017-03-13

    上傳用戶:fandeshun

  • Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.

    Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed

    標簽: Embedded Qt Makefile tmake

    上傳時間: 2013-12-22

    上傳用戶:sk5201314

主站蜘蛛池模板: 青岛市| 南漳县| 云和县| 多伦县| 永德县| 常德市| 肥乡县| 荣成市| 吐鲁番市| 邯郸市| 祁东县| 贺州市| 江油市| 玛曲县| 克拉玛依市| 游戏| 安化县| 航空| 永平县| 建德市| 鹤庆县| 平利县| 六盘水市| 蛟河市| 仲巴县| 平安县| 申扎县| 六枝特区| 伊吾县| 盐池县| 满城县| 股票| 牡丹江市| 尤溪县| 南宁市| 林口县| 漳浦县| 马龙县| 天门市| 临洮县| 广饶县|