low pass gain setting
14 Jan 2017 04:28 #85722
by Jake
low pass gain setting was created by Jake
I have low pass gain on my spindle DAC output. Would a larger or smaller value increase the time?
Thanks guys!
Thanks guys!
Please Log in or Create an account to join the conversation.
18 Jan 2017 12:28 #86047
by andypugh
Replied by andypugh on topic low pass gain setting
Typically a lower value increases the amount of filtering.
The gain should always be less than 1, and a gain of 1 means "no filtering".
The code is super-simple:
The gain should always be less than 1, and a gain of 1 means "no filtering".
The code is super-simple:
out += (in - out) * gain;
The following user(s) said Thank You: Jake
Please Log in or Create an account to join the conversation.
18 Jan 2017 21:56 #86099
by Jake
Replied by Jake on topic low pass gain setting
Thanks Andy!
I changed mine from 0.05 to 0.01, it made the spindle drive happy. I couldnt find to logic on how lowpass worked.
Thanks again for clearing it up!
Now onto the touch probe and tool changer this weekend!
I changed mine from 0.05 to 0.01, it made the spindle drive happy. I couldnt find to logic on how lowpass worked.
Thanks again for clearing it up!
Now onto the touch probe and tool changer this weekend!
Please Log in or Create an account to join the conversation.
Time to create page: 0.062 seconds