Skip to content

Commit 816118a

Browse files
authored
Merge pull request #17 from PaulThbt/main
Fixed video not displaying in FMCW Radar Doc
2 parents a092166 + 927709e commit 816118a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Projects/FMCWRadar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FMCW radars involves the continuous transmission and reception of a frequency mo
3333

3434
The transmitted signal is reflected from a static object and received by the radar. The received signal is called <span style="color:#9c76ab !important">$$R_x$$</span>. Below is a representation of $$T_x$$ and $$R_x$$'s amplitude and frequency over time :
3535

36-
<video autoplay loop>
36+
<video autoplay loop muted playsinline>
3737
<source src="{{site.baseurl}}/assets/videos/TxRx.mp4" type="video/mp4">
3838
</video>
3939
{: .text-center}
@@ -97,7 +97,7 @@ The mixing operation produces a signal which is the sum of two sinusoids :
9797

9898
The high frequency component HF at $$f_{T}+f_{R}$$ can easily be removed with a low pass filter. The remaining signal is a simple sinudoid at the beat frequency $$f_b=f_{T}-f_{R}$$. Below is a representation of the mixing signal operation :
9999

100-
<video autoplay loop>
100+
<video autoplay loop muted playsinline>
101101
<source src="{{site.baseurl}}/assets/videos/Mixing.mp4" type="video/mp4">
102102
</video>
103103
{: .text-center}

0 commit comments

Comments
 (0)