fixed-point
What happends when you convert floating point numbers to fixed point numbers in java (java me specifically)
I want my java me program to run as efficiently as possible. my goal is to make a ray cast and want to know the best way to traverse voxels. I have heard that conversion开发者_JS百科 and comparison of[详细]
2023-04-02 07:40 分类:问答How to represent -0 in binary
This question concerns converting a floating point number that is less than abs(1) and negative to 32.32 format, for example: -0.1234.[详细]
2023-03-28 18:26 分类:问答Overflows in fixed point math
As part learning exercise, part hobby project, I am implementing my own interpretation of the Cooley-Tukey FFT algorithm on an AVR using fixed point math.I haven\'t dealt much with fixed point math be[详细]
2023-03-15 22:13 分类:问答Fixed Point Development
I\'m working on some fixed point coding these days. If I have a bunch of 16 bit samples fr开发者_Python百科om an ADC and I do multiplication with a 16 bit filter coefficient, the result could be a 32[详细]
2023-03-14 12:54 分类:问答Best way to handle Fixed point/ percision decimal in Ruby on Rails
So I am creating a time tracking application using Ruby On Rails and am storing the time as a number representing hours.[详细]
2023-03-12 16:36 分类:问答Fixed Point MATLAB DSP Algorithm
I\'ve got a question about coding an algorithm for a Texas Instruments TMS320C64xx DSP in MATLAB: I\'ve got a working sloppy implementation of my filter in MATLAB. My goal is to use MATLAB Embedded C[详细]
2023-03-12 07:42 分类:问答Inverse sqrt for fixed point
I am looking for the best inverse square root algorithm for fixed point 16.16 numbers. The code below is what I have so开发者_JAVA技巧 far(but basically it takes the square root and divides by the ori[详细]
2023-03-11 04:52 分类:问答OpenGL ES GL_FIXED versus GL_FLOAT
I am writing an app for Android, using OpenGL ES 1.x, but I would like answers which include iOS devices and OpenGL ES 2.x.[详细]
2023-03-07 07:12 分类:问答How to do fixed-point math instead of floating-point?
I\'m not the math uncle开发者_StackOverflow中文版, but a real one told me this: \"use fixed point instead of floating[详细]
2023-02-21 01:09 分类:问答Rotate ImageView in Android around a fixed point using RotateAnimation
I\'d like to rotate an image 360 degrees continuously around a fixed point. I\'ve seen a few examples already such as:[详细]
2023-02-14 23:45 分类:问答