#include "dipole_fit.h"
#include "../c/mne_meas_data_set.h"
#include "guess_data.h"
#include <string.h>
#include <memory>
Go to the source code of this file.
|
| float ** | mne_cmatrix (int nr, int nc) |
| void | mne_free_cmatrix (float **m) |
| void | mne_free_name_list (char **list, int nlist) |
| |
|
| mneChSelection | mne_ch_selection_these (const QString &selname, const QStringList &names, int nch) |
| int | mne_ch_selection_assign_chs (mneChSelection sel, MNERawData *data) |
| int | mne_get_values_from_data (float time, float integ, float **data, int nsamp, int nch, float tmin, float sfreq, int use_abs, float *value) |
| int | mne_get_values_from_data_ch (float time, float integ, float **data, int nsamp, int nch, float tmin, float sfreq, int use_abs, float *value) |
◆ ALLOC_CMATRIX
| #define ALLOC_CMATRIX |
( |
| x, |
|
|
| y ) |
Value:
float ** mne_cmatrix(int nr, int nc)
Definition at line 59 of file dipole_fit.cpp.
◆ BIG_TIME
◆ EPS_VALUES
◆ FAIL
◆ FALSE
◆ FREE
Value:if ((char *)(x) != NULL) free((char *)(x))
Definition at line 57 of file dipole_fit.cpp.
◆ FREE_CMATRIX
| #define FREE_CMATRIX |
( |
| m | ) |
|
Value:
void mne_free_cmatrix(float **m)
Definition at line 61 of file dipole_fit.cpp.
◆ MALLOC
◆ OK
◆ PROGRAM_VERSION
| #define PROGRAM_VERSION "1.00" |
◆ REALLOC
| #define REALLOC |
( |
| x, |
|
|
| y, |
|
|
| t ) |
Value:(t *)((x == NULL) ? malloc((y)*sizeof(t)) : realloc((x),(y)*sizeof(t)))
Definition at line 56 of file dipole_fit.cpp.
◆ SEG_LEN
◆ TRUE
◆ mne_ch_selection_assign_chs()
◆ mne_ch_selection_these()
| mneChSelection mne_ch_selection_these |
( |
const QString & | selname, |
|
|
const QStringList & | names, |
|
|
int | nch ) |
◆ mne_cmatrix()
| float ** mne_cmatrix |
( |
int | nr, |
|
|
int | nc ) |
◆ mne_free_cmatrix()
| void mne_free_cmatrix |
( |
float ** | m | ) |
|
◆ mne_free_name_list()
| void mne_free_name_list |
( |
char ** | list, |
|
|
int | nlist ) |
◆ mne_get_values_from_data()
| int mne_get_values_from_data |
( |
float | time, |
|
|
float | integ, |
|
|
float ** | data, |
|
|
int | nsamp, |
|
|
int | nch, |
|
|
float | tmin, |
|
|
float | sfreq, |
|
|
int | use_abs, |
|
|
float * | value ) |
◆ mne_get_values_from_data_ch()
| int mne_get_values_from_data_ch |
( |
float | time, |
|
|
float | integ, |
|
|
float ** | data, |
|
|
int | nsamp, |
|
|
int | nch, |
|
|
float | tmin, |
|
|
float | sfreq, |
|
|
int | use_abs, |
|
|
float * | value ) |