2014TI 杯(D 题)带啸叫检测与抑制的音频功率放大器。使用 STM32 单片机实现的电压电流采集,并且 LCD 屏示波。AD 转换并且将采集的数据进行快速傅里叶变换生成频谱图。进行啸叫检测。
☆22Mar 3, 2019Updated 7 years ago
Alternatives and similar repositories for STM32_Howling_Suppression
Users that are interested in STM32_Howling_Suppression are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个基于MVC模式+状态设计模式的物联网气体检测开源项目☆16Nov 19, 2022Updated 3 years ago
- 单相用电器监测系统☆15Jul 8, 2019Updated 6 years ago
- Qt框架调用Visa库控制频率计采集数据☆12Aug 14, 2017Updated 8 years ago
- 上海大学光伏发电系统实验监测平台。☆11Jan 21, 2016Updated 10 years ago
- 透传功能,一端接串口,一端接网口,分别使用UDP、TCP客户端、TCP服务器端的阻塞透传☆15Mar 25, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于STM32的示波器☆13Sep 2, 2017Updated 8 years ago
- ☆24Jul 29, 2024Updated last year
- ☆18Dec 27, 2023Updated 2 years ago
- This is a Real-time howling detection and suppression algorithm using Matlab simulink.☆47Mar 21, 2023Updated 3 years ago
- esp32 平台下的 u8g2 I2C驱动☆12Apr 28, 2021Updated 5 years ago
- 蓝桥杯嵌入式近五年赛题,代码。☆44Oct 25, 2022Updated 3 years ago
- Simple Python script that tries to suppress the acoustic feedback in an audio file using LMS and RLS adaptive filters.☆15Nov 11, 2018Updated 7 years ago
- Login/User/Admin database system in Qt/C++ & SQLite.☆10Jun 25, 2016Updated 9 years ago
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- Deep neural network inference transpiler tool for tflite and NNAPI☆12Jul 16, 2018Updated 7 years ago
- MQTT Client For Android,其中包括了MQTT协议、协议在STM32上移植、HTML5测试。☆13May 4, 2018Updated 8 years ago
- Port of Helix MP3 code to ESP8266☆14Dec 8, 2017Updated 8 years ago
- second project☆10Jul 25, 2024Updated last year
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- ☆11Feb 19, 2020Updated 6 years ago
- This is a fork of the great freeverb3 dsp library. I needed to make some changes to allow compatibility with C++17 and nlohmann/json.☆12Apr 14, 2020Updated 6 years ago
- Implementation of an algorithm to detect acoustic feedback from a audio file☆18May 3, 2019Updated 7 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- A simple tool using PC mouse via USART to control MCU and LCD/OLED (with LVGL library), if your screen cannot be controlled by touch. 用电脑…☆10Sep 20, 2021Updated 4 years ago
- 天穹飞控:致力于打造中国最强大的多旋翼开源飞控!☆10Jan 8, 2019Updated 7 years ago
- 收集、分享日常学习使用到的书籍☆18Dec 4, 2019Updated 6 years ago
- 基于QT 的组态软件☆15Jan 16, 2017Updated 9 years ago
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …