Linux Kernel
3.7.1
|
#include <dsp_ecdis.h>
Data Fields | |
struct biquad2_state | notch |
int | notch_level |
int | channel_level |
int | tone_present |
int | tone_cycle_duration |
int | good_cycles |
int | hit |
Definition at line 32 of file dsp_ecdis.h.
int channel_level |
Definition at line 35 of file dsp_ecdis.h.
int good_cycles |
Definition at line 38 of file dsp_ecdis.h.
int hit |
Definition at line 39 of file dsp_ecdis.h.
struct biquad2_state notch |
Definition at line 33 of file dsp_ecdis.h.
int notch_level |
Definition at line 34 of file dsp_ecdis.h.
int tone_cycle_duration |
Definition at line 37 of file dsp_ecdis.h.
int tone_present |
Definition at line 36 of file dsp_ecdis.h.