LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
demo_run.m
1warning off
2
3clear
4fprintf('DEMO KPC-PH - medium variability / light-tail\n')
5fprintf('Press any key to continue...\n')
6pause
7demo_kpcfit_ph_dec_pkt_1_udp
8
9clear
10fprintf('DEMO KPC - long-range dependence fit animation\n')
11fprintf('Press any key to continue...\n')
12pause
13close all
14demo_kpcfit_bcaug89_animate
15
16fprintf('DEMO KPC - long-range dependence fit\n')
17fprintf('Press any key to continue...\n')
18pause
19close all
20demo_kpcfit_bcaug89
21
22fprintf('DEMO KPC - long-range dependence fit (3rd order)\n')
23fprintf('Press any key to continue...\n')
24pause
25close all
26demo_kpcfit_bcaug89_thirdord
27
28clear
29fprintf('DEMO KPC - long-range dependence fit, positive and negative acf - 8 states \n')
30fprintf('Press any key to continue...\n')
31pause
32close all
33demo_kpcfit_dec_pkt_1_udp8
34
35clear
36fprintf('DEMO KPC - long-range dependence fit, positive and negative acf - 16 states \n')
37fprintf('Press any key to continue...\n')
38pause
39close all
40demo_kpcfit_dec_pkt_1_udp16
41