SF_Reciprocal

Sonic Flow Blocks Reference Guide

The purpose of SF_Reciprocal is to compute the reciprocal signal of the incoming signal.

SF_Reciprocal (const char* name = 0);

This is the constructor of a SF_Reciprocal block. Following attributes of the class are specified in the constructor:

virtual ~SF_Reciprocal ();

This is the destructor.

virtual void finish ();

virtual void initialize ();

virtual void execute ();

The initialize - execute - finish chain of function calls is used to carry out the simulation of a block. See SF_Block.

The initialize does nothing specific.

The execute carries out the actual simulation process. The reciprocal values of the input signal X are copied pointwise to the output signal.

The finish does nothing.

enum Input_Indices {X};

enum Output_Indices {Y};


Last modified: Wed Dec 2 13:28:47 1998
jarno.seppanen@cs.tut.fi
Audio Research Group