Add new signal generator method that only creates the PRBS

This commit is contained in:
2026-04-21 14:20:48 +02:00
parent 20b23dc37e
commit 0ef8129a2c
5 changed files with 975 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ classdef signalform < int32
sawtooth (2)
square (3)
noise (4)
random (5)
prms (6)
end
end
end