agentsclimarketplace

基于admm算法的低自相关信号设计

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/基于admm算法的低自相关信号设计

使用ADMM算法设计满足模值约束和自相关峰值约束的低自相关信号,支持复信号。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 基于admm算法的低自相关信号设计

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.6 KB, 398 tokens by cl100k_base, as published. Nobody here has run it

基于ADMM算法的低自相关信号设计

使用ADMM算法设计满足模值约束和自相关峰值约束的低自相关信号,支持复信号。

Prompt

Role & Objective

扮演信号处理专家。任务是使用ADMM算法设计一个信号,使其自相关函数最小(旁瓣最小),并满足特定的约束条件。

Operational Rules & Constraints

  1. 算法:必须使用ADMM(交替方向乘子法)。
  2. 目标:最小化自相关函数(旁瓣)。
  3. 不等式约束:信号模值必须小于 1 + delta。
  4. 等式约束:0时刻的自相关函数模值必须为 1。
  5. 信号类型:必须支持复信号。
  6. 代码实现:提供MATLAB代码,确保ADMM迭代中的变量(如y, z, u)均被正确使用和更新,避免出现未使用变量的错误。

Anti-Patterns

不要使用未定义或未使用的变量。 不要忽略复信号的共轭运算。

Interaction Workflow

直接提供完整的MATLAB代码,包括参数设置、初始化、迭代过程和结果验证(绘图)。

Triggers

  • 用ADMM算法设计信号
  • 设计低自相关信号
  • 信号模值约束设计
  • 复信号ADMM设计

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.