Post

Replies

Boosts

Views

Created

How to convert an FFT Result
Hi! It's not a question about the FFT functionalities in the Accelerate Framework, more in general. When I'm doing Fast Fourier Transform I can calculate the db Values from the calculated FFT result. Correct me please if I'm not wrong. I can calculate the dbV values? How can I convert this db-Value scale to db SPL, to build for example a Noise level meter? kind regards René
0
0
691
May ’21
How can I use the content of a .a static objc library file in a Swift static library project
Hi! I have a objc static lib with some depending framework files. I want to build a kind of wrapper to intercept some functions of the objc library. How can this be done? It's no problem to use the static lib and the framework files within a App-Target but I don't understand what to do to build a Swift static lib that uses this lib? Thanks!
3
0
1.3k
May ’23
How to convert an FFT Result
Hi! It's not a question about the FFT functionalities in the Accelerate Framework, more in general. When I'm doing Fast Fourier Transform I can calculate the db Values from the calculated FFT result. Correct me please if I'm not wrong. I can calculate the dbV values? How can I convert this db-Value scale to db SPL, to build for example a Noise level meter? kind regards René
Replies
0
Boosts
0
Views
691
Activity
May ’21
How can I use the content of a .a static objc library file in a Swift static library project
Hi! I have a objc static lib with some depending framework files. I want to build a kind of wrapper to intercept some functions of the objc library. How can this be done? It's no problem to use the static lib and the framework files within a App-Target but I don't understand what to do to build a Swift static lib that uses this lib? Thanks!
Replies
3
Boosts
0
Views
1.3k
Activity
May ’23
DocC doesn't work for Objective-C static library
Hello! I have a static lib project in Objective-C, in the project I have set... Build Documentation During 'Build' -> Yes Build Multi-Language Documentation for Objective-C ony Targets -> Yes The documentation viewer opens after that, but the target is not present under Objective-C?
Replies
0
Boosts
0
Views
866
Activity
Jun ’23