登录
首页 » matlab » Ch3_Synthesis_of_Linear_Arrays_and_Apertures

Ch3_Synthesis_of_Linear_Arrays_and_Apertures

于 2010-07-04 发布 文件大小:35KB
0 220
下载积分: 1 下载次数: 43

代码说明:

  Optimum array processing 最优阵列处理技术 第三章 线性阵列和孔径的合成的MATLAB程序 DOA MUSIC ESPRIT(Optimum array processing DOA MUSIC ESPRIT)

文件列表:

cheby.m,385,2000-09-15
DPSS.m,392,2000-09-06
fig3_01.m,952,2001-09-30
fig3_02.m,1039,2001-09-30
fig3_03.m,1091,2001-09-30
fig3_04.m,1239,2001-09-30
fig3_05_06_13.m,2629,2001-09-30
fig3_07.m,1477,2001-09-30
fig3_08.m,1246,2001-09-30
fig3_10.m,569,2001-09-30
fig3_11.m,1347,2001-10-17
fig3_12.m,1253,2001-09-30
fig3_17_18.m,1494,2001-09-30
fig3_19_20.m,2617,2001-09-30
fig3_21.m,2950,2001-09-30
fig3_23.m,968,2001-09-30
fig3_24.m,1023,2001-09-30
fig3_25.m,797,2001-09-30
fig3_26.m,1203,2001-10-17
fig3_27.m,1867,2001-10-17
fig3_28.m,1727,2001-09-30
fig3_29a.m,1433,2001-09-30
fig3_29b.m,1369,2001-09-30
fig3_30.m,3137,2001-09-30
fig3_31.m,2099,2001-09-30
fig3_32.m,2363,2001-09-30
fig3_33.m,2205,2001-09-30
fig3_37.m,2436,2001-09-30
fig3_38.m,1751,2001-09-30
fig3_39.m,2223,2001-10-17
fig3_40.m,1002,2001-09-30
fig3_41.m,1189,2001-09-30
fig3_42.m,1196,2001-09-30
fig3_43.m,953,2001-09-30
fig3_46.m,1939,2001-09-30
fig3_47.m,1296,2001-09-30
fig3_48.m,610,2001-09-30
fig3_49.m,1013,2001-09-30
fig3_50.m,6032,2001-09-30
fig3_51.m,6045,2001-09-30
fig3_52.m,1213,2008-01-16
fig3_53.m,1108,2001-10-23
fig3_56.m,893,2001-09-30
fig3_57_59_61.m,2191,2001-09-30
fig3_58.m,2025,2001-09-30
fig3_60.m,1843,2001-10-17
polardb.m,4910,2000-08-30
sinc.m,259,2000-08-31

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

发表评论

0 个回复

  • Predict
    This programs are very useful for time prediction.
    2014-09-17 14:25:09下载
    积分:1
  • matlabsimulink
    matlab中simulink模块的应用(matlab application module in simulink)
    2008-07-15 18:38:51下载
    积分:1
  • panzoom
    与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。 我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。 panzoom(figureHandle,axesHandles) 添加到这个数字,只能到指定的坐标轴功能的处理。 panzoom(figureHandle,axesHandles,XLink的) panzoom(figureHandle,axesHandles,XLink的,雁联) 假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus. I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data. panzoom(figureHandle, axesHandles) Adds the functionality to that figure, ONLY to the axes handles specified. panzoom(figureHandle, axesHandles, xLink) panzoom(figureHandle, axesHandles, xLink, yLink) Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
    2011-05-15 17:52:58下载
    积分:1
  • Roman-3
    采用罗曼Ⅲ型编码方式且以字母K,利用MATLAB语言制作了一个迂回相位编码的傅立叶变换全息图。(Ⅲ type encoding using Roman letters and with K, the use of MATLAB language created a detour phase encoding of Fourier transform holograms.)
    2011-07-01 11:09:18下载
    积分:1
  • LFM_Tdelay_Fd
    生成一个单脉冲调制的线性调频连续波信号,并且加入了距离时延与多普勒频移的信息。(Generate a single pulse-modulated continuous wave signal chirp, and joined the distance delay and Doppler shift information.)
    2014-04-29 09:33:49下载
    积分:1
  • Turbo
    说明:  Turbo码的编码,译码,系统仿真,以及无码分析(Turbo code encoding, decoding, system simulation, as well as non-code analysis)
    2008-12-09 09:45:20下载
    积分:1
  • 3DFRFT
    三维的分数阶傅立叶变换,用于非平稳信号处理(the 3D Fractional Fourier Transform)
    2013-11-07 20:19:42下载
    积分:1
  • DigitalImageProcessing_matlab
    冈萨雷斯的经典教材数字图像处理的matlab版源代码,非常适合配套学习。(Gonzalez classic teaching digital image processing matlab version of the source code, very suitable ancillary study.)
    2009-02-26 10:57:23下载
    积分:1
  • these
    thèse filtrage ecg, etudes détaillé sur le procédé de filtrage ecg pour élimination du bruit
    2010-10-19 20:20:15下载
    积分:1
  • Objective_C-basic
    object-c 基本语法说明- 利用在xcode上(object-c basic grammer- use xcode tool)
    2014-08-19 14:57:19下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载