登录
首页 » matlab » radon_ambiguity

radon_ambiguity

于 2008-05-06 发布 文件大小:1KB
0 208
下载积分: 1 下载次数: 222

代码说明:

  %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)

文件列表:

radon_ambiguity
...............\radon_ambiguity.m
...............\自己编写的调试通过的radon变换.txt
radon_ambiguity.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ga
    说明:  遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.(GA)
    2010-06-28 21:45:52下载
    积分:1
  • Particle
    粒子滤波演示程序,适合初学者对算法的形象理解。(Particle:particulate filter matlab program, a good grasp of programming particle filter problem)
    2012-04-03 09:19:44下载
    积分:1
  • Desktop
    说明:  基本粒子群优化算法,: Sphere测试函数(Basic particle swarm optimization algorithm: sphere test function)
    2020-06-01 21:45:14下载
    积分:1
  • beamforming
    说明:  用于波束成形的matlab代码,主要思想是用DFT码本实现(A large number of antennas are arranged at the base station of the system, and then the signals from different directions are weighted by beamforming preprocessing. After that, the power of each signal can be concentrated in a certain beam space for transmission,)
    2020-12-04 20:46:52下载
    积分:1
  • hush
    this is a very good for engeering a matlb format that help you to do neural network
    2012-05-11 01:03:12下载
    积分:1
  • CS_Intro_Book
    It is a very good C++ book.
    2014-11-24 04:57:48下载
    积分:1
  • Dehazing-with-Boundary-Constraint
    最新图像去雾文章,最新CVPR收录的图像去雾算法,内含matlab代码和对应论文。对学习图像去雾理论非常有帮助(The latest image defogging articles, images defogging algorithm CVPR latest collection, containing matlab code and the corresponding papers. Image defogging learning theory very helpful)
    2014-12-04 15:17:04下载
    积分:1
  • FROG
    Frequency-resolved optical gating
    2014-02-17 18:59:09下载
    积分:1
  • harris
    说明:  harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
    2010-05-05 10:02:25下载
    积分:1
  • T-HOMEWORK
    用Parzen窗法或者kn近邻法估计概率密度函数,得出贝叶斯分类器,对测试样本进行测试,比较与参数估计基础上得到的分类器和分类性能的差别.2. 同时采用身高和体重数据作为特征,用Fisher线性判别方法求分类器,将该分类器应用到训练和测试样本,考察训练和测试错误情况。将训练样本和求得的决策边界画到图上,同时把以往用Bayes方法求得的分类器也画到图上,比较结果的异同。3.选择上述或以前实验的任意一种方法,用留一法在训练集上估计错误率,与在测试集上得到的错误率进行比较。(Use Parzen Windows method or the kn neighbor method estimated probability density function, draw the bayes classifier, to test sample to test, and the parameter estimation is based on the classifier and get the difference of classification performance. 2. At the same time the height and weight data as the characteristic, with Fisher identification method for linear classifier, and the application of the classifier to training and test sample, investigation and test training error condition. Will the training sample and utility of decision on the drawing boundary paint, and at the same time before the Bayes method with optimal classifier also paint chart, the result of the comparison of the similarities and differences. 3. Select the above or before any a kind of method of experiment, with a method for training set in the estimation error rates, and on the test set get error rates are compared.)
    2012-04-17 22:59:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载