-
doubleslit
Double silt experiment matlab calculation of m-file
- 2014-01-09 23:28:37下载
- 积分:1
-
channel_36.873
3GPP 36.873信道建模,用Python编写(3GPP 36.873 channel modeling, written in Python)
- 2018-06-28 22:29:01下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1
-
matlab_c_jiajia_all_demos
说明: 精通MATLAB与C++混合程序设计所有的例子(Proficient in MATLAB and C++ mixed programming examples for all)
- 2010-04-17 21:40:00下载
- 积分:1
-
ImageAndVideoCapture
Junit Instrumentation test case for camera power measurement.
- 2014-06-25 09:33:05下载
- 积分:1
-
matlab-GUI
GUI界面例子 具体关于数值分析的很多,也很齐全,有用(GUI interface on the numerical analysis of specific examples of the many)
- 2009-05-02 21:09:23下载
- 积分:1
-
your-power
里面包含两个程序,利用这两个程序你实现对于其他程序的处理。非常实用(Which contains two procedures, the use of these two procedures you implement other programs for processing. Very practical)
- 2013-07-21 17:07:39下载
- 积分:1
-
双基地MIMO雷达 Capon算法 二维方位角联合估计
双基地MIMO雷达利用Capon算法实现目标二维方位角联合估计(The Capon algorithm bistatic MIMO radar goals 2D azimuth joint estimation)
- 2013-02-08 10:07:46下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
fnMyProny
输入任意采样数据,进行prony分析,给出指数形势的组合并指定后续数据点,进行数据趋势预测; http://en.wikipedia.org/wiki/Prony s_method(Anylysis the input data using prony method, and also can be used for prediction the trend of the movement. http://en.wikipedia.org/wiki/Prony s_method)
- 2015-01-28 05:17:41下载
- 积分:1