kraka
kraka

Reputation: 1

Using NUFFT in Matlab R2015a

MatlabR2015a in Windows10 (X32).

Because in 2015 version, there is not NUFFT, i downloaded, code for NUFFT from mathworks site (code by Matthew Ferrara).

After i made "mex FGG_Convolution1D.c", (as described in "Overview"), i received :

mex FGG_Convolution1D_type2.c

Building with 'lcc-win32'.

MEX completed successfully.

The same for

mex FGG_Convolution2D.c

mex FGG_Convolution2D_type2.c

mex FGG_Convolution3D.c

mex FGG_Convolution3D_type2.c

Well, after that, i create a sin function (x) over non uniform time intervals, but when i made : X=nufft(x) i received this error message :

X=nufft(x); Undefined function or variable 'nufft'

Also i tried : X=FGG_Convolution1D.c (x), and received the same error :

Undefined function or variable 'FGG_Convolution1D.c'

Anybody can help ?

Upvotes: 0

Views: 115

Answers (0)

Related Questions