差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
mp_dds [2021/10/07 17:18] gongyusu 创建 |
mp_dds [2022/03/28 12:20] (当前版本) gongyusu [DDS信号发生器] |
||
---|---|---|---|
行 1: | 行 1: | ||
## DDS信号发生器 | ## DDS信号发生器 | ||
+ | * [[https://www.eetree.cn/project/detail/580|参考项目介绍]], 源自Instruable上的一个DDS项目,已经分享在电子森林项目页面。{{ :awgpico.png |}} | ||
+ | * [[https://www.instructables.com/Poor-Mans-Waveform-Generator-Based-on-RP2040-Raspb/|Poor Man's Waveform Generator Based on RP2040 Raspberry-pi-Pico Board]],这是一个改进的带有UI的任意波形发生器的案例说明,采用了[[https://github.com/peterhinch/micropython-micro-gui|MicroGUI]]作为控制界面,支持8bit/10bit DAC。 | ||
+ | {{ :awg2040.jpg |}} | ||
+ | |||
+ | ### 基于MicroGUI的信号发生器 | ||
+ | * [[microgui_dds]] | ||
+ | |||
<code python> | <code python> | ||
# Arbitrary waveform generator for Rasberry Pi Pico | # Arbitrary waveform generator for Rasberry Pi Pico |