Friday 6 July 2018

amplifier - Shaping negative pulses to positive ones


I have built a scintillation detector. The detector outputs 0,1 ms 50-200 mV negative pulses from a photomultiplier (DC). The pulse shape is shown in the picture below.


before and after shaping


To detect the pulses I need to change their properties (still DC however). Their new shape has to be pretty much identical, but more than 500 mV positive voltage (their duration can be 0,1 ms to 0,5 ms, but preferably 0,3 ms to 0,4 ms). The shape is, again, illustrated in the picture above.


Does anyone with more experience than me have a small form-factor schematic that will work? If I need to, I have a 5 V rail that I can power something with.


Thanks!





Update: The op amp that I chose (TLE2081) has sufficient properties. However, I can't get my schematic to work. See the picture for my schematic.


The output I am getting is my Vcc+, which is odd. I am not getting the pulses that I was looking for. I think I did something wrong, does anybody have any ideas?


schematic diagram


Thanks!




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...