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