We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes both sin and cos are needed (i.e. frequency modulation), so having a function that calculates both is a nice to have feature.
Besides some of kernels already calculate them:
volk/include/volk/volk_neon_intrinsics.h
Line 186 in c9d42a4
Also some other DSP-related frameworks normally provide such function: https://developer.apple.com/documentation/accelerate/1470346-vvsincos
The text was updated successfully, but these errors were encountered:
I agree this is a desirable feature.
Sorry, something went wrong.
As a workaround volk_32fc_s32fc_x2_rotator_32fc() can be used. Pass a vector consisting of 1 + j·0.
volk_32fc_s32fc_x2_rotator_32fc()
1 + j·0
No branches or pull requests
Sometimes both sin and cos are needed (i.e. frequency modulation), so having a function that calculates both is a nice to have feature.
Besides some of kernels already calculate them:
volk/include/volk/volk_neon_intrinsics.h
Line 186 in c9d42a4
Also some other DSP-related frameworks normally provide such function:
https://developer.apple.com/documentation/accelerate/1470346-vvsincos
The text was updated successfully, but these errors were encountered: