Skip to content
Snippets Groups Projects
Commit 5efcd9a2 authored by Berk Silemek's avatar Berk Silemek
Browse files

Update Console/Receiver/Spectrum Instrumentation m4i.4451/readme.md

parent a5cdb179
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ The compilation of the codes can be done using the first line of each Fortran fi ...@@ -7,6 +7,7 @@ The compilation of the codes can be done using the first line of each Fortran fi
It is also possible to use other software platforms for the digitizer cards such as MATLAB and Python. The function names to control the cards are the same throughout different environments. Hence, mitigation to other software platforms should be relatively straightforward. For more information, please see the documentation and examples from the manufacturer’s website [1]. In addition, please follow the manufacturer’s website to install corresponding libraries because they differ by the OS. It is also possible to use other software platforms for the digitizer cards such as MATLAB and Python. The function names to control the cards are the same throughout different environments. Hence, mitigation to other software platforms should be relatively straightforward. For more information, please see the documentation and examples from the manufacturer’s website [1]. In addition, please follow the manufacturer’s website to install corresponding libraries because they differ by the OS.
## ADC ## ADC
The file **m4iset_extrig_rms.c** contains the functions for the ADC card setup and receiver operation. The routine uses 3 arguments: The file **m4iset_extrig_rms.c** contains the functions for the ADC card setup and receiver operation. The routine uses 3 arguments:
- _*pvData_ 16-bit data pointer for the received data - _*pvData_ 16-bit data pointer for the received data
- _*lMemsize_ 32-bit memory length for the received data - _*lMemsize_ 32-bit memory length for the received data
...@@ -15,4 +16,5 @@ The file **m4iset_extrig_rms.c** contains the functions for the ADC card setup a ...@@ -15,4 +16,5 @@ The file **m4iset_extrig_rms.c** contains the functions for the ADC card setup a
The other two scripts **rec_m4i_fifo_tdfilter.f** and **rec_m4i_tdfilter_rms.f** implement the c routine. They need to be compiled with a Fortran complier. The first line in these files can be taken as an example i.e. copy and paste it into the OS terminal using the working folder. The other two scripts **rec_m4i_fifo_tdfilter.f** and **rec_m4i_tdfilter_rms.f** implement the c routine. They need to be compiled with a Fortran complier. The first line in these files can be taken as an example i.e. copy and paste it into the OS terminal using the working folder.
## References ## References
[1] M4i.4451-x8 | Spectrum Instrumentation https://spectrum-instrumentation.com/de/m4i4451-x8 [1] M4i.4451-x8 | Spectrum Instrumentation https://spectrum-instrumentation.com/de/m4i4451-x8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment