Exemplo n.º 1
0
 // Wrappers to native DFTI native calls
 public static int DftiCreateDescriptor(ref IntPtr desc,
                                        int precision, int domain, int dimension, int length)
 {
     return(DFTINative.DftiCreateDescriptor(ref desc,
                                            precision, domain, dimension, length));
 }