We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927e9ad commit 84d8a38Copy full SHA for 84d8a38
polar_nrz.m
@@ -0,0 +1,4 @@
1
+function [encoded_data] = polar_nrz(data,A)
2
+encoded_data = (2*data-1)*A;
3
+end
4
+
0 commit comments