登录
首页 » Matlab » 直角坐标系中的跟踪雷达

直角坐标系中的跟踪雷达

于 2022-03-18 发布 文件大小:5.78 kB
0 23
下载积分: 2 下载次数: 1

代码说明:

非线性或非高斯测量模型

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

发表评论

0 个回复

  • Nf2
    电力系统可靠性中的潮流计算 使用牛啦法(Power system reliability in the power flow calculation method you use cow)
    2009-03-05 10:59:42下载
    积分:1
  • viterbi
    viterbi算法的matlab实现,主要用于数字通信中接收端的译码(viterbi)
    2009-07-12 10:15:56下载
    积分:1
  • ACA_QoS_MR
    matlab代码实现sensornet的QoS组播路由蚁群算法的Matlab程序(matlab code sensornet realize the QoS multicast routing ant colony algorithm Matlab procedures)
    2008-08-22 09:56:52下载
    积分:1
  • analogue-modulation-recognition
    针对盲模拟调制信号的自动识别算法,利用了盲信号识别中常用的gamma、ap、dp、P等参数,并附送dsb、lsb、usb、am、fm信号的生成程序(Automatic analogue modulation recognition using MATLAB. There is also a function to generate dsb,lsb,usb,am,fm signal)
    2012-05-08 13:49:22下载
    积分:1
  • 协同通信的MATLAB仿真代码
    协同通信的MATLAB仿真代码 g = [ 1 1 1; 1 0 1 ]; x1 = round(rand(1, 112)); % info. bits 信息比特 CRC_CCITT = CRC_16(x1); x =[x1,CRC_CCITT] %加上CRC 比特信息 input = x; output1 = rsc_encode(g,input,1) t = poly2trellis(3,[7 5],7); % Define trellis. code = convenc(x,t)% Encode the data. err = sum(abs(code - output1(1:end-4))) ncode = awgn(code,4,"measured"); % Add noise. opmode = "trunc"; %操作模式 tblen1 = 5; decode1= vitdec(-ncode, t, tblen1, opmode, "unquant"); err1 = sum(abs(decode1 - x)) qcode = quantiz(ncode,[0.001,.1,.3,.5,.7,.9,.999]); add =zeros(1,96); qcode = [qcode,add]; tblen = 48; delay = tblen; % Traceback length decode2 = vitdec(qcode,t,tblen,"cont","soft",3); % Decode. %[number,ratio] = biterr(decode2(delay+1:end),x(1:end-delay)) %err2 = sum(abs(decode2 - x)) [number,ratio] = biterr(decode2(delay+1:end),x(1:end)) err2 = sum(abs(decode2(delay+1:end) - x))
    2022-08-08 06:54:23下载
    积分:1
  • imlogpolar
    使用傅里叶梅林变换进行图像配准,抗旋转、平移和缩放~(Using Fourier Mellin Transform Image Registration)
    2011-04-22 11:07:55下载
    积分:1
  • nf821
    小波包分析提取振动信号中的特征频率,基于负熵最大的独立分量分析,多抽样率信号处理。( Wavelet packet analysis to extract vibration signal characteristic frequency, Based on negative entropy largest independent component analysis, Multirate signal processing.)
    2017-05-22 21:28:24下载
    积分:1
  • lpc2cep
    1. m-file lpc2cep: Convert the LPC a coefficients in each column of lpcas into frames of cepstra. 2. m-file lpc2spec:Convert LPC coeffs back into spectra
    2011-07-04 02:01:15下载
    积分:1
  • 140B06
    全国数学建模竞赛2012B题中太阳能小屋的最优光伏电板铺设的程序(The program laying in the the solar hut optimal photovoltaic panels in the National Mathematical Contest in Modeling 2012B title)
    2012-10-04 10:06:21下载
    积分:1
  • siftDemoV4
    SIFT特征提取算法的matlab实现,使用matlab和c的混合编程(SIFT feature extraction algorithm matlab realize, the use of matlab and c mixed programming)
    2007-07-23 20:46:47下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载