Generate trellis of a rate-1/n recursive convolutional code,生成網格圖(對碼率為1/n的遞歸卷積碼)
資源簡介:Generate trellis of a rate-1/n recursive convolutional code,生成網格圖(對碼率為1/n的遞歸卷積碼)
上傳時間: 2013-12-09
上傳用戶:xz85592677
資源簡介:Generate trellis data of a rate-1/n convolutional encoder.卷積碼1/n的編碼器,注意生成的是非系統碼。
上傳時間: 2014-12-20
上傳用戶:ghostparker
資源簡介:QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
上傳時間: 2014-01-15
上傳用戶:凌云御清風
資源簡介:Verilog Overview n Basic Structure of a Verilog Model n Components of a Verilog Module – Ports – Data Types – Assigning Values and Numbers – Operators – Behavioral Modeling • Continuous Assignments • Procedural Block...
上傳時間: 2017-02-18
上傳用戶:xinyuzhiqiwuwu
資源簡介:THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine will understand. Style tells you what you ought to write— what the humans reading the code will understand. Code written with a consistent...
上傳時間: 2013-12-16
上傳用戶:sxdtlqqjl
資源簡介:A short implementation of a visual fox pro 6.0 code of a tram line , along with the stations through which it passes.
上傳時間: 2014-12-05
上傳用戶:徐孺
資源簡介:Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (using function pointer)
上傳時間: 2014-01-21
上傳用戶:semi1981
資源簡介:Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realiz...
上傳時間: 2016-03-04
上傳用戶:朗朗乾坤
資源簡介:實現阿克曼函數并統計遞歸調用次數 Counting times of recursion calling 1. 問題描述 定義阿克曼遞歸函數: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 讀入m、n,輸出ACK(m,n)的值,并統計...
上傳時間: 2015-06-11
上傳用戶:hgy9473
資源簡介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the...
上傳時間: 2013-12-26
上傳用戶:com1com2
資源簡介:給定n 個整數a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對于i £ j ,有 0 = å = j k i k a ,則稱序列區間i i j a , a , , a +1  為一個零和區間,相應的區間長度為j-i+1。
上傳時間: 2015-07-23
上傳用戶:zhangzhenyu
資源簡介:給定n 個整數a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對于i £ j ,有 0 = å = j k i k a ,則稱序列區間i i j a , a , , a +1  為一個零和區間,相應的區間長度為j-i+1。
上傳時間: 2013-12-21
上傳用戶:偷心的海盜
資源簡介:Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 8...
上傳時間: 2014-01-22
上傳用戶:rocketrevenge
資源簡介:設計算法實現在一個具有在n各互不相同元素的數組A[1…n]中找出所有前k個最小元素的問題,這里k不是常量,即它是輸入數據的一部分。要求算法的時間復雜性為Θ(n)。
上傳時間: 2013-12-21
上傳用戶:zhliu007
資源簡介:給定n個整數a , a , ,an 1 2  組成的序列。序列中元素i a 的符號定義為: ï î ï í ì - < = > = 1 0 0 0 1 0 sgn( ) i i i i a a a a 符號平衡問題要求給定序列的最長符號平衡段的長度L,即: þ ý ü ...
上傳時間: 2015-10-28
上傳用戶:xaijhqx
資源簡介:第一章 有關數論的算法 1.1最大公約數與最小公倍數 1.2有關素數的算法 1.3方程ax+by=c的整數解及應用 1.4 求a^b mod n 第二章 高精度計算 2.1高精度加法 2.2高精度減法 2.3高精度乘法 2.4 高精度除法 練習 第三章 排列與組合 3.1加法原理與乘法原...
上傳時間: 2016-01-05
上傳用戶:frank1234
資源簡介:用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點循環卷積和線性卷積。
上傳時間: 2013-12-09
上傳用戶:lizhizheng88
資源簡介:(五)測試數據:n=0 n=-1 n=2 a 1 2 a 2 3 a 3 4 d 3 5 n=2 a 1 5 a 2 10 d 1 15 a 3 20 a 4 25 a 5 30 d 2 35 d 4 40 e 0 0 (六)測試結果:error error 沒付錢,沒停就走了 第一輛車付50元 第二輛車付125元 第三...
上傳時間: 2014-02-08
上傳用戶:wfeel
資源簡介:This paper presents the key circuits of a 1MHz bandwidth, 750kb/s GMSK transmitter. The fractional-N synthesizer forming the basis of the transmitter uses a combined phasefrequency detector (PFD) and digital-to-analog converter (DAC) circu...
上傳時間: 2016-04-14
上傳用戶:er1219
資源簡介:Ex3-23 親兄弟問題 « 問題描述: 給定n 個整數0 1 1 , , , n- a a  a 組成的序列。序列中元素i a 的親兄弟元素k a 定義為: min{ | } k i j n j j i a = a a ³ a < < 。 親兄弟問題要求給定序列中每個元素的親兄弟元素的位置。元素i a ...
上傳時間: 2013-12-17
上傳用戶:shizhanincc
資源簡介:給定m個n維向量a , a , ,am 1 2  ,向量分類問題要求將相同的向量劃分為同一類。試用 抽象數據類型表設計解向量分類問題的有效算法。
上傳時間: 2016-06-11
上傳用戶:lps11188
資源簡介:給定m個n維向量a , a , ,am 1 2  ,向量分類問題要求將相同的向量劃分為同一類。試用 抽象數據類型表設計解向量分類問題的有效算法。
上傳時間: 2013-12-16
上傳用戶:古谷仁美
資源簡介:已知記錄序列a[1..n] 中的關鍵字各不相同, 可按如下所述實現計數排序:另設數組c[1..n],對每 個記錄a[i], 統計序列中關鍵字比它小的記錄個數存 于c[i], 則c[i]=0的記錄必為關鍵字最小的記錄,然 后依c[i]值的大小對a中記錄進行重新排列,試編寫算 法...
上傳時間: 2016-08-17
上傳用戶:ljt101007
資源簡介:simulating a convolutional encoder allows the user to input a source code to be encoded and also input the values of the generator polynomials. It outputs the encoded data bits, where 1/n is the code rate
上傳時間: 2013-12-21
上傳用戶:253189838
資源簡介:A comprehensive code to regulate the LCD backlight of a BREW 3.1. mobile. Used to emulate a torchlight from a screen of a Siemens SXG75.
上傳時間: 2014-01-12
上傳用戶:cjl42111
資源簡介:計算Mel倒譜系數的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames
上傳時間: 2017-01-04
上傳用戶:youmo81
資源簡介:The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the li...
上傳時間: 2013-12-22
上傳用戶:妄想演繹師
資源簡介:spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
上傳時間: 2017-03-02
上傳用戶:chfanjiang
資源簡介:This zip file contains 1-2-3 chapters of a book on c programming.
上傳時間: 2017-03-06
上傳用戶:ukuk
資源簡介:Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an alamouti system
上傳時間: 2017-03-23
上傳用戶:jqy_china