File size: 1,062 Bytes
a3ff4f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
processType: class
header: dsp_envelope.h
parameters:
generic_file: MIOEnvelopeDetectorGeneric
params_file: MIOEnvelopeDetectorParameters
setName: MIOEnvelopeDetectorParameterSet
valuesName: MIOEnvelopeDetectorParameterValues
class:
name: Envelope
hasCoefficients: true
templateParameters:
- type: datatype
name: I/O Type
description: I/O Type
usersettable: false
kind: iotype
needsInstance : true
function:
name: update
perSample: true
returnsValue: true
hasCoefficients: true
inputs:
- type: sample
name: Input
description: Input to the envelope detector
kind: signal
outputs:
- type: returnValue
name: Output
description: Output from the envelope detector
kind: signal
|