登录
首页 » matlab » 雷达信号的分选程序 radar sort

雷达信号的分选程序 radar sort

于 2021-05-12 发布 文件大小:25000KB
0 458
下载积分: 1 下载次数: 363

代码说明:

  雷达信号的分选程序包括sdif,pri变换,cdif算法(Radar signal sorting procedures include sdif, pri transform, cdif algorithm)

文件列表:

cdif算法的程序与仿真图
......................\btdd_cdif.m,12506,2014-11-01
......................\dd0.1_erjie.fig,3515494,2014-11-01
......................\dd0.1_sanjie.fig,3515758,2014-11-01
......................\dd0.1_yijie.fig,3515257,2014-11-01
......................\dd0_erjie.fig,3514936,2014-11-01
......................\dd0_sanjie.fig,3515190,2014-11-01
......................\dd0_yijie.fig,3514936,2014-11-01
......................\dd1_erjie.fig,3515655,2014-11-01
......................\dd1_sanjie.fig,3515847,2014-11-01
......................\dd1_yijie.fig,3515356,2014-11-01
......................\jia_dongdong_cdif.m,12478,2014-11-01
PRI_transform
.............\aStation2.txt,673063,2014-11-01
.............\autocorrelation_function.m,696,2014-11-01
.............\bStation2.txt,562571,2014-11-01
.............\data_generate.m,7339,2014-11-01
.............\improved2.m,1549,2014-11-01
.............\improved_thresholding.m,2700,2014-11-01
.............\parameter2.txt,191,2014-11-01
.............\PRI-transform-Express-Edition
.............\.............................\doudongyuanshi.m,2094,2014-11-01
.............\.............................\PRI transform—Express Edition
.............\.............................\..............................\doudongyuanshi.asv,1922,2014-11-01
.............\.............................\..............................\doudongyuanshi.m,2094,2014-11-01
.............\.............................\..............................\function_autocorrelation.m,351,2014-11-01
.............\.............................\..............................\sanyuandoudong.asv,5291,2014-11-01
.............\.............................\..............................\sanyuandoudong.m,5301,2014-11-01
.............\.............................\..............................\sanyuanhuabian.m,6905,2014-11-01
.............\.............................\..............................\sanyuanyuanshi.asv,1659,2014-11-01
.............\.............................\..............................\sanyuanyuanshi.m,1680,2014-11-01
.............\.............................\..............................\sanyuanzhengxian.m,5019,2014-11-01
.............\.............................\..............................\sanyunahunhe.m,8604,2014-11-01
.............\.............................\..............................\try1.m,459,2014-11-01
.............\.............................\..............................\try222.asv,1757,2014-11-01
.............\.............................\..............................\try222.m,1805,2014-11-01
.............\.............................\..............................\wuyuangaijin10.m,12842,2014-11-01
.............\.............................\..............................\wuyuangaijin30.m,12842,2014-11-01
.............\.............................\..............................\yiyuanyuanshi.m,894,2014-11-01
.............\.............................\..............................\zixiangguan.asv,1481,2014-11-01
.............\.............................\..............................\zixiangguan.m,1486,2014-11-01
.............\.............................\sanyuandoudong.m,5301,2014-11-01
.............\.............................\sanyuanhuabian.m,6905,2014-11-01
.............\.............................\yiyuanyuanshi.m,894,2014-11-01
.............\.............................\zixiangguan.m,1486,2014-11-01
.............\pritransform.m,962,2014-11-01
sdif算法与仿真图
................\get_pri_range.m,319,2014-11-01
................\sdif_sort.m,15050,2014-11-01

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

发表评论

0 个回复

  • matlab4
    说明:  这是《matlab小波分析》第四章例子的源代码!(This is the &quot matlab wavelet analysis,&quot Chapter IV of the source code examples!)
    2009-08-11 11:24:18下载
    积分:1
  • 0071485511_McGraw.Hill_-_MATLAB.Demystified.Apr
    matlab book which is very useful for programmming
    2011-01-29 14:29:03下载
    积分:1
  • Untitled2
    16 qam matlab porgram
    2012-09-17 22:03:40下载
    积分:1
  • BP
    BP神经网络对一组数据的预测分析。。。。。(BP neural network prediction of a set of data analysis)
    2013-12-18 21:06:11下载
    积分:1
  • WSsimu
    风切变气象目标的仿真及检测程序,根据fluent软件风场模型仿真雷达回波并进行检测(wind shear target simulation and detection program)
    2014-02-26 19:51:47下载
    积分:1
  • ADMIRE
    飞行仿真模型,Matlab环境中运行,可实现快速仿真,性能分析(Flight simulation model, Matlab environment, run, fast simulation, performance analysis can be achieved)
    2020-11-25 23:39:32下载
    积分:1
  • rengongmianyi
    a=load( q.txt ) width=input( 请输入窗宽 ) step=input( 请输入步长 ) m=length(a) for i=1:floor((m-width)/step+1) s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step) end b=max(max(s)) M=s./b Rs=input( 请输入本体集半径 ) nd=input( 请输入检测器数模 ) k=1 while k<=nd d{k}=rand(1,width) for i=1:floor((m-width)/step+1) if (norm(d{k}-s(i,:)))^2<Rs break end end k=k+1 end for j=1:nd for i=1:floor((m-width)/step+1) R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs break end end k=k+1 end for j=1:nd for i=1:floor((m-width)/step+1) R(i)=(norm(d{j}-s(i,:)))^2)
    2011-05-21 16:46:49下载
    积分:1
  • Rate_Calculations
    matlab data rate calculations for OFDMA systems
    2010-07-22 02:09:37下载
    积分:1
  • nearestneighboralgorithm
    自己写的,模式识别最近邻算法实现,配有IRIS数据集,非常实用(Their own writing, pattern recognition, nearest neighbor algorithm, with IRIS data set, very useful)
    2009-11-27 21:08:51下载
    积分:1
  • MatlabFns.tar
    matlab的一些函数功能,方便用户各自要求进行选择。(some function matlab function to facilitate the users to choose their own requirements.)
    2009-01-21 11:14:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载