add core files

This commit is contained in:
Tang1705
2020-05-05 23:30:52 +08:00
parent e53ea3e6b7
commit edcc3e250c
82 changed files with 12139 additions and 308 deletions

27
Classes/cwtfreqlimits.h Normal file
View File

@@ -0,0 +1,27 @@
//
// File: cwtfreqlimits.h
//
// MATLAB Coder version : 4.3
// C/C++ source code generated on : 30-Mar-2020 11:59:32
//
#ifndef CWTFREQLIMITS_H
#define CWTFREQLIMITS_H
// Include Files
#include <cstddef>
#include <cstdlib>
#include "rtwtypes.h"
#include "omp.h"
#include "cwt_types.h"
// Function Declarations
extern double getFreqFromCutoffMorse(double cutoff, double cf, double ga, double
be);
#endif
//
// File trailer for cwtfreqlimits.h
//
// [EOF]
//