-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update project tt_um_wokwi_414120248222232577 from mng2/tt09-wokwi
Commit: 43f4031280837dd3aaa56504b57ff42a7e3e6bad Workflow: https://github.com/mng2/tt09-wokwi/actions/runs/11764607283
- Loading branch information
1 parent
21df9da
commit 6119749
Showing
9 changed files
with
10,417 additions
and
4,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
|
||
|
||
## How it works | ||
|
||
Does stuff | ||
This design contains two NCOs, implemented with phase accumulators and sine lookup tables. | ||
The outputs of the NCOs are multiplied together by default. | ||
NCO B can be bypassed to a constant "one" or "half". | ||
There is also a boxcar filter for funsies. | ||
|
||
When operating at 50 MHz, it should be possible to tune NCO A from 24.8 MHz to 0.195 MHz. | ||
NCO B has one less bit in its increment control, so it can only go up to 12.3 MHz. | ||
|
||
## How to test | ||
|
||
Testing is for the weak | ||
The output is intended for something simple like an R-2R DAC. | ||
Don't expect it to be pretty at high frequency. | ||
|
||
## External hardware | ||
|
||
Add stuff | ||
* DAC | ||
* Oscilloscope |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.