⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 阵列信号处理的工具箱
💻 M
📖 第 1 页 / 共 2 页
字号:
%     Functions for the management of record variables (called structures%     in Matlab 5). A part of the package RECVAR. See "help recvar" and%     [3,4] for more information.%   setm, getm, getm2, getm3, zerosm, sizem, ismulmat, reshapem%     Functions for the management of multidimensional numerical matrices.%     A part of the package RECVAR. See "help multimat" and [3,4] for more%     information.%   ran2ranbin    : Converts ranges to rangebins and calculates length of a%                   range bin.%   getranbinlen  : Gets the length of a range bin.%   speedoflight  : Returns the speed of light in empty space.%   eetimebegin,  : These four functions are used to estimate the execution%   eetimeend,      time in advance.%   eetimeloop, %   eetimepreloop%%%The following scripts for the end user are currently implemented:%%   dbtex1.m    : An example with an ULA with isotropical elements.%   dbtex2.m    : An example of DOA-estimation with coherent signals.%   dbtex3.m    : An example with the AIMT application example.%   dbtex4.m    : An example with PTMF.%   dbtex51.m   : Demonstrates conventional radar signal processing.%   dbtex5.m    : Demonstrates the conventional signal processing chain in%                 the AIMT application example.%   dbtex6.m    : An example doing Monte-Carlo simulations with DML and ULA.%   dbtex7.m    : An example of beamforming on measured data from the AIMT%                 experimental antenna.%   dbtex8.m    : An example doing statistical analysis with the AIMT%                 experimental antenna.%   dbtex9.m    : An example of beamforming on measured data from the AIMT%                 experimental antenna with different calibration compen-%                 sations of the steering matrix.%   dbtex10.m   : An example of beamforming on measured data from the AIMT%                 experimental antenna with calibration compensation on the%                 signals. NOTE: the implementation is not finnished. This%                 example does not work yet.%   dbtex15.m   : An example of plotting antenna patterns.%   dbtex20.m   : An example for the simulator "simradarsig".%   dbtex21.m   : An example of beamforming of radar signals.%   dbtex22.m   : An example of pulse compression of radar signals.%   dbtex25.m   : An example of conventional and high resolution doppler %                 filtering.%   dbtex26.m   : An example of conventional and high resolution simultaneous %                 beamforming and doppler filtering (slow-time STAP).%   dbtex28.m   : Another example of conventional and high resolution %                 simultaneous beamforming and doppler filtering (slow-time %                 STAP).%   dbtex29.m   : An example of noncoherent and coherent integration.%   dbtex30.m   : An example of radar signal simulation, including clutter,%                 with a flying side-looking array radar.%   dbtex60.m   : An example of beamforming and DOA estimation on measured%                 signals that are reflected against a rough surface.%   dbtex70.m   : An example of performing radar signal processing on and%                 plotting of measured radar signals.%   dbtex80.m   : An example of the creation of an array antenna with%                 subarrays using antenna type BFArray.%   dbtex81.m   : An example of the creation and use of a circular array%                 antenna.%   moderrgui.m : An example of a graphical tool for model error analysis%                 using the DBT toolbox.%%   dbthelp.m   : This help file.%%%The following functions for the extension programmer currently exist:%%   doa2rect    : Converts between DOA coordinates and rectangular %                 coordinates.%   doa2wavevec : Computes the wavevector for several waves.%   spastemat   : Returns the ideal spatial steering matrix.%   dspastemat  : Returns the derivative of the ideal (spatial) steering%                 matrix.%   pulstemat   : Returns the ideal pulse (slow-time) steering matrix.%   ranstemat   : Returns the ideal range (fast-time) steering matrix.%   spapulstemat: Returns the ideal space-pulse (space-slow time)%                 steering matrix.%   sparanstemat: Returns the ideal space-range (space-fast time)%                 steering matrix.%   getcorrm    : Returns an antenna array correlation matrix.%   modcorrmkernel: Correlation matrix modification method code.%   getcorrmkernel: Gets a (possibly modified) correlation matrix from%                   a signal matrix.%   gettap1     : Calculates tapering weights for different tapering types.%   chdtype     : Asserts that a variable is of the desired data type.%   squeezeall  : Remove all singleton dimensions, including dimension one.%   vecnorm2    : Computes the euclidean norm (2-norm) of several vectors.%   weightrows  : Weights the rows of a matrix.%   weightcols  : Weights the columns of a matrix.%   multdiag    : Returns the diagonal of a product of two matrices.%   dftopm      : Generates a DFT operator matrix, defined as the Matlab FFT.%   dftopm2d    : Generates a 2D-DFT op. matrix, defined as the Matlab FFT2.%   calcfiltinit: Preparing the linear filtering with 'calcfiltproc'.%   calcfiltproc: Performing linear filtering of several signal vectors.%   setpultrans : Set transformation matrix for the pulse (time) dimension%                 in a radar signal.%   setrantrans : Set transformation matrix for the range dimension in a%                 radar signal.%   setspatrans : Set spatial transformation matrix in a radar signal.%   setsparantrans : Set space-range transformation matrix in a radar signal.%%  Every function has a help text. Input parameters are described with name,%  data type and a description. For example:%   method (StringT) : Method%     = 'cbf': ...%     = 'capon': ...%  where "method" is the parameter name, "StringT" is the data type and the%  rest the description.%  Data type names are shown in parentheses and they start with a capital%  letter and end with a capital T. Data type definitions can be found in [1]%  or by "help dbtdata".%  [D] = This parameter can be omitted and then a default value is used.%  When the [D]-input parameter is not the last used in the call, it must be%  given the value [], i.e. an empty matrix.%  ... = There can be more parameters. They are explained under respective%  metod or choice.%%  For more information about the functions use "help" for the corresponding%  function.%%  There are some programs and files, which are using DBT, for the studies%  of the AIMT application example [5]. Help about these can be found by%    >> help aimtexhelp%%  There are some programs and files, which are using DBT, for the studies%  of the AIMT experimental antenna [6]. Help about these can be found by%    >> help expanthelp%%  There are some programs and files, which are using DBT, for the studies%  of radio communication (see for example [7]). Help about these can be%  found by%    >> help radiohelp%%References:%  [1]: Bj鰎klund S.: "DBT, A MATLAB Toolbox for Radar Signal Processing.%    Reference Guide", FOA-D--9x-00xxx-408--SE, To be published.%  [2]: Bj鰎klund S., Rejdemyhr D.: "A MATLAB Toolbox for Radar Array %    Processing", Proceedings of ISSPA `99 (IEEE Fifth International %    Symposium on Signal Processing and its Applications), August 22-25,%    1999, Brisbane, Australien. p 547-550.%  [3]: Bj鰎klund S.:"A Software Package for new Data Structures in MATLAB",%    Proceedings of Nordic MATLAB Conference `97, Stockholm 27-28 October 1997.%  [4]: Bj鰎klund S.: "RECVAR 3.5. A Software Package for New data Structures%    in Matlab. Reference Guide", FOA-D--98-00379-408--SE, May 1998.%  [5]: Athley F.:"Till鋗pningsexempel f鰎 studie av modellbaserad%    lobformning", Ericsson Microwave Systems 1996, No FY/XU-96:299.%  [6]: Pettersson L., Danestig M., Sj鰏tr鰉 U.: "An Experimental S-Band%    Digital Beamforming Antenna", IEEE AES Systems Magazine, November 1997,%    p.19-26.%  [7]: Bj鰎klund S.: "A MATLAB implementation of a Simulator for Wideband%    Radio Signals Received by Array Antennas", FOA-D--99-00435-504--SE,%    March 1999.%  The contents of this file is copied from the file "dbthelp.m".%  All help text lines in "dbthelp.m" except the two first is used.%%  Start        : 961120 Svante Bj鰎klund (svabj).%  Latest change: $Date: 2000/10/16 15:19:53 $ $Author: svabj $.%  $Revision: 1.13 $% *****************************************************************************help Contents.m

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -