Skip to content

Notebooks

The repository now contains six notebooks: three English notebooks and three Chinese notebooks. The English documentation lists English notebooks first, then Chinese notebooks. Code cells stay aligned across language versions; the English versions mainly make markdown headings and explanations easier for English readers.

English Versions

Notebook Role
mmlock_c61_paper_reading_en.ipynb English paper-reading notebook for the mmLock paper.
radar_fft_cube_progress_en.ipynb English radar FFT processing workflow.
cnn_blstm_pointcloud_training_en.ipynb English point-cloud sequence modeling workflow.

Chinese Versions

Notebook Role
mmlock_c61_paper_reading_zh.ipynb Chinese paper-reading notebook for mmLock.
radar_fft_cube_progress_zh.ipynb Chinese radar FFT processing workflow.
cnn_blstm_pointcloud_training_zh.ipynb Chinese point-cloud sequence modeling workflow.

Reading Path

  1. Start with the paper-reading notebook to understand the security problem and system design.
  2. Read the FFT notebook to see how raw ADC data becomes radar cubes and point clouds.
  3. Read the training notebook to see how point-cloud sequences become CNN + BiLSTM inputs.