2 Commits

Author SHA1 Message Date
canisio
d9f7798814 Added Mean Power Spectrum calculation on PS 2026-04-29 16:10:21 -03:00
canisio
1ab873419e clean version after tagging 2026-04-29 14:11:51 -03:00
7 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
%% FrFT Validation Script (Reference vs Original)
%% FrFT Validation Script (Reference vs Original)
% Author: Canisio Barth
clear; clc; close all;

View File

@@ -18,16 +18,16 @@ and operates deterministically in the PL after a trigger from the PS.
## Architecture
TxPulseStart (PS)
pulse_gen_ctrl (FSM)
tx_active
Phase Increment Logic
NCO (DDS)
TxPulseStart (PS)
pulse_gen_ctrl (FSM)
tx_active
Phase Increment Logic
NCO (DDS)
Complex Output (I/Q)
---

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -25,7 +25,7 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
% Pulse start/end frequencies
pulseCentFreq = 0e6;
pulseBw = 50e6; % Pulse bandwidth
pulseBw = 0e6; % Pulse bandwidth
% Number of pulses
numPulses = 10;