# 年度谐波系列参数

## 一般描述

一个 *参数* 它返回年度谐波序列的值。

这个 *参数* 包括一个周期为 365 天的系列 N 余弦函数。使用一年中的朱利安日减去 1 进行计算。这在非闰年中会造成轻微的不连续性。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.AnnualHarmonicSeriesParameter.html#pywr.parameters.AnnualHarmonicSeriesParameter)

$f (t) =a+n=1nan⋅COS ((2^nt) /365+0\_\_n) $$

## 属性

<table><thead><tr><th width="158">姓名</th><th width="473">描述</th><th>必填项</th></tr></thead><tbody><tr><td>意思</td><td>序列的平均值（即零次谐波的位置）</td><td>是的</td></tr><tr><td>振幅</td><td>N 谐波余弦函数的振幅。必须与阶段的长度相同</td><td>是的</td></tr><tr><td>阶段</td><td>N 谐波余弦函数的相移。长度必须与振幅相同</td><td>是的</td></tr></tbody></table>

## 示例

即将推出...

\`\`json {

}

```
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters/others/annual-harmonic-series-parameter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
