mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
spectrogram: Take input source as argument
This commit is contained in:
@@ -40,6 +40,9 @@ void PlotView::refreshSources()
|
||||
{
|
||||
plots.clear();
|
||||
|
||||
auto sp = new SpectrogramPlot(mainSampleSource);
|
||||
plots.emplace_back(sp);
|
||||
|
||||
gr::top_block_sptr iq_tb = gr::make_top_block("multiply");
|
||||
auto iq_mem_source = gr::blocks::memory_source::make(8);
|
||||
auto iq_mem_sink = gr::blocks::memory_sink::make(8);
|
||||
|
||||
Reference in New Issue
Block a user