![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| hello there! does anyone know how the time scale of this circuit was divided? in the code it says 1unit=10msec, now the x/time axis is divided in step of 10pixels, which implies 1pixel represents 1msec. Why 1msec? Why not 1us or 1nano-sec? By the way the 1 pixel represents the time lag b/w two successive sampled points.
__________________ Everybody can but not everybody will. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| oh yes i didn't... quite forgot: http://www.electronicsforu.com/efyli...cilloscope.pdf the sampling rate was specified as 20us, rather unfortunately.
__________________ Everybody can but not everybody will. | |
| |
| | (permalink) | |
| Quote:
20uS is probably the minimum aquisition time of the A2D?, it then has to read the value (in two nibbles, with it's 4 bit interface) and process the results. Have you considered trying the software scopes that use the PC sound card?, those give a MUCH better specification than this one. | ||
| |
| | (permalink) |
| The very slow parts used in the project (LM324!) allow it to display signals only of less than 1kHz. Wouldn't using your sound card as an input be much better?
__________________ Uncle $crooge | |
| |
| | (permalink) |
| The circuit could be used as a usefull learning exercise, if you had a proper oscilloscope to follow some of its internal signals and see what it was doing. :lol: JimB
__________________ Experience is directly proportional to the value of the equipment ruined. | |
| |
| | (permalink) |
| Has anyone noticed the diode in the WR* line to the ADC? This is not a good idea for CMOS. | |
| |
| | (permalink) | |
| Quote:
For voltage level protection, diodes should go from signal lines to +/- rails and not in series. And why is R19 rated for 1W? Seems like much overkill. | ||
| |
| | (permalink) | |
| Quote:
:lol: that was a funny one JimB, with oscilloscopes going into Mhz this could certainly do for an experimental module.
__________________ Everybody can but not everybody will. | ||
| |
| | (permalink) | ||
| Quote:
| |||
| |
| | (permalink) |
| Ha, the WR* signal is floating when the computer drives it low though the diode. Maybe the circuit uses the capacitance of the diode to drive the WR* pin low. The WR* pin needs a pull-down resistor. The base of transistor T1 also needs a pull-down resistor.
__________________ Uncle $crooge | |
| |
| | (permalink) | |
| Quote:
The frequency limitation of the circuit is due to the minimum of 10samples/cycle requirement to adequately display the signal. The 0804 has a maximum sampling rate of 10khz = 10,000 samples/second this results into: 1000cycles/second = 10000samples/second/ 10samples/cycle. Unfortunately the topic of the post (time base callibration) is still at yet unanswered.
__________________ Everybody can but not everybody will. | ||
| |
| | (permalink) |
| I guess the ADC0804 is nearly as old as the LM324. CD, MP3 and even DVD players do a pretty good job at much higher frequencies.
__________________ Uncle $crooge | |
| |