Macro static_fir::impl_fir [] [src]

macro_rules! impl_fir {
    ($name:ident, $sample:ty, $size:expr, $coefs:expr) => { ... };
}

Implement FirCoefs for a history buffer with the given name, input sample type, storage size, and sequence of coefficients.