mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
proof-of-concept spectrum analyzer mode
This commit is contained in:
parent
76875c2316
commit
38e73365df
33 changed files with 942 additions and 82 deletions
|
|
@ -15,6 +15,7 @@ HEADERS += \
|
|||
Device/manualcontroldialog.h \
|
||||
Generator/generator.h \
|
||||
Generator/signalgenwidget.h \
|
||||
SpectrumAnalyzer/spectrumanalyzer.h \
|
||||
Tools/eseries.h \
|
||||
Tools/impedancematchdialog.h \
|
||||
Traces/bodeplotaxisdialog.h \
|
||||
|
|
@ -57,6 +58,7 @@ SOURCES += \
|
|||
Device/manualcontroldialog.cpp \
|
||||
Generator/generator.cpp \
|
||||
Generator/signalgenwidget.cpp \
|
||||
SpectrumAnalyzer/spectrumanalyzer.cpp \
|
||||
Tools/eseries.cpp \
|
||||
Tools/impedancematchdialog.cpp \
|
||||
Traces/bodeplotaxisdialog.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue