Generate trellis of a rate-1/n recursive convolutional code,生成網(wǎng)格圖(對(duì)碼率為1/n的遞歸卷積碼)
資源簡(jiǎn)介:Generate trellis of a rate-1/n recursive convolutional code,生成網(wǎng)格圖(對(duì)碼率為1/n的遞歸卷積碼)
上傳時(shí)間: 2013-12-09
上傳用戶:xz85592677
資源簡(jiǎn)介:Generate trellis data of a rate-1/n convolutional encoder.卷積碼1/n的編碼器,注意生成的是非系統(tǒng)碼。
上傳時(shí)間: 2014-12-20
上傳用戶:ghostparker
資源簡(jiǎn)介:QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
上傳時(shí)間: 2014-01-15
上傳用戶:凌云御清風(fēng)
資源簡(jiǎn)介: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...
上傳時(shí)間: 2017-02-18
上傳用戶:xinyuzhiqiwuwu
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-16
上傳用戶:sxdtlqqjl
資源簡(jiǎn)介:A short implementation of a visual fox pro 6.0 code of a tram line , along with the stations through which it passes.
上傳時(shí)間: 2014-12-05
上傳用戶:徐孺
資源簡(jiǎn)介: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)
上傳時(shí)間: 2014-01-21
上傳用戶:semi1981
資源簡(jiǎn)介: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...
上傳時(shí)間: 2016-03-04
上傳用戶:朗朗乾坤
資源簡(jiǎn)介:實(shí)現(xiàn)阿克曼函數(shù)并統(tǒng)計(jì)遞歸調(diào)用次數(shù) Counting times of recursion calling 1. 問題描述 定義阿克曼遞歸函數(shù): 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)的值,并統(tǒng)計(jì)...
上傳時(shí)間: 2015-06-11
上傳用戶:hgy9473
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-26
上傳用戶:com1com2
資源簡(jiǎn)介:給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對(duì)于i £ j ,有 0 = å = j k i k a ,則稱序列區(qū)間i i j a , a , , a +1  為一個(gè)零和區(qū)間,相應(yīng)的區(qū)間長(zhǎng)度為j-i+1。
上傳時(shí)間: 2015-07-23
上傳用戶:zhangzhenyu
資源簡(jiǎn)介:給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對(duì)于i £ j ,有 0 = å = j k i k a ,則稱序列區(qū)間i i j a , a , , a +1  為一個(gè)零和區(qū)間,相應(yīng)的區(qū)間長(zhǎng)度為j-i+1。
上傳時(shí)間: 2013-12-21
上傳用戶:偷心的海盜
資源簡(jiǎn)介: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...
上傳時(shí)間: 2014-01-22
上傳用戶:rocketrevenge
資源簡(jiǎn)介:設(shè)計(jì)算法實(shí)現(xiàn)在一個(gè)具有在n各互不相同元素的數(shù)組A[1…n]中找出所有前k個(gè)最小元素的問題,這里k不是常量,即它是輸入數(shù)據(jù)的一部分。要求算法的時(shí)間復(fù)雜性為Θ(n)。
上傳時(shí)間: 2013-12-21
上傳用戶:zhliu007
資源簡(jiǎn)介:給定n個(gè)整數(shù)a , a , ,an 1 2  組成的序列。序列中元素i a 的符號(hào)定義為: ï î ï í ì - < = > = 1 0 0 0 1 0 sgn( ) i i i i a a a a 符號(hào)平衡問題要求給定序列的最長(zhǎng)符號(hào)平衡段的長(zhǎng)度L,即: þ ý ü ...
上傳時(shí)間: 2015-10-28
上傳用戶:xaijhqx
資源簡(jiǎn)介:第一章 有關(guān)數(shù)論的算法 1.1最大公約數(shù)與最小公倍數(shù) 1.2有關(guān)素?cái)?shù)的算法 1.3方程ax+by=c的整數(shù)解及應(yīng)用 1.4 求a^b mod n 第二章 高精度計(jì)算 2.1高精度加法 2.2高精度減法 2.3高精度乘法 2.4 高精度除法 練習(xí) 第三章 排列與組合 3.1加法原理與乘法原...
上傳時(shí)間: 2016-01-05
上傳用戶:frank1234
資源簡(jiǎn)介:用FFT分別計(jì)算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點(diǎn)循環(huán)卷積和線性卷積。
上傳時(shí)間: 2013-12-09
上傳用戶:lizhizheng88
資源簡(jiǎn)介:(五)測(cè)試數(shù)據(jù):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 (六)測(cè)試結(jié)果:error error 沒付錢,沒停就走了 第一輛車付50元 第二輛車付125元 第三...
上傳時(shí)間: 2014-02-08
上傳用戶:wfeel
資源簡(jiǎn)介: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...
上傳時(shí)間: 2016-04-14
上傳用戶:er1219
資源簡(jiǎn)介:Ex3-23 親兄弟問題 « 問題描述: 給定n 個(gè)整數(shù)0 1 1 , , , n- a a  a 組成的序列。序列中元素i a 的親兄弟元素k a 定義為: min{ | } k i j n j j i a = a a ³ a < < 。 親兄弟問題要求給定序列中每個(gè)元素的親兄弟元素的位置。元素i a ...
上傳時(shí)間: 2013-12-17
上傳用戶:shizhanincc
資源簡(jiǎn)介:給定m個(gè)n維向量a , a , ,am 1 2  ,向量分類問題要求將相同的向量劃分為同一類。試用 抽象數(shù)據(jù)類型表設(shè)計(jì)解向量分類問題的有效算法。
上傳時(shí)間: 2016-06-11
上傳用戶:lps11188
資源簡(jiǎn)介:給定m個(gè)n維向量a , a , ,am 1 2  ,向量分類問題要求將相同的向量劃分為同一類。試用 抽象數(shù)據(jù)類型表設(shè)計(jì)解向量分類問題的有效算法。
上傳時(shí)間: 2013-12-16
上傳用戶:古谷仁美
資源簡(jiǎn)介:已知記錄序列a[1..n] 中的關(guān)鍵字各不相同, 可按如下所述實(shí)現(xiàn)計(jì)數(shù)排序:另設(shè)數(shù)組c[1..n],對(duì)每 個(gè)記錄a[i], 統(tǒng)計(jì)序列中關(guān)鍵字比它小的記錄個(gè)數(shù)存 于c[i], 則c[i]=0的記錄必為關(guān)鍵字最小的記錄,然 后依c[i]值的大小對(duì)a中記錄進(jìn)行重新排列,試編寫算 法...
上傳時(shí)間: 2016-08-17
上傳用戶:ljt101007
資源簡(jiǎn)介: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
上傳時(shí)間: 2013-12-21
上傳用戶:253189838
資源簡(jiǎn)介: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.
上傳時(shí)間: 2014-01-12
上傳用戶:cjl42111
資源簡(jiǎn)介:計(jì)算Mel倒譜系數(shù)的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
上傳時(shí)間: 2017-01-04
上傳用戶:youmo81
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-22
上傳用戶:妄想演繹師
資源簡(jiǎn)介: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)
上傳時(shí)間: 2017-03-02
上傳用戶:chfanjiang
資源簡(jiǎn)介:This zip file contains 1-2-3 chapters of a book on c programming.
上傳時(shí)間: 2017-03-06
上傳用戶:ukuk
資源簡(jiǎn)介:Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an alamouti system
上傳時(shí)間: 2017-03-23
上傳用戶:jqy_china