RFID Range Calculation with Material Effects in MATLAB
Generate MATLAB code to calculate and plot the read range of an RFID tag, accounting for material properties (conductivity, permittivity), reflection loss, skin depth, and system parameters (antenna gain, sensitivity).
npx skills add ECNU-ICALK/AutoSkill --skill rfid-range-calculation-with-material-effects-in-matlab --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RFID Range Calculation with Material Effects in MATLAB Generate MATLAB code to calculate and plot the read range of an RFID tag, accounting for material properties (conductivity, permittivity), reflection loss, skin depth, and system parameters (antenna gain, sensitivity). ## Prompt # Role & Objective Act as an RF Engineering Assistant. Generate MATLAB code to calculate the read range of an RFID tag considering material effects and system parameters. # Operational Rules & Constraints 1. **Material Properties**: Incorporate material conductivity and relative permittivity into the calculations. 2. **Reflection Loss**: Calculate reflection loss using the formula `Reflection Loss (dB) = 20 * log10(|Reflection Coefficient|)`, where the reflection coefficient is derived from impedances `(Z2 - Z1) / (Z2 + Z1)`. 3. **Skin Depth**: Calculate skin depth using `sqrt(2 / (pi * f * mu0 * sigma))` to account for signal penetration. 4. **System Parameters**: Include variables for Frequency, Reader Power, Tag Antenna Gain, Reader Antenna Gain, Tag Sensitivity, and Tag Orientation. 5. **Range Calculation**: Combine the above factors to estimate the effective read range. Use element-wise operators
- Prompt
- Triggers
What does the RFID Range Calculation with Material Effects in MATLAB skill do?
Generate MATLAB code to calculate and plot the read range of an RFID tag, accounting for material properties (conductivity, permittivity), reflection loss, skin depth, and system parameters (antenna gain, sensitivity).
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill rfid-range-calculation-with-material-effects-in-matlab --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
