- Timestamp:
- Dec 13, 2009, 11:27:19 AM (15 years ago)
- Location:
- liacs/nc
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
liacs/nc/low-correlation/Makefile
r2 r27 1 1 BIN=main 2 CFLAGS= "-fnested-functions"2 CFLAGS=-lm 3 3 4 4 all: $(BIN) -
liacs/nc/low-correlation/main.c
r2 r27 9 9 #include <stdlib.h> 10 10 #include <math.h> 11 11 12 int main(int argc, char *argv[]) { 12 13 13 const int SIZE = 20;14 const int SIZE = 50; 14 15 int * signal = malloc(SIZE * sizeof(int)); 15 16 int e_total, e_sub;
Note:
See TracChangeset
for help on using the changeset viewer.