By building a nonlinear function relationship between an d the error signal,this paper presents a no— vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
標(biāo)簽: relationship nonlinear building function
上傳時間: 2015-10-22
上傳用戶:hzy5825468
對于給定的由n個自然數(shù)組成的多重集S,編程計算S的眾數(shù)及其重數(shù)。
上傳時間: 2015-10-22
上傳用戶:66666
代入法的啟發(fā)示搜索 我的代碼實現(xiàn)是:按照自然語言各字母出現(xiàn)頻率的大小從高到低(已經(jīng)有人作國統(tǒng)計分析了)先生成一張字母出現(xiàn)頻率統(tǒng)計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統(tǒng)計表(B),通過兩張表的對應(yīng)關(guān)系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關(guān)鍵。
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference program.
標(biāo)簽: signal-to-noise performance reference beginner
上傳時間: 2014-01-11
上傳用戶:zhaiyanzhong
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
標(biāo)簽: BIQPBOX reflective Bisection search
上傳時間: 2013-12-17
上傳用戶:sk5201314
% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % If the steepest descent direction is small it computes a negative % curvature direction based on the most negative eigenvalue. % For singular matrices, returns steepest descent even if small.
標(biāo)簽: Z. direction Computes function
上傳時間: 2014-01-24
上傳用戶:Thuan
the use of the matlab in newton function.
標(biāo)簽: the function matlab newton
上傳時間: 2013-12-11
上傳用戶:cuibaigao
這是一個簡單的用B/S寫的留言板小程序,用jsp和javaBean實現(xiàn)的
上傳時間: 2013-12-29
上傳用戶:yulg
計數(shù)排序是一個非基于比較的線性時間排序算法。它對輸入的數(shù)據(jù)有附加的限制條件: 1、輸入的線性表的元素屬于有限偏序集S; 2、設(shè)輸入的線性表的長度為n,|S|=k(表示集合S中元素的總數(shù)目為k),則k=O(n)。 在這兩個條件下,計數(shù)排序的復(fù)雜性為O(n)。 計數(shù)排序算法的基本思想是對于給定的輸入序列中的每一個元素x,確定該序列中值小于x的元素的個數(shù)。一旦有了這個信息,就可以將x直接存放到最終的輸出序列的正確位置上。例如,如果輸入序列中只有17個元素的值小于x的值,則x可以直接存放在輸出序列的第18個位置上。 計數(shù)排序算法沒有用到元素間的比較,它利用元素的實際值來確定它們在輸出數(shù)組中的位置。因此,計數(shù)排序算法不是一個基于比較的排序算法,從而它的計算時間下界不再是Ω(nlogn)。另一方面,計數(shù)排序算法之所以能取得線性計算時間的上界是因為對元素的取值范圍作了一定限制,即k=O(n)。如果k=n2,n3,..,就得不到線性時間的上界。
上傳時間: 2015-10-30
上傳用戶:chenxichenyue
基于 C/S 模式的網(wǎng)上購物系統(tǒng),數(shù)據(jù)庫為SQLServer,功能蠻全的。希望對大家學(xué)習(xí)java與數(shù)據(jù)庫有幫助。
標(biāo)簽: 模式 網(wǎng)上購物
上傳時間: 2014-01-24
上傳用戶:三人用菜
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1