Subversion Repositories svnkaklik

Rev

Rev 408 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 408 Rev 411
Line 1... Line 1...
1
//
1
//
2
// sidd.c:  A VLF signal monitor.
2
// sidd.c:  A VLF signal monitor.
3
//
3
//
4
// author: Paul Nicholson, paul@abelian.demon.co.uk
4
// authors: Paul Nicholson (paul@abelian.demon.co.uk), Jakub kakona (kaklik@mlab.cz)
5
//
5
//
6
 
6
 
7
#include <stdlib.h>
7
#include <stdlib.h>
8
#include <unistd.h>
8
#include <unistd.h>
9
#include <math.h>
9
#include <math.h>