How to make a frequency multiplier in verilog-A
时间:04-04
整理:3721RD
点击:
Hello,
I want to make a frequency multiplier (doubler) using verilog-A with conversion power gain.
The input signal is a sine wave with an input frequency Fin and input power Pin for 50 ohm impedance.
How to make the verilog-A code in order to have at the output a sine wave with a frequency: Fout = N*Fin with N the multiplication factor and an ouptut power Pout for 50 ohm impedance and related to the power gain Gp: Pout = Pin+Gp.
Best regards.
I want to make a frequency multiplier (doubler) using verilog-A with conversion power gain.
The input signal is a sine wave with an input frequency Fin and input power Pin for 50 ohm impedance.
How to make the verilog-A code in order to have at the output a sine wave with a frequency: Fout = N*Fin with N the multiplication factor and an ouptut power Pout for 50 ohm impedance and related to the power gain Gp: Pout = Pin+Gp.
Best regards.
pow(Vin, N) with BPF.
Or write simple PLL model.
what is BPF ?
Bandpass Filter