// // 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. // // getLoudness.h // // Code generation for function 'getLoudness' // #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 // End of code generation (getLoudness.h)