normalized phase to complex [I,Q] sine converter
Core function: SIM::ejp.process()
More...
normalized phase to complex [I,Q] sine converter
Core function: SIM::ejp.process()
ejp - exp(j*2pi*x) = cos(2pi*x)+jsin(2pi*x)
| complexd SIM::ejp::get_output |
( |
void |
| ) |
|
get output
- Returns
- - [complex] y0
| cvec SIM::ejp::process |
( |
const bvec & |
ce, |
|
|
const vec & |
x |
|
) |
| |
process input samples - [x] for active clock ticks [ce]
- Parameters
-
| ce | - [bvec] clock_enable vector |
| x | - [vec] input vector - double fractional |
- Returns
- y - [cvec] = [cos(2pi*x)+jsin(2pi*x)]
| void SIM::ejp::set_output |
( |
complexd |
yout | ) |
|
set output value y0
- Parameters
-
| [in] | yout | - [complex] => y0 |
The documentation for this class was generated from the following files:
- C:/jobs/vcc/itpp_sci/include/sim/sim_ejp.hpp
- C:/jobs/vcc/itpp_sci/sim_lib/code/sim_ejp.cpp