itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
Public Member Functions | List of all members
SCI::sci_ap2iq Class Reference

amplitude,phase to IQ converter - wrapper for a SIM::ap2iq
Core function: SCI::sci_ap2iq.proc() More...

Inheritance diagram for SCI::sci_ap2iq:
Inheritance graph
[legend]

Public Member Functions

 sci_ap2iq ()
 
 ~sci_ap2iq ()
 
sci_ap2iqcreate (int sci_type)
 
void destroy ()
 destroy SCI object More...
 
void set (int param, sci_var *p_v)
 
sci_varget (int param)
 
void exec (int command)
 
sci_varproc (sci_var *p_v_ce, sci_var *p_v_x)
 
- Public Member Functions inherited from SCI::sci_base
 sci_base ()
 constructor More...
 
virtual ~sci_base ()
 virtual destructor More...
 
sci_basecreate (int sci_type)
 creates SCI object and returns pointer to it More...
 
virtual sci_vargen (sci_var *p_v_ce)
 generate data using a SCI object More...
 
- Public Member Functions inherited from SIM::ap2iq
 ap2iq ()
 
 ~ap2iq ()
 
void set_output (complexd yout)
 
complexd get_output (void)
 
cvec process (const bvec &ce, const mat &x)
 

Additional Inherited Members

- Public Attributes inherited from SIM::ap2iq
complexd y0
 

Detailed Description

amplitude,phase to IQ converter - wrapper for a SIM::ap2iq
Core function: SCI::sci_ap2iq.proc()

Constructor & Destructor Documentation

SCI::sci_ap2iq::sci_ap2iq ( )
SCI::sci_ap2iq::~sci_ap2iq ( )

Member Function Documentation

sci_ap2iq* SCI::sci_ap2iq::create ( int  sci_type)
inline
void SCI::sci_ap2iq::destroy ( )
inlinevirtual

destroy SCI object

Reimplemented from SCI::sci_base.

void SCI::sci_ap2iq::exec ( int  command)
virtual

executes command in an object of a SCI_AP2IQ

Supported commands:
none 
Parameters
[in]command- to be executed

Reimplemented from SCI::sci_base.

sci_var * SCI::sci_ap2iq::get ( int  param)
virtual

creates new sci_var object and assigns its value to a parameter of the SCI_AP2IQ

Supported parameters:
SCI_TYPE,        sci_var [int]  
SCI_OUTPUT, sci_var [complex] initial output
Parameters
[in]param- parameter to get
Returns
- pointer to created sci_var, actual object type depends on input parameter

Reimplemented from SCI::sci_base.

sci_var * SCI::sci_ap2iq::proc ( sci_var p_v_ce,
sci_var p_v_x 
)
virtual

creates sci_var and assigns its value to the output of SIM::ap2iq::process()

Parameters
[in]p_v_ce- pointer to ce - sci_var [bvec]
[in]p_v_x- pointer to x - sci_var [mat]
Returns
- pointer to y - new sci_var [cvec]

Reimplemented from SCI::sci_base.

void SCI::sci_ap2iq::set ( int  param,
sci_var p_v 
)
virtual

sets parameters of a SCI_AP2IQ

Supported parameters:
SCI_OUTPUT,      sci_var [complex]  output for ce=0
Parameters
[in]param- parameter to set
[in]p_v- pointer to sci_var object with the value of the parameter

Reimplemented from SCI::sci_base.


The documentation for this class was generated from the following files: