// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: getLoudness.h // // MATLAB Coder version : 5.2 // C/C++ source code generated on : 05-Feb-2022 12:14:13 // #ifndef GETLOUDNESS_H #define GETLOUDNESS_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Function Declarations extern void getLoudness(const coder::array &data, float fs, coder::array &loudness); #endif // // File trailer for getLoudness.h // // [EOF] //