Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- You can calculate the table initialization in VHDL, using ieee.math_real.arcsin. --- Quote End --- I made a lookup table using excel and i put values in to switch case. and i get overlaps when accessing sin inverse. because when getting inverse of sine we point to a place at sin wave and get the phase of it. since sin wave is increasing and decreasing uniquely i get same amplitude levels twice when it increasing and decreasing. how to solve this. ?