forked from lnls-dig/dsp-cores
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (26 loc) · 834 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
==========================================================
Repository containing the DSP chain for the Beam Position
measurement calculation. It comprises of FPGA cores for
integration with others designs, matlab scripts for simulation
and helper functions and System Generator/Simulink/Matlab
DSP models.
==========================================================
Folder Hierarchy organization:
*
|
|-- bpm-sim:
| Simulation of some BPM phenomena
|
|-- hdl:
| HDL files for the DSP chain
|
|-- models:
| Matlab/Simulink/SystemGenerator models for the DSP chain
| and miscellaneous simulation models
|
|-- parameters:
| DSP parameters, such as: bandwidth of the filters, output
| bit of each stage, etc.
|
|-- scripts:
| Support scripts for Matlab/Simulink/SystemGenerator models