stsievert / swix

Swift Matrix Library
http://docs.stsievert.com/swix/
MIT License
593 stars 54 forks source link

swixMacOSX produces 199 errors #1

Closed jtc25 closed 10 years ago

jtc25 commented 10 years ago

Just downloaded the latest version siwx-master and opened "swixMacOSX.xcodeproj it with Xcode6 beta 5 and received 199 errors. All were in 2 files "oneD-operators.swift" and "twoD-operators.swift" I would like to use this file for 1D and 2D signal processing. I would especially like a Complex 2D FFT. I have been able to produce a working 1d version using the Accelerate framework (without the aid of swix) that works without any c- files, but a 2D version eludes, at present. I have a Imac OSX 10.9.4

stsievert commented 10 years ago

The swix use cases are not current; I just verified that they worked under previous betas (beta 2 or 3 I think). Those use cases should be current; the files should be psuedo-soft linked. I'll keep this issue open until I fix that.

To get a copy that works, you can find a working copy in swix/swix/swix. That's my development version.

On the 2D Fourier transforms, only 1D is integrated because nothing I use calls for it. However, I would gladly welcome a pull request! I would recommend using vDSP_fft2d_*

stsievert commented 10 years ago

For reference, the docs refer how to install this library in your own Xcode project on the installation page.