Logs: Difference between revisions
(19 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
2. In the experimental setup, a microphone with four terminals (GND, CLK, Data, and Vdd) is soldered onto a circuit board. The positive terminal of a waveform generator is connected to the CLK (input) terminal of the microphone to input a 4 MHz square wave with an amplitude of 5V. The Data (output) terminal of the microphone is connected to the positive terminal of an oscilloscope to observe the waveform output by the microphone in response to the CLK input. The Vdd terminal of the microphone is connected to the 5V supply (pin 1) of a Raspberry Pi 2 Model B. The negative terminals of the microphone, waveform generator, and oscilloscope are connected to the GND of the Raspberry Pi to provide a common ground.<br> | 2. In the experimental setup, a microphone with four terminals (GND, CLK, Data, and Vdd) is soldered onto a circuit board. The positive terminal of a waveform generator is connected to the CLK (input) terminal of the microphone to input a 4 MHz square wave with an amplitude of 5V. The Data (output) terminal of the microphone is connected to the positive terminal of an oscilloscope to observe the waveform output by the microphone in response to the CLK input. The Vdd terminal of the microphone is connected to the 5V supply (pin 1) of a Raspberry Pi 2 Model B. The negative terminals of the microphone, waveform generator, and oscilloscope are connected to the GND of the Raspberry Pi to provide a common ground.<br> | ||
The setup and output is below.<br> | The setup and output is below.<br> | ||
[[File:Waveform Generator.jpeg|320px|Waveform Generator]]<br><br> | [[File:Waveform Generator.jpeg|thumb|none|320px|Fig.1 Waveform Generator]]<br><br> | ||
[[File:Oscilloscope.jpg|320px|Oscilloscope]]<br><br> | [[File:Oscilloscope.jpg|thumb|none|320px|Fig.2 Oscilloscope]]<br><br> | ||
[[File:setup.jpg|320px|Setup]]<br> | [[File:setup.jpg|thumb|none|320px|Fig.3 Setup]]<br> | ||
3.Connect the sync output of the waveform generator to an input channel of the oscilloscope, using the waveform as a trigger signal to capture and stabilize the waveform output from the microphone.<br> | 3.Connect the sync output of the waveform generator to an input channel of the oscilloscope, using the waveform as a trigger signal to capture and stabilize the waveform output from the microphone.<br> | ||
===March 21, 2024=== | ===March 21, 2024=== | ||
Line 13: | Line 13: | ||
2.Connect two microphones to two channels of the oscilloscope and change the time division resolution to distinguish the time delay of the sound source at a certain distance, so as to determine its one-dimensional position.<br> | 2.Connect two microphones to two channels of the oscilloscope and change the time division resolution to distinguish the time delay of the sound source at a certain distance, so as to determine its one-dimensional position.<br> | ||
3.It is necessary to understand the two-dimensional and three-dimensional theoretical calculation to adjust the parameters to complete the measurement.<br> | 3.It is necessary to understand the two-dimensional and three-dimensional theoretical calculation to adjust the parameters to complete the measurement.<br> | ||
=== | ===March 26, 2024=== | ||
1. Done four experiments. Expt.1/2: Sound source position: 200cm. Expt.3: Sound source position: 150cm. Expt.4: Sound source position: 100cm. Output .dat file and analyze through matlab.<br> | 1. Done four experiments. Expt.1/2: Sound source position: 200cm. Expt.3: Sound source position: 150cm. Expt.4: Sound source position: 100cm. Output .dat file and analyze through matlab.<br> | ||
2. Analyze data. Plot the waveform diagram of the sound. Calculate and plot the cross-correlation function of signal 1&1, signal 2&2, signal 1&2.<br> | 2. Analyze data. Plot the waveform diagram of the sound. Calculate and plot the cross-correlation function of signal 1&1, signal 2&2, signal 1&2.<br> | ||
Line 19: | Line 19: | ||
2. Using FFT as a comparison (TDOA method, same theory not necessary)<br> | 2. Using FFT as a comparison (TDOA method, same theory not necessary)<br> | ||
=== | ===March 28, 2024=== | ||
Modify the code with another method that first calculate the FFT and then inverse it finally output an angle, but the angle will have an imaginary part. Try to derive the expression of the sound source position and change code further. Haven't adjust the time scale so that no new data update.<br> | Modify the code with another method that first calculate the FFT and then inverse it finally output an angle, but the angle will have an imaginary part. Try to derive the expression of the sound source position and change code further. Haven't adjust the time scale so that no new data update.<br> | ||
===April 2, 2024=== | ===April 2, 2024=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0402_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | |||
=====''Exp.1: 0cm''===== | |||
Time scale: 2.00ms/div<br> | Time scale: 2.00ms/div<br> | ||
0402_C2Trace00000 (Trigger)<br> | 0402_C2Trace00000 (Trigger)<br> | ||
0402_C3Trace00000<br> | 0402_C3Trace00000<br> | ||
Condition: L = 2m, x = | Condition: L = 2m, x = 0m<br> | ||
[[File: | The waveform is complete.<br> | ||
Result: x_pos = | [[File:0402_00_00.png|400px|thumb|none|Fig.2 Result of Exp.1_1]]<br> | ||
Result: <br> | |||
delta_t = 0.0045751s<br> | |||
x_pos = 0.22223m<br> | |||
Time scale: 2.00ms/div<br> | |||
0402_C2Trace00001 (Trigger)<br> | 0402_C2Trace00001 (Trigger)<br> | ||
0402_C3Trace00001<br> | 0402_C3Trace00001<br> | ||
Condition: L = 2m, x = 0m<br> | Condition: L = 2m, x = 0m<br> | ||
[[File: | The waveform is complete.<br> | ||
Result: x_pos = | [[File:0402_01_01.png|400px|thumb|none|Fig.3 Result of Exp.1_2]]<br> | ||
Result: <br> | |||
delta_t = 0.0051612s<br> | |||
x_pos = 0.12259m<br> | |||
=====''Exp. | =====''Exp.2: 50cm''===== | ||
Time scale: 2.00ms/div<br> | |||
0402_C2Trace00002 (Trigger)<br> | 0402_C2Trace00002 (Trigger)<br> | ||
0402_C3Trace00002<br> | 0402_C3Trace00002<br> | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
[[File: | The waveform is complete.<br> | ||
Result: x_pos = | [[File:0402_02_02.png|400px|thumb|none|Fig.4 Result of Exp.2]]<br> | ||
Result: <br> | |||
delta_t = 0.0008545s<br> | |||
x_pos = 0.85474m<br> | |||
=====''Exp.3''===== | =====''Exp.3: 100cm''===== | ||
Time scale: 2.00ms/div<br> | |||
0402_C2Trace00003 (Trigger)<br> | 0402_C2Trace00003 (Trigger)<br> | ||
0402_C3Trace00003<br> | 0402_C3Trace00003<br> | ||
Condition: L = 2m, x = 1m<br> | Condition: L = 2m, x = 1m<br> | ||
[[File: | The waveform is complete.<br> | ||
Result: x_pos = | [[File:0402_03_03.png|400px|thumb|none|Fig.5 Result of Exp.3]]<br> | ||
Result: <br> | |||
delta_t = 0.00105s<br> | |||
x_pos = 0.8215m<br> | |||
===April 9, 2024=== | ===April 9, 2024=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0409_detail_1.png|700px]]<br> | [[File:0409_detail_1.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1''===== | =====''Exp.1''===== | ||
Time scale: 500ms/div<br> | Time scale: 500ms/div<br> | ||
Line 62: | Line 77: | ||
0409_C2Trace00004<br> | 0409_C2Trace00004<br> | ||
Condition: L = 3.83m, x = 0m<br> | Condition: L = 3.83m, x = 0m<br> | ||
[[File:0409_00_04.png|400px]]<br> | [[File:0409_00_04.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | ||
Result: x_pos = -1.1787m<br> | Result: x_pos = -1.1787m<br> | ||
Line 70: | Line 85: | ||
0409_C2Trace00005<br> | 0409_C2Trace00005<br> | ||
Condition: L = 3.83m, x = 0m<br> | Condition: L = 3.83m, x = 0m<br> | ||
[[File:0409_01_05.png|400px]]<br> | [[File:0409_01_05.png|400px|thumb|none|Fig.3 Result of Exp.2]]<br> | ||
Result: x_pos = -1.1787m<br> | Result: x_pos = -1.1787m<br> | ||
Line 78: | Line 93: | ||
0409_C2Trace00006<br> | 0409_C2Trace00006<br> | ||
Condition: L = 3.83m, x = 0.4m<br> | Condition: L = 3.83m, x = 0.4m<br> | ||
[[File:0409_02_06.png|400px]]<br> | [[File:0409_02_06.png|400px|thumb|none|Fig.4 Result of Exp.3]]<br> | ||
Result: x_pos = 1.0405m<br> | Result: x_pos = 1.0405m<br> | ||
Line 86: | Line 101: | ||
0409_C2Trace00007<br> | 0409_C2Trace00007<br> | ||
Condition: L = 3.83m, x = 0.4m<br> | Condition: L = 3.83m, x = 0.4m<br> | ||
[[File:0409_03_07.png|400px]]<br> | [[File:0409_03_07.png|400px|thumb|none|Fig.5 Result of Exp.4]]<br> | ||
Result: x_pos = 1.0405m<br> | Result: x_pos = 1.0405m<br> | ||
Line 94: | Line 109: | ||
0409_2_C2Trace00008<br> | 0409_2_C2Trace00008<br> | ||
Condition: L = 3.82m, x = 3m<br> | Condition: L = 3.82m, x = 3m<br> | ||
[[File:0409_08_12.png|400px]]<br> | [[File:0409_08_12.png|400px|thumb|none|Fig.6 Result of Exp.5]]<br> | ||
Result: x_pos = 2.9739m<br> | Result: x_pos = 2.9739m<br> | ||
Line 102: | Line 117: | ||
0409_2_C2Trace00009<br> | 0409_2_C2Trace00009<br> | ||
Condition: L = 3.82m, x = 3m<br> | Condition: L = 3.82m, x = 3m<br> | ||
[[File:0409_09_13.png|400px]]<br> | [[File:0409_09_13.png|400px|thumb|none|Fig.7 Result of Exp.6]]<br> | ||
Result: x_pos = 2.9739m<br> | Result: x_pos = 2.9739m<br> | ||
Line 110: | Line 125: | ||
0409_2_C2Trace00010<br> | 0409_2_C2Trace00010<br> | ||
Condition: L = 3.82m, x = 3.82m<br> | Condition: L = 3.82m, x = 3.82m<br> | ||
[[File:0409_10_14.png|400px]]<br> | [[File:0409_10_14.png|400px|thumb|none|Fig.8 Result of Exp.7]]<br> | ||
Result: x_pos = 3.4398m<br> | Result: x_pos = 3.4398m<br> | ||
Line 118: | Line 133: | ||
0409_2_C2Trace00011<br> | 0409_2_C2Trace00011<br> | ||
Condition: L = 3.82m, x = 3.82m<br> | Condition: L = 3.82m, x = 3.82m<br> | ||
[[File:0409_11_15.png|400px]]<br> | [[File:0409_11_15.png|400px|thumb|none|Fig.9 Result of Exp.8]]<br> | ||
Result: x_pos = 3.4398m<br> | Result: x_pos = 3.4398m<br> | ||
===April 18, 2024=== | ===April 18, 2024=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0418_detail.jpg|400px]]<br> | [[File:0418_detail.jpg|400px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1''===== | =====''Exp.1''===== | ||
0418_C1Trace00000 (Trigger)<br> | 0418_C1Trace00000 (Trigger)<br> | ||
0418_C2Trace00013<br> | 0418_C2Trace00013<br> | ||
Condition: L = 0m, x = 0m<br> | Condition: L = 0m, x = 0m<br> | ||
[[File:0418_00_13.png|400px]]<br> | [[File:0418_00_13.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | ||
Result: x_pos = 0.002m<br> | Result: x_pos = 0.002m<br> | ||
Line 134: | Line 149: | ||
===Sound source: clap=== | ===Sound source: clap=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0422_clap_detail.png|700px]]<br> | [[File:0422_clap_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1: 0cm''===== | =====''Exp.1: 0cm''===== | ||
Time scale: 200ms/div<br> | Time scale: 200ms/div<br> | ||
Line 141: | Line 156: | ||
Condition: L = 2m, x = 0m<br> | Condition: L = 2m, x = 0m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_21_15.png|400px]]<br> | [[File:0422_21_15.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0033s<br> | delta_t = 0.0033s<br> | ||
Line 152: | Line 167: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is not complete because votage diversion is too large.<br> | The waveform is not complete because votage diversion is too large.<br> | ||
[[File:0422_14_08.png|400px]]<br> | [[File:0422_14_08.png|400px|thumb|none|Fig.3 Result of Exp.2_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0028s<br> | delta_t = 0.0028s<br> | ||
Line 163: | Line 178: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_19_13.png|400px]]<br> | [[File:0422_19_13.png|400px|thumb|none|Fig.4 Result of Exp.2_2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0040s<br> | delta_t = 0.0040s<br> | ||
Line 174: | Line 189: | ||
Condition: L = 2m, x = 1m<br> | Condition: L = 2m, x = 1m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_16_10.png|400px]]<br> | [[File:0422_16_10.png|400px|thumb|none|Fig.5 Result of Exp.3_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0101s<br> | delta_t = 0.0101s<br> | ||
Line 186: | Line 201: | ||
Condition: L = 2m, x = 1m<br> | Condition: L = 2m, x = 1m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_17_11.png|400px]]<br> | [[File:0422_17_11.png|400px|thumb|none|Fig.6 Result of Exp.3_2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 3.0000e-06s<br> | delta_t = 3.0000e-06s<br> | ||
Line 198: | Line 213: | ||
Condition: L = 2m, x = 1m<br> | Condition: L = 2m, x = 1m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_18_12.png|400px]]<br> | [[File:0422_18_12.png|400px|thumb|none|Fig.7 Result of Exp.3_3]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 4.1000e-06s<br> | delta_t = 4.1000e-06s<br> | ||
Line 210: | Line 225: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is not complete because the votage division is too large.<br> | The waveform is not complete because the votage division is too large.<br> | ||
[[File:0422_15_09.png|400px]]<br> | [[File:0422_15_09.png|400px|thumb|none|Fig.8 Result of Exp.4_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0034s<br> | delta_t = -0.0034s<br> | ||
Line 222: | Line 237: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_20_14.png|400px]]<br> | [[File:0422_20_14.png|400px|thumb|none|Fig.9 Result of Exp.4_2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0028s<br> | delta_t = -0.0028s<br> | ||
Line 233: | Line 248: | ||
Condition: L = 2m, x = 2m<br> | Condition: L = 2m, x = 2m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_22_16.png|400px]]<br> | [[File:0422_22_16.png|400px|thumb|none|Fig.10 Result of Exp.5]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0101s<br> | delta_t = -0.0101s<br> | ||
x_pos = 2.7207m<br> | x_pos = 2.7207m<br> | ||
===Sound source: Hello=== | ===Sound source: Hello=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0422_hello_detail.png|700px]]<br> | [[File:0422_hello_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1: 50cm''===== | =====''Exp.1: 50cm''===== | ||
Time scale: 200ms/div<br> | Time scale: 200ms/div<br> | ||
Line 248: | Line 262: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_23_17.png|400px]]<br> | [[File:0422_23_17.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0027s<br> | delta_t = 0.0027s<br> | ||
Line 259: | Line 273: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_24_18.png|400px]]<br> | [[File:0422_24_18.png|400px|thumb|none|Fig.3 Result of Exp.2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0030s<br> | delta_t = -0.0030s<br> | ||
x_pos = 1.5112m<br> | x_pos = 1.5112m<br> | ||
===Sound source: 'a'=== | ===Sound source: 'a'=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0422_a_detail.png|700px]]<br> | [[File:0422_a_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1: 50cm''===== | =====''Exp.1: 50cm''===== | ||
Time scale: 200ms/div<br> | Time scale: 200ms/div<br> | ||
Line 274: | Line 287: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_25_19.png|400px]]<br> | [[File:0422_25_19.png|400px|thumb|none|Fig.2 Result of Exp.1_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0027s<br> | delta_t = 0.0027s<br> | ||
Line 285: | Line 298: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_27_21.png|400px]]<br> | [[File:0422_27_21.png|400px|thumb|none|Fig.3 Result of Exp.1_2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0027s<br> | delta_t = 0.0027s<br> | ||
Line 296: | Line 309: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_26_20.png|400px]]<br> | [[File:0422_26_20.png|400px|thumb|none|Fig.4 Result of Exp.2_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0030s<br> | delta_t = -0.0030s<br> | ||
Line 307: | Line 320: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0422_28_22.png|400px]]<br> | [[File:0422_28_22.png|400px|thumb|none|Fig.5 Result of Exp.2_2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0030s<br> | delta_t = -0.0030s<br> | ||
x_pos = 1.5079m<br> | x_pos = 1.5079m<br> | ||
===April 24, 2024=== | ===April 24, 2024=== | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0424_hello_detail.png|700px]]<br> | [[File:0424_hello_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | ||
=====''Exp.1: 0cm''===== | =====''Exp.1: 0cm''===== | ||
Time scale: 200ms/div<br> | Time scale: 200ms/div<br> | ||
Line 322: | Line 334: | ||
Condition: L = 2m, x = 0m<br> | Condition: L = 2m, x = 0m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_29_23.png|400px]]<br> | [[File:0424_29_23.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.008608s<br> | delta_t = 0.008608s<br> | ||
Line 333: | Line 345: | ||
Condition: L = 2m, x = 2m<br> | Condition: L = 2m, x = 2m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_30_24.png|400px]]<br> | [[File:0424_30_24.png|400px|thumb|none|Fig.3 Result of Exp.2_1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0055572s<br> | delta_t = -0.0055572s<br> | ||
Line 340: | Line 352: | ||
Detail of experiments:<br> | Detail of experiments:<br> | ||
[[File:0424_yes_detail.png|700px]]<br> | [[File:0424_yes_detail.png|700px|thumb|none|Fig.4 Experiment detail]]<br> | ||
=====''Exp.1: -50cm''===== | =====''Exp.1: -50cm''===== | ||
Time scale: 200ms/div<br> | Time scale: 200ms/div<br> | ||
Line 347: | Line 359: | ||
Condition: L = 2m, x = -0.5m<br> | Condition: L = 2m, x = -0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_31_25.png|400px]]<br> | [[File:0424_31_25.png|400px|thumb|none|Fig.5 Result of Exp.1]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0056889s<br> | delta_t = 0.0056889s<br> | ||
Line 358: | Line 370: | ||
Condition: L = 2m, x = 0m<br> | Condition: L = 2m, x = 0m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_32_26.png|400px]]<br> | [[File:0424_32_26.png|400px|thumb|none|Fig.6 Result of Exp.2]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.0074461s<br> | delta_t = 0.0074461s<br> | ||
Line 369: | Line 381: | ||
Condition: L = 2m, x = 0.5m<br> | Condition: L = 2m, x = 0.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_33_27.png|400px]]<br> | [[File:0424_33_27.png|400px|thumb|none|Fig.7 Result of Exp.3]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = 0.002868s<br> | delta_t = 0.002868s<br> | ||
Line 380: | Line 392: | ||
Condition: L = 2m, x = 1m<br> | Condition: L = 2m, x = 1m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_34_28.png|400px]]<br> | [[File:0424_34_28.png|400px|thumb|none|Fig.8 Result of Exp.4]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.00052826s<br> | delta_t = -0.00052826s<br> | ||
Line 391: | Line 403: | ||
Condition: L = 2m, x = 1.5m<br> | Condition: L = 2m, x = 1.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_35_29.png|400px]]<br> | [[File:0424_35_29.png|400px|thumb|none|Fig.9 Result of Exp.5]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0016308s<br> | delta_t = -0.0016308s<br> | ||
Line 402: | Line 414: | ||
Condition: L = 2m, x = 2m<br> | Condition: L = 2m, x = 2m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_36_30.png|400px]]<br> | [[File:0424_36_30.png|400px|thumb|none|Fig.10 Result of Exp.6]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0.0053853s<br> | delta_t = -0.0053853s<br> | ||
Line 413: | Line 425: | ||
Condition: L = 2m, x = 2.5m<br> | Condition: L = 2m, x = 2.5m<br> | ||
The waveform is complete.<br> | The waveform is complete.<br> | ||
[[File:0424_37_31.png|400px]]<br> | [[File:0424_37_31.png|400px|thumb|none|Fig.11 Result of Exp.7]]<br> | ||
Result: <br> | Result: <br> | ||
delta_t = -0. | delta_t = -0.000027986<br> | ||
x_pos = 1.974m<br> | x_pos = 1.974m<br> | ||
===April 25, 2024=== | |||
Detail of experiments:<br> | |||
[[File:0425_a_detail.png|700px|thumb|none|Fig.1 Experiment detail]]<br> | |||
=====''Exp.1: 0cm''===== | |||
Time scale: 200ms/div<br> | |||
0424_C2Trace00038 (Trigger)<br> | |||
0424_C4Trace00032<br> | |||
Condition: L = 2m, x = 0m<br> | |||
The waveform is complete.<br> | |||
[[File:0425_38_32.png|400px|thumb|none|Fig.2 Result of Exp.1]]<br> | |||
Result: <br> | |||
delta_t = 0.000027986s<br> | |||
x_pos = 1.0048m<br> | |||
Detail of experiments:<br> | |||
[[File:0425_yes_detail.png|700px|700px|thumb|none|Fig.3 Experiment detail]]<br> | |||
=====''Exp.1: 0cm''===== | |||
Time scale: 200ms/div<br> | |||
0424_C2Trace00039 (Trigger)<br> | |||
0424_C4Trace00033<br> | |||
Condition: L = 2m, x = 0m<br> | |||
The waveform is complete.<br> | |||
[[File:0425_39_33.png|400px|thumb|none|Fig.4 Result of Exp.1]]<br> | |||
Result: <br> | |||
delta_t = 0.0055856s<br> | |||
x_pos = 0.050451m<br> | |||
=====''Exp.2: 150cm''===== | |||
Time scale: 200ms/div<br> | |||
0424_C2Trace00040 (Trigger)<br> | |||
0424_C4Trace00034<br> | |||
Condition: L = 2m, x = 1.5m<br> | |||
The waveform is complete.<br> | |||
[[File:0425_40_34.png|400px|thumb|none|Fig.5 Result of Exp.2]]<br> | |||
Result: <br> | |||
delta_t = -0.0028833s<br> | |||
x_pos = 1.4902m<br> |
Latest revision as of 23:53, 27 April 2024
March 12, 2024
1.use function generator (waveform generator) to input 4MHz signal to test microphone to see if it works.
March 14, 2024
1.Connect the waveform generator to the oscilloscope and set it up to check the waveform.
2. In the experimental setup, a microphone with four terminals (GND, CLK, Data, and Vdd) is soldered onto a circuit board. The positive terminal of a waveform generator is connected to the CLK (input) terminal of the microphone to input a 4 MHz square wave with an amplitude of 5V. The Data (output) terminal of the microphone is connected to the positive terminal of an oscilloscope to observe the waveform output by the microphone in response to the CLK input. The Vdd terminal of the microphone is connected to the 5V supply (pin 1) of a Raspberry Pi 2 Model B. The negative terminals of the microphone, waveform generator, and oscilloscope are connected to the GND of the Raspberry Pi to provide a common ground.
The setup and output is below.



3.Connect the sync output of the waveform generator to an input channel of the oscilloscope, using the waveform as a trigger signal to capture and stabilize the waveform output from the microphone.
March 21, 2024
1.Replace the digital microphone with a microphone that outputs an analog signal, which has 3 amplifiers.
2.Connect two microphones to two channels of the oscilloscope and change the time division resolution to distinguish the time delay of the sound source at a certain distance, so as to determine its one-dimensional position.
3.It is necessary to understand the two-dimensional and three-dimensional theoretical calculation to adjust the parameters to complete the measurement.
March 26, 2024
1. Done four experiments. Expt.1/2: Sound source position: 200cm. Expt.3: Sound source position: 150cm. Expt.4: Sound source position: 100cm. Output .dat file and analyze through matlab.
2. Analyze data. Plot the waveform diagram of the sound. Calculate and plot the cross-correlation function of signal 1&1, signal 2&2, signal 1&2.
Outlook: 1. Multiply the time interval with peak position to get time difference
2. Using FFT as a comparison (TDOA method, same theory not necessary)
March 28, 2024
Modify the code with another method that first calculate the FFT and then inverse it finally output an angle, but the angle will have an imaginary part. Try to derive the expression of the sound source position and change code further. Haven't adjust the time scale so that no new data update.
April 2, 2024
Detail of experiments:

Exp.1: 0cm
Time scale: 2.00ms/div
0402_C2Trace00000 (Trigger)
0402_C3Trace00000
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.0045751s
x_pos = 0.22223m
Time scale: 2.00ms/div
0402_C2Trace00001 (Trigger)
0402_C3Trace00001
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.0051612s
x_pos = 0.12259m
Exp.2: 50cm
Time scale: 2.00ms/div
0402_C2Trace00002 (Trigger)
0402_C3Trace00002
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.0008545s
x_pos = 0.85474m
Exp.3: 100cm
Time scale: 2.00ms/div
0402_C2Trace00003 (Trigger)
0402_C3Trace00003
Condition: L = 2m, x = 1m
The waveform is complete.

Result:
delta_t = 0.00105s
x_pos = 0.8215m
April 9, 2024
Detail of experiments:

Exp.1
Time scale: 500ms/div
0409_C4Trace00000 (Trigger)
0409_C2Trace00004
Condition: L = 3.83m, x = 0m

Result: x_pos = -1.1787m
Exp.2
Time scale: 200ms/div
0409_C4Trace00001 (Trigger)
0409_C2Trace00005
Condition: L = 3.83m, x = 0m

Result: x_pos = -1.1787m
Exp.3
Time scale: 200ms/div
0409_C4Trace00002 (Trigger)
0409_C2Trace00006
Condition: L = 3.83m, x = 0.4m

Result: x_pos = 1.0405m
Exp.4
Time scale: 500ms/div
0409_C4Trace00003 (Trigger)
0409_C2Trace00007
Condition: L = 3.83m, x = 0.4m

Result: x_pos = 1.0405m
Exp.5
Time scale: 200ms/div
0409_2_C4Trace000012 (Trigger)
0409_2_C2Trace00008
Condition: L = 3.82m, x = 3m

Result: x_pos = 2.9739m
Exp.6
Time scale: 500ms/div
0409_2_C4Trace000013 (Trigger)
0409_2_C2Trace00009
Condition: L = 3.82m, x = 3m

Result: x_pos = 2.9739m
Exp.7
Time scale: 200ms/div
0409_2_C4Trace000014 (Trigger)
0409_2_C2Trace00010
Condition: L = 3.82m, x = 3.82m

Result: x_pos = 3.4398m
Exp.8
Time scale: 500ms/div
0409_2_C4Trace000015 (Trigger)
0409_2_C2Trace00011
Condition: L = 3.82m, x = 3.82m

Result: x_pos = 3.4398m
April 18, 2024
Detail of experiments:

Exp.1
0418_C1Trace00000 (Trigger)
0418_C2Trace00013
Condition: L = 0m, x = 0m

Result: x_pos = 0.002m
April 22, 2024
Sound source: clap
Detail of experiments:

Exp.1: 0cm
Time scale: 200ms/div
0422_C2Trace00021 (Trigger)
0422_C4Trace00015
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.0033s
x_pos = 0.4372m
Exp.2: 50cm
Time scale: 200ms/div
0422_C2Trace00014 (Trigger)
0422_C4Trace00008
Condition: L = 2m, x = 0.5m
The waveform is not complete because votage diversion is too large.

Result:
delta_t = 0.0028s
x_pos = 0.5268m
Time scale: 200ms/div
0422_C2Trace00019 (Trigger)
0422_C4Trace00013
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.0040s
x_pos = 0.3118m
Exp.3: 100cm
Time scale: 200ms/div
0422_C2Trace00016 (Trigger)
0422_C4Trace00010
Condition: L = 2m, x = 1m
The waveform is complete.

Result:
delta_t = 0.0101s
x_pos = -0.7191m
Here set ch_0 as C2 and ch_1 as C4
Time scale: 50ms/div
0422_C2Trace00017 (Trigger)
0422_C4Trace00011
Condition: L = 2m, x = 1m
The waveform is complete.

Result:
delta_t = 3.0000e-06s
x_pos = 0.9995m
Here set ch_0 as C2 and ch_1 as C4
Time scale: 5ms/div
0422_C2Trace00018 (Trigger)
0422_C4Trace00012
Condition: L = 2m, x = 1m
The waveform is complete.

Result:
delta_t = 4.1000e-06s
x_pos = 0.9993m
Here set ch_0 as C2 and ch_1 as C4
Exp.4: 150cm
Time scale: 200ms/div
0422_C2Trace00015 (Trigger)
0422_C4Trace00009
Condition: L = 2m, x = 1.5m
The waveform is not complete because the votage division is too large.

Result:
delta_t = -0.0034s
x_pos = 1.5772m
Here set ch_0 as C2 and ch_1 as C4
Time scale: 200ms/div
0422_C2Trace00020 (Trigger)
0422_C4Trace00014
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0028s
x_pos = 1.4778m
Exp.5: 200cm
Time scale: 200ms/div
0422_C2Trace00022 (Trigger)
0422_C4Trace00016
Condition: L = 2m, x = 2m
The waveform is complete.

Result:
delta_t = -0.0101s
x_pos = 2.7207m
Sound source: Hello
Detail of experiments:

Exp.1: 50cm
Time scale: 200ms/div
0422_C2Trace00023 (Trigger)
0422_C4Trace00017
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.0027s
x_pos = 0.5325m
Exp.2: 150cm
Time scale: 200ms/div
0422_C2Trace00024 (Trigger)
0422_C4Trace00018
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0030s
x_pos = 1.5112m
Sound source: 'a'
Detail of experiments:

Exp.1: 50cm
Time scale: 200ms/div
0422_C2Trace00025 (Trigger)
0422_C4Trace00019
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.0027s
x_pos = 0.5342m
Time scale: 5ms/div
0422_C2Trace00027 (Trigger)
0422_C4Trace00021
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.0027s
x_pos = 0.5345m
Exp.2: 150cm
Time scale: 200ms/div
0422_C2Trace00026 (Trigger)
0422_C4Trace00020
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0030s
x_pos = 1.5052m
Time scale: 5ms/div
0422_C2Trace00028 (Trigger)
0422_C4Trace00022
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0030s
x_pos = 1.5079m
April 24, 2024
Detail of experiments:

Exp.1: 0cm
Time scale: 200ms/div
0424_C2Trace00029 (Trigger)
0424_C4Trace00023
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.008608s
x_pos = -0.46336m
Exp.2: 200cm
Time scale: 200ms/div
0424_C2Trace00030 (Trigger)
0424_C4Trace00024
Condition: L = 2m, x = 2m
The waveform is complete.

Result:
delta_t = -0.0055572s
x_pos = 1.9447m
Detail of experiments:

Exp.1: -50cm
Time scale: 200ms/div
0424_C2Trace00031 (Trigger)
0424_C4Trace00025
Condition: L = 2m, x = -0.5m
The waveform is complete.

Result:
delta_t = 0.0056889s
x_pos = 0.03289m
Exp.2: 0cm
Time scale: 200ms/div
0424_C2Trace00032 (Trigger)
0424_C4Trace00026
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.0074461s
x_pos = -0.26584m
Exp.3: 50cm
Time scale: 200ms/div
0424_C2Trace00033 (Trigger)
0424_C4Trace00027
Condition: L = 2m, x = 0.5m
The waveform is complete.

Result:
delta_t = 0.002868s
x_pos = 0.51244m
Exp.4: 100cm
Time scale: 200ms/div
0424_C2Trace00034 (Trigger)
0424_C4Trace00028
Condition: L = 2m, x = 1m
The waveform is complete.

Result:
delta_t = -0.00052826s
x_pos = 1.0898m
Exp.5: 150cm
Time scale: 200ms/div
0424_C2Trace00035 (Trigger)
0424_C4Trace00029
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0016308s
x_pos = 1.2772m
Exp.6: 200cm
Time scale: 200ms/div
0424_C2Trace00036 (Trigger)
0424_C4Trace00030
Condition: L = 2m, x = 2m
The waveform is complete.

Result:
delta_t = -0.0053853s
x_pos = 1.9155m
Exp.7: 250cm
Time scale: 200ms/div
0424_C2Trace00037 (Trigger)
0424_C4Trace00031
Condition: L = 2m, x = 2.5m
The waveform is complete.

Result:
delta_t = -0.000027986
x_pos = 1.974m
April 25, 2024
Detail of experiments:

Exp.1: 0cm
Time scale: 200ms/div
0424_C2Trace00038 (Trigger)
0424_C4Trace00032
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.000027986s
x_pos = 1.0048m
Detail of experiments:

Exp.1: 0cm
Time scale: 200ms/div
0424_C2Trace00039 (Trigger)
0424_C4Trace00033
Condition: L = 2m, x = 0m
The waveform is complete.

Result:
delta_t = 0.0055856s
x_pos = 0.050451m
Exp.2: 150cm
Time scale: 200ms/div
0424_C2Trace00040 (Trigger)
0424_C4Trace00034
Condition: L = 2m, x = 1.5m
The waveform is complete.

Result:
delta_t = -0.0028833s
x_pos = 1.4902m