aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Move README.DFEsymbolspaced to utils/matlabPau Espin Pedrol1-0/+14
Change-Id: Icccc18688ee54e669cf3452b08747b3509042fa2
2019-08-01Move matlab files under utils/matlabPau Espin Pedrol2-0/+98
Change-Id: I15b687fbf436d662b264cb00f72b367ccd64b962
2018-01-11tests: Migrate convtest util to autotest infrastructurePau Espin Pedrol3-240/+0
Change-Id: Ie682abf7e83de436d0f37f9f6e0664cb2f4d0c9e
2018-01-10utils/convolvtest: Remove uneeded libosmocore dependencyPau Espin Pedrol2-2/+2
Change-Id: I1742146c31cadec8ce8afbbdae5777f076b212d4
2017-05-19buildenv: Split up SSE3 and SSE4.1 codePhilipp Maier1-1/+3
Currently we find SSE3 and SSE4.1 code mixed togehter along with generic code in one file. This introduces the risk that the compiler exidantly mixes SSE4.1 instructions into an SSE3, or even worse into a generic code path. This commit splits the SSE3 and SSE4.1 code into separate files and compiles them with the matching target options. Change-Id: I846e190e92f1258cd412d1b2d79b539e204e04b3
2017-05-19Add test program to verify convolution implementationPhilipp Maier3-0/+238
Convolution is a complex process and we should be able to verify if computing results change when the implementation is touched. This commit adds a test program that executes some testcases. The testcases are crafted in a way that every implmentation (several different ones for SSE) is executed once. The output can be compared against the included .ok file. Change-Id: Ic702ecb356c652fbcd76bee689717fb5d3526fe9
2015-07-30Checking in clockdump.sh utility.Alexander Chemeris1-0/+3
Signed-off-by: Tom Tsou <tom.tsou@ettus.com>