Top "Accelerate-framework" questions

The Accelerate.

Using the Apple FFT and Accelerate Framework

Has anybody used the Apple FFT for an iPhone app yet or know where I might find a sample application …

iphone audio signal-processing fft accelerate-framework
How to implement fast image filters on iOS platform

I am working on iOS application where user can apply a certain set of photo filters. Each filter is basically …

ios image-processing opengl-es matrix-multiplication accelerate-framework
FFT Pitch Detection for iOS using Accelerate Framework?

I have been reading up on FFT and Pitch Detection for a while now, but I'm having trouble piecing it …

objective-c ios signal-processing fft accelerate-framework
What replaces the iOS 5 deprecated accelerometer:didAccelerate?

Hmmm ... I am behind the times and trying to port over some old code to a new application and the …

ios5 deprecated core-motion accelerate-framework
UnsafeMutablePointer<Int8> from String in Swift

I'm using the dgeev algorithm from the LAPACK implementation in the Accelerate framework to calculate eigenvectors and eigenvalues of a …

pointers swift char lapack accelerate-framework