Skip to content
Snippets Groups Projects
Commit dbb05cbe authored by xiyehu2's avatar xiyehu2
Browse files

Waveform class initial setup

parent 5dd048bc
No related branches found
No related tags found
No related merge requests found
......@@ -141,3 +141,5 @@ _Pvt_Extensions
/Cpp/.vscode
/Cpp/test.cpp
/Cpp/test.exe
/Cpp/lib/driver_header/spcm_win64_msvcpp_symbols.txt
/Cpp/lib/spcm_win64_msvcpp_symbols.txt
#include "Waveform.h"
#pragma once
class Waveform {
public:
int freqRes; // frequency resolution
int samplingRate; // sampling rate
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment