FIR filter - wrapper for a SIM::fir
Core function: SCI::sci_fir.proc()
More...
|
| double | y0 |
| | registered filter output, initialized to 0.0 by constructor More...
|
| |
FIR filter - wrapper for a SIM::fir
Core function: SCI::sci_fir.proc()
| SCI::sci_fir::sci_fir |
( |
| ) |
|
| SCI::sci_fir::~sci_fir |
( |
| ) |
|
| sci_fir* SCI::sci_fir::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_fir::destroy |
( |
| ) |
|
|
inlinevirtual |
| void SCI::sci_fir::exec |
( |
int |
command | ) |
|
|
virtual |
executes command in an object of a FIR filter
Supported commands:
SCI_RESET
- Parameters
-
| [in] | command | - to be executed |
Reimplemented from SCI::sci_base.
| sci_var * SCI::sci_fir::get |
( |
int |
param | ) |
|
|
virtual |
creates new sci_var and assigns its value to the requested parameter of FIR filter
Supported parameters:
SCI_TYPE, sci_var [int]
SCI_SIZE, sci_var [int]
SCI_TAPS, sci_var [vec]
SCI_STATE, sci_var [vec]
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_fir::set |
( |
int |
param, |
|
|
sci_var * |
p_v |
|
) |
| |
|
virtual |
sets parameter of a FIR filter
Supported parameters:
SCI_TAPS, sci_var [vec]
SCI_STATE, sci_var [vec]
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_fir.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_fir.cpp