2021-10-22 10:13:29 索煒達(dá)電子 796
項目編號:E1639
文件大小:356K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32F407利用DDS方法生成任意頻率正弦波
目錄│文件列表:
└ 04Wave_generation_DDS
│ DDS.uvguix.Administrator
│ DDS.uvoptx
│ DDS.uvprojx
│ main.c
├ DebugConfig
│ │ DDS_STM32F407VGTx.dbgconf
│ └ user_STM32F407VGTx.dbgconf
├ inc
│ │ core_cm4.h
│ │ core_cm4_simd.h
│ │ core_cmFunc.h
│ │ core_cmInstr.h
│ │ pdm_filter.h
│ │ stm32f4xx.h
│ └ system_stm32f4xx.h
├ Listings
│ │ DDS.map
│ └ startup_stm32f4xx.lst
├ Objects
│ │ DDS.axf
│ │ DDS.build_log.htm
│ │ DDS.hex
│ │ DDS.htm
│ │ DDS.lnp
│ │ DDS.sct
│ │ DDS_DDS.dep
│ │ main.crf
│ │ main.d
│ │ main.o
│ │ startup_stm32f4xx.d
│ │ startup_stm32f4xx.o
│ │ system_stm32f4xx.crf
│ │ system_stm32f4xx.d
│ └ system_stm32f4xx.o
├ startup
│ └ startup_stm32f4xx.s
└ user
│ retarget.c
└ system_stm32f4xx.c