Skip to content

Commit 1448138

Browse files
committed
Update how-to-8.md
1 parent 6541170 commit 1448138

File tree

1 file changed

+2
-0
lines changed
  • content/learning-paths/embedded-and-microcontrollers/cmsisdsp-dev-with-python

1 file changed

+2
-0
lines changed

content/learning-paths/embedded-and-microcontrollers/cmsisdsp-dev-with-python/how-to-8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ This learning path has showed how the package helps to design and translate a DS
2727
Part of the difficulty in this learning path comes from splitting and recombining the signal. Translating this part of the Python code to C adds further complexity.
2828

2929
[CMSIS-Stream](https://github.com/ARM-software/CMSIS-Stream) may help for this. It is a platform-independent technology designed to simplify the use of block-processing functions with sample streams. If you are planning to deploy your DSP algorithms in streaming, real-time systems, it is worth exploring CMSIS-Stream. It can greatly simplify handling streams of data with block-based processing, offering a clean and efficient way to bridge the gap between theory and deployment.
30+
31+
You should now have a better idea on what the CMSIS-DSP Python packages is capable of, and how it relates to its C equivalent.

0 commit comments

Comments
 (0)