![]() |
![]() |
![]() |
|
|
|||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
hello,
i must to build an energy deterctor using a diode in the square law region. i must to project this circuit using a bat32 diode but it's a month that i try to build it but with no results. Someone can help me? The circuit is very simple, it's composed by a ac voltage generator to 6GHz frequency a diode in serie and a low pass filter at the end. if you kwon a better configuration please answer to this post thanks If someone wanto to help me and he need more information please post here the question in attachement i propose one configuration that i tryied to implement. |
|
|
|
|
|
|
(permalink) |
|
That circuit should work OK.
Possible problems/queries: The diode is faulty? What DC bias are you applying? Are you sure that the 6Ghz signal generator works OK? How is the circuit built? On a board with a solid ground plane I hope, NOT on veroboard, breadboard etc. You mention 6Ghz, try it at a low frequency such as 1 Mhz and when you get good results, try increasing the frequency. JimB
__________________
Experience is directly proportional to the value of the equipment ruined. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
thank you for the answer please help me |
||
|
|
|
|
|
(permalink) |
|
What did you use for inductors? How did you measure the bias current?
|
|
|
|
|
|
|
(permalink) |
|
Roff
He hasn't used any inductors or measured any current! He has just played with a computer game (simulator). JimB
__________________
Experience is directly proportional to the value of the equipment ruined. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Even with a sim, you need inductor values. A current source in the wrong direction will give some outlandish DC volts, or perhaps the sim won't run. Last edited by Roff; 1st February 2008 at 04:58 PM. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
biased detector.cir *Esempio di curva I-V .probe .model BAT62/SIE D(IS=120N RS=200 N=1.04 XTI=1.8 EG=.68 + CJO=.35P M=.14 VJ=.4 FC=.5 BV=40 IBV=5U TT=25P) ********** INGRESSO ********** V1 1 0 SIN(0 0.01 6G) ********** CAPACITA ********** * SEPARA LA POLARIZZAZIONE * * DAL SEGNALE APLLICATO IN * * INGRESSO. * ****************************** C1 1 2 1000p ********** RF CHOKE *********** * SEPARA L'ALIMENTAZIONE A RF * * DA QUELLA IN DC * ******************************* L1 2 4 100n V2 4 0 0 ********** DETECTOR ********** D1 2 3 BAT62/SIE ********** FILTRO PASSABASSO********** * - LA RESISTENZA FISSA LA BANDA * * - LA CAPACITà TIENE LA CARICA * ************************************** C2 3 0 100p R1 3 0 500 .TRAN 0 1NS .PLOT TRAN V(1) .end in output i find the same signal in input attenuated. nothing similar to the effect of the square law region thanks for the answer |
||
|
|
|
|
|
(permalink) |
|
I cannot really comment on your Spice set-up, I am not familiar with simulators.
What output are you expecting from the circuit? What you should get is a DC voltage which is in some way proportional to the peak value of the RF input. JimB
__________________
Experience is directly proportional to the value of the equipment ruined. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
I can post the sim a little later. The second half of the Super Bowl is about to start. BTW, 1ns is much too short for the sim time. That's only 6 cycles of the carrier, not nearly enough time to allow the capacitors to settle, etc. You probably need to run it for at least 10usec. |
||
|
|
|
|
|
(permalink) |
|
Here ya go.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
thank you for the simulation result. can i ask you the value of the bias V1? thank you |
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
This is good training for using a simulator but what practical purpose this has is beyond me.
At 6GHz every connection is an inductor and capacitor and a simulation package doesn't account for this. If you try building this on veroboard you will fail.
__________________
I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez |
|
|
|
|
|
|
(permalink) | |
|
Quote:
The trick is to build it so you don't add unwanted components (inductors, capacitors) to the circuit. As you said, Veroboard is not the way to do it, but I have breadboard material that consists of a 0.1" grid of plated-through holes, with ground plane surrounding them on one side, and I'm sure you could successfully build it on that. I couldn't test it, because I don't have a 6GHz generator. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
I tested the circuit and it work very well also in the reality. now i have an other problem, i tried to used an amplifier and an ADC but the circuit works very well when i use 1 volt input signal but the i put a 0.1 volt signal the input of the amplifier became negative(it's v(4) in the picture below) if you can, help me please. i post the cir file and the simulation output of the 1 volt input signal and 0.1 volt input signal biased detector.cir *Esempio di curva I-V .probe .model BAT62/SIE D(IS=120N RS=200 N=1.04 XTI=1.8 EG=.68 + CJO=.35P M=.14 VJ=.4 FC=.5 BV=40 IBV=5U TT=25P) .inc ./AD8009.cir .inc ./AD8611.cir *EXP( {v1} {v2} {trise_delay} {tau_rise} {tfall_delay} {tau_fall) ) *Vname 12 0 PULSE(0V 0.01V 0S 0.5nS 0.5nS 100nS 200nS) *V1 - initial voltage; V2 - peak voltage; TD - initial delay time; Tr - rise time; Tf - fall time; pwf - pulse-wise; and Period - period. Vname 12 0 EXP(0V 0.1V 0S 0.5nS 0S 40nS) Vd 13 0 sin(0 1V 4GHz) ****** INGRESSO ********** Epulse 1 0 VALUE = {V(12)*v(13)} *V1 1 0 SIN(0 0.7 6G) ********** CAPACITA ********** * SEPARA LA POLARIZZAZIONE * * DAL SEGNALE APLLICATO IN * * INGRESSO. * ****************************** C1 1 2 1000pF ********** RF CHOKE *********** * SEPARA L'ALIMENTAZIONE A RF * * DA QUELLA IN DC * ******************************* L1 2 5 33nH C4 5 0 10nF R1 5 6 50kOhm V2 6 0 1V ********** DETECTOR ********** D1 2 3 BAT62/SIE ********** FILTRO PASSABASSO********** * - LA RESISTENZA FISSA LA BANDA * * - LA CAPACITà TIENE LA CARICA * ************************************** C2 3 0 10pF R2 3 0 500Ohm R_LPF 3 4 1kOhm C_LPF 4 0 10pF ******** AMPLIFICATORE AD8009 ******** R21 27 0 10 R20 28 27 1000 R25 28 0 100 Xamp 4 27 100 0 28 AD8009an VCC 100 0 5V ******** ADC D8611 ****** Xcomp 28 99 100 0 0 0 7 8 ad8611 Rout 7 0 50 Rx 98 99 1k Vcomp 99 0 1.8V .TRAN 0 1uS .PLOT TRAN V(1) .end |
||
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Interfacing Energy meter | vaayuputhran | Electronic Projects Design/Ideas/Reviews | 2 | 6th January 2008 01:53 PM |
| "Miracle Tube" produces more Energy than put in (Yes, another one...) | Analog | Chit-Chat | 7 | 21st September 2007 12:58 AM |
| Free Energy FAQ/Guide V2.0 | TheVictim | Alternative Energy | 0 | 20th July 2007 05:55 PM |
| Evanescent Coupling?!? A new way to transfer electrical energy? | Analog | General Electronics Chat | 20 | 11th June 2007 02:46 AM |
| damping | niga | General Electronics Chat | 11 | 7th June 2005 07:04 AM |