hello, I'm simulating one PA using HB simulator in ADS and |S11|<-15dB. I check the fundamental power in line V1 as shown in the schematic. Well, the power of V1 is even bigger than the input power. If an ideal isolator is inserted, the power of V1 equals the input power. My question is under the condition of |S11|<-15, why Power(V1)>input power? the extra power comes from the amp? great thanks for your response. ps:RFpower is the input power of the source.
I have used ADS before and I don't use it right now. Sorry for I can't help you.
So I have an idea, why don't you upload your project come here ?
Follow your pictures, perhaps some information has been hidden and other cannot re-build your circuit.
Your original project can help other can check and answer easier.
I have used ADS before and I don't use it right now. Sorry for I can't help you.
So I have an idea, why don't you upload your project come here ?
Follow your pictures, perhaps some information has been hidden and other cannot re-build your circuit.
Your original project can help other can check and answer easier.
dbm() function is only valid for real characteristic impedances by default.In fact dbm() function syntax should be as follows
dbm(V,Z) -> Z can be real or complex.Z=50 by default and Input Impedance of your circuit is not pure 50 Ohm real..
The correct Power that enters into the circuit should be :
P=0.5*real (V*conj(I.Probe.i)) or 0.5*real(conj(V)*I.probe.i)
I was reading this post and wondered why did u inject another signal at the output of PA? Are you simulating some sort of load mismatch by using this? Can you explain what this simulation does?
Hello ktr, you are right. the source at the output is used to calculate S22 of the PA and it's a template for simulating the large signal of PA. you can obtain this by clicking in the schematic window: insert->template->ads_templates:S_ParamsLargeSignal. the template tells that" This source injects a small-signal into the output of the device, while the input is being driven by a large signal at the swept RF frequency. The injected signal is at a 1 kHz offset from the input signal." I 'm still confused and asked a question in '' https://www.edaboard.com/showthread...ipler-in-ads-simulation&p=1669218#post1669218 ''. Untill now, no answers received.