Hello, Dr. Habib , your video help me a lot to complete my masters project and I am trying to derive cutoff frequency vs Vg for Hemt , could you please share a video about how we can derive cutoff frequency it would be appreciated.
@HabibAhmadGatech Thank you for your reply, I am trying to do it by my self but I have error. # Extract gm (Transconductance) extract init inf="dc.log" extract curve(V."Gate", d(i."Drain")/d(V."Gate")) outfile="gm_vs_vg.dat" # Extract Gate Capacitance extract init inf="ac.log" extract curve(V."Gate", abs(C."Gate""Gate")) outfile="cg_vs_vg.dat" # Calculate Cutoff Frequency (f_T) extract init inf="dc.log" extract init inf="ac.log" extract name="f_T" curve(V."Gate", divide(d(i."Drain")/d(V."Gate"), mul(6.28, abs(C."Gate""Gate")))) outfile="ft_vs_vg.dat"
Thanks Sir ji . ❤❤❤ Hamaisha Khush rahay AMEEN
Thanks for the consistent following. Much appreciated.
Hello, Dr. Habib , your video help me a lot to complete my masters project and I am trying to derive cutoff frequency vs Vg for Hemt , could you please share a video about how we can derive cutoff frequency it would be appreciated.
It’s on my checklist but it’s gonna take me some time before I get to it.
@HabibAhmadGatech Thank you for your reply, I am trying to do it by my self but I have error.
# Extract gm (Transconductance)
extract init inf="dc.log"
extract curve(V."Gate", d(i."Drain")/d(V."Gate")) outfile="gm_vs_vg.dat"
# Extract Gate Capacitance
extract init inf="ac.log"
extract curve(V."Gate", abs(C."Gate""Gate")) outfile="cg_vs_vg.dat"
# Calculate Cutoff Frequency (f_T)
extract init inf="dc.log"
extract init inf="ac.log"
extract name="f_T" curve(V."Gate", divide(d(i."Drain")/d(V."Gate"), mul(6.28, abs(C."Gate""Gate")))) outfile="ft_vs_vg.dat"
Hello sir , can u please tell us about how to make ReRam or memristor in silvaco tcad
I have an idea how to simulate memristor. It’s a topic of a future video.
@HabibAhmadGatech sir when this vedio is coming and how can I connect with you apart from youtube
How to add interface defects on TCAD?
It's a topic for a future video.