Simulate third order intermodulation effects
이전 댓글 표시
Hello,
I am trying to model the nonlinear effects of my amplifier.
I am following the Matlab example: https://www.mathworks.com/help/simrf/ug/two-tone-envelope-analysis-using-real-signals.html
My amplifier seems to be working well with a single tone from a sinusoid block, but I was wondering how I could import my two tones as a data source and inject them into my amplifier. I have already summed them in a script file as Mx2 matrix.
If not does anyone know how to sum two sinusoids in simulink. I am not entirely sure how to do this.
I am also curios on how to set up the RF configuration box. Right now I am using the default settings but if anyone could elaborate more it would be benifiecial!
Thank you in advance!
답변 (1개)
Mark
2026년 6월 4일 12:11
0 개 추천
If you are using the bidirectional RF Blockset domain, the RF Blockset example Validating IP2/IP3 Using Complex Signals - MATLAB & Simulink shows how two inputs sources can be stacked on top of each other to sum their contributions.
In unidirectional Simulink, the Sum block can be used to add two signals: Sum - Add or subtract inputs - Simulink
The configuration block reference page Configuration - Define system simulation settings - Simulink has links to further information.
Best,
Mark
카테고리
도움말 센터 및 File Exchange에서 RF Blockset Models for Transceivers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!