What is the function of 'Down Sampler' in simulink template 'SoC Blockset/RF SoC', and how to change the parameters if i want to transmit different frequency?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
In the project template 'RF SoC' (RF SoC template document), it allows user to send data from FPGA to processor. However the data must go through a block called 'down sampler' before send to the processor.



I can't understand how does this 'down sampler' works, and which parameter do I need to change if I want to transmit a signal with more samples and higher frequency.
If anyone can help me to get a more clear view of this 'down sampler' block, I would be much appreciated!
0 commentaires
Réponse acceptée
Akash
le 14 Fév 2024
Modifié(e) : Akash
le 15 Fév 2024
Hi Zuyuan,
The 'down sampler' block is used to reduce the transmission rate of the signal before it is sent to the processor. This is typically done to match the processor. The rate at which the signal is downsampled is controlled by the "downSamplingFactor" parameter. You can change this parameter value from the MATLAB Workspace to adjust the number of samples transmitted.
SoC Blockset provides an 'RF Data Converter (RFDC)' block in Simulink that allows to configure various parameters to suit the application requirements, including the sample rate and bandwidth of the signal to transmit.
To get more information about how to configure these parameters, you may refer to the MATLAB documentation link provided below. https://www.mathworks.com/help/soc/ug/rangedopplerradarusingxilinxrfsocdevice.html#:~:text=RF%20Data%20Converter%20Configuration
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur System on Chip (SoC) dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!