diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-10-08 22:13:19 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-10-08 22:13:19 +0100 |
commit | 1aaa095a81c9736205aa2267f88027d7583553d3 (patch) | |
tree | 172703a40c93c748a3744a05b6fe550ff6a69927 | |
parent | 5d9abfe7a344bed5906e128eb96526e4408dc0e4 (diff) | |
download | md-content-1aaa095a81c9736205aa2267f88027d7583553d3.tar.gz md-content-1aaa095a81c9736205aa2267f88027d7583553d3.zip |
DSP lowpass filter dix typo
-rw-r--r-- | md/writeup.md | 2 | ||||
-rw-r--r-- | md/writeup/dsp_lp_filter.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/md/writeup.md b/md/writeup.md index 3bddfc9..d9a99b1 100644 --- a/md/writeup.md +++ b/md/writeup.md @@ -18,6 +18,8 @@ title: Writeup page [Kernel:Debug messages](writeup/kernel_debug_messages.md) [Kernel:/dev/hwrng](writeup/kernel_dev_hwrng.md) [DSP:Low-pass filter](writeup/dsp_lp_filter.md) +<!--[Write hello world with stm32](writeup/hello_world_stm32.md) --> +[C macro tricks](writeup/c_macro_tricks.md) ## Projects diff --git a/md/writeup/dsp_lp_filter.md b/md/writeup/dsp_lp_filter.md index 270fa4a..17b8c52 100644 --- a/md/writeup/dsp_lp_filter.md +++ b/md/writeup/dsp_lp_filter.md @@ -1,7 +1,7 @@ title: DSP Low-pass FIR filter keywords:c,dsp,filter,fir,low-ass -# Low FIR pass-filter +# Low pass FIR filter ## Intro |