Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
michelinok opened this issue Apr 22, 2016 · 4 comments
Open

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

michelinok opened this issue Apr 22, 2016 · 4 comments

Comments

@michelinok
Copy link

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

@ha7ilm
Copy link
Owner

ha7ilm commented Jun 20, 2016

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

@michelinok
Copy link
Author

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:
#10 (comment)

@ha7ilm
Copy link
Owner

ha7ilm commented Jun 21, 2016

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
Copy link
Owner

ha7ilm commented Apr 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants