audio

The final project

Audio Spectrum Analyzer

We developed an audio spectrum analyzer as our final project for ECE 4760. This analyzer presented a histogram-style representation of audio signals. We successfully achieved real-time display of the audio signal’s frequency spectrum using a monochromatic histogram layout, where bins extended from left to right, representing low to high frequency ranges. Our system was built […]

Audio Spectrum Analyzer Read More »

Taken from Siemens

Spectrum Analyser

Introduction The webpage describes the development of an Audio Spectrum Analyzer based on PIC32 microcontroller with the following features: Real time speech signal acquisition Spectrum and spectrograph visualization of Mel Frequency bands Serial interface for forwarding Mel Frequency Band Power Spectrum coefficients Recording and playback of speech signal using serial RAM Spectrum Visualization on PC

Spectrum Analyser Read More »

DMA Packet Sending and Receiving

PIC32 Realtime Network Audio

Supported Browser For optimal experience with the equations, please use a browser that can render MathML, such as Firefox or Safari. Chromium-based browsers apparently do not support MathML. Introduction This project sends and receives low-latency audio over the network using the PIC32 microcontroller. In this project, we implemented a system that sends audio packets over

PIC32 Realtime Network Audio Read More »

PianoPIC

PianoPIC

This little project is an example of a simple audio application using a PIC micro-controller. We decided to use the PIC18F4550 micro-controller for memory purposes. Using only digital inputs and outputs, we developed this simple piano/synthesizer with an 8 bit kind of style: Inputs from b1 to b11 are the push buttons in the circuit while

PianoPIC Read More »