I,Q to amplitude,phase converter - wrapper for a SIM::iq2ap
Core function: SCI::sci_iq2ap.proc()
More...
I,Q to amplitude,phase converter - wrapper for a SIM::iq2ap
Core function: SCI::sci_iq2ap.proc()
| SCI::sci_iq2ap::sci_iq2ap |
( |
| ) |
|
| SCI::sci_iq2ap::~sci_iq2ap |
( |
| ) |
|
| sci_iq2ap* SCI::sci_iq2ap::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_iq2ap::destroy |
( |
| ) |
|
|
inlinevirtual |
| void SCI::sci_iq2ap::exec |
( |
int |
command | ) |
|
|
virtual |
executes command in an object of a IQ2AP
Supported commands:
none
- Parameters
-
| [in] | command | - to be executed |
Reimplemented from SCI::sci_base.
| sci_var * SCI::sci_iq2ap::get |
( |
int |
param | ) |
|
|
virtual |
creates new sci_var object and assigns its value to a parameter of the IQ2AP
Supported parameters:
SCI_TYPE, sci_var [int]
SCI_OUTPUT, sci_var [vec] 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.
| void SCI::sci_iq2ap::set |
( |
int |
param, |
|
|
sci_var * |
p_v |
|
) |
| |
|
virtual |
sets parameters of a IQ2AP
Supported parameters:
SCI_OUTPUT, sci_var [vec] 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:
- C:/jobs/vcc/itpp_sci/include/sci/sci_iq2ap.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_iq2ap.cpp