|
ce7f31ca86
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
|
|
c55d3b1e17
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |
|
|
54e9eeca37
|
Changed internals of xmat to use strides instead of column pointers. Some other bugfixes
|
2018-02-12 20:44:07 +01:00 |
|
|
89e9622b1f
|
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 |
|
|
83aaf69bef
|
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 |
|