Skip to content

Commit

Permalink
before meeting 14/12
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauochoa committed Dec 13, 2020
1 parent 80a2c46 commit ed0cf15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 131 deletions.
4 changes: 2 additions & 2 deletions main.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
fDoppler = 1755; % Hz Doppler shift
fIF = 4.348e6; % Hz Intermediate frequency
fs = 23.104e6; % Hz Sampling frequency
Bl = 90; % Hz Equivalent bandwidth of the PLL
Bl = 30; % Hz Equivalent bandwidth of the PLL
tI = 1e-3; % sec Integration time
sLength = duration/tR * prnLength; % Signal length in code samples
tC = tR/prnLength;
tVec = 0:1/fs:duration-1/fs; % Vector of time

%% Generation of synthetic signal
A = 1; % mW/s Amplitude of the synthetic signal
cno = -20; % dbHz C/N0 of the synthetic signal
cno = 30; % dbHz C/N0 of the synthetic signal
phi = pi/3;
% phi = linspace(0, 2*pi, length(tVec));
% phi = sin(2*pi*5*tVec);
Expand Down
108 changes: 0 additions & 108 deletions main.m~

This file was deleted.

21 changes: 0 additions & 21 deletions syntheticSignal.m~

This file was deleted.

0 comments on commit ed0cf15

Please sign in to comment.