Class SPT
Inherited Members
Namespace: AnalysisPrograms
Assembly: AnalysisPrograms.dll
Syntax
public class SPT
Fields
| Improve this Doc View SourceCommandName
Declaration
public const string CommandName = "SPT"
Field Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourcedoSPT(BaseSonogram, Double, Int32)
Performs Spectral Peak Tracking on a recording Returns a matrix derived from the sonogram.
Declaration
public static Tuple<double[, ]> doSPT(BaseSonogram sonogram, double intensityThreshold, int smallLengthThreshold)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseSonogram | sonogram | the sonogram. |
| Double | intensityThreshold | Intensity threshold in decibels above backgorund. |
| Int32 | smallLengthThreshold | remove event swhose length is less than this threshold. |
Returns
| Type | Description |
|---|---|
| Tuple<Double[,]> |
doSPT(Double[,], Double, Int32)
Performs Spectral Peak Tracking on a recording Returns a matrix derived from the passed sonogram.Data().
Declaration
public static Tuple<double[, ]> doSPT(double[, ] matrix, double intensityThreshold, int smallLengthThreshold)
Parameters
| Type | Name | Description |
|---|---|---|
| Double[,] | matrix | |
| Double | intensityThreshold | Intensity threshold in decibels above backgorund. |
| Int32 | smallLengthThreshold | remove event swhose length is less than this threshold. |
Returns
| Type | Description |
|---|---|
| Tuple<Double[,]> |
Execute(SPT.Arguments)
Declaration
public static void Execute(SPT.Arguments arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| SPT.Arguments | arguments |