fixed order
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
template <typename t_sample>
|
|
||||||
namespace trnr {
|
namespace trnr {
|
||||||
|
template <typename t_sample>
|
||||||
// Notch filter based on YNotch by Chris Johnson
|
// Notch filter based on YNotch by Chris Johnson
|
||||||
class ynotch {
|
class ynotch {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
#include "ynotch.h"
|
#include "ynotch.h"
|
||||||
|
|
||||||
namespace trnr {
|
namespace trnr {
|
||||||
template <typename t_sample>
|
|
||||||
|
|
||||||
enum filter_types {
|
enum filter_types {
|
||||||
lowpass = 0,
|
lowpass = 0,
|
||||||
@@ -14,6 +13,7 @@ enum filter_types {
|
|||||||
notch
|
notch
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <typename t_sample>
|
||||||
class ysvf {
|
class ysvf {
|
||||||
public:
|
public:
|
||||||
ysvf(double _samplerate)
|
ysvf(double _samplerate)
|
||||||
|
|||||||
Reference in New Issue
Block a user