{"id":22942537,"url":"https://github.com/ziaeemehr/neuro_toolbox","last_synced_at":"2025-07-21T00:33:11.676Z","repository":{"id":166042098,"uuid":"316324795","full_name":"Ziaeemehr/neuro_toolbox","owner":"Ziaeemehr","description":"Single Header File C++ library for analysis of neurophysiological and simulated data.","archived":false,"fork":false,"pushed_at":"2020-12-05T08:40:05.000Z","size":422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T21:19:18.657Z","etag":null,"topics":["data-analysis","data-science","signal-processing","synchronization"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ziaeemehr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-26T19:53:23.000Z","updated_at":"2020-12-05T20:29:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"577a5a0c-01aa-4b26-b5f8-246a7a9252ff","html_url":"https://github.com/Ziaeemehr/neuro_toolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ziaeemehr/neuro_toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziaeemehr%2Fneuro_toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziaeemehr%2Fneuro_toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziaeemehr%2Fneuro_toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziaeemehr%2Fneuro_toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ziaeemehr","download_url":"https://codeload.github.com/Ziaeemehr/neuro_toolbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziaeemehr%2Fneuro_toolbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266221321,"owners_count":23894966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-science","signal-processing","synchronization"],"created_at":"2024-12-14T13:48:12.081Z","updated_at":"2025-07-21T00:33:11.632Z","avatar_url":"https://github.com/Ziaeemehr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neuro_toolbox\n*Single Header File* C++ library for analysis of *neurophysiological* and *simulated* data.\n\nThe online [documentation](https://ziaeemehr.github.io/neuro_toolbox/)  is available. \n\n## installation \n\nThere is no need for installation. It's a header file only library. You just need to put the header file \"neuro_toolbox.hpp\" from *single_header_file* directory next to your `cpp` or `cxx`  files and use the library. You also need to include the header file. \n\n```c++\n#include \"neuro_toolbox.hpp\"\n```\n\nand access to the content with `NTB::`  namespace.\n\n### testing \n\nneuro_toolbox use [catch2](https://github.com/catchorg/Catch2) unittest. To use tests \n\n```shell\ncd src/tests\nmake clean\n\nmake all # to run all tests\n\n# or test each header file seperately\nmake signal_proccesing\nmake random_generators\nmake IO\n```\n\n### Dependencies\n\n- fftw3\n\n  ```shell\n  # on ubuntu machines\n  sudo apt-get update -y\n  sudo apt-get install -y fftw3\n  ```\n\nTo generate documents you need to have `doxygen` installed on your machine.\n\n```shell\n# on linux machines use\nsudo apt-get install doxygen\ncd doc\ndoxygen \n```\n\nwhich produce `html` files.   \n\n\n\nI put the latest stable version of the library at *single_header_file* directory. \n\nThe `neuro_toolbox.hpp` file is made by a python script in this directory.\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziaeemehr%2Fneuro_toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziaeemehr%2Fneuro_toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziaeemehr%2Fneuro_toolbox/lists"}