Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Namespaces | Functions
exp_mod.hpp File Reference
#include <cstdint>
#include <sbl/dsp/fast_math.hpp>
Include dependency graph for exp_mod.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 
namespace  sbl::signal
 

Functions

float sbl::signal::exp_mod (float base, float mod, float depth, float lo=20.0f, float hi=20000.0f)
 
void sbl::signal::exp_mod_block (const float *mod, float *freq_out, uint16_t n, float base, float depth, float lo=20.0f, float hi=20000.0f)