lasp/lasp/c
Anne de Jong 3357a0ded6 Split up GUI in different Widgets, added revtime, added figure list possibilities, added Qt Resources, added About panel, added lots of comments, export and import of measurements 2018-05-02 16:29:53 +02:00
..
CMakeLists.txt Split up GUI in different Widgets, added revtime, added figure list possibilities, added Qt Resources, added About panel, added lots of comments, export and import of measurements 2018-05-02 16:29:53 +02:00
lasp_alg.c 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
lasp_alg.h Added lots of comments to some C-code. Moved some Python code to lasp_ 2018-04-23 09:29:21 +02:00
lasp_alloc.h Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_aps.c 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
lasp_aps.h 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
lasp_assert.c Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_assert.h Fixed bug in filtebank, renamed ASCEE to LASP in lasp_python.h, added decimator. 2018-03-04 19:48:46 +01:00
lasp_bem.c Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_decimation.c 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
lasp_decimation.h 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
lasp_dfifo.c Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper. 2018-04-01 10:27:27 +02:00
lasp_dfifo.h 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
lasp_fft.c 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
lasp_fft.h 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
lasp_filterbank.c Added lots of comments to some C-code. Moved some Python code to lasp_ 2018-04-23 09:29:21 +02:00
lasp_filterbank.h 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
lasp_mat.c 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
lasp_mat.h Added lots of comments to some C-code. Moved some Python code to lasp_ 2018-04-23 09:29:21 +02:00
lasp_math_raw.c Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper. 2018-04-01 10:27:27 +02:00
lasp_math_raw.h Fixed bug in filtebank, renamed ASCEE to LASP in lasp_python.h, added decimator. 2018-03-04 19:48:46 +01:00
lasp_mq.c Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_mq.h Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_ps.c 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
lasp_ps.h Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_python.h Added lots of comments to some C-code. Moved some Python code to lasp_ 2018-04-23 09:29:21 +02:00
lasp_signals.h 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
lasp_sp_lowpass.c Changed default window for AvPowerSpectra to Hann. Bugfix in AvPowerSpectra. Finished and tseted SPLowpass. 2018-04-01 19:06:50 +02:00
lasp_sp_lowpass.h Changed default window for AvPowerSpectra to Hann. Bugfix in AvPowerSpectra. Finished and tseted SPLowpass. 2018-04-01 19:06:50 +02:00
lasp_tracer.c Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_tracer.h Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper. 2018-04-01 10:27:27 +02:00
lasp_types.h Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_window.c 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
lasp_window.h 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
lasp_worker.c Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00
lasp_worker.h Rename all beamforming to lasp. In all source code. 2018-02-23 20:40:45 +01:00