-
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
-
youhua
最优化方法及其Matlab程序设计。包括带约束的罚函数法,复合形法,坐标轮换法,乘子法,单纯形法,割平面法,粒子群法,遗传算法等各种优化算法(Optimization method and Matlab programming. Including the penalty function method with constraints, the complex method, coordinate rotation method, the multiplier method, the simplex method, cutting plane method, particle swarm, genetic algorithm and other optimization algorithms)
- 2012-04-11 21:41:55下载
- 积分:1
-
programer-filter
各种滤波器的程序,并附有matlab的演示结果(Procedures for a variety of filters, together with the results of the matlab demo)
- 2011-11-19 09:24:05下载
- 积分:1
-
three_level_diode_clamped_single_phase_pwm
matlab simulink model for a three level single phase pwm inverter
- 2015-02-15 18:38:45下载
- 积分:1
-
_solar-program--
this is solar cell matlab prog
- 2012-04-28 22:15:49下载
- 积分:1
-
test
用matlab对wav文件采用不同的方式读取(wavread和fopen),并对其进行低通滤波处理。滤波用的fir直接型低通滤波器(to read the wav file in different ways with Matlab (wavread, and fopen), and then low-pass filtering. the low-pass filter is direct_type FIR filter )
- 2012-08-22 14:36:39下载
- 积分:1
-
robot-9.5
机器人工具箱9.5版本。可自定义机器人连杆坐标系,进行正向逆向的运动学、动力学求解,并包较多的的机器人Simulink仿真模块。有PDF说明书。(Robot Toolbox 9.5 version. Self-definition of the robot link coordinate system, forward and reverse kinematics, dynamics solver, and package more of the robot the Simulink simulation module. PDF manuals.)
- 2013-04-04 09:58:26下载
- 积分:1
-
SVM
基于matlab的支持向量机svm的源代码,可以实现训练及预测的一些基本功能。(Based on support vector machine svm matlab source code, you can achieve some of the basic functions of training and predictable.)
- 2014-11-29 21:10:09下载
- 积分:1
-
rayleighnew
rayleigh fanding 通讯系统matlab仿真(rayleigh fanding communication system simulation matlab)
- 2007-10-15 04:31:41下载
- 积分:1
-
bakecodemohuhanshu
通过时频转换法来,来画BPSK巴克码的模糊函数,tao(时延)切面,fd(多普勒频移)切面。以及其模糊度图的画法(Through the time-frequency conversion method to draw Barker code BPSK ambiguity function, tao (delay) section, fd (Doppler shift) section. And its ambiguity diagram drawing)
- 2020-11-17 19:29:40下载
- 积分:1