Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
striderZA
/
Tiny-RF-Simulator
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Network Analyzer instrument (non-invasive gain/NF sweep)
- #65
#65
Merged
striderZA
merged 13 commits into
master
striderZA/Tiny-RF-Simulator:master
from
feature/network-analyzer
striderZA/Tiny-RF-Simulator:feature/network-analyzer
Copy head branch name to clipboard
Aug 10, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: Network Analyzer instrument (non-invasive gain/NF sweep)
#65
striderZA
merged 13 commits into
master
striderZA/Tiny-RF-Simulator:master
from
feature/network-analyzer
striderZA/Tiny-RF-Simulator:feature/network-analyzer
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2026
feat: add NetworkAnalyzerEngine (stimulus synthesis + gain/NF measurement)
striderZA
committed
56bffe1
View commit details
Copy full SHA for 56bffe1
Browse repository at this point
refactor: NetworkAnalyzerEngine::update() reuses ComponentEngineBase::beginUpdate()
striderZA
committed
8e93862
View commit details
Copy full SHA for 8e93862
Browse repository at this point
feat: add NetworkAnalyzerWidget (gain/NF ImPlot result window)
striderZA
committed
bd41b7c
View commit details
Copy full SHA for bd41b7c
Browse repository at this point
feat: wire Network Analyzer into canvas, inspector, save/load
striderZA
committed
2081519
View commit details
Copy full SHA for 2081519
Browse repository at this point
test: fix test_component_authoring.cpp's hardcoded 11-type expectation (12 with network_analyzer)
Show description for 5a95ebb
striderZA
committed
5a95ebb
View commit details
Copy full SHA for 5a95ebb
Browse repository at this point
test: convert Network Analyzer widget smoke test to RAII ImGuiFixture
Show description for cd91ee0
striderZA
committed
cd91ee0
View commit details
Copy full SHA for cd91ee0
Browse repository at this point
refactor: rewrite NetworkAnalyzerEngine as plain class with path-finding and private clone-chain measurement
striderZA
committed
cf43ea2
View commit details
Copy full SHA for cf43ea2
Browse repository at this point
refactor: remove per-instance Network Analyzer machinery, wire singleton panel
striderZA
committed
a66312c
View commit details
Copy full SHA for a66312c
Browse repository at this point
feat: persist Network Analyzer sweep params and probe points in project files
Show description for b9a666b
striderZA
committed
b9a666b
View commit details
Copy full SHA for b9a666b
Browse repository at this point
fix: clear Network Analyzer probe points on reset() to prevent stale-pin aliasing
Show description for e57b7b2
striderZA
committed
e57b7b2
View commit details
Copy full SHA for e57b7b2
Browse repository at this point
refactor: remove redundant ComponentTypeRegistry::findByType, use existing find()
Show description for 3ba2e92
striderZA
committed
3ba2e92
View commit details
Copy full SHA for 3ba2e92
Browse repository at this point
fix: clone chain reads the actual output port used on the real graph
Show description for 1faebf6
striderZA
committed
1faebf6
View commit details
Copy full SHA for 1faebf6
Browse repository at this point
fix: cap findUniquePath's DFS to bound pathological branching graphs
Show description for 6e149fe
striderZA
committed
6e149fe
View commit details
Copy full SHA for 6e149fe
Browse repository at this point
You can’t perform that action at this time.