amplitude,phase to IQ converter - wrapper for a SIM::ap2iq
Core function: SCI::sci_ap2iq.proc()
More...
amplitude,phase to IQ converter - wrapper for a SIM::ap2iq
Core function: SCI::sci_ap2iq.proc()
| SCI::sci_ap2iq::sci_ap2iq |
( |
| ) |
|
| SCI::sci_ap2iq::~sci_ap2iq |
( |
| ) |
|
| sci_ap2iq* SCI::sci_ap2iq::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_ap2iq::destroy |
( |
| ) |
|
|
inlinevirtual |
| 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.
| 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:
- C:/jobs/vcc/itpp_sci/include/sci/sci_ap2iq.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_ap2iq.cpp