Skip to content

Commit 0ff9669

Browse files
committed
docs: added example explanation in README file
1 parent 837d620 commit 0ff9669

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)