Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 595 Bytes

vhdlSinusGenerator

VHDL Sinus Generator is a program invented for TheMedusaProject.

The software generates a VHDL array which contains the binary data of a sinus.

Usage

Compile the program with the commands:

cmake CMakeLists.txt
make

Then run the program like this:

./SinusGenerator -n 1 -p 100 -r 10 -v

Options

  • -h, --help Display the help text
  • -n, --numberOfSines The number of sines to produce
  • -p, --pointsPerSine The number of points per sine to generate
  • -r, --resolution The resolution in bit of the output