I'm trying to design a new pulse generator for a UWB radar device. The pulses must have at most a 150ps width at 3-5V. My current design uses a SR diode and the jitter on it is crazy, causing ground bounce. I need a design that will vasily reduce this.
I'm looking at cascode topologies but I...
I have a bunch of text files that have EEG data. Problem is that they are all in hex and I want them in decimal. The format of these files look like this:
5020:30 a6 52
5040:26 cd e4
I know the hex2dec works for arrays in a certain format but I don't know how to put it in that format. Also...