We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
平均往返时延RTT= a * (旧的RTT) + (1-a) * (新的往返时延样本) 《计算机网络(第四版)》 谢希仁
可以看做一种IIR低通滤波器。
本身具有反馈支路。
可以起到滤波平滑的作用。
感谢刘文龙老师的启发
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
可以看做一种IIR低通滤波器。
本身具有反馈支路。
可以起到滤波平滑的作用。
The text was updated successfully, but these errors were encountered: