Skip to content

Commit c68eff2

Browse files
feat: add cosine wave visualization to simulate/iter/cosine-wave
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 2b51497 commit c68eff2

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

lib/node_modules/@stdlib/simulate/iter/cosine-wave/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ f(t; \tau, a, \varphi) = a \cos \frac{2\pi(t-\varphi)}{\tau}
4343

4444
where `τ` is the period, `a` is the peak amplitude, and `φ` is the phase offset.
4545

46-
<!-- TODO: add a figure showing a sine wave -->
46+
<!-- <div class="image" align="center">
47+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@39a75d78bc004d21624ab73b86c6a8f4fa47faba/lib/node_modules/@stdlib/simulate/iter/cosine-wave/docs/img/cosine_wave.svg" alt="Cosine waveform over two periods.">
48+
<br>
49+
</div> -->
4750

4851
</section>
4952

Lines changed: 49 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)