jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.82k stars 426 forks source link

State of fskframegen and fskframesync? #280

Open glv2 opened 2 years ago

glv2 commented 2 years ago

Hi,

I was thinking of using fskframegen and fskframesync in a project (and adding some missing functions like fskframegen_create_set, fskframesync_create_set or fskframesync_is_frame_open).

However when testing them I saw that they output a lot of warnings and debug messages. Are they working, or are they in development?

jgaeddert commented 2 years ago

The fskframegen and fskframesync are still a work in progress.

brian-armstrong commented 2 years ago

If you want to try another attempt at FSK framegen/framesync, I have a working version here https://github.com/jgaeddert/liquid-dsp/pull/159

campagn1 commented 1 year ago

Dear all, I was wondering if there is any news on fskframegen and fskframesync and if https://github.com/jgaeddert/liquid-dsp/pull/159 is going to be merged in master at one point.

Best regards,

Filippo

seonlee2013 commented 1 year ago

好啊,邮件收到啦! Hi, your email is arrived safely

campagn1 commented 1 year ago

Dear all, I was wondering if there are any updates on this. Best regards, Filippo

jgaeddert commented 1 year ago

Sorry. I'll take a look at this again.

jgaeddert commented 1 year ago

The challenge is that the referenced branch has diverged quite a bit from master. I can merge it in, but I will need to change the interface to be more consistent.