-
Notifications
You must be signed in to change notification settings - Fork 108
feat(Examples): Max78000 RF Segment Demo #1387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(Examples): Max78000 RF Segment Demo #1387
Conversation
Initial commit of the RF Spectrum Sensing demo for MAX78000. The application software/demo was based on the UNet-highres-demo example and updated to leverage the model and sample data for the RF spectrum sensing application.
This pull request is stale because it has been open for 30 days with no activity. Remove stale label, commit, or comment or this will be closed in 7 days. |
Stale Commit. Comment to keep it active. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting demo. Just a typo with copyright.
* | ||
* Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by | ||
* Analog Devices, Inc.), | ||
* Copyright (C) 2023-5 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (C) 2023-2025 Analog Devices, Inc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sihyung-maxim. Date has been updated.
Updated the weights and model code based on the model and training data committed to the ai8x- repos.
8f68f29
to
eb8d242
Compare
Adds the MAX78000 CNN demo project for the Spectrum Sensing model/dataset. This is similar to the other CNN demos, leveraging the serial loader capability for data exchange. The companion PRs for this demo are: