csdr icon indicating copy to clipboard operation
csdr copied to clipboard

[Feature request] 24 bit integer and 32 bit float support

Open michelinok opened this issue 8 years ago • 4 comments

Hi! Is it possible to add the support for 24 bit integers and 32 bit float as input data types? That would be really great! (i'm using a professional receiver...not an rtl-sdr). Many many many many thanks! Best regards

Michele

michelinok avatar Apr 22 '16 16:04 michelinok

Hi Michele,

I've just added convert_f_s24 and convert_s24_f to deal with signed 24 bit integers. 32 bit floats are already supported (f means that data type).

Best regards,

Andras

ha7ilm avatar Jun 20 '16 22:06 ha7ilm

You're a great man! I'll try it as soon as possible (i'm not at home at the moment...out for a job...I hope to test it on the weekend...)

Again...

MANY MANY thanks!

Hi Michele,

I've just added convert_f_s24 and convert_s24_f to deal with signed 24 bit integers. 32 bit floats are already supported (f means that data type).

Best regards,

Andras


You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/simonyiszk/csdr/issues/10#issuecomment-227288563

michelinok avatar Jun 21 '16 14:06 michelinok

You're welcome.

Some notes: I might have exchanged the LE and BE formats. If you experience problems, you may try the --bigendian switch:

csdr convert_f_s24 --bigendian
csdr convert_s24_f --bigendian

ha7ilm avatar Jun 21 '16 17:06 ha7ilm

This is still undocumented in the README, I should fix that.

ha7ilm avatar Apr 02 '17 11:04 ha7ilm