-
OFDMforWirelessMultimediaCommunications
OFDM for Wireless Multimedia Communications
- 2011-01-07 17:54:46下载
- 积分:1
-
MATLABgui
说明: matlab例程,图形修饰界面,有数据和m文件。
(Matlab routines, graphics interface modification, data and m documents.)
- 2006-03-15 16:53:40下载
- 积分:1
-
MISSION-PLANNING--SATELLIES
近距离卫星的任务规划。论文中给出了详细的程序设计和Basic以及Matlab程序代码。(Given an initial orbit and a set of other orbits of interest, the path requiring the lowest change in
velocity between them is of high value. Software was developed to visualize the change in velocity
required from a user defined window of burn to a user defined window of intercept. The time between
burn and intercept is unrestricted. Multiple intercepts require searching an n! solution space. Research
then is focused on ways to pick optimal choices without fully calculating out the cost of doing all
possible combinations. Some code was translated from BASIC and the rest was newly developed in
MATLAB. The code was validated using orbits with known intercept solutions.)
- 2014-09-22 20:37:05下载
- 积分:1
-
c60_SNR
this program estimate cumulant order (6,0) for mqam modulation and plot them
- 2013-12-26 21:16:29下载
- 积分:1
-
jiexiangguan_LMS_multi_input_adv1
基于LMS算法对相关加噪信号的波达角方向估计,基于32单元线阵(LMS algorithm based on noise-related signals in the direction of arrival angle estimation, based on the 32-cell linear array)
- 2009-07-10 11:28:26下载
- 积分:1
-
2
说明: bistativ simulation in synthetic aperature radar
- 2012-07-03 12:58:53下载
- 积分:1
-
loop12345
这是一个动画程序,描述的是手机的充电过程,十分有趣(This is an animation program, describes the process of charging the phone, very interesting)
- 2011-10-30 10:26:19下载
- 积分:1
-
nmf
Non negative matrix factorization. Using multiplicative update.
- 2011-11-28 13:45:49下载
- 积分:1
-
SOR
本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:SOR法(This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations:.. SOR method)
- 2015-01-06 10:50:24下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh 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)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_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
output: result - structure with the fields
s - 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:13:28下载
- 积分:1