首页下载资源后端STM32ADC采集波形的识别(正弦波,方波,三角波)

ZIPSTM32ADC采集波形的识别(正弦波,方波,三角波)

qq_426287955.98MB需要积分:1

资源文件列表:

波形识别.zip 大约有191个文件
  1. 波形识别/
  2. 波形识别/ADC IO 汇总.jpg 521.4KB
  3. 波形识别/Doc/
  4. 波形识别/Doc/readme.txt
  5. 波形识别/Libraries/
  6. 波形识别/Libraries/CMSIS/
  7. 波形识别/Libraries/CMSIS/core_cm3.c 16.87KB
  8. 波形识别/Libraries/CMSIS/core_cm3.h 83.71KB
  9. 波形识别/Libraries/CMSIS/startup/
  10. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_cl.s 15.4KB
  11. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_hd.s 15.14KB
  12. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s 15.32KB
  13. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_ld.s 12.09KB
  14. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s 13.34KB
  15. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_md.s 12.47KB
  16. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s 13.74KB
  17. 波形识别/Libraries/CMSIS/startup/startup_stm32f10x_xl.s 15.58KB
  18. 波形识别/Libraries/CMSIS/stm32f10x.h 619.08KB
  19. 波形识别/Libraries/CMSIS/system_stm32f10x.c 35.7KB
  20. 波形识别/Libraries/CMSIS/system_stm32f10x.h 2.04KB
  21. 波形识别/Libraries/FWlib/
  22. 波形识别/Libraries/FWlib/inc/
  23. 波形识别/Libraries/FWlib/inc/misc.h 8.77KB
  24. 波形识别/Libraries/FWlib/inc/stm32f10x_adc.h 21.18KB
  25. 波形识别/Libraries/FWlib/inc/stm32f10x_bkp.h 7.38KB
  26. 波形识别/Libraries/FWlib/inc/stm32f10x_can.h 26.91KB
  27. 波形识别/Libraries/FWlib/inc/stm32f10x_cec.h 6.42KB
  28. 波形识别/Libraries/FWlib/inc/stm32f10x_crc.h 2.11KB
  29. 波形识别/Libraries/FWlib/inc/stm32f10x_dac.h 14.88KB
  30. 波形识别/Libraries/FWlib/inc/stm32f10x_dbgmcu.h 3.73KB
  31. 波形识别/Libraries/FWlib/inc/stm32f10x_dma.h 20.27KB
  32. 波形识别/Libraries/FWlib/inc/stm32f10x_exti.h 6.66KB
  33. 波形识别/Libraries/FWlib/inc/stm32f10x_flash.h 24.85KB
  34. 波形识别/Libraries/FWlib/inc/stm32f10x_fsmc.h 26.38KB
  35. 波形识别/Libraries/FWlib/inc/stm32f10x_gpio.h 19.7KB
  36. 波形识别/Libraries/FWlib/inc/stm32f10x_i2c.h 29.33KB
  37. 波形识别/Libraries/FWlib/inc/stm32f10x_iwdg.h 3.74KB
  38. 波形识别/Libraries/FWlib/inc/stm32f10x_pwr.h 4.28KB
  39. 波形识别/Libraries/FWlib/inc/stm32f10x_rcc.h 29.74KB
  40. 波形识别/Libraries/FWlib/inc/stm32f10x_rtc.h 3.77KB
  41. 波形识别/Libraries/FWlib/inc/stm32f10x_sdio.h 21.35KB
  42. 波形识别/Libraries/FWlib/inc/stm32f10x_spi.h 17.31KB
  43. 波形识别/Libraries/FWlib/inc/stm32f10x_tim.h 51.2KB
  44. 波形识别/Libraries/FWlib/inc/stm32f10x_usart.h 16.16KB
  45. 波形识别/Libraries/FWlib/inc/stm32f10x_wwdg.h 2.9KB
  46. 波形识别/Libraries/FWlib/src/
  47. 波形识别/Libraries/FWlib/src/misc.c 6.88KB
  48. 波形识别/Libraries/FWlib/src/stm32f10x_adc.c 46.09KB
  49. 波形识别/Libraries/FWlib/src/stm32f10x_bkp.c 8.26KB
  50. 波形识别/Libraries/FWlib/src/stm32f10x_can.c 44.05KB
  51. 波形识别/Libraries/FWlib/src/stm32f10x_cec.c 11.38KB
  52. 波形识别/Libraries/FWlib/src/stm32f10x_crc.c 3.27KB
  53. 波形识别/Libraries/FWlib/src/stm32f10x_dac.c 18.64KB
  54. 波形识别/Libraries/FWlib/src/stm32f10x_dbgmcu.c 5.03KB
  55. 波形识别/Libraries/FWlib/src/stm32f10x_dma.c 28.91KB
  56. 波形识别/Libraries/FWlib/src/stm32f10x_exti.c 6.8KB
  57. 波形识别/Libraries/FWlib/src/stm32f10x_flash.c 61.08KB
  58. 波形识别/Libraries/FWlib/src/stm32f10x_fsmc.c 34.65KB
  59. 波形识别/Libraries/FWlib/src/stm32f10x_gpio.c 22.68KB
  60. 波形识别/Libraries/FWlib/src/stm32f10x_i2c.c 44.71KB
  61. 波形识别/Libraries/FWlib/src/stm32f10x_iwdg.c 4.8KB
  62. 波形识别/Libraries/FWlib/src/stm32f10x_pwr.c 8.55KB
  63. 波形识别/Libraries/FWlib/src/stm32f10x_rcc.c 50.07KB
  64. 波形识别/Libraries/FWlib/src/stm32f10x_rtc.c 8.4KB
  65. 波形识别/Libraries/FWlib/src/stm32f10x_sdio.c 28.25KB
  66. 波形识别/Libraries/FWlib/src/stm32f10x_spi.c 29.52KB
  67. 波形识别/Libraries/FWlib/src/stm32f10x_tim.c 106.6KB
  68. 波形识别/Libraries/FWlib/src/stm32f10x_usart.c 37.41KB
  69. 波形识别/Libraries/FWlib/src/stm32f10x_wwdg.c 5.6KB
  70. 波形识别/Listing/
  71. 波形识别/Listing/ADC-单通道-中断读取.map 58.29KB
  72. 波形识别/Listing/startup_stm32f10x_hd.lst 54.06KB
  73. 波形识别/Output/
  74. 波形识别/Output/ADC-单通道-中断读取.axf 326.38KB
  75. 波形识别/Output/ADC-单通道-中断读取.build_log.htm 1.42KB
  76. 波形识别/Output/ADC-单通道-中断读取.hex 23.05KB
  77. 波形识别/Output/ADC-单通道-中断读取.htm 63.09KB
  78. 波形识别/Output/ADC-单通道-中断读取.lnp 1.24KB
  79. 波形识别/Output/ADC-单通道-中断读取.sct 479B
  80. 波形识别/Output/BH-F103_ADC-单通道-中断读取.dep 63.19KB
  81. 波形识别/Output/bsp_adc.crf 341.15KB
  82. 波形识别/Output/bsp_adc.d 1.96KB
  83. 波形识别/Output/bsp_adc.o 374.69KB
  84. 波形识别/Output/bsp_usart.crf 346.49KB
  85. 波形识别/Output/bsp_usart.d 2.1KB
  86. 波形识别/Output/bsp_usart.o 377.98KB
  87. 波形识别/Output/core_cm3.crf 3.86KB
  88. 波形识别/Output/core_cm3.d 130B
  89. 波形识别/Output/core_cm3.o 11.2KB
  90. 波形识别/Output/main.crf 346.35KB
  91. 波形识别/Output/main.d 1.98KB
  92. 波形识别/Output/main.o 380KB
  93. 波形识别/Output/misc.crf 340.85KB
  94. 波形识别/Output/misc.d 1.89KB
  95. 波形识别/Output/misc.o 373KB
  96. 波形识别/Output/startup_stm32f10x_hd.d 91B
  97. 波形识别/Output/startup_stm32f10x_hd.o 6.59KB
  98. 波形识别/Output/stm32f10x_adc.crf 347.85KB
  99. 波形识别/Output/stm32f10x_adc.d 2.18KB
  100. 波形识别/Output/stm32f10x_adc.o 386.65KB
  101. 波形识别/Output/stm32f10x_bkp.crf 341.77KB
  102. 波形识别/Output/stm32f10x_bkp.d 2.18KB
  103. 波形识别/Output/stm32f10x_bkp.o 375.36KB
  104. 波形识别/Output/stm32f10x_can.crf 349.43KB
  105. 波形识别/Output/stm32f10x_can.d 2.18KB
  106. 波形识别/Output/stm32f10x_can.o 383.89KB
  107. 波形识别/Output/stm32f10x_cec.crf 342.31KB
  108. 波形识别/Output/stm32f10x_cec.d 2.18KB
  109. 波形识别/Output/stm32f10x_cec.o 375.77KB
  110. 波形识别/Output/stm32f10x_crc.crf 340.42KB
  111. 波形识别/Output/stm32f10x_crc.d 2.18KB
  112. 波形识别/Output/stm32f10x_crc.o 372.89KB
  113. 波形识别/Output/stm32f10x_dac.crf 342.44KB
  114. 波形识别/Output/stm32f10x_dac.d 2.18KB
  115. 波形识别/Output/stm32f10x_dac.o 375.93KB
  116. 波形识别/Output/stm32f10x_dbgmcu.crf 340.21KB
  117. 波形识别/Output/stm32f10x_dbgmcu.d 2.27KB
  118. 波形识别/Output/stm32f10x_dbgmcu.o 372.16KB
  119. 波形识别/Output/stm32f10x_dma.crf 343.89KB
  120. 波形识别/Output/stm32f10x_dma.d 2.18KB
  121. 波形识别/Output/stm32f10x_dma.o 376.53KB
  122. 波形识别/Output/stm32f10x_exti.crf 341.4KB
  123. 波形识别/Output/stm32f10x_exti.d 2.21KB
  124. 波形识别/Output/stm32f10x_exti.o 373.82KB
  125. 波形识别/Output/stm32f10x_flash.crf 347.7KB
  126. 波形识别/Output/stm32f10x_flash.d 2.24KB
  127. 波形识别/Output/stm32f10x_flash.o 383.18KB
  128. 波形识别/Output/stm32f10x_fsmc.crf 346.24KB
  129. 波形识别/Output/stm32f10x_fsmc.d 2.21KB
  130. 波形识别/Output/stm32f10x_fsmc.o 379.33KB
  131. 波形识别/Output/stm32f10x_gpio.crf 344.27KB
  132. 波形识别/Output/stm32f10x_gpio.d 2.21KB
  133. 波形识别/Output/stm32f10x_gpio.o 379.2KB
  134. 波形识别/Output/stm32f10x_i2c.crf 346.64KB
  135. 波形识别/Output/stm32f10x_i2c.d 2.18KB
  136. 波形识别/Output/stm32f10x_i2c.o 384.31KB
  137. 波形识别/Output/stm32f10x_it.crf 341KB
  138. 波形识别/Output/stm32f10x_it.d 2.17KB
  139. 波形识别/Output/stm32f10x_it.o 376.15KB
  140. 波形识别/Output/stm32f10x_iwdg.crf 340.52KB
  141. 波形识别/Output/stm32f10x_iwdg.d 2.21KB
  142. 波形识别/Output/stm32f10x_iwdg.o 372.81KB
  143. 波形识别/Output/stm32f10x_pwr.crf 341.68KB
  144. 波形识别/Output/stm32f10x_pwr.d 2.18KB
  145. 波形识别/Output/stm32f10x_pwr.o 374.35KB
  146. 波形识别/Output/stm32f10x_rcc.crf 347.76KB
  147. 波形识别/Output/stm32f10x_rcc.d 2.18KB
  148. 波形识别/Output/stm32f10x_rcc.o 383.58KB
  149. 波形识别/Output/stm32f10x_rtc.crf 341.68KB
  150. 波形识别/Output/stm32f10x_rtc.d 2.18KB
  151. 波形识别/Output/stm32f10x_rtc.o 375.24KB
  152. 波形识别/Output/stm32f10x_sdio.crf 344.87KB
  153. 波形识别/Output/stm32f10x_sdio.d 2.21KB
  154. 波形识别/Output/stm32f10x_sdio.o 380.75KB
  155. 波形识别/Output/stm32f10x_spi.crf 344.73KB
  156. 波形识别/Output/stm32f10x_spi.d 2.18KB
  157. 波形识别/Output/stm32f10x_spi.o 380.5KB
  158. 波形识别/Output/stm32f10x_tim.crf 362.42KB
  159. 波形识别/Output/stm32f10x_tim.d 2.18KB
  160. 波形识别/Output/stm32f10x_tim.o 406.68KB
  161. 波形识别/Output/stm32f10x_usart.crf 346.33KB
  162. 波形识别/Output/stm32f10x_usart.d 2.24KB
  163. 波形识别/Output/stm32f10x_usart.o 383.24KB
  164. 波形识别/Output/stm32f10x_wwdg.crf 340.96KB
  165. 波形识别/Output/stm32f10x_wwdg.d 2.21KB
  166. 波形识别/Output/stm32f10x_wwdg.o 373.74KB
  167. 波形识别/Output/system_stm32f10x.crf 342KB
  168. 波形识别/Output/system_stm32f10x.d 2.19KB
  169. 波形识别/Output/system_stm32f10x.o 373.5KB
  170. 波形识别/Project/
  171. 波形识别/Project/RVMDK(uv5)/
  172. 波形识别/Project/RVMDK(uv5)/BH-F103.uvguix.Administrator 69.9KB
  173. 波形识别/Project/RVMDK(uv5)/BH-F103.uvguix.HP 138.98KB
  174. 波形识别/Project/RVMDK(uv5)/BH-F103.uvoptx 22.25KB
  175. 波形识别/Project/RVMDK(uv5)/BH-F103.uvprojx 22.38KB
  176. 波形识别/Project/RVMDK(uv5)/DebugConfig/
  177. 波形识别/Project/RVMDK(uv5)/DebugConfig/ADC-______-_________STM32F103ZE_1.0.0.dbgconf 6.79KB
  178. 波形识别/Project/RVMDK(uv5)/JLinkLog.txt 79.54KB
  179. 波形识别/Project/RVMDK(uv5)/JLinkSettings.ini 671B
  180. 波形识别/User/
  181. 波形识别/User/adc/
  182. 波形识别/User/adc/bsp_adc.c 2.65KB
  183. 波形识别/User/adc/bsp_adc.h 1007B
  184. 波形识别/User/main.c 2.05KB
  185. 波形识别/User/stm32f10x_conf.h 3.2KB
  186. 波形识别/User/stm32f10x_it.c 4.68KB
  187. 波形识别/User/stm32f10x_it.h 2.04KB
  188. 波形识别/User/usart/
  189. 波形识别/User/usart/bsp_usart.c 4.19KB
  190. 波形识别/User/usart/bsp_usart.h 4.21KB
  191. 波形识别/keilkill.bat 401B

资源介绍:

对ADC采集到的数据进行分析,识别波形(正弦波,方波,三角波),通过串口发送识别结果,结构优化的还不太好(就是个种方法堆在一起),个人认为程序思路比较简单。 注意!!!!!!这个方法已经被淘汰了,这种波形识别方法实在是不靠谱,我新上传了一个FFT的波形识别,比这个好多了,这个大家免费下载吧
100+评论
captcha