-
OFDM
It will do the orthogonal frequency division multiplication.
- 2013-03-01 21:06:43下载
- 积分:1
-
MPSO
多目标粒子群算法 本人自己编写 经过测试可以(mpso writed by myself canbe used )
- 2013-10-05 10:45:57下载
- 积分:1
-
MATLAB-and-its-application
本书详细介绍了matlab的基本功能,以及在高等数学、线性代数等方面的应用,适合初学者。(This book details the basic features of matlab, and advanced mathematics, linear algebra and other applications, suitable for beginners.)
- 2011-08-09 18:31:30下载
- 积分:1
-
MATLABmusic1
Matlab程序代码 音乐代码 1 《卡农》(MATLAB music code1)
- 2012-08-11 15:49:31下载
- 积分:1
-
GaussianNoise_LognormalNoise
GaussianNoise & LognormalNoise
- 2013-04-30 21:04:49下载
- 积分:1
-
guangfu
本压缩包里面有几个月的光伏数据,文件里有几个当时计算用的几个小程序,求光伏概率分布的,(The compressed inside a few months photovoltaic data, there are several file was calculated using a few small programs, find the probability distribution of PV,)
- 2015-07-03 17:18:01下载
- 积分:1
-
kiupou_v23
isodata 迭代自组织的数据分析,用于时频分析算法,包含优化类的几个简单示例程序。( Isodata iterative self-organizing data analysis, For time-frequency analysis algorithm, Optimization class contains several simple sample programs.)
- 2017-01-30 23:26:43下载
- 积分: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
-
source
source input for RAKE
- 2009-12-26 06:59:06下载
- 积分:1
-
GA_OPT
利用matlab实现遗传算法的求函数最大值最小值问题(Using genetic algorithm for matlab function to achieve maximum minimum problem)
- 2010-05-21 11:16:42下载
- 积分:1