sample rate converter with sinc FIR filter - wrapper for a SIM::src
Core function: SCI::sci_src.proc()
More...
sample rate converter with sinc FIR filter - wrapper for a SIM::src
Core function: SCI::sci_src.proc()
| SCI::sci_src::sci_src |
( |
| ) |
|
| SCI::sci_src::~sci_src |
( |
| ) |
|
| sci_src* SCI::sci_src::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_src::destroy |
( |
| ) |
|
|
inlinevirtual |
| void SCI::sci_src::exec |
( |
int |
command | ) |
|
|
virtual |
executes command in an object of a SRC
Supported commands:
none
- Parameters
-
| [in] | command | - to be executed |
Reimplemented from SCI::sci_base.
| sci_var * SCI::sci_src::get |
( |
int |
param | ) |
|
|
virtual |
creates new sci_var and assigns its value to the requested parameter of SRC
Supported parameters:
SCI_TYPE, sci_var [int]
SCI_SIZE, sci_var [int]
SCI_WIN_TYPE, sci_var [int]
SCI_OUTPUT, sci_var [double]
- Parameters
-
| [in] | param | - parameter to get |
- Returns
- - pointer to created sci_var
Reimplemented from SCI::sci_base.
| void SCI::sci_src::set |
( |
int |
param, |
|
|
sci_var * |
p_v |
|
) |
| |
|
virtual |
sets parameter of a SRC
Supported parameters:
SCI_SIZE, sci_var [int]
SCI_WIN_TYPE, sci_var [int]
SCI_OUTPUT, sci_var [double]
- Parameters
-
| [in] | param | - parameter to set |
| [in] | p_v | - pointer to sci_var object with 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_src.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_src.cpp