Method ao/linedetect


  LINEDETECT find spectral lines in the ao/fsdata objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: LINEDETECT find spectral lines in the ao/fsdata objects.
 
  CALL:        b = linedetect(a, pl)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
linedetect
N 10 none The maximum number of lines to return.
FSEARCH [0 10000000000] none The frequency search interval.
THRESH 2 none A threshold to test normalised amplitude against. (A sort-of SNR threshold.)
BW 20 none The bandwidth of the running median filter used to
estimate the noise-floor.
HC 0.80000000000000004 none The cutoff used to reject outliers (0-1).

Example

plist('N', [10], 'FSEARCH', [[0 10000000000]], 'THRESH', [2], 'BW', [20], 'HC', [0.80000000000000004])

back to top back to top

Some information of the method ao/linedetect are listed below:
Class name ao
Method name linedetect
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team