added matlab

This commit is contained in:
2025-08-21 07:27:52 +02:00
parent fd522e1b99
commit 64c6745c76
50 changed files with 2516 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
function eval_harmonics(name)
base = exp(1);
ke = 10;
[x, fs, nbits] = wavread(name);
y = (1 - base.^(-ke*fabs(x))) * sign(x);
wavrite(y, fs, nbits,