Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:b688b41d0ba1, committed 2014-10-20
- Comitter:
- MikamiUitOpen
- Date:
- Mon Oct 20 23:52:12 2014 +0000
- Parent:
- 0:8c15b3d0523e
- Child:
- 2:d4999d914eee
- Commit message:
- 2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 20 23:25:27 2014 +0000
+++ b/main.cpp Mon Oct 20 23:52:12 2014 +0000
@@ -38,7 +38,7 @@
{
ScfClockTim3(500000); // cutoff frequency: 5 kHz
- Un uk[ORDER_/2]; // 過去の計算結果を格納する配列
+ Un uk[ORDER_/2]; // 過去の計算結果を格納する配列
// 過去の入力信号が格納される配列をクリア
for (int k=0; k<ORDER_/2; k++)
{