Giter Club home page Giter Club logo

audio_platform's People

Contributors

dominc8 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

audio_platform's Issues

DTCM speedup

Check if using MDMA to transfer audio data between AXI SRAM and DTCM will speedup calculations. (It will for sure speedup sole calculations but it might also introduce latency).

FFT measurement

Measure FFT on M7 and M4, compare own implementation with CMSIS-DSP

Imitate CMSIS-DSP

Increase amount of samples copied through dma and try to write own fir/fft/iir implementations inspired by cmsis-dsp to squeeze best performance

DSP blocking improvement

Create another analog-inout example but handle more than single sample per interrupt.
One way is to manually copy data from buffers, another is to trigger manually (in sw) mdma requests that will copy N samples of interleaved data to separate buffers. There are also other possibilities, benchmark each one and choose the fastest

Benchmark workspace

Create tasks, for M4 and M7 separately, that will call CMSIS-DSP functions with FIR/BIQUAD/FFT implementations and measure it using variations of TCM/Cache etc.

FIR filters

Use FIR filters for dsp, add possibility of configuring coefficients on the fly.

Configuring coefficients might be done using joystick to choose channel/coefficients and modifying coefficients made by slider (501px wide, from -1 to 1 with granularity of 0.004).

24bit samples

Change sample resolution from 16bit to 24bit to simulate professional audio data

Test env

Improve test environment to use any testing framework (i.e. CUnit) and improve directory structure so it will be easy to add another tests and so on.

M4 scheduler

Implement simple scheduler for M4 to enable creating queue of tasks to be executed sequentially. Example tasks that can be created always are:

  • screen drawing
  • input handler (touch screen, button, etc.)
  • logger

IIR Filters

Analogous to FIR filters, probably some biquad will suffice, maybe with variable number of cascades? Also compare with CMSIS-DSP

FFT improvement

Implement FFT for more points (128?). Try using functions from CMSIS-DSP, compare to own implementation.

M7 logger

Enable logging from M7. Should be done by sending log messages to M4 through some queue. Might have simple scheduler on M4 as a prerequisite

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.