-
Hi, I've already run the "make" command as I was having trouble before but now I cannot run the "make examples" command supposedly because of some undefined references to functions contained in "math.…
-
Hi there,
I'd like to know what are the coefficients used by the multi-stage resampler. I couldn't find information relative to the coefficients in the documentation.
Thank you for this amazing libr…
-
According to the example in https://liquidsdr.org/doc/msresamp/ the size of the output buffer can be estimated. It must be an upper bound, else memory corruption may occur. Sometimes this assumption d…
-
DashAutomate: INFO Bitcode /mnt/heorot-10/Dash/Dash-Corpus/LiquidSDR/small/buildMARKOV_ORDER_2/libliquid_example.bc is done.
Exception in thread Thread-2:
Traceback (most recent call last):
F…
-
https://github.com/jgaeddert/liquid-dsp/tree/v1.3.1
http://liquidsdr.org/doc/installation/
OS: Windows 7
Compiler: Clang/LLVM
> a free and open-source signal processing library for software-define…
-
Is there an easy way of cross-compiling for `arm-none-eabi` i.e. bare metal ARM Cortex-M microcontrollers?
I'm not familiar with `autotools` and the following doesn't seem to do the trick
```
$…
-
I'd like to have a go at making liquid-dsp work on ARM Cortex microcontrollers, e.g. STM32. It's exquisitely well-written, modular, and truly lightweight, IMNSHO. I'm not trying to flatter, just expre…
-
Hi.
Why there is no function: **modem_create** in liquid.h in version 1.3.2 despite the fact that it is in version 1.0.0 (line 2492)?
How I can run the example of Linear Digital Modulation (http…
-
@jgaeddert How did you generate the figure [fig-asgram-example-waterfall] in https://liquidsdr.org/doc/asgram? Does liquid provide functionality for writing a high resolution waterfall plot?
-
I'm trying to use the `flexframegen` object with different modulation schemes. When I look at a IQ waterfall the signals look very similar regardless of the modulation scheme used (same, constant payl…