lasp/beamforming/c
2018-02-17 16:08:19 +01:00
..
aps.c Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
aps.h API change of PS 2018-02-13 07:57:50 +01:00
ascee_alg.c Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
ascee_alg.h Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
ascee_alloc.h Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
ascee_assert.c Initial commit. Lots of stuff 2018-01-29 16:14:50 +01:00
ascee_assert.h Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
ascee_math_raw.c Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
ascee_math_raw.h Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
ascee_math.c Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
ascee_math.h Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
ascee_tracer.c Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
ascee_tracer.h Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
bem.c Started on implementation of BEM 2018-02-09 11:57:11 +01:00
CMakeLists.txt Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
dfifo.c Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
dfifo.h Small comment change in dfifo.h 2018-02-17 16:08:19 +01:00
fft.c Changed internals of xmat to use strides instead of column pointers. Some other bugfixes 2018-02-12 20:44:07 +01:00
fft.h Renamed copy_dmat_rows to dmat_copy_rows and changed API. Added P_REF. Added Hadamard product of two matrices. Added vd_copy_rows. Put some dynamic allocation of fft.c to object data. Bugfix in dbgassert ps.c. Moved getFreq to a tools.py 2018-02-12 19:32:23 +01:00
mq.c Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
mq.h Initial commit. Lots of stuff 2018-01-29 16:14:50 +01:00
ps.c Added dFifo queue for samples. Improved aps.c to handle all sizes of time data to be added 2018-02-14 16:56:31 +01:00
ps.h API change of PS 2018-02-13 07:57:50 +01:00
signals.h Initial commit. Lots of stuff 2018-01-29 16:14:50 +01:00
types.h Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
window.c Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
window.h Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
worker.c Refactoring math routines. Added comments. Removed multithreading from fft routines. Switched to fftpack for FFT. Added Doxyfile 2018-02-06 12:01:27 +01:00
worker.h Initial commit. Lots of stuff 2018-01-29 16:14:50 +01:00