Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

differentiator

farshaddd

Newbie level 6
Newbie level 6
Joined
Jun 7, 2021
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
88
Hi every one
I'm trying the differentiator block of vhdl lib in cadence but it does not work. The error massage is:
No convergence achieved with the minimum time step specified. Last acceptable solution computed at 0 s.

I also wrote my own verilog A code for differentiator in cadence but is has the same error massage in simulation. We know that the differentiator transfer function in s domain is Vo/Vin = s

what is the problem.

Thanks a lot.
 
Ideal differentiator can't be implemented in time discrete circuit. Use DT1 with small T1 instead
H(s) = s / (1 + T1s)
Thank you for your reply.
I used T1 of for example 1e-9.
The simulation is done.
The phase difference between input and output is 90 degrees and that is correct. However the gain is not 1. Actually, the gain depends on the input frequency!!!!!!!!
 
I also wrote my own verilog A code for differentiator in cadence but is has the same error massage in simulation. We know that the differentiator transfer function in s domain is Vo/Vin = s
Please note that the function H(s)=s is pure mathematics (like 1/s for integrating).
However, an electrical circuit which is intended to differentiate an incoming signal must have a realizable (unitless) transfer function H(s)=s/(1+sT).
That means: It is not possible to realize an IDEAL differentiator. We only can realize a first-oder highpass function which can approximate the desired function as good as possible (large corner frequency with T as small as possible)
 


Write your reply...

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top