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).
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill rfid-range-calculation-with-material-effects-in-matlab --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rfid Range Calculation With Material Effects In Matlab?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-rfid-range-calculation-with-material-effects-in-ma)More formats (shields.io, HTML) on the badges page.
---
id: "0b6d1129-4923-462c-a5be-5e6c8ed26b94"
name: "RFID Range Calculation with Material Effects in MATLAB"
description: "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)."
version: "0.1.0"
tags:
- "matlab"
- "rfid"
- "physics"
- "simulation"
- "engineering"
triggers:
- "matlab code for rfid range"
- "calculate rfid range with material effects"
- "rfid simulation matlab"
- "rfid tag range equation code"
---
# 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 (e.g., `./`, `.*`) for vectorized distance arrays.
6. **Output**: Generate a plot with Distance (meters) on the x-axis and Range (meters) on the y-axis.
# Anti-Patterns
- Do not omit the reflection loss or skin depth calculations.
- Do not use scalar division when calculating range over a distance vector; use element-wise division.
## Triggers
- matlab code for rfid range
- calculate rfid range with material effects
- rfid simulation matlab
- rfid tag range equation code
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!