snr
Functions
-
int main(int argc, char *argv[])
snr [ option ] file1 [ infile ]
-l int
frame length
-o int
output type
0
SNR1
segmental SNR2
segmental SNR per frame
file1 str
double-type signal sequence,
infile str
double-type signal+noise sequence,
stdout
double-type SNR
The inputs of this commands are two signals:
, segmental SNR is calculated and output at every frame: and , the output is averaged segmental SNR: , the output is a standard SNR:- Parameters:
argc – [in] Number of arguments.
argv – [in] Argument vector.
- Returns:
0 on success, 1 on failure.
See also