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

📄 contents.m

📁 阵列信号处理的工具箱
💻 M
📖 第 1 页 / 共 2 页
字号:
%   *  DBT, A Matlab Toolbox for Radar Signal Processing  *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%%For an overview of the toolbox, see reference [2].%The following functions for the end user are currently implemented:%% Definition of antennas.%   defant      : Defines an antenna.%   pantpat3    : Plots the antenna pattern (mechanical scan) of an antenna.%   spantpat3   : Simple or short calling form of pantpat3.%   gettap1     : Calculates taperings for conventional beamforming.%% Non-radar signal simulation.%   compsim4    : Simulates received antenna signals. Only one range bin%                 (passive mode).%   simwidebandkernel : Simulates wideband radio signals received with array%                 antennas. Only one range bin (passive mode).%   simwideband : Like simwidebandkernel but with other input parameters.%% Radar signal simulation%   simradarsig : Simulates received radar antenna signals (active mode).%                 Multiple range bins and multiple modulation codes are used%                 together with "simnoise" and "simtarget".%   deftarget   : Defines a target for the function "simaradarsig".%   defnoise    : Defines a noise for the function "simaradarsig".%   defclutter  : Defines clutter for the function "simaradarsig".%   defjammer   : Defines a jammer for the function "simaradarsig".%   defsources  : Combines several signal source definitions from the%                 functions "deftarget", "defnoise", "defclutter", %                 "defjammer" to a single input parameter to "simradarsig".%   defwave     : Defines a waveform for use with, for example, "simradarsig".%   getmod      : Returns a pulscode modulation for use with for example%                 "defwave" and "pulscomp".%% Low level radar signal simulation (usually not called by the end user).%   simnoise    : Simulates received noise signals. Called by simradarsig.%   simtarget   : Simulates radarsignals from targets. Called by simradarsig.%   simclutter  : Simulates clutter. Called by simradarsig.%% Using signals from the FOA experimental antenna.%   expsig1     : Gets measured antenna signals.%   setcal1     : Sets calibration compensation to use with sdoaspc,%                sdoapar1 etc. via spastemat.%   sigcomp2    : Does calibration compensation on the signals.%   dbsfileinfo : Displays information about a DBS-file.%   dbcfileinfo : Displays information about a DBC-file.%% Radar signal management and analysis.%   basecorrm   : Base estimates of the antenna signal correlation matrix.%   ecorrm      : Antenna signal correlation matrix estimate or modfication%                 of the estimate.%   sigsize     : Returns the size of a radar signal.%   sigplot2    : Plots a 1D- or 2D-slice of a radar signal.%   sigplot2win : Interactiv version of "sigplot2" via a GUI.%   addsig      : Adds two radar signals.%   sigsubix    : Gets some specified elements (indices) of a radar signal.%   sigsplitdim : Splits a dimension in a radar signal into two dimensions.%   sigswapdim  : Swaps two dimensions in a radar signal.%   normcohpulse: Makes a radar signal coherent between pulses.%   normsig     : Normalizes a radar signal or a spatial correlation matrix %                 relative the noise power.%   estnoisepower:Estimates the noise power in a radar signal.%   RxRadarSigT : Creates a variable of the data type "RxRadarSigT", i.e.%                 a radar signal.%   msigmat2    : Rearranges the received antenna signals to a multi-%                 dimensional matrix with time, distance and direction as %                 indices.%   examsigw    : Examines a received radar signal waveform in various ways.%   RxCorrMatT  : Creates a variable of the data type "RxCorrMatT", i.e. %                 spatial correlation matrices.%   eigplot1    : Plots the eigenvalues of correlation matrices.%   correig2sig : Calculates the eigenvalues of correlation matrices and%                 converts the result to a radar signal so that it can be%                 plotted with functions intended for radar signals.%   corrmplot   : Plots a spatial correlation matrix.%% Simulation of channel errors.%   simcherr    : Simulates channel errors.%% Spectral DOA estimation ("beamforming").%   sdoaspc     : Estimates a DOA-spectrum with different methods. %                 Implemented methods are Conventional beamforming, Capon, %                 Music, Min-norm.%   doaspc1     : Like sdoapar but with som extra input parameters.%   splot2      : Plots one or more DOA spectrums.%   doapeak     : Finds the peaks of a DOA spectrum.%   doaspc2sig  : Converts a DOA spectrum to a radar signal so that it can be%                 plotted with functions intended for radar signals.%   DoaSpecT    : Creates a variable of the data type "DoaSpecT", i.e.%                 a DOA spectrum.%% Parametric DOA estimation.%   sdoapar1    : Estimates DOA:s with different methods. Implemented%                 methods are DML, SML, PTMF, WSF, SSF, Root Music, ESPRIT.%   doapar1     : Like sdoapar but with som extra input parameters.%   stardoa     : Finds the startvalues for parametric algorithms.%   pdoapar     : Presents on the screen information about DOA:s.%   pdoait      : Plots the DOA:s for all iterations from PTMF.%   perrfun     : Plots the error function for all iterations from PTMF.%% Estimation of number of signal sources.%   spanosrc    : Estimates the number of signals sources using spatial%                 information.%% High level radar signal processing functions.%   beamform    : Conventional beamforming with or without tapering and%                 with or without side lobe cancellation.%   dbf         : Performs conventional beamforming (old function).%   pulscomp    : Performs pulse compression.%   dopplerfilt : Dopplerfilter bank by correlation.%   dfb2        : Doppler filter bank by FFT.%   videoint    : Video integration (incoherent summation) of all coherent%                 processing intervalls.%   cfar        :%% Low level radar signal processing functions.%   spafilt     : Spatial linear filtering (beamforming).%   pulfilt     : Pulse (slow-time) linear filtering (doppler filtering).%   ranfilt     : Range (fast-time) linear filtering (pulse compression).%   spapulfilt  : Space-pulse (space-slow time) linear filtering %                 (slow-time STAP).%   sparanfilt  : Space-range (space-fast time) linear filtering %                 (fast-time STAP).%% Weigting functions.%   taylorlp    : Calculates Taylor weights.%   chebylp     : Calculates Dolhp-Chebychev weights.%   bartlett    : Calculates Bartlett weights (Signal Processing Toolbox).%   blackman    : Calculates Blackman weights (Signal Processing Toolbox).%   hamming     : Calculates Hamming weights (Signal Processing Toolbox).%   hanning     : Calculates Hanning weights (Signal Processing Toolbox).%   kaiser      : Calculates Kaiser weights (Signal Processing Toolbox).%   triang      : Calculates triangular weights (Signal Processing Toolbox).%%%Miscellaneous processing functions.%   estlocalfreq: Estimates the local (instantaneous) frequency of a signal.%%Auxiliary functions.%   helpd       : Displays Matlab helptext with 'more on'.%   helpwin2	: Displays Matlab helptext in separate window.%   dbtinfo     : Displays information messages. Can be turned on and off.%   dbtwarning  : Displays warning messages. Can be turned on and off.%   dbterror    : Displays an error message and halts execution.%   dbtversion  : Return the version number of this release of DBT.%   d2r         : Converts from degrees to radians.%   r2d         : Converts from radians to degrees.%   xmin,xmax   : Sets the minimum and maximum on the x-axis.%   ymin,ymax   : Sets the minimum and maximum on the y-axis.%   zmin,zmax   : Sets the minimum andr maximum on the z-axis.%   xlim,ylim,zlim: Sets the minimum and maximum on the x-, y- and z-axis.%   plotxline   : Plots straight lines at specified x-positions.%   plotyline   : Plots straight lines at specified y-positions.%   plotaline   : Plots straight lines at specified xyz-pos:s.%   genfreqaxis : Generates values for a frequency axis used at plotting etc.%   normplot2   : Normal probability plot.%   printfm     : Create file output of a Matlab figure suitable to import in%                 FrameMaker.%   coa         : = "close all".%   fig 5       : = "figure(5)".%   irot        : = "rotate3d". Interactive 3D rotation with the mouse.%   dbtrefguide : Shows the DBT reference guide on the screen.%   fftshift1   : Shift DC component to or from center of spectrum for%                 several 1D spektra.%   orthbeam    : Orthogonalization of beamforming weights.%   setr, getr, existr, isrecvar, recdir, showr, whosr:

⌨️ 快捷键说明

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