SigPack - the C++ signal processing library
spectrum.cpp File Reference
#include "sigpack.h"
Include dependency graph for spectrum.cpp:

Go to the source code of this file.

Classes

struct  WAV_HEADER
 

Typedefs

typedef struct WAV_HEADER wav_header
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

◆ wav_header

typedef struct WAV_HEADER wav_header
Examples:
spectrum.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Examples:
spectrum.cpp.

Definition at line 28 of file spectrum.cpp.

References WAV_HEADER::bitsPerSample, WAV_HEADER::chunkSize, sp::gplot::image(), WAV_HEADER::numOfChan, sp::gplot::send2gp(), sp::specgram(), and sp::gplot::window().

Here is the call graph for this function: