登录
首页 » matlab » EW_Toolbox

EW_Toolbox

于 2009-09-07 发布 文件大小:333KB
0 108
下载积分: 1 下载次数: 156

代码说明:

  电子战工具箱,不仅可以提高开发仿真程序的速度,对于初学者来说,也是理解电子战原理的素材(Electronic warfare toolbox can not only enhance the speed of development of simulation program for beginners, but also understand the principles of electronic warfare material)

文件列表:

EW_Toolbox
..........\.DS_Store
..........\ae.m
..........\ae.m~
..........\aeg.m
..........\aeg.m~
..........\angleSearch.m
..........\angleSearch.m~
..........\aoaerr.m
..........\aoaerr.m~
..........\aoaInter.m
..........\aoaInter.m~
..........\c.m
..........\c.m~
..........\Contents.m
..........\d2r.m
..........\d2r.m~
..........\datarate.m
..........\datarate.m~
..........\db2g.m
..........\db2g.m~
..........\esAdv.m
..........\esAdv.m~
..........\esadv.pdf
..........\esAdvGuiTest.fig
..........\esAdvGuiTest.m
..........\esAdvGuiTest.m~
..........\esRmaxdb.m
..........\esRmaxdb.m~
..........\esTimeAdv.m
..........\esTimeAdv.m~
..........\esVrdr.m
..........\esVrdr.m~
..........\esVrdrIncValues.m
..........\esVrdrIncValues.m~
..........\esVrdrNoPlot.m
..........\esVrdrNoPlot.m~
..........\f2l.m
..........\f2l.m~
..........\functionTesting.m
..........\functionTesting.m~
..........\g2db.m
..........\g2db.m~
..........\gate.m
..........\gate.m~
..........\getrgpo.m
..........\heightf.m
..........\heightf.m~
..........\heightm.m
..........\Help Report.pdf
..........\kmh2ms.m
..........\kt2kmh.m
..........\kt2ms.m
..........\kt2ms.m~
..........\l2f.m
..........\mur.m
..........\muri.m
..........\nm.m
..........\nm.m~
..........\noise.m
..........\p2b.m
..........\prf.m
..........\prf.m~
..........\pri.m
..........\r2d.m
..........\r2d.m~
..........\r2tgt.m
..........\r2tgt.m~
..........\range1db.m
..........\rangedb.m
..........\rangedb.m~
..........\rcsChaff.m
..........\rcsChaff.m~
..........\Readme.m
..........\Readme.m~
..........\rgpo.m
..........\rgpo.m~
..........\rgpo.pdf
..........\rgpoAnim.m
..........\rgpoAnim.m~
..........\rgpoDemo.m
..........\rgpoDemo.m~
..........\rgpoTest.m
..........\rgpoTest.m~
..........\rmaxdb.m
..........\rmaxdb.m~
..........\rre.m
..........\rre.m~
..........\rre1.m
..........\rre1.m~
..........\rre1eirpdb.m
..........\rreA.m
..........\rreA.m~
..........\rres.m
..........\rresp.m
..........\rresp.m~
..........\smin.m
..........\smin.m~
..........\spreaddb.m
..........\t2tgtr.m

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

发表评论

0 个回复

  • bsplinepso
    采用改进的pso算法实现实现bspline曲线拟合,malab语言。(Pso algorithm using the improved implementation bspline curve fitting, malab language.)
    2010-12-15 10:39:00下载
    积分:1
  • interpolation-and-fitting
    matlab算法大全之插值与拟合,非常详细的资料(the matlab algorithm Daquan interpolation and fitting, very detailed information)
    2013-02-19 19:25:16下载
    积分:1
  • mohu
    现代信号处理最后一次大作业,模糊函数的实现并画出3D图(The last time a large modern signal processing operations, the realization of the ambiguity function and draw 3D map)
    2014-01-07 13:47:47下载
    积分:1
  • dijksra
    此程序是个matlab程序,其算法结构为bp网络,可以处理一些优化问题(This procedure is a matlab program, its algorithm structure for the bp network that can handle a number of optimization problems)
    2008-05-03 00:45:19下载
    积分:1
  • MatlabNeuralNetwork
    Matlab Neural network about Neural network and application
    2009-05-15 09:28:44下载
    积分:1
  • matlab_code
    This source is matlab code for monoslam
    2012-05-13 04:40:24下载
    积分:1
  • 2D_capon
    这是二维Capon的宽带信号的matlab仿真代码,有需要的自取(matlab code for 2d capon)
    2020-10-17 22:17:27下载
    积分:1
  • sampen
    计算时间序列样本熵的MATLAB程序,包含计算步骤(Computing time series sample entropy MATLAB program, including calculation steps)
    2015-01-22 16:03:59下载
    积分:1
  • Minimum-Bayes-classifier-error-rate
    这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度函数。 调用最小错误率贝叶斯分类器决策子函数时,根据先验概率数组,通过比较概率大小判断一个体重身高二维向量代表的人是男是女。 主函数第一步打开“MAIL.TXT”和“FEMALE.TXT”文件,并调用最大似然估计求取概率密度子函数,对分类器进行训练。第二步打开“test2.txt”,调用最小错误率贝叶斯分类器决策子函数,然后再将数组中逐一与已知性别的数据比较,就可以得到不同先验概率条件下错误率的统计。 (This is the minimum error rate pattern recognition Bayes classifier design. Self- improvement prior probability in different conditions , male , female and total error rate error rate statistics , into which each array . All programs from the main function , maximum likelihood estimation subroutine strike probability density , the minimum error rate Bayesian classifier composed of decision-making three subfunctions . Strike called maximum likelihood estimate probability density subroutine , the first step to obtain the sample data , stored as a matrix the second step of the matrix, each row sum , and divided by the total number of samples N, be the average vector third step is to application of the formula ( 3-43 ) using matrix and loop control statements , obtain the covariance matrix fourth step through the variance-covariance matrix and correlation coefficient obtained , resulting in the probability density function . Call the minimum error rate decision Functions Bayesian)
    2012-02-02 20:33:06下载
    积分:1
  • Renzi-Jia
    通过matlab编程对人字架的尺寸进行优化设计。(Matlab programming for Renzi Jia by the size of the optimal design.)
    2011-10-20 21:48:41下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载