필터 지우기
필터 지우기

variable capacitance configuration with the look up table

조회 수: 1 (최근 30일)
mohamed
mohamed 2024년 3월 19일
편집: Pramil 2024년 3월 28일
hi everyone I am trying to build a variable capacitance circuit but I am struggling to accomodate the look up table in it so I can get the capacitance value at the maximum and minimum points. could you help please?
thank you

답변 (1개)

Pramil
Pramil 2024년 3월 28일
편집: Pramil 2024년 3월 28일
Assuming you want to control your “Variable Capacitor” block with the help of the “Lookup Table” block, you can do the following:
  1. Add a “n-D Lookup Table” block, its dimension would depend upon your control signals (Say you have one control signal like voltage then the dimension would be “1”, if you have “voltage” and “current” both then “2” and so on).
  2. Configure the “Lookup Table” block by adding the value of capacitance that corresponds to your control signal. You can import these values from an excel sheet as well, into the “Lookup Table” block.
  3. You can select the interpolation function in the “Lookup Table” block as well more on which you can find in the following link under the “Algorithm” section: https://www.mathworks.com/help/simulink/slref/ndlookuptable.html?searchHighlight=interpolation
  4. Add your control signal(s) and connect them to the “Lookup Table” block.
  5. At last, add the “Simulink-PS Converter” to connect the output of the “Lookup Table” block to the input of the “Variable Capacitor” block.
This will allow you to control the “Variable Capacitor” block using the “Lookup Table” block.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Lookup Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by