% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of the nearest neighbours of the given desriptors in the近鄰點尋找算法,在非線性時間序列中很有用,是常用的算法
資源簡介:% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of the nearest neighbours of the given desriptors in the近鄰點尋找算法,在非線性時間序列中很有用,是常用的算法
上傳時間: 2013-12-16
上傳用戶:CHENKAI
資源簡介:This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
上傳時間: 2015-03-23
上傳用戶:skhlm
資源簡介:multipleshooting to find the roots of the non-linear functions
上傳時間: 2013-12-19
上傳用戶:zhangliming420
資源簡介:software to find the threshold of an LDPC code in a Gaussian channel
上傳時間: 2016-12-03
上傳用戶:fnhhs
資源簡介:to find the correlation of the image
上傳時間: 2017-03-01
上傳用戶:愛死愛死
資源簡介:It help you to find the center of an ellipse
上傳時間: 2013-12-21
上傳用戶:myworkpost
資源簡介:find the probability of error
上傳時間: 2013-12-19
上傳用戶:star_in_rain
資源簡介:Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to begin to find.
上傳時間: 2013-12-24
上傳用戶:cc1915
資源簡介:Program to accept a string and find the length of the string
上傳時間: 2017-07-12
上傳用戶:zhangyigenius
資源簡介:a genetic algorithm to find the maximum of a polynomial function
上傳時間: 2013-12-10
上傳用戶:cc1915
資源簡介:%利用乘同余法寫的白噪聲程序 %對于辨識有一定幫助 %相關方法可以參照乘同余法原理
上傳時間: 2015-05-18
上傳用戶:變形金剛
資源簡介:MCRGSA------組播路由問題遺傳模擬退火算法 %M-----------遺傳算法進化代數 %N-----------種群規模,取偶數 %Pm----------變異概率調節參數 %K-----------同一溫度下狀態跳轉次數 %t0----------初始溫度 %alpha-------降溫系數 %beta--------濃...
上傳時間: 2015-07-18
上傳用戶:363186
資源簡介:realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重疊相加法實現分段卷積
上傳時間: 2015-07-22
上傳用戶:as275944189
資源簡介:報童問題的計算機仿真 %tm一輪實驗的預定模擬天數 %t一輪實驗的仿真天數累積值 %z訂報量 %z 最優訂報量 %g訂報量z之上界 %s1損失值之累計值 %s最小損失值值 %r按概率分布產生隨機售報量樣本
上傳時間: 2013-12-17
上傳用戶:dengzb84
資源簡介:求取系統的絕對幅度響應、相對的db值幅度響應、相位響應和群延時響應的函數 % %db為相對振幅(dB) %mag為絕對振幅 %pha為相位響應 %grd為群延時 %w為頻率樣本點向量 %b為Ha(z)分子多項式系數(對FIR而言,b=h) %a為Hz(z)分母多項式系數(對FIR而...
上傳時間: 2014-01-21
上傳用戶:ryb
資源簡介:%The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as wel...
上傳時間: 2015-09-28
上傳用戶:zhangzhenyu
資源簡介:%DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Ve...
上傳時間: 2013-12-24
上傳用戶:sz_hjbf
資源簡介:% 文件名:randlsbget.m % 程序員:余波 % 編寫時間:2007.6.25 % 函數功能: 本函數將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.jpg ,56, secret.txt ,2001) % 參數說明: % output是信息隱藏后的圖象 % len_total是秘密信息的...
上傳時間: 2015-11-10
上傳用戶:yzhl1988
資源簡介:% because we do not truncate and shift the convolved input % sequence, the delay of the desired output sequence wrt % the convolved input sequence need only be the delay % introduced by the ideal weight vector centred at n=5
上傳時間: 2015-12-27
上傳用戶:www240697738
資源簡介:% PURPOSE : Demonstrate the differences between the following % filters on a simple DBN. % % 3) Particle Filter (PF) % 4) PF with Rao Blackwellisation (RBPF)
上傳時間: 2016-01-07
上傳用戶:cjf0304
資源簡介:%求輸入一維信號的計盒分形維數 %y是一維信號 %cellmax:方格子的最大邊長,可以取2的偶數次冪次(1,2,4,8...),取大于數據長度的偶數 %D是y的計盒維數(一般情況下D>=1),D=lim(log(N(e))/log(k/e)),
上傳時間: 2013-12-13
上傳用戶:671145514
資源簡介:% SSOR預處理的共軛梯度法求解方程Ax=b % 輸入參數說明 % A 正定矩陣[n*n] % b 右邊向量 % omega SSOR預處理參數(0--2) % Times 迭代次數 % errtol 給定誤差終止條件 % %輸出參數 % NewX 方程Ax=b的x近似解 % avgerr 求解的當前平均絕對...
上傳時間: 2013-12-19
上傳用戶:一諾88
資源簡介:% This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartesian ECEF position and the positions of four or * % more visible GPS satellites. It is a validation of the DOP algorithm and * % contai...
上傳時間: 2014-01-25
上傳用戶:zq70996813
資源簡介:對多徑信道的仿真 輸入碼元,是一行矩陣,可以是實數也可以是復數 %fs是輸入碼元的比特率 %fd是多普勒頻移 %n_delay是多徑信道的徑數 %t_delay是多徑信道各徑的時延時間 %p_delay是多徑信道各徑的功率db值
上傳時間: 2013-12-31
上傳用戶:lindor
資源簡介:% decode with soft-input viterbi algorithm 硬判決 % //k=4,r=1/2 %輸入數據為軟信息,并且數據為均值為1的BPSK調制,如果均值為MEAN,那么62,63,103,104行應做相應修改
上傳時間: 2014-10-28
上傳用戶:aig85
資源簡介:溫度檢測范圍 : -30℃-+50℃ ~ 測量精度 : 0.5℃ ~ 濕度檢測范圍 : 10%-100%RH ~ 檢測精度 : 1%RH ~ 顯示方式 : 溫度:四位顯示 濕度:四位顯示 ~ 報警方式 : 三極管驅動的蜂鳴音報
上傳時間: 2013-12-19
上傳用戶:kr770906
資源簡介:評價已經被關閉 目前有 0 個人評價 好 50% (0) 不好 50% (0) 相關內容 • 急~!!!求助!!!基于MATLAB的QPSK系統的蒙特卡羅... • 高分追分求一篇基于MATLAB或者SYSTEMVIEW軟件的QPSK... • 關于基于matlab編程的oqpsk調制解...
上傳時間: 2016-08-23
上傳用戶:xuanjie
資源簡介:%--- 基本粒子群優化算法(Particle Swarm Optimization)--- ----- %--- 名稱:基本粒子群優化算法(PSO) %------作用:求解優化問題 %------說明:全局性,并行性,高效的群體智能算法
上傳時間: 2016-12-06
上傳用戶:xiaodu1124
資源簡介:通信信號相干調制解調源碼 Fc=10 %載頻 Fs=40 %系統采樣頻率 Fd=1 %碼速率 N=Fs/Fd df=10 numSymb=25 %進行仿真的信息代碼個數 M=2 %進制數
上傳時間: 2016-12-08
上傳用戶:nairui21
資源簡介:% 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 se...
上傳時間: 2016-12-27
上傳用戶:jcljkh