-
sudoku
关于数独的解法程序。输入一个9×9的矩阵,空白处为0,运行此程序,进行计算(With regard to the solution of Sudoku program. Enter a 9 × 9 matrix, the space is 0, run this program, are calculated)
- 2010-01-12 12:07:19下载
- 积分:1
-
m_sequence
说明: 一个matlab程序,m序列产生程序,
因为M序列很重要,要的可以下哦 (a procedure for selecting the sequence of m, because the M series is very important, to be the next Oh)
- 2005-12-24 14:24:31下载
- 积分:1
-
musicdoa
说明: 采用10阵元的阵元间距为1/2波长的均匀线阵,估计两个不相干的信号源的波达方向。假设信号
源分别来自 和 方向,信噪比分别为10dB和20dB;并假设样本数为100。使用music算法实现DOA估计(music algorithm used for doa estimation)
- 2009-08-14 12:45:17下载
- 积分:1
-
channelEq
该程序通过稀疏化的klms和klms算法实现了信道均衡问题。并同时比较两者的区别以验证稀疏化的必要性。(The program through the klms and klms thinning algorithm channel equalization problems. And compares the difference between the necessity to verify sparse.)
- 2021-05-12 18:30:02下载
- 积分:1
-
arryfac_own
Array Factor calculation in Antenna Array feed networks
- 2014-01-03 01:56:17下载
- 积分:1
-
solve_A
2015年大学生数学建模A题——太阳影子定位的具体问题求解的MATLAB源程序,内附详细txt文档说明。(The MATLAB source program for solving the specific problems of the sun shadow positioning in 2015, the mathematical modeling A of college students, with detailed description of the TXT documents)
- 2017-11-30 19:17:06下载
- 积分:1
-
Krawczyk算法
说明: 随着电力系统运行环境的复杂化,系统运行状态的不确定性因素多元化,给电力系统分析带来了新的挑战。区间潮流因其建模简单等优点而成为不确定性潮流分析的主流方法之一。(Interval power flow program, which can be used to calculate interval power flow)
- 2019-12-23 09:54:24下载
- 积分:1
-
yuzhi
对小波信号处理采用新的方法,三种预值法和杨氏估计的方法等。(Wavelet signal processing on a new method, three kinds of prediction value and the method of young s estimate, etc.
)
- 2015-06-13 22:16:51下载
- 积分:1
-
exponential
利用函式做種子變數,用種子跑數值,計算其座落區間,最後利用matlab畫出exponential distribution(Function for seed variables, run with seed value, to calculate the located range, the last use of matlab to draw the exponential distribution.)
- 2012-04-19 21:14:22下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1