Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acoustic Modem - Modulator - COS LUT #111

Open
3 tasks
Iyury1 opened this issue May 10, 2023 · 0 comments
Open
3 tasks

Acoustic Modem - Modulator - COS LUT #111

Iyury1 opened this issue May 10, 2023 · 0 comments
Assignees

Comments

@Iyury1
Copy link

Iyury1 commented May 10, 2023

Summary

The cosine look-up table should values from -1 to 1 representing all of the possible values of the cosine function. The resolution or precision of the values is set by the number of values in the table.

Checklist

  • Find COS LUT examples
  • Select size of look-up table (number of entries) - can be arbitrary for now
  • Choose data type for table entries. They could be of type "signed", "std_logic_vector", or "sfixed" (from the fixed_pkg library).

Since we are writing the table entries to a DAC which requires a positive binary number to represent a voltage, we will choose a voltage level to represent the value of "0", then all other table entries should be above or below this value. This means that is is possible for all entries in the table to be positive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants