Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
affectivedatascience
/
respflow
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Enhance signal preprocessing with detrending and bandpass filtering
- #6
#6
Merged
garciadavid2000
merged 11 commits into
main
affectivedatascience/respflow:main
from
Resp-5-initial-filtering
affectivedatascience/respflow:Resp-5-initial-filtering
Copy head branch name to clipboard
Feb 3, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Enhance signal preprocessing with detrending and bandpass filtering
#6
garciadavid2000
merged 11 commits into
main
affectivedatascience/respflow:main
from
Resp-5-initial-filtering
affectivedatascience/respflow:Resp-5-initial-filtering
Copy head branch name to clipboard
Commits
Commits on Jan 28, 2026
Modify steps to replace notch with detrend
garciadavid2000
committed
3dcb79c
View commit details
Copy full SHA for 3dcb79c
Browse repository at this point
Add preprocessing functions for signal detrending and bandpass filtering
garciadavid2000
committed
688519f
View commit details
Copy full SHA for 688519f
Browse repository at this point
Remove unecessary files
garciadavid2000
committed
7620ba1
View commit details
Copy full SHA for 7620ba1
Browse repository at this point
Change fs to sampling_rate for readability
garciadavid2000
committed
9a5f0b7
View commit details
Copy full SHA for 9a5f0b7
Browse repository at this point
Add type hinting to function headers and slightly modify function descriptions.
garciadavid2000
committed
a944721
View commit details
Copy full SHA for a944721
Browse repository at this point
Add passband presets for bandpass filtering and enhance input validation.
garciadavid2000
committed
421e91f
View commit details
Copy full SHA for 421e91f
Browse repository at this point
Commits on Feb 3, 2026
Change logic for detrending. Apply rolling median if file is longer than window size otherwise use global median.
garciadavid2000
committed
fbecb5f
View commit details
Copy full SHA for fbecb5f
Browse repository at this point
Merge pull request #5 from garciadavid2000/Resp-5b-testing-detrending
Show description for a96da63
garciadavid2000
authored
a96da63
View commit details
Copy full SHA for a96da63
Browse repository at this point
Add scipy to requirements.txt
garciadavid2000
committed
4b0a8c0
View commit details
Copy full SHA for 4b0a8c0
Browse repository at this point
Update requirements.txt to allow flexible versioning for numpy, pandas, and scipy.
garciadavid2000
committed
ed4519b
View commit details
Copy full SHA for ed4519b
Browse repository at this point
Update path keys in make_paths tests to include 'detrend' and remove notch
garciadavid2000
committed
c87b7b6
View commit details
Copy full SHA for c87b7b6
Browse repository at this point
You can’t perform that action at this time.