lasp/lasp/c
Anne de Jong 438c657f65 First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +01:00
..
CMakeLists.txt First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +01:00
dec_filter_4.c Partially done implementation of Octave and one-third octave filterbank. 2018-06-14 14:49:14 +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 First part of signal generator implementation. White noise and sine waves are working. 2019-12-28 16:58:13 +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 filterbank to firfilterbank in C-code 2020-01-01 15:32:10 +01:00
lasp_decimation.h Partially done implementation of Octave and one-third octave filterbank. 2018-06-14 14:49:14 +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 Added the possibility to shift to different fft backend. Now set to fftw. Seems to work properly 2019-12-29 22:07:27 +01: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_firfilterbank.c Renamed filterbank to firfilterbank in C-code 2020-01-01 15:32:10 +01:00
lasp_firfilterbank.h Renamed filterbank to firfilterbank in C-code 2020-01-01 15:32:10 +01: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 Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01: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 First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +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 Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01:00
lasp_siggen.c Added sweep signal generator. Partly functioning 2020-01-17 16:58:49 +01:00
lasp_siggen.h Added sweep signal generator. Partly functioning 2020-01-17 16:58:49 +01: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_slm.c First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +01:00
lasp_slm.h First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +01:00
lasp_sosfilterbank.c Added sweep signal generator. Partly functioning 2020-01-17 16:58:49 +01:00
lasp_sosfilterbank.h Added Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01: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