... | ... | @@ -9,7 +9,7 @@ and the DSP algorithm is implemented by clocks definitions, objects creation and |
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
##Basic code example
|
|
|
## Basic code example
|
|
|
~~~C++
|
|
|
int main(void)
|
|
|
{
|
... | ... | @@ -38,7 +38,7 @@ int main(void) |
|
|
}
|
|
|
~~~
|
|
|
|
|
|
##Features
|
|
|
## Features
|
|
|
|
|
|
- Support for DSP multirate algorithms with feedback loops (sample by sample processing: non-block processing)
|
|
|
- Simplified DSP algorithms implementation
|
... | ... | @@ -56,7 +56,7 @@ int main(void) |
|
|
- new DSPE library blocks (C++ classes) – all basic DSP blocks managment mechanisms are preimplemented
|
|
|
|
|
|
|
|
|
##More details
|
|
|
## More details
|
|
|
|
|
|
- [Library documentation page](VSCode-DSPElib-readme)
|
|
|
- [Notes on library use with Visual Studio Code](DSPElib-documentation) |
|
|
\ No newline at end of file |