登录
首页 » matlab » radon_ambiguity

radon_ambiguity

于 2008-05-06 发布 文件大小:1KB
0 85
下载积分: 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 个回复

  • matlab
    一个关于,神经网络预测投资对GPD的影响的实例(A neural network to predict, the influence of GPD investment)
    2010-05-08 15:29:22下载
    积分:1
  • Evaluate
    评价图形的MSE,SNR,PSNR的GUI。(A GUI to evaluate the image s MSE,SNR and PSNR.)
    2010-05-14 14:23:19下载
    积分:1
  • Transition_Matrix_MLE
    MATLAB code that simulates our proposed Max Likelihood Estimation of P matrix using EM algorithm
    2011-11-08 18:09:03下载
    积分:1
  • d_014_dyn_l10
    14 bus power flow analysis with fault using psat
    2013-05-10 18:11:10下载
    积分:1
  • ClientLogon
    new raja login gm tool
    2014-01-29 14:12:55下载
    积分:1
  • time-S-Pre
    用于时间序列的去噪以及预测,基于独立成分分析的最小二乘时间序列方法。(Noising for time series and forecasting, time series least squares method based on independent component analysis.)
    2013-11-28 12:15:29下载
    积分:1
  • Bairstow
    Bairstow案例,主要是以matlab軟件來運算標準題型。(Bairstow cases, mainly matlab software to compute the standard questions.)
    2013-12-17 14:45:38下载
    积分:1
  • QGA_fxy
    QGA_fxy是用量子遗传算法(quantum genetic algorithm)解决二元函数寻优的问题。文件打开后运行QGA_fxy.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(QGA_fxy binary function is to solve optimization problems using quantum genetic algorithm (quantum genetic algorithm). Run QGA_fxy.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
    2014-02-08 12:51:14下载
    积分:1
  • Classification_toolbox
    《模式分类》第二版配套Matlab源代码(" Pattern Classification," the second edition of Matlab source code package)
    2009-09-07 12:40:45下载
    积分:1
  • convolve2
    This is not my work but a function I use often. It is much faster than the conv2 function in matlab
    2009-03-31 10:19:08下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载