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

想法-关于滑动平均的一种理解 #4

Open
lartpang opened this issue Oct 25, 2018 · 1 comment
Open

想法-关于滑动平均的一种理解 #4

lartpang opened this issue Oct 25, 2018 · 1 comment
Labels
Good idea good idea

Comments

@lartpang
Copy link
Owner

lartpang commented Oct 25, 2018

平均往返时延RTT= a * (旧的RTT) + (1-a) * (新的往返时延样本)
《计算机网络(第四版)》 谢希仁

可以看做一种IIR低通滤波器。

image

本身具有反馈支路。

可以起到滤波平滑的作用。

感谢刘文龙老师的启发

@lartpang lartpang added the Good idea good idea label Oct 25, 2018
@lartpang lartpang assigned lartpang and unassigned lartpang Oct 25, 2018
@lartpang
Copy link
Owner Author

lartpang commented Sep 4, 2019

补充资料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good idea good idea
Projects
None yet
Development

No branches or pull requests

1 participant