9 #include "sci\_sci_base.hpp"
10 #include "sim\sim_iq2ap.hpp"
40 void set(
int param,
sci_var* p_v);
42 void exec(
int command);
48 #endif //SCI_IQ2AP_HPP
I,Q to amplitude,phase converter - wrapper for a SIM::iq2ap Core function: SCI::sci_iq2ap.proc()
Definition: sci_iq2ap.hpp:23
sci_iq2ap * create(int sci_type)
Definition: sci_iq2ap.hpp:30
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
virtual base class SCI_API API functions
Definition: _sci_base.hpp:40
void destroy()
destroy SCI object
Definition: sci_iq2ap.hpp:35
Definition: _sci_assert.cpp:35
SCI layer implements SCI_API interface as wrappers for SIM layer models.
Definition: _sci_create_sci_var.cpp:8
Abstract base for encapsulation of sci_variables.
Definition: _sci_var.hpp:23
I,Q to amplitude,phase converter Core function SIM::iq2ap.process() .
Definition: sim_iq2ap.hpp:27