From 5f6e1a94bd2612c3b2e39b802c6d6be6fdcecdf6 Mon Sep 17 00:00:00 2001 From: rohph Date: Wed, 26 Mar 2025 17:42:45 -0400 Subject: [PATCH] Update content.json --- src/data/content.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/content.json b/src/data/content.json index ee20599..01ed6a9 100644 --- a/src/data/content.json +++ b/src/data/content.json @@ -64,10 +64,12 @@ "qft": [ { "title": "The Fourier Transform", + "imageUrl": "https://www.nti-audio.com/portals/0/pic/news/FFT-Time-Frequency-View-540.png", "msg": "The Fourier transform is a powerful mathematical tool with applications in many areas, including signal processing and image compression. It is based on the idea that any periodic function can be represented as a series of sine and cosine waves of varying frequencies. It allows us to determine the amplitude of each of the frequencies that make up a complete waveform." }, { "title": "Waves", + "imageUrl": "https://upload.wikimedia.org/wikipedia/commons/d/db/Sequential_superposition_of_plane_waves.gif", "msg": "Waves are all around us, in the form of sound waves, light waves, or even matter waves (in fact, in quantum mechanics, the position and momentum of a particle are related by the Fourier transform). If you have used any device which uses WiFi (which sends information using electromagnetic waves) today, you have used the Fourier transform." }, { @@ -80,6 +82,7 @@ }, { "title": "The Quantum Fourier transform", + "imageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Q_fourier_3qubits.png/900px-Q_fourier_3qubits.png", "msg": "The QFT implements the DFT using a series of Hadamard and phase shift gates, represented as matrices. These gates transform the qubits from a state representing the sample points that were input to a state representing the Fourier transform." }, {