Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FastAnalogIn mbed-dsp mbed
Diff: LowPass.c
- Revision:
- 1:d1b05f475265
- Parent:
- 0:888888c9f065
--- a/LowPass.c Wed Apr 23 18:23:58 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-/* LowPass.c */
-/* FIR filter coefficients */
-/* exported by MATLAB using FIR_dump2c */
-/* Michael G. Morrow - 2000, 2003 */
-
-
-#include "LowPass.h"
-
-float B[N+1] = {
-1,
-0,
-0,
-0,
-.3
-};
\ No newline at end of file