MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / toString

Function toString

src/DFT.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164
165static const char * toString(SpectralType v){
166 switch(v){
167 case COMPLEX: return "Complex";
168 case MAG_PHASE: return "Magnitude/Phase";
169 case MAG_FREQ: return "Magnitude/Frequency";
170 default: return "Unknown";
171 }
172}
173
174void DFT::print(FILE * f, const char * a){
175 fprintf(f, "DFT, Win, Hop: %d, %d, %d samples\n", (int)sizeDFT(), (int)sizeWin(), (int)sizeHop());

Callers 2

printMethod · 0.70
printMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected