{"id":48155733,"url":"https://github.com/radarsimx/radarsimm","last_synced_at":"2026-04-04T17:17:17.177Z","repository":{"id":197076796,"uuid":"697841275","full_name":"radarsimx/radarsimm","owner":"radarsimx","description":"MATLAB API for RadarSimX","archived":false,"fork":false,"pushed_at":"2026-03-10T19:38:10.000Z","size":31360,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T01:17:12.066Z","etag":null,"topics":["matlab","radar","simulation"],"latest_commit_sha":null,"homepage":"https://radarsimx.github.io/radarsimm/","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radarsimx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-28T15:26:15.000Z","updated_at":"2026-03-10T19:38:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"2269d829-64ae-4c75-a363-6d0eb6c677ec","html_url":"https://github.com/radarsimx/radarsimm","commit_stats":{"total_commits":59,"total_committers":1,"mean_commits":59.0,"dds":0.0,"last_synced_commit":"18e56fe60478c6e00c46498bf1e0e6024f23308c"},"previous_names":["radarsimx/radarsimm"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/radarsimx/radarsimm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarsimx%2Fradarsimm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarsimx%2Fradarsimm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarsimx%2Fradarsimm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarsimx%2Fradarsimm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radarsimx","download_url":"https://codeload.github.com/radarsimx/radarsimm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarsimx%2Fradarsimm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matlab","radar","simulation"],"created_at":"2026-04-04T17:17:17.070Z","updated_at":"2026-04-04T17:17:17.160Z","avatar_url":"https://github.com/radarsimx.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RadarSimM\n\n\u003cimg src=\"https://raw.githubusercontent.com/radarsimx/.github/refs/heads/main/profile/radarsimm.svg\" alt=\"logo\" width=\"200\"/\u003e\n\nRadar Simulator for MATLAB.\n\n## Introdcution\n\n[`RadarSimM`](https://radarsimx.com/product/radarsimm/) is the MATLAB interface of RadarSimX. It utilizes the powerful C++/CUDA backend engine [`RadarSimCpp`](https://radarsimx.com/radarsimx/radarsimcpp/). This interface is designed to provide radar transceiver modeling and baseband simulation capabilities for both point targets and 3D models. It offers similar features as [`RadarSimPy`](https://radarsimx.com/product/radarsimpy/).\n\n| RadarSimPy | RadarSimM |\n| ---------- | --------- |\n| \u003cimg src=\"./assets/fmcw_py.png\" alt=\"radarsimpy\"/\u003e | \u003cimg src=\"./assets/fmcw_m.png\" alt=\"radarsimpy\"/\u003e |\n| \u003cimg src=\"./assets/arbitrary_py.png\" alt=\"radarsimpy\"/\u003e | \u003cimg src=\"./assets/arbitrary_m.png\" alt=\"radarsimpy\"/\u003e |\n| \u003cimg src=\"./assets/imaging_py.png\" alt=\"radarsimpy\"/\u003e | \u003cimg src=\"./assets/imaging_m.png\" alt=\"radarsimpy\"/\u003e |\n| \u003cimg src=\"./assets/interference_py.png\" alt=\"radarsimpy\"/\u003e | \u003cimg src=\"./assets/interference_m.png\" alt=\"radarsimpy\"/\u003e |\n\n## Key Features\n\n- ### Radar Modeling\n\n  - Radar transceiver modeling\n  - Arbitrary waveform\n  - Phase noise\n  - Phase/amplitude modulation\n  - Fast-time/slow-time modulation\n\n- ### Simulation\n\n  - Simulation of radar baseband data from point targets\n  - Simulation of radar baseband data from 3D modeled objects/environment\n  - Simulation of interference\n  - (TODO) Simulation of target's RCS\n  - (TODO) Simulation of LiDAR point cloud from 3D modeled objects/environment\n\n## Dependence\n\n- MATLAB 64bit\n- [MinGW-w64 C/C++ compiler](https://www.mathworks.com/support/requirements/supported-compilers.html) (Windows)\n\n## Installation \u0026 Usage\n\n- Download the compiled module from [RadarSimM](https://radarsimx.com/product/radarsimm/)\n- Try the files in `examples`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradarsimx%2Fradarsimm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradarsimx%2Fradarsimm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradarsimx%2Fradarsimm/lists"}