-
Sorry if this is the wrong spot.
The docs [here](http://liquidsdr.org/doc/agc/) mention:
```
agc_crcf_set_gain_limits(q,gmin,gmax) sets the minimum and maximum gain values, respectively. This e…
-
http://liquidsdr.org/doc/firhilb/ documentation seams to wrong near the bottom for firhilbf_interp_execute
> executes the transform as a decimator
probably should be
> executes the transfor…
-
Hi,
I am trying to use the library on windows in an FM transmitter MS Visual Studio project. I just copied the FM source files "freqmod.c" and "freqdem.c" and I am trying to include all required de…
-
I've tried to use a bandpass based on the example in http://liquidsdr.org/doc/firdes/
Unfortunately, I get result:
```
src/filter/src/firdespm.c:711: firdespm_iext_search: Assertion `num_found < …
-
So I've played with the different ways of doing PLL in liquid.
There are two methods I can see:
- use NCO object which uses a very simple model (Costas loop?)
- use method described in https://liqu…
-
When following instructions on http://liquidsdr.org/blog/pll-howto/ my build failed with the following error (on kubuntu 18.04):
x@kubuntu-1804:~/liquid-dsp/pll/liquid_pll_example$ make pll_exa…
-
Hi,
When running example of gmsk frame sync with k (number of samples per symbol) = 203 with remaining parameter like filter length m=2 and BT = 0.5 the number of samples produced are quite large a…
-
It seems that `fskmod` and similar modules (`cpfsk*`) are missing from the documentation.
I was wondering if this was a mishap, or if the documentation is still under development?
-
I have a 4-FSK signal that i want to demodulate. It doesn't have a preamble or anything like that to assist with synchronization. The `fskdem` object requires perfect symbol timing. How can we realise…
-
Is it in a separate repo?