Skip to content

Commit

Permalink
fixed tables not formatting correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuegler authored Feb 1, 2023
1 parent e9a9f86 commit 7639938
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@ Raspberry Pi Pico interface for the AD9959 DDS.
## Specs

- The timing capabilities of the DDS-Sweeper are tied to the number of clock cycles the pico takes to send the next instruciton.


| Table Mode | 1 Channel | 2 Channel | 3 Channel | 4 Channel |
|-----------------|-----------|-----------|-----------|-----------|
| Single Stepping | 500 | 750 | 1000 | 1250 |
| Sweep Mode | 1000 | 1500 | 2000 | 2500 |

- At the default Pico Clock frequency of 125 MHz those clock cycle counts correspond to the following times:


| Table Mode | 1 Channel | 2 Channel | 3 Channel | 4 Channel |
|-----------------|-----------|------------|------------|------------|
| Single Stepping | 4 $\mu s$ | 6 $\mu s$ | 8 $\mu s$ | 10 $\mu s$ |
| Sweep Mode | 8 $\mu s$ | 12 $\mu s$ | 16 $\mu s$ | 20 $\mu s$ |


- The number of instructions you can store in the table depends no the type of sweep being performed and the number of channels being used.


| Table Mode | 1 Channel | 2 Channel | 3 Channel | 4 Channel |
|-----------------------------|-----------|-----------|-----------|-----------|
| Single Stepping | 5000 | 5000 | 5000 | 4032 |
Expand Down

0 comments on commit 7639938

Please sign in to comment.