seems finished

This commit is contained in:
ti_mo
2026-05-24 21:10:00 +02:00
parent 0df0c5da43
commit 56c7a51411
11 changed files with 348 additions and 130 deletions
+3
View File
@@ -0,0 +1,3 @@
function val = linearTodB(toConvert)
val = 10 * log10(toConvert);
end