蟻群算法的MATLAB程序,提供變量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1908 3507 2367 3394 2643 3439 3201 2935 3240 3140 3550 2545 2357 2778 2826 2370 2975] m=31 Alpha=1 Beta=5 Rho=0.9 q=100 NC_max=200
上傳時間: 2017-07-08
上傳用戶:wangyi39
模擬qPSK發射和接受的一個程序,帶I-q修正,對于理解qPSK有很好的作用
上傳時間: 2017-07-12
上傳用戶:tianyi223
數字下變頻的Verilog程序,測試可以直接使用,將A/D信號下變頻為基帶I,q兩路信號
上傳時間: 2014-01-19
上傳用戶:saharawalker
We are providing the best information available to us as at date of writing and intend to update it at frequent intervals as things change and/or more information becomes available. However we intend this q&A as a guide only and recommend that users obtain specific information to determine applicability to their specific requirements. (This is another way of saying that we can t be held liable or responsible for the content.)
標簽: information providing available writing
上傳時間: 2017-07-22
上傳用戶:四只眼
RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the simple SR latch, where S and R stand for set and reset. It can be constructed from a pair of cross-coupled NOR (Not OR) logic gates. The stored bit is present on the output marked q. Normally, in storage mode, the S and R inputs are both low, and feedback maintains the q and q outputs in a constant state, with q the complement of q. If S (Set) is pulsed high while R is held low, then the q output is forced high, and stays high when S returns to low similarly, if R (Reset) is pulsed high while S is held low, then the q output is forced low, and stays low when R returns to low.
標簽: using fundamental the RS_latch
上傳時間: 2017-07-30
上傳用戶:努力努力再努力
一個模擬的心電信號的matlab程序,其中一共包含了一個主程序和6個小程序,小程序分別是q波,s波,u波,p波,t波以及qRS波的模擬,運行的時候直接運行主程序complete.m 文件即可,運行良好,可以出波形
上傳時間: 2017-08-01
上傳用戶:chenxichenyue
格式為GDF,遺傳算法在大學排課問題中的應用,對畢業論文有很大的幫助,需要的請下載看吧,需要更多的資料請q我365191126
標簽: GDF
上傳時間: 2013-12-29
上傳用戶:894898248
實現了蟻群算法求解TSP問題。注釋詳細 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,q) ------------------------------------------------------------------------- 主要符號說明 C n個城市的坐標,n×2的矩陣 NC_max最大迭代次數 m螞蟻個數 Alpha表征信息素重要程度的參數 Beta表征啟發式因子重要程度的參數 Rho信息素蒸發系數 q信息素增加強度系數 R_best各代最佳路線 L_best各代最佳路線的長度 =========================================================================
標簽: Shortest_Length Shortest_Route function R_best
上傳時間: 2014-01-17
上傳用戶:lunshaomo
tsp問題的群蟻算法實現,其中c為測試矩陣,代表各點的相對坐標,NC_max 最大迭代次數 ,m螞蟻個數,Alpha 表征信息素重要程度的參數,Beta 表征啟發式因子重要程度的參數,Rho 信息素蒸發系數,q 信息素增加強度系數,R_best 各代最佳路線,L_best 各代最佳路線的長度,運行后得到最佳路線和收斂曲線
上傳時間: 2013-12-27
上傳用戶:ippler8
遺傳算法的PID調節 題目:已知 ,利用GA 尋優PID參數,其中K=1,T=2, ,二進制/實數編碼,位數不限,M,Pc,Pm自選,性能指標 ,q=100為仿真計算步長。
上傳時間: 2014-09-06
上傳用戶:wmwai1314