Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added sos2tf() function to convert SOS to Transfer Function coefficients like matlab's SOS2TF #10

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

yangbo
Copy link

@yangbo yangbo commented Nov 4, 2023

Hello, I have added some features in my fork of this project.

They are:

  1. Added sos2tf() function to convert SOS to Transfer Function coefficients like matlab's SOS2TF.
  2. Added conv() function to do convolution.
  3. Added CMake as building system, and move tests to 'tests/' subdirectory. Because I do not use SConstruct so I didn't change it, but changed the doc to cmake.
  4. Added some cross-compile support for arm64 target, but they are specific to my development environment.

If there are something wrong, please tell me. : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant