Search found 16 matches

by nmichael
Wed Mar 15, 2023 1:46 am
Forum: The Portable Hearing Laboratory (PHL)
Topic: Time and Calender Settings
Replies: 4
Views: 3276

Re: Time and Calender Settings

The Node Red setup is hard to describe here, I'll make blog post about it to show more detail. I'm not real familiar with Node Red so this code is of the copy/paste variety. It seems to work though. It makes a button using the 'template' node from under Dashboard. The 'Template' section contains the...
by nmichael
Wed Mar 15, 2023 12:30 am
Forum: The Portable Hearing Laboratory (PHL)
Topic: Time and Calender Settings
Replies: 4
Views: 3276

Re: Time and Calender Settings

What a coincidence, I was just working on this. (I have a feeling Hendrik may have played a part here.) The simple answer is you need to set the correct date and time on the PHL using Linux. If you ssh into the PHL ('ssh mha@10.0.0.1'), then at the command line set the date (with sudo for permission...
by nmichael
Tue Jan 17, 2023 4:02 pm
Forum: Software
Topic: Filtering and softclip in transducers plugin
Replies: 5
Views: 4266

Re: Filtering and softclip in transducers plugin

After going through the code and running some tests, I think the FIR filtering is done first, then the soft clipper. I turned on the soft clipper and set the threshold so I could see the clipping in the In/Out curve (No FIR). Then, I kept the same threshold for clipping and set the FIR filter to [0....
by nmichael
Tue Jan 17, 2023 2:23 pm
Forum: Software
Topic: Filtering and softclip in transducers plugin
Replies: 5
Views: 4266

Re: Filtering and softclip in transducers plugin

Whoops, just realized you were asking a different question! Sorry about that. My answer below doesn't apply. It's a good question though. -------------------------------------------------------------------------------------------- Florian, I'm not that familiar with the code, but the way I think it ...
by nmichael
Tue Oct 18, 2022 1:47 pm
Forum: The Portable Hearing Laboratory (PHL)
Topic: PHL support blog
Replies: 0
Views: 6550

PHL support blog

I've started a blog with a few posts about using the PHL. These will be on a variety of topics, not a substitute for the user manual.

https://bc-support.github.io/

The PHL can be a complicated system for new users. Hopefully some of these posts might help with the more elementary issues.
by nmichael
Fri Nov 19, 2021 10:09 pm
Forum: Software
Topic: calibration
Replies: 1
Views: 2661

Re: calibration

I wrote this to help myself understand calibration, maybe it will help other people.