登录
首页 » Visual C++ » DAC

DAC

于 2021-02-06 发布 文件大小:4063KB
0 283
下载积分: 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 个回复

  • shangweiji
    温度传感器,基于51的温度传感器!献给予51的爱好者们!(Temperature sensor, temperature sensor based on 51! Offered to give 51 fans!)
    2010-07-17 20:48:55下载
    积分:1
  • IRLCD
    使用1602显示的38khz红外解码程序(1602 shows 38khz using infrared decoder)
    2011-11-25 01:03:25下载
    积分:1
  • endtime
    当时间到时,蜂鸣器提醒,并有音乐提示。 时间可以自己设定,可以最小化到托盘。(time)
    2010-06-30 13:16:09下载
    积分:1
  • ddbtopcb
    PCB设计工具,PROTEL 转 POWERPCB工具,方便的PCB转换工具,很实用!(PCB design tools, PROTEL to POWERPCB tools, PCB convenient conversion tool, very useful!)
    2020-06-26 05:20:01下载
    积分:1
  • 123
    4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
    2014-01-06 16:19:02下载
    积分:1
  • cong2
    A, 单发单收,在发送状态,能够连续发送从0到99的数字; B, 单发单收,在接收状态,能够接收数据,并在数码管上正确地显示出来; C, 单发多收,在AB完成的基础上,接上多个接收设备,能够正确发送和接收 这是从站2的代码(A, single-input single in the sending state, capable of continuously transmitting a number from 0 to 99 B, single-input single in the receiving state, capable of receiving data, and display correctly in the digital tube out C, single overcharged, on the basis of AB completed, connect multiple receiving devices, capable of sending and receiving the correct code from the station which is 2)
    2014-05-19 21:21:11下载
    积分:1
  • 7811
    关于51单片机和dac7811芯片之间通信的程序,可以正确模拟SPI串口通信,写入数据(On communication between 51 single chip microcomputer and dac7811 chip procedures, can correctly simulate the SPI serial communication, write data )
    2014-07-11 16:22:06下载
    积分:1
  • xuanguakongzhi5110
    用诺基亚5110显示的悬挂运动控制系统,完美的运行了寻点,直线,画圆,循迹的程序没加进去,如果想要的话发信息至1551142817@qq.com(Nokia 5110 display with a suspension motion control system, running to find the perfect point, line, circle, tracking program not added, if desired send a message to 1551142817@qq.com)
    2013-09-09 20:18:59下载
    积分:1
  • temperature-display
    51单片机温度采集与显示设计 - 通过DS18B20温度传感器获取温度,并通过数码管显示,并实现了温度可手动校准(51 single-chip temperature acquisition and display design- through DS18B20 temperature sensor for temperature, and through the digital display, and achieve a temperature can be manually calibrated)
    2013-10-13 16:26:42下载
    积分:1
  • John.Wiley.and.Sons.You.Can.Do.It.A.Beginners
    [2005最新C++经典著作].John.Wiley.and.Sons.You.Can.Do.It.A.Beginners.Introduction.to.Computer.Programming.eBook-DDU([2005 C latest classics]. John.Wiley.and.Sons.Yo u.Can.Do.It.A.Beginners.Introduction.to. Computer.Programming.eBook- DDU)
    2007-01-08 10:06:54下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载