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

Commits on Oct 31, 2023

  1. Add CMakeLists.txt; Add tests

    bo.yang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    29da451 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Move main test to tests/ directory.

    Add bandpass test.
    Found a1,a2 are negative compare to the matlab results.
    bo.yang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ed362d1 View commit details
    Browse the repository at this point in the history
  2. fix main-test file path issue

    bo.yang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7a404f5 View commit details
    Browse the repository at this point in the history
  3. add conv() and pass test.

    bo.yang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    73af9f6 View commit details
    Browse the repository at this point in the history
  4. Added sos2tf() and passed the test

    bo.yang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d6a4e94 View commit details
    Browse the repository at this point in the history
  5. Move tests to main-test.cpp

    bo.yang committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5ee6046 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Fix compile issue.

    The reason is wrong to use #undefin instead of #define
    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e86179b View commit details
    Browse the repository at this point in the history
  2. Add Butterworth + sos2tf tests

    With a1,a2 * -1.
    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7b6baf9 View commit details
    Browse the repository at this point in the history
  3. Add 200Hz Fs test

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1b40ce1 View commit details
    Browse the repository at this point in the history
  4. Add low pass tests

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    45c5715 View commit details
    Browse the repository at this point in the history
  5. Add sos2tf usage document.

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    051ddd9 View commit details
    Browse the repository at this point in the history
  6. Add -fPIC compile option

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f4a12f1 View commit details
    Browse the repository at this point in the history
  7. Add arm64 cross-compile

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    708dfa6 View commit details
    Browse the repository at this point in the history
  8. exclude generate tests when target is arm64

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    321557d View commit details
    Browse the repository at this point in the history
  9. 改为生成静态链接库

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5465286 View commit details
    Browse the repository at this point in the history
  10. 去掉 -fPIC 选项,因为静态库不需要

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    acb9f10 View commit details
    Browse the repository at this point in the history
  11. Need -fPIC for relocatable dynamic lib

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    354b068 View commit details
    Browse the repository at this point in the history
  12. Remove the execute attribute of .hpp

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0c4c045 View commit details
    Browse the repository at this point in the history
  13. add document

    bo.yang committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    deccd73 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Change CMake comments to English

    bo.yang committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    51ebe7d View commit details
    Browse the repository at this point in the history