Tagged Questions
2
votes
1answer
114 views
Converting from log to linear in C and taking average
I don't know C well at all, and I'm trying to edit someone's code, but I'm having issues when trying to convert values from the log to linear domains.
For example, let's say we have an array A that ...
1
vote
2answers
547 views
Bitstream to Float Type Coercion
I'm having trouble getting the following code to work correctly. Using an online IEEE-754 converter, I wrote out (by hand) to the testData.txt file that is read with the bit string that should ...
0
votes
4answers
437 views
Type coercion in c: unsigned int to float
I'm communicating serially between a host pc and an embedded processor. On the embedded side, I need to parse character strings for floating point and integer data. What I am currently doing is ...