SoCRocket
Transaction-Level Modeling Framework for Space Applications
Public Attributes | |
| complex * | x |
| complex * | y |
| int | buflen |
| complex * | wf |
| complex * | wi |
| complex ** | HH |
| complex ** | XX |
| int | sharemode |
| complex * | Y |
| unsigned long | i |
| int | K |
| int | L |
| int | R |
| int | S |
| int | m |
| int | xlen |
| int | hlen |
| int | ylen |
| int | xframes |
| int | hastail |
| int | hassignal |
| int | finishing |
| complex ** | HHnew |
| complex ** | HHold |
| unsigned long | tstart |
| unsigned long | tend |
summons information needed to filter the signal.
| int filter::buflen |
| int filter::finishing |
| int filter::hassignal |
| int filter::hastail |
| complex** filter::HH |
| complex** filter::HHnew |
| complex ** filter::HHold |
| int filter::hlen |
| unsigned long filter::i |
| int filter::K |
| int filter::L |
| int filter::m |
| int filter::R |
| int filter::S |
| int filter::sharemode |
| unsigned long filter::tend |
| unsigned long filter::tstart |
| complex* filter::wf |
| complex * filter::wi |
| complex* filter::x |
| int filter::xframes |
| int filter::xlen |
| complex ** filter::XX |
| complex* filter::y |
| complex* filter::Y |
| int filter::ylen |