saving . . . saved Transfer function analysis has been deleted. Transfer function analysis has been hidden .
Transfer function analysis
Title
Question
Sir,

I tried using tf v(5) v1 for doing transfer function analysis using the ngspice window. It said Doing analysis. But then the values were not printed. Should I use any other command to get the input, output resistance and other values?

Oscad Schematic-Creation-and-Simulation 00-01 min 0-10 sec 27-06-14, 2:54 p.m. swethakannan

Answers:

after you typed the command tf v(5) v1did u try typing the commandrunon Ngspice terminal?
27-06-14, 7:57 p.m. shambhu
I typed run after that sir but it said the same "doing analysis" and no values were printed sir.
27-06-14, 8:02 p.m. swethakannan

Login to add comment


Can you pls share the example?
27-06-14, 8:04 p.m. shambhu
<a href="https://drive.google.com/file/d/0B9lSgysdbrbAOEM3VGkxVEZ5X0k/edit?usp=sharing" target="" title="example 10.1">example 10.1</a> Yes sir.
27-06-14, 8:07 p.m. swethakannan
You need to use print/plot statements to print or plot values.
27-06-14, 9:21 p.m. rakhiwarriar
Sir,

I tried print v(5)/v1 to print the resistance value but it said invalid vector. Can you please say what statements I should use to print input and output resistance and gain value sir?
27-06-14, 9:25 p.m. swethakannan
print v(5)/v1 is incorrect. find out the node where v1 is connected to and type print v(5)/v(node#of v1).
27-06-14, 9:34 p.m. rakhiwarriar
It gave an error that "argument out of range for divide" sir.
27-06-14, 9:44 p.m. swethakannan
first type print v(5), then print v(node#of v1). Check the output values. Also make sure if you are dividing the correct terms
27-06-14, 9:47 p.m. rakhiwarriar
Sir,

Can you please tell what should I type to get input resistance and output resistance values sir?
27-06-14, 9:50 p.m. swethakannan
Place a current plot component in series with the input voltage, say v1. Now type print v(node#of v1)/i(v_u1)
27-06-14, 10:42 p.m. rakhiwarriar

Login to add comment


Log-in to answer to this question.