Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Timing Microseconds
Name: saxman727 Date: January 10, 2005 at 20:10:12 Pacific OS: Windows 98 SE CPU/Ram: Pentium II - 400MHz / 224
Comment:
I know what the clock() function does. It works fine, but in a certain case I need to time things in 'us' rather than 'ms'. Is there anyway I can do this? Without being able to do this, it will be harder to keep my program reading a WAV in half-way decent sync (without accessing the sound card).
Name: BlueRaja Date: January 10, 2005 at 22:44:57 Pacific
Reply:
Uhh..that's what the sound card is for. The faster you can go is getting the tick-count. (GetTickCount())
BlueRaja.admin@gmail.com
0
Response Number 2
Name: wizard-fred Date: January 11, 2005 at 07:01:37 Pacific
Reply:
The highest resolution you can get is the sampling frequency of the WAV file (44.1 KHz, Normally for stereo, I think.). Some sound cards have higher sampling rate (up to 192 KHz), but what is the WAV stored as. What are you trying to sync? As the WAV is sampled at intervals it is self clocked.
Summary: No point as there is nothing to be gained. The real time clock hardware in a PC only has a resolution of 150 microseconds so a time of 607 microseconds is only going to be accurate to +_ 75 microsec...
Summary: i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation: t = t0/sqrt(1-(v/c)^2) i actually have to do this for a number of f...
Summary: Hello folks, If anyone is up to it, I have a couple of requests. First, I ghave been learning from a little batch file that backs up a file or two from my "c" drive to my "d" drive. It works really...