High Speed Auswertung und Database code

This commit is contained in:
sioe
2024-11-13 10:49:49 +01:00
parent ca769f2b3d
commit 553ed19b9f
20 changed files with 2931 additions and 66 deletions

View File

@@ -0,0 +1,4 @@
function duobinary_signaling()
end

View File

@@ -0,0 +1,4 @@
function duobinary_target()
end

View File

@@ -0,0 +1,4 @@
function eq_signal = vnle(EQ,rx_signal,tx_symbols)
%VNLE
eq_signal = EQ.process(rx_signal,tx_symbols);
end

View File

@@ -0,0 +1,4 @@
function vnle_postfilter_mlse()
end