Torfinn Berset
61bd40e7a6
Fix incorrect pointer sign for arm_cfft_radix4_q15's bit reversal table (was signed, should be unsigned)
7 years ago
Torfinn Berset
294190cc2d
Fix duplicate `const` declaration specifier
7 years ago
Torfinn Berset
db3a3ae6a5
Fix const errors when compiling for Cortex M0
7 years ago
Torfinn Berset
23765aeff4
Fix const warnings
7 years ago
Torfinn Berset
b54e1f9bf1
Converting C sources to use `const` where appropriate using regular expressions. Fix typos
7 years ago
GuentherMartin
ddee94e8db
DSP_Lib:
...
- updated arm_math.h
- reduced ARM_MATH_CMx macros
7 years ago
Dave Flogeras
41a3f92259
Implement arm_rfft_fast_init_f32 with new separate initialize functions.
7 years ago
Dave Flogeras
0f5b33ee1b
Split rfft_fast_init_f32 into separate initializer functions.
...
The rationale here is that if the caller knows the size FFT they require
at compile time, only the look-up tables required for that size are
placed in the data segment (ROM). This saves between ~40k to ~80k of
ROM when only using a single FFT size.
7 years ago
GuentherMartin
da38c27dd0
Merged PR #166
7 years ago
Andrew Leech
1b43c4f5d5
DSP: fix double-promotion warnings in arm_mat_inverse_f64
7 years ago
Oskar Weigl
fd1a8d82f6
restore unrelated changes inadvertently reverted due to bad commit separation
7 years ago
Oskar Weigl
c95aa7bde3
Revert "input range must be in [0:2PI]"
...
This reverts commit 6f9820bdd8 .
7 years ago
Oskar Weigl
dc65724d7c
Revert "input range is [0..2Pi]"
...
This reverts commit 55cfa55b99 .
7 years ago
Oskar Weigl
dd4779520f
fix float rounding issue in sincos index calculation
7 years ago
ARM IT
681c874896
Comment in DCT4 allowed length
...
https://github.com/ARM-software/CMSIS_5/issues/232
8 years ago
ARM IT
255011718a
Pointer increment bug correction
...
https://github.com/ARM-software/CMSIS_5/issues/165
8 years ago
ARM IT
55cfa55b99
input range is [0..2Pi]
8 years ago
ARM IT
6f9820bdd8
input range must be in [0:2PI]
8 years ago
ARM IT
1c35a7a258
Cancel test
...
Cancel test
8 years ago
ARM IT
ade09c22b7
test
...
just for test
8 years ago
Jonatan Antoni
2208df0e14
Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227 )
8 years ago
Martin Günther
de2ce55a61
Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note.
9 years ago
Martin Günther
adbc210886
updated DSP Lib to V1.5.0.
9 years ago
Martin Günther
7a41fd0818
updated DSP_Lib files arm_sin_cos_f32.c, arm_var_f32.c.
9 years ago
Martin Günther
bc3b6d0e2f
DSP ARMv8M preparation.
9 years ago
Martin Günther
147cb4e37a
Updated CMSIS DSP because of wrong macro ARM_MATH_CM0_FAMILY_FAMILY.
9 years ago
Martin Günther
1c78832899
Updated DSP_Lib changelog and libraries.
9 years ago
Martin Günther
5d3e72e111
Merge pull request #81 from dpalframan/develop
...
performance optimizations for arm_mat_mult_fast_q15 and arm_mat_mult_fast_q31
9 years ago
Martin Günther
3a1cfe0e0b
Corrected arm_conv_partial_q15(), arm_conv_q15(), arm_correlate_q15() for Cortex-M7 based cores.
9 years ago
David Palframan
365d910888
performance optimizations for arm_mat_mult_fast_q15 and arm_mat_mult_fast_q31
9 years ago
Martin Günther
740c6b2cb0
removed doxy warning
10 years ago
unknown
081039f609
Reduced -Wconversion warnings
10 years ago
Martin Günther
7a4fea9150
Renamed folder DSP_Lib to DSP to be consistent with documentation.
10 years ago