コード例 #1
0
ファイル: DSPBuffer.cs プロジェクト: g0orx/OpenHPSDR-SVN
 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();
 }
コード例 #2
0
 public void Exit()
 {
     FFTW.destroy_plan(plan_fwd_filter);
     h_filter.Free();
     h_temp.Free();
 }
コード例 #3
0
 public void Exit()
 {
     FFTW.destroy_plan(plan_fwd_ps);
     h_ps.Free();
     h_temp.Free();
 }