Skip to content
Snippets Groups Projects
Commit 64068a06 authored by nats's avatar nats
Browse files

to squash

parent 809f9b20
No related branches found
No related tags found
No related merge requests found
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2018.10.31) 8 AUG 2019 10:31
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2018.10.31) 23 OCT 2019 10:09
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
......
No preview for this file type
clear;
pkg load signal;
% To be included in an other file
function sig = modulate(msg, syms)
nb_sample = columns(syms);
......@@ -58,4 +59,5 @@ costas_mod = modulate(costas, sym_array);
% signal is now containing a fake frame of FT8
% needs to add noise power calculation
signoise = signal + gennoise(1, length(signal));
\ No newline at end of file
signoise = signal + gennoise(1, length(signal));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment