... | ... | @@ -7,7 +7,9 @@ with gcc compiler in Windows with MinGW and Linux. Full Linux support still requ |
|
|
The main idea of the library is that DSP algorithm blocks correspond directly to C++ objects
|
|
|
and the DSP algorithm is implemented by clocks definitions, objects creation and definition of connections between particular inputs and outputs.
|
|
|
|
|
|
**Basic code example:**
|
|
|
[[_TOC_]]
|
|
|
|
|
|
##Basic code example
|
|
|
~~~C++
|
|
|
int main(void)
|
|
|
{
|
... | ... | @@ -36,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
|
... | ... | @@ -54,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.md)
|
|
|
- [Notes on library use with Visual Studio Code](DSPElib-documentation.md) |
|
|
\ No newline at end of file |
|
|
- [Library documentation page](VSCode-DSPElib-readme)
|
|
|
- [Notes on library use with Visual Studio Code](DSPElib-documentation) |
|
|
\ No newline at end of file |