You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
473 B
C
21 lines
473 B
C
//
|
|
// 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_data.h
|
|
//
|
|
// Code generation for function 'getLoudness_data'
|
|
//
|
|
|
|
#ifndef GETLOUDNESS_DATA_H
|
|
#define GETLOUDNESS_DATA_H
|
|
|
|
// Include files
|
|
#include "rtwtypes.h"
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
|
|
#endif
|
|
// End of code generation (getLoudness_data.h)
|