Changeset 27 for liacs/nc


Ignore:
Timestamp:
Dec 13, 2009, 11:27:19 AM (15 years ago)
Author:
Rick van der Zwet
Message:

Initial import of Practical Assigment data

Location:
liacs/nc
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • liacs/nc/low-correlation/Makefile

    r2 r27  
    11BIN=main
    2 CFLAGS="-fnested-functions"
     2CFLAGS=-lm
    33
    44all: $(BIN)
  • liacs/nc/low-correlation/main.c

    r2 r27  
    99#include <stdlib.h>
    1010#include <math.h>
     11
    1112int main(int argc, char *argv[]) {
    1213
    13 const int SIZE = 20;
     14const int SIZE = 50;
    1415int * signal = malloc(SIZE * sizeof(int));
    1516int e_total, e_sub;
Note: See TracChangeset for help on using the changeset viewer.