public void Exit() // destructor { FFTW.destroy_plan(plan_fwd_main); FFTW.destroy_plan(plan_rev_main); h_cpx.Free(); h_tmp1.Free(); h_tmp2.Free(); h_tmp3.Free(); }
public void Exit() { FFTW.destroy_plan(plan_fwd_filter); h_filter.Free(); h_temp.Free(); }
public void Exit() { FFTW.destroy_plan(plan_fwd_ps); h_ps.Free(); h_temp.Free(); }