WIP Büro

This commit is contained in:
Silas Oettinghaus
2023-05-25 16:29:27 +02:00
parent f3f52b1f7c
commit 8b2129ac03
9 changed files with 270 additions and 120 deletions

View File

@@ -13,8 +13,8 @@ else
end
%Bau das Filter (hier rrc)
racos_len = 2048;
alpha = 0.1;
racos_len = 32;
alpha = 0.05;
h = rcosdesign(alpha,racos_len,sps);
%Apply Filter using Matlab build in fctn.