Skip to main content

Quantum Radar Hides In Plain Sight

Radar was a great invention that made air travel much safer and weather prediction more accurate, indeed it is even credited with winning the Battle of Britain. However, it carries a little problem with it during times of war. Painting a target with radar (or even sonar) is equivalent to standing up and wildly waving a red flag in front of your enemy, which is why for example submarines often run silent and only listen, or why fighter aircraft often rely on guidance from another aircraft. However, researchers in Italy, the UK, the US, and Austria have built a proof-of-concept radar that is very difficult to detect which relies upon quantum entanglement.

Despite quantum physics being hard to follow, the concept for the radar is pretty easy to understand. First, they generate an entangled pair of microwave photons, a task they perform with a Josephson phase converter. Then they store an “idle” photon while sending the “signal” photon out into the world. Detecting a single photon coming back is prone to noise, but in this case detecting the signal photon disturbs the idle photon and is reasonably easy to detect. It is likely that the entanglement will no longer be intact by the time of the return, but the correlation between the two photons remains detectable.

Of course, in reality they don’t use just a single photon. The process — known as quantum illumination — uses the weakened correlation and sampling to beat the performance of other techniques using the same number of photons and bandwidth.

Other than the quantum part, the rest of the setup is pretty simple to understand. The signal frequency is a little more than 10 GHz, while the idler is at almost 7 GHz. The receiver down converts to an intermediate frequency of 20 MHz and then uses a 100 MHz 8-bit A/D to grab the signal and do a Fourier transform.

Most of what we see involving quantum physics involves computing. We are still hoping [Sean] will work out his quantum coffee pot.



from Hackaday https://ift.tt/2NzRFDA

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...