1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

WDSP: split firmin into fircore, firmin and firopt

This commit is contained in:
f4exb
2024-07-13 03:20:26 +02:00
parent 7f960824f5
commit 531e96de00
20 changed files with 759 additions and 516 deletions
+11 -1
View File
@@ -32,7 +32,17 @@ warren@wpratt.com
namespace WDSP {
PANEL* PANEL::create_panel (int run, int size, float* in, float* out, float gain1, float gain2I, float gain2Q, int inselect, int copy)
PANEL* PANEL::create_panel (
int run,
int size,
float* in,
float* out,
float gain1,
float gain2I,
float gain2Q,
int inselect,
int copy
)
{
PANEL* a = new PANEL;
a->run = run;