fft.cpp File Reference

#include "systemc.h"
#include "fft.h"

Functions

void func_butterfly (const sc_int< 16 > &w_real, const sc_int< 16 > &w_imag, const sc_int< 16 > &real1_in, const sc_int< 16 > &imag1_in, const sc_int< 16 > &real2_in, const sc_int< 16 > &imag2_in, sc_int< 16 > &real1_out, sc_int< 16 > &imag1_out, sc_int< 16 > &real2_out, sc_int< 16 > &imag2_out)

Function Documentation

void func_butterfly ( const sc_int< 16 > &  w_real,
const sc_int< 16 > &  w_imag,
const sc_int< 16 > &  real1_in,
const sc_int< 16 > &  imag1_in,
const sc_int< 16 > &  real2_in,
const sc_int< 16 > &  imag2_in,
sc_int< 16 > &  real1_out,
sc_int< 16 > &  imag1_out,
sc_int< 16 > &  real2_out,
sc_int< 16 > &  imag2_out 
)

Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page