Skip to content

Commit

Permalink
rename analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed Jun 23, 2024
1 parent ef93084 commit 44e0f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/monaco/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"**Methods:**",
"float **<span style='color:#006AB1;'>compute</span>**(float[] input) Manually computes the centroid from a float array."
],
"title": "**Spectral Centroid Analysis**",
"title": "**Spectral Centroid Analyzer**",
"link": "[More...](https://chuck.stanford.edu/doc/reference/uanae.html#Centroid)"
},
"Chorus": {
Expand Down Expand Up @@ -1390,7 +1390,7 @@
"Examples: \t [kurtosis.ck](https://chuck.stanford.edu/doc/examples/ai/features/kurtosis.ck)"
],
"description": "A unit analyzer that computes the kurtosis of a given input array, and outputs a single number.",
"title": "**Kurtosis Analysis**",
"title": "**Kurtosis Analyzer**",
"link": "[More...](https://chuck.stanford.edu/doc/reference/uanae.html#Kurtosis)"
},
"LPF": {
Expand Down

0 comments on commit 44e0f43

Please sign in to comment.