Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
208 views

How can I simulate repulsion between multiple point charges (ball bearings) in Mathematica?

I'm trying to write a program in Mathematica that will simulate the way charged ball bearings spread out when they are charged with like charges (they repel each other). My program so far keeps the ...
4
votes
1answer
306 views

Using magnetic sensor

I want to get the three coordinates values of the magnetic field measured by the sensor of my phone. For this, I get a handle to the SensorManager by using ...
3
votes
1answer
135 views

Magnetic declination in JavaScript / Google Maps

In the context of a Google Map Javascript application, what is the best way to get the magnetic declination for a certain Lat/Lon? There seems to be no "easy" algorithm for that in JS, or am I ...
3
votes
2answers
2k views

mobile phone sensors!

After some hours of searching I'm so confused, so I'll tell now what I learned, so please correct me if I was wrong : Light Sensor: surrounding light Magnetic Sensor: I can get the north location. ...
3
votes
1answer
1k views

getting info from magnetic sensors

I'm listening for sensor values, and getting them OK in my handler with if (event.sensor.getType() == Sensor.TYPE_MAGNETIC_FIELD) { for (i=0;i<3; i++) mag[i] = event.values[i]; The ...
3
votes
2answers
422 views

Storage capacity for a magnetic swipe card

Any idea regarding the usual storage capacity of a magnetic swipe card ( like the ones that are used in ATM's ) ? (PS : Tried googling but didn't get anything satisfactory and point on)
1
vote
4answers
118 views

Ubiquitous computing and magnetic interference

Imagine the radio of a car, does the electro magnetic fields through which the car goes through, have interference in the processing? It's easy to understand that a strong field can corrupt data. But ...
0
votes
0answers
53 views

Android getRotationMatrix giving 0 for all values

I'm trying to use Magnetic Field and Accelerometer to calculate Orientation. However, the calculated Az, Pitch and Roll are 0. Here's the code: public void onSensorChanged(SensorEvent event) { // ...
0
votes
0answers
130 views

MSR905 Magnetic Stripe Reader/Writer

I am trying to work with MSR905 Magnetic Stripe Reader/Writer. I am trying to just figure out how to write the code to use the hardware. I can write in VB.NET, C++, C, Java and C#, so if you can ...
0
votes
1answer
63 views

How input string is represented in magnetic tapes?

I know that in turing machines, the (different) tapes are used for both input and output and for stack too. In a problem of adding 2 numbers using turing machine, the input is dealing with many ...
0
votes
2answers
221 views

Simulating physics electro magnetism for a gaming application

I am interested to know the steps involved and any important references required to simulate the following model which I wanted to develop out of my own interest. I wanted to work with some physics ...
0
votes
1answer
140 views

Android Magnetic windshield mount

Could you help me, please? I want to mount my Droid in magnetic windshield mount. How could I check programatically that Droid is mounted?
0
votes
4answers
2k views

Matlab: Magnetic fields calculated with biot-savarts-law

This is the code for the computation of magnetic fields using the biot-savart-law. I hope to get some tipps for the optimization of this code. Regrettably I use german language :( I never will do this ...
0
votes
2answers
570 views

Communicating with a MW-3170 magnetic card reader

One of our customers has asked if we can interface with a serial magnetic card reader/encoder from a old EPOS system. The device has no make only the MW-3170 model number. Does anybody know how I ...
-1
votes
3answers
73 views

magnetic tapes and banks

Magnetic tapes are still used in banking sector (I think, correct me If I am wrong). What is the main reason? Regards