-
image
This file is the matlab code related to the imaging.
- 2010-09-25 19:58:18下载
- 积分:1
-
FFTlms
说明: 频域块LMS算法的MATLAB实现 M表示抽头个数
结果正确 可以直接使用(Frequency domain block LMS algorithm for MATLAB to achieve the correct result M said that the number of taps can be used directly)
- 2010-04-12 20:02:40下载
- 积分:1
-
MATLAAD
数字基带传输仿真,关于a/d部分的仿真实习属于通信系统仿真的基本内容(Simulation of digital baseband transmission)
- 2013-12-16 17:36:43下载
- 积分:1
-
1234
matlab在机械工程控制基础教学中的应用
(The application of matlab in the mechanical engineering control basis teaching)
- 2013-04-30 00:29:05下载
- 积分:1
-
fiberoptic_link2link_Group11final
This document shows how to simulate point to point fiber optics link using matlab s simulink.
- 2010-11-23 07:47:43下载
- 积分:1
-
MFiles
MATLAB教材中的相应的源程序(对初学者很有用的,很多程序)(.m sources to the MATLAB Textbook)
- 2009-06-01 19:04:59下载
- 积分:1
-
emwork3_1_1
地面上方单导线传输线的单位长度电容的矩量法求解(Ground above the single-wire transmission line capacitance per unit length of the moment method)
- 2010-06-01 12:20:54下载
- 积分:1
-
HausdorffDist
hausdorff distance 的matlab函数(hausdorff distance (matlab function))
- 2011-07-15 10:48:10下载
- 积分:1
-
channel_estimation_2T2R
LTE 下行链路信道估计,有MMSE,LS,理想估计三种方式(LTE downlink channel estimation, a MMSE, LS, ideal estimated three ways)
- 2021-04-27 17:28:44下载
- 积分: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