signal-test.cc File Reference
#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "feat/signal.h"
Include dependency graph for signal-test.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void UnitTestFFTbasedBlockConvolution ()
 
void UnitTestFFTbasedConvolution ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 57 of file signal-test.cc.

References KALDI_LOG, kaldi::UnitTestFFTbasedBlockConvolution(), and kaldi::UnitTestFFTbasedConvolution().

57  {
58  using namespace kaldi;
61  KALDI_LOG << "Tests succeeded.";
62 
63 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestFFTbasedConvolution()
Definition: signal-test.cc:41
#define KALDI_LOG
Definition: kaldi-error.h:153
void UnitTestFFTbasedBlockConvolution()
Definition: signal-test.cc:26