搜索资源列表
stf
- 刚找到的一个强跟踪滤波源代码,希望对大家有帮助
simulateDSM
- Compute the output of a general delta-sigma modulator with input u, a structure described by ABCD, an initial state x0 (default zero) and a quantizer with a number of levels specified by nlev. Multiple quantizers are implied by making nlev
STF
- 周东华老师原版强跟踪滤波器仿真程序,主要是针对其跟踪的特性 -Zhou Donghua, the original teacher strong tracking filter simulation program, mainly for its tracking features
Job_Scheduling
- 我是编程小菜鸟,最近上课编了一个模拟操作系统作业调度的算法,内有FCFS(先到先服务),STF(短作业),RR(时间片),HRF,HRRF(高响应比),供参考,欢迎批评!-This is a Win32 console application which can easily imitating the OS to scheduling job,including FCFS,STF,RR,HRF,HRRF.