-
fiber_radio_systems
transmission reception optical fiber
- 2009-10-24 02:30:21下载
- 积分:1
-
maxflow
许多系统包含了流量问题。例如交通系统有车流量,金融系统有现金流,控制系统有信息流等。许多流问题主要是确定这类系统网络所能承受的最大流量以及如何达到这个最大流量。MATLAB环境下解决最大流问题(Many systems contain a flow problem. Traffic such as traffic system, the financial system has cash flow, information flow control system. Many flow problem is to determine the maximum flow of such systems and how the network can bear to achieve this maximum flow. Maximum flow problem solving MATLAB environment)
- 2014-02-25 15:02:03下载
- 积分:1
-
matlabcontrol
几个控制理论的小程序,可以方便学习自动控制理论这门课(Can easily end the camera to the image transmitted matlab program for the software called.)
- 2010-05-06 01:30:41下载
- 积分:1
-
matlab6.5fuzhuxiaobofenxiyuyingyonglicheng
该资料是关于MATLAB辅助教学教程以及一些小波分析的例子。(This information is assisted instruction tutorial on MATLAB as well as some examples of wavelet analysis。)
- 2010-05-27 20:18:07下载
- 积分:1
-
tiaowen
生成余弦函数分布的条纹图,并且分别储存在四幅图中!(Generate a cosine function distribution of the fringe pattern, and were stored in the four figure!)
- 2012-04-20 13:05:39下载
- 积分:1
-
IS-95_endtoend_simulink
Is-95 反向业务信道端到端simulink仿真(Is-95 reverse traffic channel end simulink simulation)
- 2013-07-28 14:11:18下载
- 积分:1
-
dsp-tamrin2-887514503-khodadadi
DSP.MovingAvrage, matlab code
- 2011-10-02 20:16:30下载
- 积分:1
-
svm多分类器
说明: svm多分类器,包括多分类和GA算法和PSO算法优化的SVM(SVM multi-classifier, including multi-classification and GA algorithm and PSO algorithm optimized SVM)
- 2021-02-27 08:39:36下载
- 积分:1
-
time-frequency-analysis-master
说明: 一堆基于tf分析的代码,时频分析具有优良的特点,具有广泛地运用(A pile of TF analysis based code, time-frequency analysis has excellent characteristics, has a wide range of applications)
- 2020-12-28 22:03:33下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
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
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1