ASPiK SDK
Loading...
Searching...
No Matches
BrickwallMagData Struct Reference

Custom structure that holds magnitude information about a brickwall filter. More...

#include <fxobjects.h>

Public Attributes

brickwallFilter filterType = brickwallFilter::kBrickLPF
 
double * magArray = nullptr
 
unsigned int dftArrayLen = 0
 
double sampleRate = 44100.0
 
double fc = 1000.0
 brickwall fc
 
double Q = 0.707
 brickwall Q
 
double f_Low = 500.00
 brickwall f_low
 
double f_High = 1500.00
 brickwall f_high
 
unsigned int relaxationBins = 0
 relaxation bins for FIR specification
 
bool mirrorMag = false
 optionally mirror the output array
 

Detailed Description

Custom structure that holds magnitude information about a brickwall filter.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

The documentation for this struct was generated from the following file: