Skip to content

adamarthurryan/q-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q-calculator

A simple, web-based calculator for converting to and from q-format fixed point numbers. Fixed point arithmetic is often used in embedded enviroments for efficient signal processing, when the target microcontroller does not have a floating-point unit (FPU).

Fixed-point arithmetic on Wikipedia

This calculator allows the user to specify a scaling factor as a number of whole and fractional bits. Negative values are represented in twos-complement and a nagation bit is added implicitly.

Building

Build with npm install && npm start. Then run the app by opening index.html in the browser, either locally or remotely.

About

A simple, web-based calculator for converting to and from q-format fixed point numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •