-
I tried to run the FMCW radar example (web: [1], source: [3])
But I get "UnicodeEncodeError: 'charmap' codec can't encode character '\u2834' in position 0: character maps to " and after that a lot of…
-
Hi Emre Kurtoglu,
Firstly, thank you for providing such a comprehensive simulation tool for FMCW MIMO radar. I have encountered a couple of issues while running the scripts and would appreciate you…
-
Issue Description
The FMCW radar simulation function seems to have an oversight in the calculation of the time array t. Currently, the t array does not account for the adcStart, which is crucial for …
-
Hello! I'm interested in your insightful work and would like to utilize it for real-world applications.
However, I'm curious about the details of the FMCW generation.
I want to know whether the ge…
-
When running the simulator on 3.10.7.0 (Python 3.10.12) under Ubuntu 22.04 I get the following errors in the variables
Param - ID(id):
ID "min_output_buffer" is blacklisted.
ID "max_output_…
-
Scripts involved: `fmcw_plot`, `fmcw_range`, `fmcw_load`
Relevant variables structured as `var` (script):
-`Rcoarse` (fmcw_range), `rc` (fmcw_plot) -- range to bin centers
-`spec` (fmcw_range), `…
-
Hi. It's a great project.
I want to use KAN in radar signal processing domain. As you know that the radar signal is complex number. When I create a dataset with complex data and try to train KAN it r…
-
**Have you looked for an answer?**
I checked the documentation and readme.
**Question/Issue**:
I tried to use the bgt60-configurator-cli tool, in the Radar Development Kit 3.5, I can not find R…
-
# Interesting papers
## 카메라 포즈 찾기의 전쟁?
- [Pan 2024 - Global Structure-from-Motion Revisited](https://lpanaf.github.io/eccv24_glomap/)
- COLMAP의 저자 참여. COLMAP의 global mapping 파트 개선. 일주일 걸리는 …
-
Hi!
I'm trying to develop a radar simulation (FMCW radar), so I am reading a lot of papers. Still I can't figure out the PhysicalOpticsIntegral function. I usually find formulas similar to your code,…