How can in I find loop filter block in CCSDS TM HDL receiver in R2023b simulink?

조회 수: 1 (최근 30일)
Iam trying to practice the CCSDS TM HDL Receiver in R2023b version in simulink but unable to find blocks like Loop Filter ,interpolation control and my question is ,when this type of situation occurs how to find the blocks which are not available in packages ?

채택된 답변

Bharath Venkataraman
Bharath Venkataraman 2023년 9월 27일
편집: Bharath Venkataraman 2023년 9월 27일
I assume that you are referring to this example. For HDL implementation, these are implemented as Simulink subsystems using Simulink blocks and MATLAB functions. If you open the example, you should be able to look at the subsystem to see how it is implemented.
  댓글 수: 3
Bharath Venkataraman
Bharath Venkataraman 2023년 9월 28일
This is a subsystem in the example, so you cannot find it in the Simulink library browser. You will need to open the example to get to the subsystem.
Pavan
Pavan 2023년 9월 29일
Thank you sir for the response.I understand how to see the example and look for the blocks .

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Pratyush
Pratyush 2023년 9월 27일
Hi Pavan,
I understand that you want to know how you can find the blocks which are not available in packages.
When you encounter a situation where you are unable to find specific blocks in Simulink, there are a few steps you can take to address the issue:
  1. Check the Simulink Library Browser and use the find bar or search into the category of your desired block.
  2. Search the Documentation
  3. Simulink has a wide range of add-on products and toolboxes that extend its capabilities. These add-ons might contain the blocks you are looking for. Check if there are any relevant add-ons or toolboxes available for your specific application.
  4. Consider making custom blocks using MATLAB's S-function or MATLAB Function blocks.
  댓글 수: 1
Pavan
Pavan 2023년 9월 28일
Thank you sir for your response. So, is the loop filter used in the documentation was custom made using MATLAB function Block? Or is it available in the simulink library browser?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 HDL Code Generation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by