This function subsets a single frequency from a wideband signal..
Arguments
- EVFile
An Echoview file COM object
- acoVarName
Acoustic variable name
- frequency
A Frequency contained within the Wideband Signal (see examples).
Value
a list object with two elements. $success: ping subset successfully changed, and $msg: message for processing log.
Examples
if (FALSE) {
EVAppObj=COMCreate('EchoviewCom.EvApplication')
EVOpenFile(EVAppObj,'~\\example1.EV')
EVpingSubset(EVFile=EVFile,acoVarName='Ping subset 38',pingsubsetString='2-7')
}