WOLFRAM SYSTEM MODELER
TestFIR_Step |
![]() |
SystemModel["Modelica_Synchronous.WorkInProgress.Tests.TestFIR_Step"]
na |
Value: 4 Type: Integer |
---|---|
a |
Value: fill(1 / na, na) Type: Real[:] |
![]() |
step |
Type: Step Description: Generate step signal of type Real |
---|---|---|
![]() |
fIRbyCoefficients |
Type: FIRbyCoefficients Description: FIR filter defined by coefficients |
![]() |
sample1 |
Type: SampleClocked Description: Sample the continuous-time, Real input signal and provide it as clocked output signal. The clock is provided as input signal |
![]() |
periodicRealClock |
Type: PeriodicRealClock Description: Generates a periodic clock signal with a period defined by a Real number |
![]() |
step1 |
Type: Step Description: Generate step signal of type Real |
![]() |
movingAverage |
Type: MovingAverage Description: Moving average filter (= FIR filter with coefficients a = fill(1/n,n), but implemented recursively) |