#include <gsl/gsl_matrix.h>#include "gnn_node.h"Include dependency graph for gnn_fir.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| gnn_node * | gnn_fir_new (size_t input_size, size_t output_size, size_t delay) |
| Creates a new gnn_fir : FIR Synaptic Filters node. | |
| int | gnn_fir_init (gnn_node *node) |
| Initializes the node's parameters. | |
|
|
This functions initializes the layer's parameters by values drawn from a uniform distribution in
|
|
||||||||||||||||
|
This function creates a new gnn_node of gnn_fir : FIR Synaptic Filters type.
|
1.2.18