該文設計的 D S P最小系統可應用于教學,本科生通過在此硬件平臺上實現 F S K的調 制及 F I R濾波器的實現兩個實驗,可以掌握 D S P硬件調試方法,增加對 D S P開發過程,以及 D S P基本 算 法 實現 的理 解。文 中所 設計 的 D S P最 小 系統 由 T I公 司 的定 點 D S P芯 片 T MS 3 2 0 V C 5 4 0 2及其相關電源和時鐘電路 、片外擴展存儲 器、A / D、D / A、標準 U A R T接 口構成
上傳時間: 2016-10-09
上傳用戶:caozhizhi
This diskette (version 1.0) contains demonstration programs and source codes in MATLAB (v.5.2) for algorithms listed in the textbook Global Positioning Systems, Inertial Navigation, and Integration, by M. S. Grewal, Lawrence Weill, and A. P. Andrews, published by John Wiley and Sons, 2000. Contents: MATLAB (Version 5.2) Demonstrations & Scripts Chapter4 ephemeris.m calculates the GPS satellite position in ECEF coordinates from its ephemeris parameters. Chapter5 Klobuchar_fix.m calculates the ionospheric delay. Chapter6 (shows the quaternion utilities)
標簽: demonstration diskette contains programs
上傳時間: 2016-10-20
上傳用戶:壞天使kk
This a free web game, animportantnote of this, "xia domain" for free software, follow the "general public to permit" all the provisions of any recognition can be modified to increase capacity, publish, but to revise and increase the No need to publish, not of any reason not to open
標簽: free animportantnote software general
上傳時間: 2016-11-23
上傳用戶:colinal
對應分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X),X為原始數據 p X n維 即有n個樣本,每個樣本由p個變量來描述。返回F為R型因子分析后的結果,Q為最后的結果,A=ZZ 。
標簽: ANACOR correspondence analysis 分
上傳時間: 2016-11-26
上傳用戶:wyc199288
// chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // double[] door : byyond which the data may be considered as a outlier // door[0]: the upperdoor // door[1]: the lowerdoor
標簽: chebysheve detection abnormal function
上傳時間: 2013-11-30
上傳用戶:13517191407
TMS320C6711的上電自檢 This source code is ultimately used to create a JEDEC programming file used * to program the Flash ROM on the C6711 DSK.
標簽: used programming ultimately source
上傳時間: 2013-12-12
上傳用戶:wl9454
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.
標簽: Levenberg-Marquardt desired network neural
上傳時間: 2016-12-27
上傳用戶:jcljkh
ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.
標簽: which applications can for
上傳時間: 2017-01-04
上傳用戶:偷心的海盜
ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.
標簽: which applications can for
上傳時間: 2017-01-04
上傳用戶:13517191407
(一)基本任務:單頻正弦波模擬信號的簡單數字化。即對一個單頻正弦波模擬信號進行抽樣、均勻量化、PCM二進制自然編碼。 1、主要步驟和要求: (1)單頻正弦波模擬信號的抽樣實現。要求輸入信號的幅度A、頻率F和相位P可變;要求仿真時間從0到2/F,抽樣頻率為Fs=20F;要求給出抽樣信號samp的波形圖。 (2)單頻正弦波模擬信號均勻量化的實現。要求對抽樣信號sampl歸一化后再進行均勻量化;要求量化電平數D可變;要求輸出信號為平頂正弦波;要求給出量化輸出信號quant的波形圖,并與抽樣信號samp畫在同一圖形窗口中進行波形比較。 (3)單頻正弦波模擬信號PCM二進制自然編碼的實現。要求按量化序號給出PCM二進制自然編碼;要求給出編碼后的數字序列pcm。
上傳時間: 2013-12-07
上傳用戶:無聊來刷下