summaryrefslogtreecommitdiff
path: root/md/writeup/calculate_fir_coefficients_with_c.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2023-02-04 14:10:26 +0000
committerFreeArtMan <dos21h@gmail.com>2023-02-04 14:10:26 +0000
commit380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch)
tree9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/calculate_fir_coefficients_with_c.md
parentdf881efab146ca3ee61bf8936f948dd976fc4740 (diff)
downloadmd-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz
md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip
Update all content to new pygmentize
Diffstat (limited to 'md/writeup/calculate_fir_coefficients_with_c.md')
-rw-r--r--md/writeup/calculate_fir_coefficients_with_c.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/md/writeup/calculate_fir_coefficients_with_c.md b/md/writeup/calculate_fir_coefficients_with_c.md
index 5e643a6..8d31cb0 100644
--- a/md/writeup/calculate_fir_coefficients_with_c.md
+++ b/md/writeup/calculate_fir_coefficients_with_c.md
@@ -292,14 +292,14 @@ title("my coef freqz");
Snippet code is located at [http://git.main.lv/cgit.cgi/code-snippets.git/tree/fir1](http://git.main.lv/cgit.cgi/code-snippets.git/tree/fir1)
to compile get and compile code run
-```
+```bash
git clone http://git.main.lv/cgit.cgi/code-snippets.git
cd code-snippets/fir1
make
```
run program
-```
+```bash
./simple_fir
```