-
1
说明: This .rar file include two .m files. It s simple simulation of cdma and DSSS. Hope it will help you understand the theory.
- 2011-05-13 15:42:46下载
- 积分:1
-
Desktop
均匀加权ULA阵天线方向图,原创啊!!!很适合初学者入门使用。。。(Uniformly weighted ULA array antenna pattern, very suitable for the beginner. . .)
- 2013-04-15 12:13:52下载
- 积分: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
-
Digital-Base-Band
稻森千惠基于MATLAB的数字基带通信系统仿真(The Inamori qianhui communicate with MATLAB-based digital baseband system simulation)
- 2012-06-17 12:58:07下载
- 积分:1
-
matlab-GCC
其中利用两个实验结果,通过互相关计算时延估计。(Which use the results of two experiments, by calculating the cross-correlation delay estimation.)
- 2013-12-18 09:52:59下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
matlab-am-fm-pm
几种模拟调制的matlab实现
am,fm,pm
matlab7.0以上版本才可看(Several analog modulation matlab realize am, fm, pmmatlab7.0 can see above)
- 2008-04-13 12:07:03下载
- 积分:1
-
wav-watermark
wav格式的音频中实现水印的嵌入与提取
由现成的软件超级MP3转换大师V1.20把mp3->wav
然后再由MATLAB做wav水印嵌入
(wav audio format to achieve watermark embedding and extraction of off-the-shelf software from Super Master V1.20 to MP3 conversion mp3-> wav then wav watermark embedding MATLAB to do)
- 2009-06-12 19:01:54下载
- 积分:1
-
Unique
说明: 唯一可译码准则 可以对你输入的码集进行判断 看是否满足唯一可译码准则(Decoding the only criteria you can enter the code set is the only judge to see if meet criteria for decoding)
- 2010-04-07 19:22:23下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1