-
Chapter_5
Chapter 5 Matlab codes from AEMM book
- 2010-12-09 11:37:01下载
- 积分:1
-
mmatlab_roada
matlab做的关于最短路问题的的实现。包含了2个课件。可直接使用。
(Matlab to do to achieve on the shortest path problem. Consists of two courseware. Can be used directly.)
- 2012-06-09 10:38:29下载
- 积分:1
-
Floyd
说明: folyd用来处理图论中最短路径问题。对传统的folyd算法进行了优化。(folyd to deal with the shortest path in graph theory problem. Folyd the traditional optimization algorithm.)
- 2009-08-18 00:33:03下载
- 积分:1
-
Ask、fsk、psk 调制与解调的实验仿真
Ask、fsk、psk各做一个调制与解调的实验仿真
再做一个三个的结果(误码率)比较,通过图像对输出结果进行对比,
每个仿真的输出结果可随输入数据的改变而相应改变
课程设计需要运用MATLAB编程实现ASK,FSK,PSK,调制解调过程,并且输出其调制后的波形,画出频谱、功率谱密度图,并比较各种调制的误码率情况,讨论其调制效果
(Ask, FSK, PSK each simulation a modulation and demodulation
再做一个三个的结果(误码率)比较,通过图像对输出结果进行对比,
Another three results (BER) by comparison, image are compared to the output results,
每个仿真的输出结果可随输入数据的改变而相应改变
The output of each simulation results with the input data and the corresponding change to change
课程设计需要运用MATLAB编程实现ASK,FSK,PSK,调制解调过程,并且输出其调制后的波形,画出频谱、功率谱密度图,并比较各种调制的误码率情况,讨论其调制效果
Curriculum design needs to realize ASK, using MATLAB FSK programming, PSK, modulation and demodulation process, and the output of the modulated waveform, draw the spectrum, power spectrum density diagram, bit error rate and to compare the different kinds of modulation, discusses the modulation effect
)
- 2020-06-30 00:00:02下载
- 积分:1
-
DCdroopbasic
基本的直流微电网下垂控制,可以实现在孤岛运行模式下的电压-功率控制(DC Droop control)
- 2020-12-27 21:29:03下载
- 积分:1
-
plotting
Matlab 各种绘图的应用,包括二维、三维,各种面形等(example of different plotting functions in Matlab)
- 2015-04-21 20:47:11下载
- 积分:1
-
radar_MTD
关于雷达MTD处理的MATLAB程序仿真(the matlab program about the mtd of radar)
- 2021-04-13 17:28:56下载
- 积分:1
-
MSE
mse算法的matlab仿真程序,包含LS_MSE_calc.m,MMSE_MSE_calc.m,SER_compare.m
文件(mse algorithm matlab simulation program, including LS_MSE_calc.m, MMSE_MSE_calc.m, SER_compare.m file)
- 2010-07-31 15:50:51下载
- 积分:1
-
nonlinear
Nonlinear Problem Files Collection (A collection of example programs and algorithms dealing with the solution of nonlinear problems.
The following files are included (among others):
damped Newton s method (see screenshot)
Newton s method example, system case
Fixpoint iteration.
)
- 2009-05-14 04:46:21下载
- 积分:1
-
2dgaussian
汽车高斯曲面拟合
---
2程序,以适应到表面二维高斯:
子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的
这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。
autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质量设置和细化与lsqcurvefit它。
autoGaussianSurfGS(十一,彝,紫)的估计,通过指定数据的贝叶斯生成模型,然后采取通过从模型吉布斯抽样样本后ofthis模型参数。这种(Auto Gaussian Surface fit
---
2 routines to fit a 2D Gaussian to a surface:
zi = a*exp(-((xi-x0).^2/2/sigmax^2+ (yi-y0).^2/2/sigmay^2))+ b
The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters.
autoGaussianSurfML(xi,yi,zi) fits the model parameters through maximum likelihood(least-squares). It first evaluates the quality of the model at many possible values of the parameters then chooses the best set and refines it with lsqcurvefit.
autoGaussianSurfGS(xi,yi,zi) estimates the model parameters by specifying a Bayesian generative model for the data, then taking samples from the posterior ofthis model through Gibbs sampling. This method is insensitive to local minimain posterior and gives meaningful error bars (Bayesian confidence intervals))
- 2011-05-23 10:36:52下载
- 积分:1