PSPICE help

Thread Starter

Spoder

Joined May 12, 2014
6
Hi there everyone,
I'm currently busy trying to complete my seminar project and I ran into a bit of a problem. I'm quite new to the whole pspice related stuff and I'm avare that this problem might me fairly basic but I have no idea how to solve this.
So the task was to get the schematic of Cable Amplifier using OPA660 from Texas Instruments website and then "test the ability to transfer digital dual-state signals of 0V and 1V levels and experimetally determin the highest possible transmission rate(bit rate) of the processed data." I'm quite sure that i have to basically change the imput source to 0-1V pulse, but the exact form somehow escapes me. The output should be a graph where the square wave gradually deforms but I just don't get how to achieve it exactly. So if anybody knows how to solve this please let me know, any help will be hugely apreciated and do not hesitate to ask for any further information to help you understand my problem assuming I didn't express everything clearly enough.
Thanks Mark
 

MrChips

Joined Oct 2, 2009
30,824
Think of your goal: to determine the highest transmission rate.

Transmission rate is equivalent to frequency.

So your input signal is a square wave of a known frequency.

How is the squared wave degraded by your circuit?

What happens when you increase the frequency of the square wave?
 

Thread Starter

Spoder

Joined May 12, 2014
6
Yeah thats it, I'm ought to find the certain frequency when the square wave starts to degrade but everything I tried ended up showing me not degrating square wave. This is what my netlist looks like after I changed up my source and analysis type.


***
OPA660
*
R1 8 0 50
R2 8 3 150
Re 2 0 42
RL 5 0 150
Rq 4 1 250
V 8 0 AC 1 PULSE(0 1 0 0 0 2.5u 5u)
Vplus 7 0 5
Vminus 0 4 5
X1 1 2 3 4 5 0 7 5 OPA660X1
*
.lib OPA660X1.lib
.tran 1u 50u
.probe
.end

I think it should be solved using transient analysis but that just shows me time process.
 

Thread Starter

Spoder

Joined May 12, 2014
6
It is, and the layout is supposed to be correct as well. The main problem might be that I'm not entirely sure what to put on Y axis of the graph.
 

crutschow

Joined Mar 14, 2008
34,470
I'm not that familiar with Pspice, but yes, you plot the input and output (voltage probes) on the Y axis with time on the X axis. You don't need a double Y axis, you can print both on the same plot. What version of Pspice do you have?
 

Thread Starter

Spoder

Joined May 12, 2014
6
The version I'm currently using is PSPICE AD Lite 16.6. Thanks for help I'll try that, but I think I already did that and didn't get exactly what I was looking for. the X axis should be frequency I think becouse I have to find certain frequency where the data is too deformed.
 

crutschow

Joined Mar 14, 2008
34,470
The version I'm currently using is PSPICE AD Lite 16.6. Thanks for help I'll try that, but I think I already did that and didn't get exactly what I was looking for. the X axis should be frequency I think becouse I have to find certain frequency where the data is too deformed.
You cannot get what you want. You can only get time for the X axis, similar to an oscilloscope, using Transient Analysis, not frequency. You just increase the frequency of the square-wave (pulse) until significant distortion is noticed at the output. Then, from the time of the waveform period, you can calculate the frequency.

You can get frequency on the X axis using the AC analysis mode but that uses only small signal sinewave analysis and you want square-waves. Those can only be generated in the Transient Analysis.
 
Top