NEURON
fft.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"
#include <math.h>

Go to the source code of this file.

Functions

void fft (VEC *x_re, VEC *x_im)
 
void ifft (VEC *x_re, VEC *x_im)
 

Variables

static char rcsid [] = "fft.c,v 1.1 1997/12/04 17:55:20 hines Exp"
 

Function Documentation

◆ fft()

void fft ( VEC x_re,
VEC x_im 
)

Definition at line 45 of file fft.c.

◆ ifft()

void ifft ( VEC x_re,
VEC x_im 
)

Definition at line 137 of file fft.c.

Variable Documentation

◆ rcsid

char rcsid[] = "fft.c,v 1.1 1997/12/04 17:55:20 hines Exp"
static

Definition at line 34 of file fft.c.