new minimal example

new project: FSO stuff
This commit is contained in:
silas (home)
2026-01-07 15:07:38 +01:00
parent cfc142b676
commit 5c39a7f98a
8 changed files with 185 additions and 25 deletions

View File

@@ -92,9 +92,13 @@ if fsym_ ~= fsym
% fprintf('Adapted symbolrate to %d GBd, to match provided bitrate of %d GBit/s using PAM %d \n',fsym.*1e-9,bitrate.*1e-9, M);
end
f_nyquist = fsym/2;
Pform = Pulseformer("fsym",fsym,"fdac",4*fsym,"pulse","rrc","pulselength",16,"alpha",rcalpha);
Pform = Pulseformer("fsym",fsym,"fdac",4*fsym,"pulse","rc","pulselength",16,"alpha",rcalpha);
[Digi_sig,Symbols,Tx_bits] = PAMsource(...
"fsym",fsym,"M",M,"order",18,"useprbs",0,...