登录
首页 » matlab » Chapter2ArraysAndSpatialFilters

Chapter2ArraysAndSpatialFilters

于 2019-10-23 发布
0 187
下载积分: 1 下载次数: 2

代码说明:

说明:  最优阵列处理技术第二章随书代码,能正确运行书上每一幅图的程序(Optimum-Array-Processing-Technology-Chapter 2. Arrays and Spatial Filters.zip)

文件列表:

Chapter 2. Arrays and Spatial Filters, 0 , 2019-10-23
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays, 0 , 2019-10-23
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\fig2_15_16.m .txt, 1083 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\fig2_17.m .txt, 759 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\fig2_18.m .txt, 2473 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\fig2_19.m .txt, 2600 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\fig2_20.m .txt, 912 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\polardb.m .txt, 4912 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.4 Uniformly Weighted Linear Arrays\Sect2_4figs.zip, 5808 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering, 0 , 2019-10-23
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\fig2_22.m.txt, 759 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\fig2_23.m .txt, 566 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\fig2_24.m .txt, 1651 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\fig2_26.m.txt, 560 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\polardb.m .txt, 4912 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.5 Array Steering\Sect2_5figs.zip, 4408 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.7 Linear Aperturesv, 0 , 2019-10-23
Chapter 2. Arrays and Spatial Filters\2.7 Linear Aperturesv\fig2_29.m .txt, 497 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.7 Linear Aperturesv\Sect2_7figs.zip, 656 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\2.7 Linear Aperturesv\sinc.m .txt, 261 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\Ch2figs.zip, 8949 , 2000-06-18
Chapter 2. Arrays and Spatial Filters\Chapter 2.doc, 29184 , 2008-06-18

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

发表评论

0 个回复

  • 公司财务预警建模
    说明:  基于BP_Adaboost的强分类器设计——公司财务预警建模(Design of strong classifier based on BP AdaBoost -- financial early warning modeling of company)
    2020-05-10 22:29:42下载
    积分:1
  • 牛顿法小算例1
    主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)
    2017-11-09 10:10:25下载
    积分:1
  • 随机森林
    说明:  随机森林算法与 Bagging 算法类似,均是基于 Bootstrap 方法重采样,产生多个训练集。不同的是,随机森林算法在构建决策树的时候,采用了随机选取分裂属性集的方法 本程序中,将乳腺肿瘤病灶组织的细胞核显微图像的 10 个量化特征作为模型的输入,良性乳腺肿瘤和恶性乳腺肿瘤作为模型的输出。用训练集数据进行随机森林分类器的创建,然后对测试集数据进行仿真测试,最后对测试结果进行分析。(Similar to bagging algorithm, random forest algorithm is based on bootstrap resampling to generate multiple training sets. The difference is that the random forest algorithm uses the method of randomly selecting the split attribute set when constructing the decision tree In this program, 10 quantitative features of nuclear microscopic image of breast tumor tissue are taken as the input of the model, and the benign and malignant breast tumor are taken as the output of the model. The training set data is used to create the random forest classifier, then the test set data is simulated and the test results are analyzed.)
    2020-07-05 20:39:15下载
    积分:1
  • chap5 Matlab Code
    说明:  基于动力学学模型的轨迹跟踪控制,无人驾驶车辆模型预测控制第二版第五章(Trajectory tracking control based on dynamics model, Chapter 5 of model predictive control of driverless vehicle)
    2020-05-07 21:35:51下载
    积分:1
  • 200717105422
    LabVIEW学习资料,如何制作动态链接库,以及如何调用(LabVIEW learning materials, how to create dynamic-link library, and how to call the)
    2009-10-18 15:16:45下载
    积分:1
  • ug_open二次开发与实例精解
    《UG/Open二次开发与实例精解》的源代码。(The source code of "UG/Open Secondary Development and Example Resolution".)
    2020-06-30 23:40:02下载
    积分:1
  • Chapter2ArraysAndSpatialFilters
    说明:  最优阵列处理技术第二章随书代码,能正确运行书上每一幅图的程序(Optimum-Array-Processing-Technology-Chapter 2. Arrays and Spatial Filters.zip)
    2019-10-23 17:13:05下载
    积分:1
  • 迭代法求根
    说明:  用迭代法求 x=根号a。求平方根的迭代公式为:X(n+1)=(Xn+a/Xn) /2。(Iterative method is used to find x = root a. The iteration formula for finding square root is X(n+1)=(Xn+a/Xn)/2.)
    2020-06-24 19:20:02下载
    积分:1
  • 戴维南定理
    说明:  戴维南定理multisim仿真, 1. 验证戴维南定理的正确性,加深对该定理的理解。 2. 掌握测量有源二端网络等效参数的一般方法。(Thevenin's theorem Multisim Simulation)
    2017-11-01 17:00:57下载
    积分:1
  • book
    各类型字节内存排列,上传一个代码是打印各个数据类型内存中排列的代码(All kinds of byte memory arrangement. Uploading a code is to print the code arranged in the memory of each data type.)
    2020-06-22 13:20:02下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载