File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -113,3 +113,36 @@ A comprehensive end-to-end RFID AoA estimation pipeline that:
113113 - Heatmap representations
114114- Performs error analysis and method comparison
115115- Outputs organized figures and complete analysis reports
116+
117+ ## 📁 Repository Structure
118+
119+ The repository is organized with the following key directories:
120+
121+ ### ` /MATLAB `
122+
123+ Contains all MATLAB implementation scripts:
124+
125+ - ` process_experimental_data.m ` : Preprocessing script for raw CSV data
126+ - ` antenna_array_processing.m ` : Complete end-to-end AoA analysis pipeline
127+
128+ ### ` /figures `
129+
130+ Stores generated visualization outputs from the analysis:
131+
132+ - AoA estimation plots
133+ - Spectral analysis visualizations
134+ - 3D beam pattern representations
135+ - Method comparison charts
136+ - Error analysis visualizations
137+
138+ Example figures are included to demonstrate the expected output format.
139+
140+ ### ` /results `
141+
142+ Contains processed data and analysis results:
143+
144+ - ` rfid_array_data.mat ` : Preprocessed dataset ready for analysis
145+ - ` complete_analysis.mat ` : Comprehensive results from all estimation methods
146+ - Performance metrics and statistical evaluations
147+
148+ Example result files are provided to illustrate the data structure.
You can’t perform that action at this time.
0 commit comments