WOLFRAM SYSTEM MODELER

TestFIR_Step

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.WorkInProgress.Tests.TestFIR_Step"]
Out[1]:=

Parameters (2)

na

Value: 4

Type: Integer

a

Value: fill(1 / na, na)

Type: Real[:]

Components (6)

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)