Package rst.signalprocessing

Generic signal processing data types.

Messages

digraph message_graph { fontname="Arial"; fontsize=11; stylesheet="../_static/graphs.css"; node [fontsize=11,fontname="Arial"] edge [fontsize=11,fontname="Arial"] "1" [label=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/sandbox/package-rst-signalprocessing.html#rst.signalprocessing.InstantaneousPhase" TITLE="Structure rst.signalprocessing.InstantaneousPhase" TARGET="_parent"><TABLE BORDER="0"><TR><TD ALIGN="right"><IMG SRC="../_static/message-sandbox.svg"></IMG></TD><TD ALIGN="left">InstantaneousPhase</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/sandbox/package-__rosetta-FLOAT32.html#FLOAT32" TITLE="Fundamental FLOAT32" TARGET="_parent">FLOAT32</TD><TD ALIGN="left" HREF="../generated/sandbox/package-rst-signalprocessing.html#rst.signalprocessing.InstantaneousPhase.phase" TITLE="Field rst.signalprocessing.InstantaneousPhase.phase" TARGET="_parent" PORT="phase">phase</TD></TR></TABLE>>,shape=box,style=filled,fillcolor="white"]; }

clearer: should be made invisible via css

Message InstantaneousPhase

class rst.signalprocessing.InstantaneousPhase

A message representing an instantaneous phase, the time-variant angle or its modulo value of a wave.

Code author: Arne Nordmann <anordman@techfak.uni-bielefeld.de>

phase
Type:FLOAT32

Unit: radian

Time-variant angle or its modulo value of a wave.

Download this file

message InstantaneousPhase {

    /**
     * Time-variant angle or its modulo value of a wave.
     */
    // @unit(radian)
    required float phase = 1;

}