登录
首页 » Visual C++ » DAC

DAC

于 2021-02-06 发布 文件大小:4063KB
0 226
下载积分: 1 下载次数: 63

代码说明:

  STM32F407信号发生器输入一个正弦波,AD采样,DA输出,系统频率应该是输入的波形的频率的10倍以上保证输出波形的完整性,系统的输出频率可以使用示波器测试出。(Stm32f407 signal generator input a sine wave, AD sampling, Da output and system frequency should is 10 times the frequency of the input waveform to guarantee that the above output waveform of integrity, the output frequency of the system can use oscilloscope to test out. )

文件列表:

实验21 DAC实验
..............\CORE
..............\....\core_cm4.h,109142,2014-07-17
..............\....\core_cm4_simd.h,22735,2014-07-17
..............\....\startup_stm32f40_41xxx.s,29605,2014-08-02
..............\FWLIB
..............\.....\inc
..............\.....\...\misc.h,6924,2014-08-01
..............\.....\...\stm32f4xx_adc.h,32880,2014-08-01
..............\.....\...\stm32f4xx_can.h,27318,2014-08-01
..............\.....\...\stm32f4xx_crc.h,2416,2014-08-01
..............\.....\...\stm32f4xx_cryp.h,14481,2014-08-01
..............\.....\...\stm32f4xx_dac.h,14946,2014-08-01
..............\.....\...\stm32f4xx_dbgmcu.h,4296,2014-08-01
..............\.....\...\stm32f4xx_dcmi.h,12977,2014-08-01
..............\.....\...\stm32f4xx_dma.h,28882,2014-08-01
..............\.....\...\stm32f4xx_dma2d.h,19692,2014-08-01
..............\.....\...\stm32f4xx_exti.h,8012,2014-08-01
..............\.....\...\stm32f4xx_flash.h,24467,2014-08-04
..............\.....\...\stm32f4xx_flash_ramfunc.h,3275,2014-08-04
..............\.....\...\stm32f4xx_fmc.h,44924,2014-08-01
..............\.....\...\stm32f4xx_fsmc.h,27181,2014-08-01
..............\.....\...\stm32f4xx_gpio.h,23548,2014-08-01
..............\.....\...\stm32f4xx_hash.h,10084,2014-08-01
..............\.....\...\stm32f4xx_i2c.h,31939,2014-08-01
..............\.....\...\stm32f4xx_iwdg.h,4323,2014-08-01
..............\.....\...\stm32f4xx_ltdc.h,21191,2014-08-01
..............\.....\...\stm32f4xx_pwr.h,7728,2014-08-01
..............\.....\...\stm32f4xx_rcc.h,30063,2014-08-01
..............\.....\...\stm32f4xx_rng.h,3958,2014-08-01
..............\.....\...\stm32f4xx_rtc.h,40546,2014-08-01
..............\.....\...\stm32f4xx_sai.h,25470,2014-08-01
..............\.....\...\stm32f4xx_sdio.h,22777,2014-08-01
..............\.....\...\stm32f4xx_spi.h,21178,2014-08-01
..............\.....\...\stm32f4xx_syscfg.h,8974,2014-08-01
..............\.....\...\stm32f4xx_tim.h,51689,2014-08-01
..............\.....\...\stm32f4xx_usart.h,17935,2014-08-01
..............\.....\...\stm32f4xx_wwdg.h,3542,2014-08-01
..............\.....\src
..............\.....\...\misc.c,11443,2014-08-01
..............\.....\...\stm32f4xx_adc.c,69068,2014-08-01
..............\.....\...\stm32f4xx_can.c,60150,2014-08-01
..............\.....\...\stm32f4xx_crc.c,3596,2014-08-01
..............\.....\...\stm32f4xx_cryp.c,35493,2014-08-01
..............\.....\...\stm32f4xx_cryp_aes.c,58026,2014-08-01
..............\.....\...\stm32f4xx_cryp_des.c,9822,2014-08-01
..............\.....\...\stm32f4xx_cryp_tdes.c,10577,2014-08-01
..............\.....\...\stm32f4xx_dac.c,26804,2014-08-01
..............\.....\...\stm32f4xx_dbgmcu.c,6809,2014-08-01
..............\.....\...\stm32f4xx_dcmi.c,18782,2014-08-01
..............\.....\...\stm32f4xx_dma.c,52917,2014-08-01
..............\.....\...\stm32f4xx_dma2d.c,27165,2014-08-01
..............\.....\...\stm32f4xx_exti.c,9828,2014-08-01
..............\.....\...\stm32f4xx_flash.c,63033,2014-08-01
..............\.....\...\stm32f4xx_flash_ramfunc.c,5444,2014-08-04
..............\.....\...\stm32f4xx_fmc.c,56568,2014-08-01
..............\.....\...\stm32f4xx_fsmc.c,41831,2014-08-01
..............\.....\...\stm32f4xx_gpio.c,25202,2014-08-01
..............\.....\...\stm32f4xx_hash.c,26630,2014-08-01
..............\.....\...\stm32f4xx_hash_md5.c,9594,2014-08-01
..............\.....\...\stm32f4xx_hash_sha1.c,9793,2014-08-01
..............\.....\...\stm32f4xx_i2c.c,54393,2014-08-01
..............\.....\...\stm32f4xx_iwdg.c,9348,2014-08-01
..............\.....\...\stm32f4xx_ltdc.c,39790,2014-08-01
..............\.....\...\stm32f4xx_pwr.c,37707,2014-08-01
..............\.....\...\stm32f4xx_rcc.c,98839,2014-08-01
..............\.....\...\stm32f4xx_rng.c,14060,2014-08-01
..............\.....\...\stm32f4xx_rtc.c,102891,2014-08-01
..............\.....\...\stm32f4xx_sai.c,46411,2014-08-01
..............\.....\...\stm32f4xx_sdio.c,38957,2014-08-01
..............\.....\...\stm32f4xx_spi.c,52522,2014-08-01
..............\.....\...\stm32f4xx_syscfg.c,9575,2014-08-01
..............\.....\...\stm32f4xx_tim.c,124732,2014-08-01
..............\.....\...\stm32f4xx_usart.c,57949,2014-08-01
..............\.....\...\stm32f4xx_wwdg.c,10492,2014-08-01
..............\HARDWARE
..............\........\ADC
..............\........\...\adc.c,2953,2014-07-09
..............\........\...\adc.h,740,2014-07-09
..............\........\DAC
..............\........\...\dac.c,1791,2015-10-28
..............\........\...\dac.h,668,2014-05-06
..............\........\LCD
..............\........\...\FONT.H,35016,2014-01-02
..............\........\...\lcd.c,82696,2014-11-16
..............\........\...\lcd.h,9637,2014-09-22
..............\........\LED
..............\........\...\led.c,1177,2014-07-05
..............\........\...\led.h,659,2014-07-03
..............\........\TIMER
..............\........\.....\timer.c,1849,2014-10-21
..............\........\.....\timer.h,579,2014-06-16
..............\keilkilll.bat,399,2011-04-23
..............\OBJ
..............\...\adc.crf,435072,2015-11-12
..............\...\adc.d,1746,2015-11-12
..............\...\adc.o,472200,2015-11-12
..............\...\DAC.axf,451308,2015-11-12
..............\...\DAC.build_log.htm,2222,2015-11-12
..............\...\dac.crf,434289,2015-11-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Modbus_HoldStart)
    modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
    2014-02-22 14:42:15下载
    积分:1
  • pic18f2550-usb-osiloskop-termometre-frekans-sayic
    PIC18F2550 sorts of applications made ​ ​ with this beautiful project with 3 source code has comes up all the computer software and computer-related pic assembly software is written in Visual Basic 6
    2013-11-17 07:56:50下载
    积分:1
  • C8051F020examples
    包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
    2013-09-04 11:25:58下载
    积分:1
  • stm32dudong12864
    STM32F103驱动12864液晶程序,很适合于初学者,希望对你有用(12864 STM32F103 driver program, it is suitable for beginners, I hope useful to you)
    2014-02-23 18:45:08下载
    积分:1
  • xiankongqi
    三星94c8芯片写的线控器显示屏,TM1640,模拟串口(Samsung 94 written c8 chip line controller display, TM1640, simulate the serial port)
    2015-11-02 21:49:40下载
    积分:1
  • profiling_lab
    SSD6实验,该实验练习指导如何分析测量程序的性能。这个实验完成后,你应该能够  理解如何测量程序的运行时间、  调整你的计划,以更快的知道的重要性(This laboratory exercises guide you how to measure the program’s performance using profiling. On completion of this laboratory, you should be able to  Understand how to measure the program’s running time  Be aware the importance of tuning your program to be faster)
    2020-11-25 17:29:32下载
    积分:1
  • picread
    用picture控件实现人脸检测画面界面显示和视频流的选择(Achieved with the picture control interface display screen face detection and video streaming options)
    2010-08-10 08:19:43下载
    积分:1
  • 5110-1
    基于MSP430G2553 TI超低功耗单片机,5110液晶显示程序(Based MSP430G2553 TI ultra-low power microcontroller, 5110 LCD procedures)
    2013-08-10 21:35:35下载
    积分:1
  • qiangdaqi
    这是利用51单片机设计成的8路抢答器,主持人按下“开始”按键才开始抢答,并亮抢答允许指示灯(Host press the start button to vies to answer first, light and bright vies to answer first allowed.)
    2015-11-06 13:34:01下载
    积分:1
  • VIDBUF
    8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools, Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single Machine assembly language, dos not an open secret, windows process control, graphical programming, Innovative 32-bit sound, video examples)
    2014-02-24 15:15:08下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载