登录
首页 » Visual C++ » DAC

DAC

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

  • pads
    pads 布等长线 (cloth pads and other long-term)
    2010-05-10 11:37:08下载
    积分:1
  • GC01100111
    GC0111 是格科微电子(上海)有限公司2010 年最新研发的一款SOC 芯片, 将Sensor 和协处理器整合到了一颗芯片中,能实现的功能包括:支持EMI 接口 的sensor 预览/拍照/录像、SPI 接口的sensor 预览/拍照/录像、USB1.1 / USB2.0 full speed、 JPEG 压缩以及提供软T 卡、软Touch panel 的全套解决方案。GC0111 使得MTK 6223D/Infineon ULC3 等低端平台加一颗sensor 变成多媒体手机,降 低客户成本。 GC0110 是格科微电子(上海)有限公司最新推出的支持SPI 协议的CMOS 图像传感器芯片,采用GalaxyCore 最新的传感器工艺,并优化了电路结构,支 持JPEG 压缩,缩短拍照速度,提高用户体验,并支持录像功能。 (GC0111 is Geke Microelectronics (Shanghai) Co., Ltd. 2010, the latest development of a SOC chip Sensor and co-processor will be integrated into a single chip, to achieve the features include: support for EMI Interface The sensor Preview/photo/video, SPI interface sensor Preview/photo/video, USB1.1/USB2.0 full speed, JPEG compression and to provide soft-T card, soft Touch panel the full set of solutions. GC0111 Makes low-end platform MTK 6223D/Infineon ULC3 add a sensor into a multimedia mobile phone, drop Low customer cost. GC0110 is Geke Microelectronics (Shanghai) Co., Ltd. support the latest CMOS SPI protocol Image sensor chip, using the latest sensor technology GalaxyCore and optimize the circuit structure, support Support JPEG compression, reducing the speed camera to improve the user experience and supports video recording. )
    2010-10-05 23:14:20下载
    积分:1
  • powerdemo_6.5.1
    伺服电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
    2013-12-11 14:16:50下载
    积分:1
  • BMP180
    基于STM32F10X的气压传感器(bmp180)程序,串口输出,内含bmp180手册。(Based STM32F10X pressure sensor (bmp180) program, serial output, containing bmp180 manual.)
    2020-12-15 16:49:14下载
    积分:1
  • CAN
    飞思卡尔CAN扩展帧通信,Can盒发送数据,单片机接受并返回数据(The Carle CAN extended frame communication, Can box to send data, the microcontroller to accept and return data )
    2020-09-21 00:47:56下载
    积分:1
  • ds1302
    ds1302 ATMEGA16L 数字钟的实现(ds1302 ATMEGA16L )
    2012-03-29 20:41:35下载
    积分:1
  • digital-thermometer
    数字温度计 DS18B20控制的数字温度计(Digital Thermometer DS18B20 digital thermometer control)
    2013-08-20 17:20:24下载
    积分:1
  • 112.基于设计的数字电子秤(毕业设计)
    基于51单片机的数字电子秤,有文档的详细说明(A digital electronic scale based on 51 single chip microcomputer with detailed description of the document)
    2018-02-28 11:11:47下载
    积分:1
  • lib11(simple_RF)
    奥斯电子zigbee无线传输点亮LED灯的源代码(zigbee wireless lighting source)
    2021-04-28 16:48:44下载
    积分:1
  • RaidTest
    RAID卡的测试程序,写的不好哈,请大家原谅,(RAID card test procedures and writing bad Kazakhstan,)
    2009-02-17 11:55:56下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载