At the risk of sounding obvious, perhpa the simpler solution is a horizontal extension of the moment arm for the LDS target. A hollow aluminum tube double the length of the existing arm does 2 things: increases displacement for a given force and further isolates the LDS head. I''ve avoided too many suggestions as it can be frustrating to sort through all of them, but the simpler the better has been my game plan. Elegant? Maybe not. Effective? Probably.
At the risk of sounding obvious, perhpa the simpler solution is a horizontal extension of the moment arm for the LDS target. A hollow aluminum tube double the length of the existing arm does 2 things: increases displacement for a given force and further isolates the LDS head. I''ve avoided too many suggestions as it can be frustrating to sort through all of them, but the simpler the better has been my game plan. Elegant? Maybe not. Effective? Probably.It should be taken into account that a horizontal extension will increase the moment of inertia:
dramatically, as the moment of inertia goes like the square of the distance, while the displacement only increases linearly with the length.
Drastically increasing the moment of inertia, drastically increases the inertial forces, hence drastically decreasing the period of the pendulum (if the torsional spring constant is kept the same). It has a similar effect on a torsional pendulum (except that it goes like the square of the length), as increasing the mass in mass-spring resonant system.
I had the span turned way down. This made the signal span too narrow for the resolution of the ADC. ALL moving averages done in real time are trailing, because the numerical smoothing can only process past data up to the present (for a real-time scheme, future data is in the future and hence unknown by a smoothing scheme done in real time. The only way to have a "central" moving average is to know future data, and that can only be done once the test is finished, at which point what was once future data has become past data.
Actually the fact that they are "trailing" in nature is a problem with all smoothing schemes done in real time, not just moving averages. It doesn't matter whether it is a moving average based on the last N data, or an exponential moving average or any other such scheme. The trailing problem has to do with the fact that the smoothing scheme can only process past data.
I agree with RERT that if the moving average is speculated to be the source of an artifact, it should be turned OFF, to see what the data looks like with the moving average completely turned off. If the data looks too jagged with the moving average turned off, then moving averages with shorter length of N data should be explored until a compromised is reached between the bad features of moving averages (its trailing nature and artifacts like flat areas) and the need for smoothing.
Of course, certain kinds of smoothing schemes are more prone to flat areas, for example a moving median is more prone to flat areas than a moving mean, because the median as statistical measure of central tendency is unaffected by extreme data while the mean even takes into account outliers.
Pretty sure I have the flat artifacts problem figured out. I was using the span adjustment incorrectly.I had the span turned way down. This made the signal span too narrow for the resolution of the ADC.
I am also purchasing an aluminum box to house the omron amp and ADC. Will also try and shield the LDS itself.
I should have MUCH better data soon.
ALL moving averages done in real time are trailing, because the numerical smoothing can only process past data up to the present (for a real-time scheme, future data is in the future and hence unknown by a smoothing scheme done in real time. The only way to have a "central" moving average is to know future data, and that can only be done once the test is finished, at which point what was once future data has become past data.
Since we (at least I) suspect the averaging is a software post process, it can very well be done as central "non causal, none time shifting"....
, IslandPlaya on reddit's EmDrive sub has been working diligently to put together a helpful Cavendish software package you may find interesting. As with DIYers, its a work in progress but I'm excited to have this being worked on.


...
Last Data Run with Working Magnetron - Note Thermal Superimposition
I see very close correlation to the ADC output charts!
Original post: https://www.reddit.com/r/EmDrive/comments/4sz9a2/emdrive_torsionbalance_experiment_simulator/
...
Last Data Run with Working Magnetron - Note Thermal Superimposition
I see very close correlation to the ADC output charts!
Original post: https://www.reddit.com/r/EmDrive/comments/4sz9a2/emdrive_torsionbalance_experiment_simulator/
Why does the torque increase with time (the red bars), when the input power is not being increased?
Notice: the image was labeled "with Working Magnetron"
Zen_in : my explanation (moving average) why there are intermediate levels between flat areas is speculation because I don't know what does the software after digital conversion, but even if we had not seen any plot or take any measurements we could know beforehand that :
The digitized signal is spanning 160 mV of range, the hardware ADC converter is documented as being 10 bits on a range of 20V, that makes discrete steps every 20V/(2^10)≈20mV,( that's your twice " approximately .01" separating each flattish levels), 160mV/20mV = 8 discrete levels to play with, 3 real hardware bits of precision. This is a rather direct and straightforward prediction of known parameters, even if we noticed the problem after looking at recorded value.
Zen_in : my explanation (moving average) why there are intermediate levels between flat areas is speculation because I don't know what does the software after digital conversion, but even if we had not seen any plot or take any measurements we could know beforehand that :
The digitized signal is spanning 160 mV of range, the hardware ADC converter is documented as being 10 bits on a range of 20V, that makes discrete steps every 20V/(2^10)≈20mV,( that's your twice " approximately .01" separating each flattish levels), 160mV/20mV = 8 discrete levels to play with, 3 real hardware bits of precision. This is a rather direct and straightforward prediction of known parameters, even if we noticed the problem after looking at recorded value.
The LDS signal needs to be amplified and maybe a different A/D used. With no schematic or any technical description of the experimental setup I can only guess at what is being done wrong. For the LDS you don't want a bipolar A/D. Preliminary tests should establish if the signal going into the A/D is high enough so that digitization noise is not an issue but not so high that it exceeds the A/D range. It also might be necessary to have a well designed buffer before the A/D. Sensors often cannot supply the current spikes that an A/D's sample and hold pull. Without a buffer the signal gets distorted.
Last Data Run with Working Magnetron - Note Thermal Superimposition
I see very close correlation to the ADC output charts!
Original post: https://www.reddit.com/r/EmDrive/comments/4sz9a2/emdrive_torsionbalance_experiment_simulator/
The same flattened areas are in Dave's data. You just need to zoom in to see it as with mine. It shows up at the scale 0.1V in all the data i've seen. Though it looks like using the 3um (60ms) mode may yield the best data at the level.
The same flattened areas are in Dave's data. You just need to zoom in to see it as with mine. It shows up at the scale 0.1V in all the data i've seen. Though it looks like using the 3um (60ms) mode may yield the best data at the level.One thing I don't think was answered was whether these data is the result of output with a device that is smoothing the data real-time.
And if the answer is yes, whether the real-time smoothing of data can be turned off.