Elektronikprojekt Grupp 13
/
dsp_test
arm_correlate_f32.h@2:1161fea84522, 2017-05-12 (annotated)
- Committer:
- elt14lpo
- Date:
- Fri May 12 06:49:03 2017 +0000
- Revision:
- 2:1161fea84522
- Parent:
- 1:d0884279b41d
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elt14lpo | 1:d0884279b41d | 1 | #ifndef arm_correlate_f32_h // To make sure you don't declare the function more than once by including the header multiple times. |
elt14lpo | 1:d0884279b41d | 2 | #define arm_correlate_f32_h |
elt14lpo | 1:d0884279b41d | 3 | |
elt14lpo | 1:d0884279b41d | 4 | |
elt14lpo | 2:1161fea84522 | 5 | void arm_correlate_f32(float * pSrcA, int srcALen, float * pSrcB, int srcBLen, float * pDst); |
elt14lpo | 1:d0884279b41d | 6 | |
elt14lpo | 1:d0884279b41d | 7 | #endif |