You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TFuncSignalType Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TFuncSignalType Enumeration

Specifies signal types, which can be generated by TSignalGenerator.

Syntax
C#
Visual Basic
public enum TFuncSignalType : uint { funSine, funUnitImpulse, funImpulse, funTriangle, funSquare, funRandGauss, funRandUniform, funChirp, funConstant, funInput0, funInput1, funInput2, funInput3, funInput4, funInput5, funInput6, funInput7, funNone }

SignalProcessing.cs

Members 
Description 
funSine 
P1-frequency, P2-amplitude, P3-phase. 
funUnitImpulse 
No parameters. Used for filter design. 
funImpulse 
Defined with duty cycles: High time - P1, Raise time - P3, Fall time - P4, Amplitude of High - P5. 
funTriangle 
P1-frequency, P2-amplitude, P3-phase; P4-asymetry. 
funSquare 
P1-freqyency, P2-phase, P3-amplitude, P4-DC offset. 
funRandGauss 
P1-mean, P2-stddev. 
funRandUniform 
P1-Low, P2-high. 
funChirp 
P1-starting frequency, P3 - starting amplitude, P5-ending frequency, P6-ending amplitude, P7- period [s]. 
funConstant 
P1-constant value, P2-imaginary part, if constant is complex. 
funInput0 
Used to reference the Inputs property of the TSignalFilter component. 
funInput1 
Used to reference the Inputs property of the TSignalFilter component. 
funInput2 
Used to reference the Inputs property of the TSignalFilter component. 
funInput3 
Used to reference the Inputs property of the TSignalFilter component. 
funInput4 
Used to reference the Inputs property of the TSignalFilter component. 
funInput5 
Used to reference the Inputs property of the TSignalFilter component. 
funInput6 
Used to reference the Inputs property of the TSignalFilter component. 
funInput7 
Used to reference the Inputs property of the TSignalFilter component. 
funNone 
No signal. 

Defines the type of the signal you want to generate.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!