synthesizer-llvm-0.8.3: Efficient signal processing using runtime compilation

Safe HaskellNone

Synthesizer.LLVM.Filter.SecondOrderPacked

Synopsis

Documentation

data Parameter a Source

Layout:

 c0 [c1 d1 c2 d2]

Instances

bandpassParameter :: (C a, IsFloating a, TranscendentalConstant a, IsPrimitive a) => Value a -> Value a -> CodeGenFunction r (Parameter a)Source

Deprecated: only for testing, use Universal or Moog filter for production code

causal :: (C process, Arithmetic a, C (Value (State a))) => process (Parameter a, Value a) (Value a)Source

causalP :: (Arithmetic a, C (Value (State a))) => T p (Parameter a, Value a) (Value a)Source

Deprecated: use causal instead