Emilio Monti / mbed_dsp

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Mon Mar 12 12:39:23 2012 +0000
Parent:
0:7e3eedc2a9fa
Commit message:

Changed in this revision

dsp.h Show annotated file Show diff for this revision Revisions of this file
--- a/dsp.h	Mon Mar 12 11:36:51 2012 +0000
+++ b/dsp.h	Mon Mar 12 12:39:23 2012 +0000
@@ -13,19 +13,3 @@
 using namespace dsp;
 
 #endif
-
-/* mbed Microcontroller Library
- * Copyright (c) 2006-2012 ARM Limited. All rights reserved.
- */
-#ifndef DSP_H
-#define DSP_H
-
-#include "math_helper.h"
-#include "arm_math.h"
-
-#include "FIR_f32.h"
-#include "Sine_f32.h"
-
-using namespace dsp;
-
-#endif