Skip to content
Snippets Groups Projects
Waveform.h 118 B
Newer Older
  • Learn to ignore specific revisions
  • xiyehu2's avatar
    xiyehu2 committed
    #pragma once
    class Waveform {
    	public:
    	int freqRes;	 // frequency resolution
    	int samplingRate; // sampling rate
    };