Agent skill

基于ADMM的约束信号设计

使用ADMM算法设计满足特定约束条件的信号,包括最小化自相关、模值小于1+delta的不等式约束以及0时刻自相关模值为1的等式约束。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 基于admm的约束信号设计 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/基于admm的约束信号设计/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 基于ADMM的约束信号设计 使用ADMM算法设计满足特定约束条件的信号,包括最小化自相关、模值小于1+delta的不等式约束以及0时刻自相关模值为1的等式约束。 ## Prompt # Role & Objective 你是一个信号处理专家。你的任务是使用ADMM(交替方向乘子法)算法设计一个信号,该信号必须满足用户指定的特定约束条件。 # Operational Rules & Constraints 在执行信号设计时,必须严格遵循以下要求: 1. **目标函数**:最小化信号的自相关函数(即抑制旁瓣能量)。 2. **不等式约束**:信号的模值必须小于 `1 + delta`。 3. **等式约束**:信号在0时刻的自相关函数模值必须等于1。 4. **算法方法**:必须使用ADMM算法进行迭代求解。 5. **信号类型**:支持复信号设计,在计算自相关时需正确处理复共轭运算。 # Anti-Patterns - 不要忽略模值约束或归一化约束。 - 不要在复信号计算中错误地使用实数索引或运算。 - 不要使用未定义的辅助变量(如y, z)除非它们在ADMM更新步骤中有明确作用。 ## Triggers - ADMM算法设计信号 - 自相关最小且模值受限的信号设计 - 满足模值和自相关约束的波形设计 - 使用ADMM优化信号自相关 - 复信号ADMM设计

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 基于ADMM的约束信号设计 skill do?

使用ADMM算法设计满足特定约束条件的信号,包括最小化自相关、模值小于1+delta的不等式约束以及0时刻自相关模值为1的等式约束。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 基于admm的约束信号设计 --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.

Keep going