Compare commits
2 Commits
v2.0
...
d9f7798814
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9f7798814 | ||
|
|
1ab873419e |
@@ -1,4 +1,4 @@
|
|||||||
%% FrFT Validation Script (Reference vs Original)
|
%% FrFT Validation Script (Reference vs Original)
|
||||||
% Author: Canisio Barth
|
% Author: Canisio Barth
|
||||||
|
|
||||||
clear; clc; close all;
|
clear; clc; close all;
|
||||||
|
|||||||
@@ -18,16 +18,16 @@ and operates deterministically in the PL after a trigger from the PS.
|
|||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
TxPulseStart (PS)
|
TxPulseStart (PS)
|
||||||
↓
|
↓
|
||||||
pulse_gen_ctrl (FSM)
|
pulse_gen_ctrl (FSM)
|
||||||
↓
|
↓
|
||||||
tx_active
|
tx_active
|
||||||
↓
|
↓
|
||||||
Phase Increment Logic
|
Phase Increment Logic
|
||||||
↓
|
↓
|
||||||
NCO (DDS)
|
NCO (DDS)
|
||||||
↓
|
↓
|
||||||
Complex Output (I/Q)
|
Complex Output (I/Q)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -25,7 +25,7 @@ NCOCountIncDT = numerictype(1,NCOAccumWL*2,NCOAccumWL);
|
|||||||
|
|
||||||
% Pulse start/end frequencies
|
% Pulse start/end frequencies
|
||||||
pulseCentFreq = 0e6;
|
pulseCentFreq = 0e6;
|
||||||
pulseBw = 50e6; % Pulse bandwidth
|
pulseBw = 0e6; % Pulse bandwidth
|
||||||
|
|
||||||
% Number of pulses
|
% Number of pulses
|
||||||
numPulses = 10;
|
numPulses = 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user