-
RelayTechnologiesforWiMAXand
说明: LTE-A中的AF和DF中继研究,比较有用(LTE-A in the AF and DF relaying research, more useful)
- 2011-03-11 22:00:42下载
- 积分:1
-
Simulation-procedure
Our project is to describe the Brownian Motion and Geometric Brownian Motion. This project is to simulate the price shock. Then we use Geometric Brownian motion to describe the movement of shocks’ price. The program is produced by Matlab.(Application of Ito’s Lemma to a Stock Price Process)
- 2013-11-23 11:43:12下载
- 积分:1
-
busout
show result of power flow analysis
- 2013-07-27 19:03:27下载
- 积分:1
-
25856376
Fox Hunting Algorithm
- 2019-02-27 18:35:06下载
- 积分:1
-
maxentropie
threshold is a key technique for the segmentation and edge detection in an image for image processing. Here in this file the threshold is on the based of the maximum entropy of an image using shannon entropy method.
- 2013-07-15 02:47:37下载
- 积分:1
-
icp
迭代最近点算法的完整Matlab程序,输入两个点集,输出旋转矩阵、平移向量和整体误差,验证可用。(Complete iterative closest point algorithm Matlab program, enter the two point sets, the output rotation matrix and translation vector and the overall error, verify availability.)
- 2020-11-04 16:09:51下载
- 积分:1
-
ML
说明: 此算法为基于最大似然方法的DOA估计 是区别于子空间类的DOA算法 但需要多维搜索 计算量较大(This algorithm is based on the maximum likelihood method of DOA estimation is different from the sub-space kind of DOA algorithm but calculating the volume of the larger multi-dimensional search)
- 2007-11-16 07:45:22下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
Image-Denoising
This matlab code for removal of noise from images of rgb and grey type.
- 2013-03-06 22:10:27下载
- 积分:1
-
td-scdma_with_multi-users_detection
在以往的关于多用户检测程序,给出的多是针对CDMA系统的。出于长期以来笔者对TD-SCDMA系统应用研究,在这里我进行了一些修改(In previous procedures on the multi-user detection, given mostly for the CDMA system. For a long time writer on the TD-SCDMA system application, where I made some changes)
- 2010-06-28 23:32:40下载
- 积分:1