-
TsinghuaMatlab
说明: 清华大学数学建模讲义,可以帮助大家更好的学习数学建模这种课程.(Tsinghua University, Mathematical Modeling handouts that can help us better learning mathematical modeling of such courses.)
- 2008-12-02 16:35:24下载
- 积分:1
-
MLPG_Mixed_Collocation1
MLPG is a combination of collocation method and EFG
- 2013-01-10 21:19:32下载
- 积分:1
-
SA-for-TSP
it s for TSP with Simulated Annealing
- 2011-06-10 18:14:38下载
- 积分:1
-
Algorithm-Collections-for-Digital-Signal-Processi
[eBook] Algorithm collection for DSP book
- 2012-06-12 21:16:00下载
- 积分:1
-
sor134
SOR FOR MATLAB NOT QUITE CORRECT BUT EASY TO UNDERSTAND
- 2009-10-30 00:39:37下载
- 积分: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
-
get_clustering_coefficient
计算复杂网络中节点的集聚系数。有详细注释。(Computational complexity of the network node clustering coefficient. There are detailed notes.)
- 2011-09-09 12:37:11下载
- 积分:1
-
fstb
FISMAT accommodates different arithmetic operators, fuzzification and defuzzification algorithm, implication relations, and different method of approximate reasoning such as Compositional Rule of Inference (CRI) and Approximate Analogical Reasoning Scheme based on Similarity Measure.
- 2005-07-26 15:55:59下载
- 积分:1
-
x521gaosichaifen
针对光谱中的重叠,利用matlab进行高斯拆分,讲光谱分开,并计算量子效率(The quantum efficiency of computing Gaussian split)
- 2012-06-07 20:26:06下载
- 积分:1
-
zuixin
可以对信号进行三点五次滤波,减少外在环境对数据造成的干扰(Three points five times the signal can be filtered to reduce the interference caused by the external environment on the data)
- 2013-04-16 17:01:36下载
- 积分:1