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

Safe HaskellNone
LanguageHaskell98

Synthesizer.LLVM.Filter.SecondOrderPacked

Synopsis

Documentation

data Parameter a Source

Layout:

c0 [c1 d1 c2 d2]

Instances

(FirstClass a, (~) * (Stored a) am, IsSized a, IsSized am, IsPrimitive a, IsPrimitive am, Positive ((:*:) D4 (SizeOf am))) => C (Parameter a) 
(IsFirstClass a, IsPrimitive a) => Undefined (Parameter a) 
(IsFirstClass a, IsPrimitive a) => Phi (Parameter a) 
(Arithmetic a, RationalConstant a, C (Value (State a))) => C (Parameter a) (Value a) (Value a) 
type Struct (Parameter a) 
type Input (Parameter a) (Value a) = Value a 
type Output (Parameter a) (Value a) = Value a 

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