Skip to content

This is an example app for the CustomMatPlot Library.

License

Notifications You must be signed in to change notification settings

franshej/Realtime-Frequency-Plot-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime frequency plot example app

This is an example app for the CustomMatPlot Library. It plots the frequency response of the incoming microphone signal or the chosen input in the device manager. The app is based on the SimpleFFT example from JUCE.

Image

Requirements

  • Compiler that supports C++20 (TODO: support cxx 17)
  • CMake 3.12

Build

# Clone repository
git clone https://gitlab.com/frans.rosencrantz/realtime-frequency-plot-example.git

cd realtime-frequency-plot-example

# Update submodules
git submodule update --init

mkdir build
cd build

# Configure
cmake ../

# Build
make -j4

License

The MIT License (MIT)

Copyright (c) 2017-2022 Frans Rosencrantz

Free Software, Hell Yeah!

About

This is an example app for the CustomMatPlot Library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages