blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b6a3f834d22fa0678e6585d3f0b53c7797dfe11 | f782561b1f8fe3d916355f7823306c0ddfcd4e1c | /Assignment 1/Decoder3To8/Decoder3To8.tst | d2fdf7bdc02473919b5aa614ccb6ed27b87137d8 | [] | no_license | rohit01010/Computer-System-Design | 17866493199ecea3e65c15558d6e598b552fd537 | 24609e7712e0f996ebc468c7d45d5cfafad0da87 | refs/heads/main | 2023-06-21T21:28:29.274768 | 2021-07-19T16:23:52 | 2021-07-19T16:23:52 | 387,509,305 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 418 | tst | Decoder3To8.tst | load Decoder3To8.hdl;
output-file Decoder3To8.out;
output-list x2 x1 x0 y0 y1 y2 y3 y4 y5 y6 y7;
set x2 0,set x1 0,set x0 0,eval,output;
set x2 0,set x1 0,set x0 1,eval,output;
set x2 0,set x1 1,set x0 0,eval,output;
set x2 0,set x1 1,set x0 1,eval,output;
set x2 1,set x1 0,set x0 0,eval,output;
set x2 1,set x1 0,set x0 1,eval,output;
set x2 1,set x1 1,set x0 0,eval,output;
set x2 1,set x1 1,set x0 1,eval,output;
|
7b01d323693d7e7c8045db397b8079dfef970bf0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /506/CH6/EX6.1/Example6_1.sce | 6be81dd20ff5624b355b821d89cdae1b7c74ea06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,026 | sce | Example6_1.sce | clear;
clc;
//Caption:Output Levels for a given input in a silicon transistor
//Given Data
R1=15;//in K
R2=100;//in K
//R1 and R2 are voltages at base which acts as potential divider
Rc=2.2;//voltage at collector in K
hfe=30;
//For vi=0
Vb = (R1/(R1+R2))*(-12);//Voltage at base in V
disp('V',Vb,'Vb=');
//A bias of 0V is required to cut off a silicon emitter junction transistor given in table
Vo = 0;//in V
disp('Vo',Vo,'Vo = ');
//For vi=12
vi=12;//in V
//Few standard values for silicon transistor
Vbesat=0.8;//in V
Vcesat=0.2;//in V
//Assumption: Q is in saturation region
Ic = (vi-Vcesat)/Rc;//Collector Current
disp('mA',Ic,'Ic=');
Ibmin=(Ic/hfe);//Mininmum current at the base
disp('mA',Ibmin,'Ibmin=');
I1=(vi-Vbesat)/R1;//Current in R1
I2=(Vbesat-(-12))/100;//Current in R2
Ib = I1-I2;//Base current
disp('mA',Ib,'Ib=');
if(Ib>Ibmin)
disp('Since Ib>Ibmin , The transistor is in saturation region and drop is Vcesat');
vo=Vcesat;
disp('V',vo,'vo=');
end
//end |
5d1ef2945438694617de37711a2b72936632f9bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH8/EX8.18.12/Ex8_18_12.sce | 4aa9383ecbf90e55d94113c97581b600238e8d33 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Ex8_18_12.sce | clear
clc
E1=0.222;//in V
E2=0.095;//in v
E=(E1-E2);//in V
n=1;//
F=96500;//in C/mol
R=8.314;//in J/Kmol
T=298;//in K
Keq=10^((n*F*E)/(2.303*R*T));//equilibrium constant
printf('Keq=%.1f',Keq)
X=(Keq*0.1)/(1+Keq);//in moldm^3
printf('\nX=%.6f moldm^3',X)
Y=0.1-X;//in moldm^3
printf('\nY=%.6f moldm^3',Y)
//error in the solution
//There are some errors in the solution given in textbook
//page 487
|
58c1eb2261cb100b6f5e0253953ed744718e8585 | 23573b967e8324d44226379d70559b8f0ea34905 | /code/linprog/Employee Scheduling.sce | 5fdce028a3df848f4597c6aaaa123bfc6668a1dd | [] | no_license | FOSSEE/FOT_Examples | 91c8b8e9dc58545604b2c2af41a7e22f702b78f3 | 75947a7aa5a3955fe5a72e09f55bbdc05e3b8751 | refs/heads/master | 2020-03-22T09:00:48.306061 | 2018-07-24T04:49:25 | 2018-07-24T04:49:25 | 139,807,736 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,144 | sce | Employee Scheduling.sce | //Employee Scheduling
//Macrosoft has a 24-hour-a-day, 7-days-a-week toll free hotline that is being set up to answer questions regarding a new product. The following table summarizes the number of full-time equivalent employees (FTEs) that mustbe on duty in each time block.
//
//Interval Time FTEs
// 1 0-4 15
// 2 4-8 10
// 3 8-12 40
// 4 12-16 70
// 5 16-20 40
// 6 20-0 35
//Macrosoft may hire both full-time and part-time employees. The former work 8-hour shifts and the latter work 4-hour shifts; their respective hourly wages are $15.20 and $12.95. Employees may start work only at the beginning of 1 of the 6 intervals.Part-time employees can only answer 5 calls in the time a full-time employee can answer 6 calls. (i.e., a part-time employee is only 5/6 of a full-time employee.) At least two-thirds of theemployees working at any one time must be full-time employees.Formulate an LP to determine how to staff the hotline at minimum cost.
// Copyright (C) 2018 - IIT Bombay - FOSSEE
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author:Debasis Maharana
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
//======================================================================
clc;
Interval = 1:6;
Time = 0:4:20;
FTEs = [15 10 40 70 40 35];
intr = [];
Ninterval = length(Interval);
for i = 1:Ninterval-1
intr = [intr;strcat([string(Time(i)),'-',string(Time(i+1))])];
end
intr = [intr;strcat([string(Time(i)),'-',string(Time(1))])];
table = [['Interval','Time','Full-time Emp Req'];[string(Interval'),intr,string(FTEs')]];
mprintf('Data received');
disp(table);
input('press enter to proceed');
A1 = zeros(Ninterval,2*Ninterval);b1 = zeros(Ninterval,1);
A2 = zeros(Ninterval,2*Ninterval);b2 = zeros(Ninterval,1);
A1(1,[1 Ninterval Ninterval+1]) = [-1 -1 -5/6]; b1(1) = -15;
A2(1,[1 Ninterval Ninterval+1]) = [-1/3 -1/3 2/3];
for i = 2:Ninterval
A1(i,i-1:i) = -1;
A1(i,Ninterval+i) = -5/6;
b1(i) = -FTEs(i);
A2(i,i-1:i)=-1/3;
A2(+i,Ninterval+i)=2/3;
end
A= [A1;A2];b = [b1;b2];
Cost = [15.20*8*ones(1,Ninterval) 12.95*4*ones(1,Ninterval)]';
lb = zeros(1,2*Ninterval);ub = [];
[xopt,fopt,exitflag,output,lambda] = linprog(Cost,A,b,[],[],lb,ub)
clc
select exitflag
case 0 then
mprintf('Optimal Solution Found')
input('Press enter to view results')
//Display results
mprintf('Total Cost is %d\n',-fopt);
table(:,4:5) = [['Full time Emp', 'Part-Time Emp'];[string(xopt(1:6)) string(xopt(7:12))]];
disp(table);
case 1 then
mprintf('Primal Infeasible')
case 2 then
mprintf('Dual Infeasible')
case 3
mprintf('Maximum Number of Iterations Exceeded. Output may not be optimal')
case 4
mprintf('Solution Abandoned')
case 5
mprintf('Primal objective limit reached')
else
mprintf('Dual objective limit reached')
end
|
4ad45a551965a9d64984e5164a9c81a7eb1fd220 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2492/CH3/EX3.10/ex3_10.sce | 7723933ca5b8e1a2b494ca578143961c1a76903a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,001 | sce | ex3_10.sce | // Exa 3.10
format('v',6)
clc;
clear;
close;
// Given data
Vz1= 10;//voltage across zener diode, Z1 in V
Vz2= 5;// voltage across zener diode, Z2 in V
Iz1= 30*10^-3;// current through zener diode, Z1 in A
Iz2= 15*10^-3;// current through zener diode, Z1 in A
I_knee= 5*10^-3;//knee current of zener diode,Z1 in A
R_L=500;//load resistance in ohm
R= 1*10^3;// in ohm
V_B= 25;// in V
// Current through RL,
I_RL= Vz2/R_L;// in A
// Current through R2,
I_R2= Iz2+Vz2/R_L;// in A
// Voltage across resistance R2,
V_R2= Vz1-Vz2;// in V
R2= V_R2/I_R2;// in ohm
disp(R2,"The value of resistance R2 in ohm is : ")
// Current through R1,
I_R1= Iz1+Vz1/R+I_R2;//in A
// Voltage across R1,
V_R1= V_B-Vz1;// in V
R1= V_R1/I_R1;// in ohm
disp(R1,"The value of resistance R1 in ohm is : ")
// Current through R1,
I_R1= I_knee+Vz1/R+I_R2;// in mA
// Voltage across R1,
V_R1= I_R1*R1;// in volts
V_Bmin= Vz1+V_R1;// in V
disp(V_Bmin,"The lowest power supply voltage in volts is : ")
|
8b135dc5a07a12147a36af63c18a536ffcb6bcd3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH7/EX7.10/Ex7_10.sce | c4a614a83638a5802f845816541ccad85f5488a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sce | Ex7_10.sce | //Example number 7.10, Page number 7.17
clc;clear;close
// Variable declaration
lamda=0.58 // in m
theta=9.5*%pi/180 // in radian
n=1 // unitless
d=0.5 // d200=a/sqrt(2^2+0^2+0^2)=0.5a
// Calculations
a=n*lamda/(2*d*sin(theta)) // 2*d*sin(theta)=n*lamda
// Result
printf("a = %.2f Angstorms",a)
|
83134f3f9ba0628b10141111f6cf6eaccb25281e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH5/EX5.15/ex5_15.sce | 85b426fc89f2d91840efd9a929f426ffe1bd4e7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 451 | sce | ex5_15.sce | // Exa 5.15
clc;
clear;
close;
// Given data
C_v = 0.711;// in kJ/kg-K
T3 = 850;// in degree C
T3 = T3 + 273;// in K
T2 = 90;// in degree C
T2 = T2 + 273;// in K
E = C_v * (log(T3/T2));// Entropy change in kJ/kg-K
disp(E,"Entrophy change in kJ/kg-K is");
W = (E * (T3-T2))/2;//output work in kJ/kg
Q = T2+E;//rejected heat in kJ/kg
Q1 = W + Q;//heat supplied in kJ/kg
Eta = (W/Q1);// in %
disp(Eta,"The efficiency of cycle in % is");
|
49d3519a5ad1899e81d7fb3f94d59e68e82b72bc | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Controle/T1/Código/V2/Alocação de polos - obs e contr.sce | ac2b424c63e482d8dafe53c23c10cc271d18e654 | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | Alocação de polos - obs e contr.sce | // Código para alocação de polos do controlador e do observador
pc = [-1,-1+0.5*%i,-1-0.5*%i,-0.8] // Polos desejados para o controlador
Kcal = ppol(A,B,pc) // Definição da matriz K do controlador
po = 2*pc // Polos desejados para o observador
Koal = (ppol(A',C',po))' // Definição da matriz K do observador
|
cc6735c49b78fae3cb0dc20519681b7b99dc4df8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/6_15data.sci | 3c9acf3ed4faf69c51c9350a204886f149b44378 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 195 | sci | 6_15data.sci | //for the jet power executive aircraft(CJ-1):
b=16.25;//wingspan(meter)
S=29.54;//wingarea(m^2)
AR=b^2/S;//aspect ratio
Cdo=0.02;//parasite drag coefficient
e=0.81;//oswald efficiency factor |
649dcb9eb06fb89860d41aab77bab342da423b32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH12/EX12.2/Ex12_2.sce | 501281a3aa964277f7cb99d7ce89474824f16fe1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Ex12_2.sce | //Example 12_2
clc();
clear;
//To estimate the Cv of nitric acid
r=8314 //Units in J/Kmol K
m=30 //Units in Kg/Kmol
Cv=2.5*(r/m) //Units in J/Kg K
printf("The estimated Cv value of nitric acid is Cv=%d J/Kg K",Cv)
//in textbook the answer is printed wrong as Cv=690 J/Kg K correct answer is 692 J/Kg K
|
8791b0f82fc82b853e0cf72bb3980c3c6959cd42 | 6802d20f76f56f855fcfe45543132d077e591474 | /App/js/app/services/Compare.tst | ff28feac65ed0bb3d6df18a315003d5a55d75ba1 | [] | no_license | mike-ward/Nancy.Start | 5c16844554345eecb6502c696f0abfe75062fd29 | ff5804c48b4ec18a8793a9d2eb1ff3bac6fe5788 | refs/heads/master | 2021-01-09T05:24:39.589221 | 2018-02-19T18:42:53 | 2018-02-19T18:42:53 | 80,761,860 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 864 | tst | Compare.tst | describe('Compare', () => {
it('compareAny test cases', () => {
const compareAny = App.Services.Compare.compareAny;
expect(compareAny('a', 'b')).toBe(-1);
expect(compareAny('b', 'a')).toBe(+1);
expect(compareAny('', '')).toBe(0);
expect(compareAny('', ' ')).toBe(-1);
expect(compareAny(' ', '')).toBe(+1);
expect(compareAny(null, '')).toBe(-1);
expect(compareAny(null, null)).toBe(0);
expect(compareAny(0, null)).toBe(0);
expect(compareAny(1, null)).toBe(+1);
expect(compareAny(NaN, 1)).toBe(-1);
expect(compareAny(1, NaN)).toBe(+1);
expect(compareAny(1, 1)).toBe(0);
expect(compareAny(1, 2)).toBe(-1);
expect(compareAny(2, 1)).toBe(+1);
expect(compareAny(undefined, undefined)).toBe(0);
expect(compareAny(1, undefined)).toBe(+1);
expect(compareAny(undefined, 1)).toBe(-1);
});
}); |
b4d6862d309c724880610a35261e5fe2ded32896 | e9d5f5cf984c905c31f197577d633705e835780a | /GED/nonlinear/scilab/nonlin_rn96_3/nonlin_rn96_3.sce | 45a267bc640a03f516f62203f724796ea1d15980 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,960 | sce | nonlin_rn96_3.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Rao, R Ramesh, and Shankar Narasimhan. 1996.
//“Comparison of Techniques for Data Reconciliation of Multicomponent Processes.”
//Industrial & Engineering Chemistry Research 35:1362-1368.
//http://dx.doi.org/10.1021/ie940538b.
//Bibtex Citation
//@article{Rao1996,
//author = {Rao, R Ramesh and Narasimhan, Shankar},
//isbn = {0888-5885},
//journal = {Industrial \& Engineering Chemistry Research},
//month = apr,
//number = {4},
//pages = {1362--1368},
//publisher = {American Chemical Society},
//title = {{Comparison of Techniques for Data Reconciliation of Multicomponent Processes}},
//url = {http://dx.doi.org/10.1021/ie940538b},
//volume = {35},
//year = {1996}
//}
// 3 Streams
// 1 Equipments
// 8 compounds
clear xm var jac nc nv i1 i2 nnz sparse_dg sparse_dh lower upper var_lin_type constr_lin_type constr_lhs constr_rhs
getd('.');
getd('../functions');
// 1 2 3
flow_full_rn96_3 =[8.50 4.50 4.00];
flow_rn96_3 = [8.50 4.50 4.00];
// 1 2 3
comp_full_rn96_3 = [0.024 0.0001 0.050
0.024 0.0001 0.050
60.987 99.889 17.221
17.997 0.019 38.221
12.998 0.001 27.620
4.998 0.0001 10.620
2.104 0.0001 4.472
0.869 0.090 1.745]/100;
// 1 2 3
comp_rn96_3 = [0.02 -1 -5;
0.02 -1 -5;
60.07 99.94 6.39;
18.88 0.02 40.18;
13.88 1.0E-5 29.31;
4.95 -5 14.42;
2.01 -5 6.55;
0.37 -5 3.14 ]
xmfull_rn96_3 = [flow_full_rn96_3(:);matrix(comp_full_rn96_3',-1)];
xm = xmfull_rn96_3;
//the variance proposed by the original author
sd = (0.01*xmfull_rn96_3);
//recalc variance
for i=1: length(sd)
if sd(i) >= 0.0001
sd(i) = 0.0001;
end
end
// to run with equaly weighted standard deviation, uncomment the line below
//sd = ones(size(xmfull_rn96_3,1),size(xmfull_rn96_3,2));
var = sd.^2;
//The jacobian of the constraints
// 1 2 3
jac = [ 1 -1 -1 ];
ncomp=8
[At_rn96_3,umeas_rn96_3, fixed_rn96_3] = jac_compound_residuals(jac,ncomp,flow_full_rn96_3,comp_full_rn96_3, flow_rn96_3, comp_rn96_3);
[red_rn96_3, just_measured_rn96_3, observ_rn96_3, non_obs_rn96_3, spec_cand_rn96_3] = qrlinclass(At_rn96_3,umeas_rn96_3)
// reconcile with all measured. To reconcile with only redundant variables, uncomment the "red" assignments
measured_rn96_3 = setdiff([1:length(xmfull_rn96_3)], umeas_rn96_3);
// to reconcile with all variables, comment the line above and uncomment bellow
//measured = [1:length(xmfull_rn96_3)];
red=measured_rn96_3;
// to run robust reconciliation,, one must choose between the folowing objective functions to set up the functions path and function parameters:
//WLS = 0
// Absolute sum of squares = 1
//Cauchy = 2
//Contamined Normal = 3
//Fair = 4
//Hampel = 5
//Logistic = 6
//Lorenztian = 7
//Quasi Weighted = 8
// run the configuration functions with the desired objective function type
obj_function_type = 0;
exec ../functions/setup_DR.sce;
// to run robust reconciliation, it is also necessary to choose the function to return the problem structure
[nc, nv, nnzjac, nnz_hess, sparse_dg, sparse_dh, lower, upper, var_lin_type, constr_lin_type, constr_lhs, constr_rhs] = structure_compound(jac,ncomp, flow_full_rn96_3,comp_full_rn96_3);
params = init_param();
// We use the given Hessian
params = add_param(params,"hessian_constant","yes");
params = add_param(params,"hessian_approximation","exact");
//params = add_param(params,"derivative_test","first-order");
params = add_param(params,"tol",1e-2);
params = add_param(params,"acceptable_tol",1e-2);
params = add_param(params,"mu_strategy","monotone");
params = add_param(params,"journal_level",5);
params = add_param(params,"fixed_variable_treatment", "relax_bounds");
disp('begore start ipopt')
//according to the original paper, we fix the measured total flow
if length(fixed_rn96_3) > 0 then
lower(fixed_rn96_3) = xmfull_rn96_3(fixed_rn96_3);
upper(fixed_rn96_3) = xmfull_rn96_3(fixed_rn96_3);
end
tic
[x_sol, f_sol, extra] = ipopt(xmfull_rn96_3, objfun, gradf, confun, dg1, sparse_dg, dh, sparse_dh, var_lin_type, constr_lin_type, constr_rhs, constr_lhs, lower, upper, params);
toc
mprintf("\n\nSolution: , x\n");
for i = 1 : nv
mprintf("x[%d] = %e\n", i, x_sol(i));
end
mprintf("\n\nObjective value at optimal point\n");
mprintf("f(x*) = %e\n", f_sol);
[Aeqp, Astreams] =size(jac)
xx=matrix(x_sol,Astreams,ncomp+1)
TotalFlowMeasured = xx(:,1)'
compoundMeasured = 100*xx(:, 2:$)
|
3428915357d44c686e5734523a178b81bce536a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH17/EX17.3/Ex17_3.sce | 8ba7875b6f3cb097b7a2062fa04c94ef511ca3b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | Ex17_3.sce | clear
//Given
c=3.0*10**8
u=1.5
f=6*10**14 //Hz
//Calculation
v=c/u
l=c/f
lm=v/f
//Result
printf("\n (i) Wavelength of light in air is %0.3f m", l)
printf("\n (ii) Wavelength of light in glass is %0.1f *10**-7 m",lm*10**7)
|
6b992efbdb1a159be2ee51cf1b6be8b499b595dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH9/EX9.6/Example_9_6.sce | 827902873755ae8c0a6aec0709e0a669099c562b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | Example_9_6.sce | // Chapter9
// Page.No-402, Figure.No-9.16(a)
// Example_9_6
// Value of resistor
// Given
clear;clc;
f=2*10^3; // Freq of input trigger signal in Hz
C=0.01*10^-6;
tp=1.2/f;
Ra=tp/(1.1*C);
printf("\n Resistance Ra is = %.1f ohm \n",Ra) // Result |
f2d79bc736f20b654134db5287f6170e21487a7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2210/CH2/EX2.10/2_10.sce | 283c7a469709e5a3610031f444eed84fb2fde412 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | 2_10.sce | //Chapter 2, Problem 10
clc
ref=0.1 //reflection coefficient
//calculation of voltage standing wave ratio
Vswr=(1+ref)/(1-ref)
printf("VSWR = %.2f",Vswr)
|
bff64ce0004ae1cee005b7ae3884c2047d907dab | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Create Network Game Screen.tst | 12423cefc25ab034038004cb7c0c1dd63d6f1049 | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,317 | tst | Create Network Game Screen.tst | ScreenName String 'Create Network Game Screen'
ImplName String 'NULL SCREEN'
ElementChunkArray Int 17
ScreenElementType Int 0
ImplName String 'Front End Screen Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 112, 800, 506 ) # left,top,right,bottom
ScreenElementType Int 1
ImplName String 'Open Prev Arrow Button'
TabIndex Int 2
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 299, 500, 401, 602 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_NULL'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Open Next Arrow Button'
TabIndex Int 3
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 424, 500, 526, 602 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_NULL'
Color Colour( 0.000000, 128.000000, 128.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 5
ImplName String 'List World Files'
TabIndex Int 4
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 291, 155, 760, 325 ) # left,top,right,bottom
Font String 'Univers12'
ScreenElementType Int 3
ImplName String 'Multiplayer Game Name Text Entry'
TabIndex Int 7
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 62, 205, 230, 247 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_DEFAULT_NAME'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 1
ImplName String 'Map Information Button'
TabIndex Int 25
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 280, 355, 712, 494 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_CREW'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 2
ImplName String 'Fleet Size Label'
TabIndex Int 26
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 39, 384, 239, 407 ) # left,top,right,bottom
Font String 'Univers12'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 1
ImplName String 'Fleet Size Scrollbar Button'
TabIndex Int 27
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 39, 412, 239, 447 ) # left,top,right,bottom
Font String 'DebugFont'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_CREW'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Toggle Friends Only Button'
TabIndex Int 28
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 72, 269, 201, 292 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_DROP'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Radio Historical Map Button'
TabIndex Int 29
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 328, 326, 479, 350 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_ARMS'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Radio Open Map Button'
TabIndex Int 30
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 544, 326, 664, 350 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_DROP'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 2
ImplName String 'Victory Limit Label'
TabIndex Int 14
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 39, 302, 239, 330 ) # left,top,right,bottom
Font String 'Univers12'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 1
ImplName String 'Victory Points Scrollbar Button'
TabIndex Int 31
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 39, 330, 239, 365 ) # left,top,right,bottom
Font String 'DebugFont'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_DEFAULT_NAME'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 32
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 56, 178, 226, 199 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT02_GAME_NAME'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 33
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 6, 124, 279, 181 ) # left,top,right,bottom
Font String 'BlackChancery22'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_CREATE_GAME'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 34
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 3, 126, 280, 175 ) # left,top,right,bottom
Font String 'BlackChancery22'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_CREATE_GAME'
Color Colour( 1.000000, 0.796100, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'FrontEnd Animated Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool False
ReferenceArea Rect( 0, 113, 800, 507 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1 |
3868b270f9c702e0c8c66ff9586b6f55894e40c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH14/EX14.9/Ex14_9.sce | 5175885112f1109bbaa0cbbfa6bfe6a08fae36df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sce | Ex14_9.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 14 Operational Amplifiers Pg no. 431 and 432
clear;
clc;
//Given
A=175000;//open loop voltage gain
Zin=1.5D6;//input impedance in ohms
Zout=70;//output impedance in ohms
Ri=8.2D3;//resistance Ri in ohms
Rf=180D3;//feedback resistance in ohms
//Solution
X=Ri/(Ri+Rf);//voltage divider ratio
Zin_n=Zin*(1+A*X);//input impedance in ohms
Zout_n=Zout/(1+A*X);//output impedance in ohms
Av_cl=1/X;//closed loop voltage gain
printf("Input impedance Zin = %.f Mega-ohms\n ",Zin_n/10^6);
printf("Output impedance Zout = %.4f ohms\n ",Zout_n);
printf("Closed loop voltage gain (Av)cl = %.f",Av_cl);
|
6c1ef45e4419b887d475f2d05893b1252572f7b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH17/EX17.18/Ch017Ex18.sce | 9a4e782e4e6660b0e597a54f48662550803d9b6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 422 | sce | Ch017Ex18.sce | // Scilab code Ex17.18 : Pg:898 (2011)
clc;clear;
count_err = 1e-03; // Fractional error in counting
m = 3; // Plateau slope
delta_V = count_err*100/m*100; // Maximum permissible voltage fluctuation in a GM counter, volt
printf("\nThe maximum permissible voltage fluctuation in a GM counter = %3.1f volts", delta_V);
// Result
// The maximum permissible voltage fluctuation in a GM counter = 3.3 volts
|
68d72be98a11b82050cd9f1df17a0d0349486402 | 416d7bf3844e7344d69d8e39ef500daf02ef1a78 | /Sprint_2_Test/test_float/short/case_4.tst | 29bdaaf4bf2bd0db566eb22bd2269399e6c084ed | [] | no_license | jcmanke/SoftEng | 760496ccb8524250557f24ed6e448e9e1ff1f75e | cc5b63747960f25bef316b0de798be5a2fb514c6 | refs/heads/master | 2021-05-01T18:40:34.492776 | 2014-04-30T17:16:06 | 2014-04-30T17:16:06 | 16,333,792 | 0 | 0 | null | 2014-02-06T19:19:45 | 2014-01-29T02:57:43 | null | UTF-8 | Scilab | false | false | 10 | tst | case_4.tst | 12.6
12.8
|
46879fd809cbf938253839fc02aa7829ccb0b041 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH9/EX9.5/Ex9_5.sce | ac5d980f9b8410fadf0735d65c05446e58f5a988 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | Ex9_5.sce | //Ex9_5
clc
VGS = 4// voltage applied to gate terminal
IG = 2*10^-9//current flowing in gate
RGS = VGS/IG
disp("VGs = "+string(VGS)+"V")
disp("IG = "+string(IG)+"A")
disp("RGS = VGS/IG = "+string(RGS)+"ohm")//resistance brtween gate and source
|
eca0c82a1e4274d1bde5a4241532502331d4d425 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH5/EX5.2/5_2.sci | 17f1c55ba21638787c3017895aa2b18da521fb2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sci | 5_2.sci | // 5.2
clc;
eta=0.6;
fn=2400;
M=0.98;
//M=1/[[(1-u^2)^2]+(2*u*eta)^2]^0.5; ..........(i)
// On solving the above equation we get u=0.79
u=0.79;
fu=u*fn;
printf("\nupper value of range=%.0f Hz",fu)
//Now let M=1.02, on solving equation (i) we have u=0.29
u=0.29;
fl=u*fn;
printf("\nlower value of range=%.0f Hz",fl)
disp('So, the range of the frequency is from 696 to 1896 Hz')
|
09a89bc8bb91dfe7a2e55d1ad111cf030654034b | 449d555969bfd7befe906877abab098c6e63a0e8 | /75/CH5/EX5.2/ex_2.sce | 0b96a662d1a41ddecd8c6109ad2fa8bef4d2d54b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 831 | sce | ex_2.sce | // PG (254)
deff('[y]=f(x)','y=exp(x)*cos(x)')
deff('[y]=fp(x)','y=exp(x)*(cos(x)-sin(x))')
deff('[y]=fpp(x)','y=-2*exp(x)*sin(x)')
x0=0;
x1=%pi;
// True value
integrate('exp(x)*cos(x)','x',x0,x1)
// Using Trapezoidal rule
n=2;
h=(x1-x0)/n;
I1 = (x1-x0) * (f(x0)+f(x1)) /4
E1 = -h^2 * (fp(x1)-fp(x0)) /12
n=4;
h=(x1-x0)/n;
I2 = (x1-x0) * (f(x0)+f(x1)) /4
E2 = -h^2 * (fp(x1)-fp(x0)) /12
n=8;
h=(x1-x0)/n;
I3 = (x1-x0) * (f(x0)+f(x1)) /4
E3 = -h^2 * (fp(x1)-fp(x0)) /12
n=16;
h=(x1-x0)/n;
I4 = (x1-x0) * (f(x0)+f(x1)) /4
E4 = -h^2 * (fp(x1)-fp(x0)) /12
n=32;
h=(x1-x0)/n;
I5 = (x1-x0) * (f(x0)+f(x1)) /4
E5 = -h^2 * (fp(x1)-fp(x0)) /12
n=64;
h=(x1-x0)/n;
I6 = (x1-x0) * (f(x0)+f(x1)) /4
E6 = -h^2 * (fp(x1)-fp(x0)) /12
n=128;
h=(x1-x0)/n;
I7 = (x1-x0) * (f(x0)+f(x1)) /4
E7 = -h^2 * (fp(x1)-fp(x0)) /12
|
19ed77ce3382d38527849cc046b35cf2ae5813b3 | ec32ca42a761a1bff5bf951ee44f864d175cfcfd | /Tests/testOr8Way.tst | 49d553eea589e5c627aa436578a95fa12df47b47 | [] | no_license | jakoborel/nand2tetris-Project | 18256faeec02b6c2ab947c6dc24afddda2678d68 | 01ea2263da5d8ba2a6e81c07d9992b5a3cb79785 | refs/heads/master | 2021-05-21T04:27:59.487198 | 2020-04-04T23:24:59 | 2020-04-04T23:24:59 | 252,542,832 | 0 | 0 | null | 2020-04-04T01:38:00 | 2020-04-02T19:04:43 | Scilab | UTF-8 | Scilab | false | false | 266 | tst | testOr8Way.tst | load Or8Way.hdl,
output-file or8WayOutput.out,
output-list a b c d e f g h out;
set a 0, set b 0, set c 0, set d 0, set e 0,
set f 0, set g 0, set h 0,
eval, output;
set a 0, set b 1,
eval, output;
set a 1, set b 0,
eval, output;
set a 1, set b 1,
eval, output;
|
ea95d9a473f347f5fe598676d7569a3e9e86a1ed | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/initation_scilab/ex11.sci | 2421d42d0bf2758b01cd65ae13597ab3e41a915f | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 69 | sci | ex11.sci | //1)
A=eye(4,4)
//2)
B=zeros(2,3)
//3)
C=ones(3,4)
//4)
D=rand(3,4)
|
b6963e45297ff406eeedbbf79818aaa1b2e727f8 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/err_bv2.tst | 3e9d81220b789428f8fa896296246b4355ed6c0a | [] | no_license | IETS3/jSMTLIB | aeaa7ad19be88117c7454d807a944e8581184a66 | c724ac63056101bfeeb39cc3f366c8719aa23f7b | refs/heads/master | 2020-12-24T12:41:17.664907 | 2019-01-04T10:47:43 | 2019-01-04T10:47:43 | 76,446,229 | 1 | 0 | null | 2016-12-14T09:46:41 | 2016-12-14T09:46:41 | null | UTF-8 | Scilab | false | false | 1,105 | tst | err_bv2.tst | ; checks the sorts of bit-vector functions
(set-logic QF_BV)
(declare-fun x () (_ BitVec 3))
(declare-fun y () (_ BitVec 5))
(declare-fun z () (_ BitVec 8))
(assert (= (bvnot x) #b1011))
(assert (= (bvnot true) #b1011))
(assert (= (bvnot x y) #b1011))
(assert (= (bvneg x) #b0111))
(assert (= (bvneg x y) #b0111))
(assert (= (bvand true y) #b111))
(assert (= (bvand x false) #b111))
(assert (= (bvand x y) #b111))
(assert (= (bvand x y z) #b111))
(assert (= (bvor x y) #b111))
(assert (= (bvadd x y) #b111))
(assert (= (bvmul x y) #b111))
(assert (= (bvshl x y) #b111))
(assert (= (bvlshr x y) #b111))
(assert (= (bvudiv x y) #b111))
(assert (= (bvurem x y) #b111))
(assert (bvult x y))
(assert (bvult y))
(assert (bvult true y))
(assert (bvult x false))
(assert (= (concat x y) #xa))
(assert (= (concat y) #xaa))
(assert (= (concat x true) z))
(assert (= ((_ extract 40 2) z) x))
(assert (= ((_ extract 1 2) z) x))
(assert (= ((_ extract a 1) z) x))
(assert (= ((_ extract ) z) x))
(assert (= ((_ extract 1 2 3 ) z) x))
(assert (= #b101 #b1010))
(assert (distinct #b1 #b10))
(assert (ite true #b0 #b11))
|
5740992813b81e0200e18abe3d2ccea076bfb392 | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/recurrence_rate-001.tst | 3aa25f99200c066a781b4db386f2407dd6f99654 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 23 | tst | recurrence_rate-001.tst | ../inputs/white-2x2.ssv |
1a727adf86258db274ec46a33aae0e37d91925c6 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/VE10.prev.tst | 781c936d9df53a9624f60e750db846f75667ff7b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 74 | tst | VE10.prev.tst | Vector 39 -26 -36 17 is sum of like powers
[39,-26,-36,17].gcd() = 1
|
31ece0ab6831e827f0136936563396495d40a84a | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH1/EX1.8.b/ex1_8_b.sce | fcec268ea1902e87b68829bf1f02a16c5d1a470a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 806 | sce | ex1_8_b.sce | //Example 1.8(b)
clc;
VFs=100; //Full Scale
Ve=0.015; //error permissable +-1.5%
V=70; //Voltage measured
V_lim_err=VFs*Ve; //magnitude of limiting error
//limiting error at a given voltage drop V
lim_err_V=100*V_lim_err/V;
IFs=150*10^-3; //Full Scale
Ie=0.015; //error permissable +-1.5%
I=80*10^-3; //Current measured
I_lim_err=IFs*Ie; //magnitude of limiting error
//limiting error at a given current I
lim_err_I=100*I_lim_err/I;
//Limiting error of power
lim_err_P=lim_err_V+lim_err_I;
printf('\nLimiting error at 70 V = %.3f percent\n',lim_err_V)
printf('\nLimiting error at 80 mA = %.3f percent\n',lim_err_I)
printf('\nLimiting error of power = %.3f percent\n',lim_err_P) |
643d6bdc00a116eb850b7bc15ecd7bccc16bfe77 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machines_-_I_M._Verma_And_V._Ahuja_695.zip/Electric_Machines_-_I_M._Verma_And_V._Ahuja_695/CH2/EX2.3/Ex2_3.sce | f96c4a2607ad34812813ea070fbbb622e793e993 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | Ex2_3.sce | errcatch(-1,"stop");mode(2);//Caption:Find the number of conductors
//Exa:2.3
;
;
P=8;//no. of poles
A=8;
Phy=40*10^-3;//flux in weber
N=500;//speed in rpm
E_g=250;//no-load voltage in volts
Z=(E_g*60*A)/(P*N*Phy);
disp(Z,'Number of conductors=')
exit();
|
e58f1c8b8e6204eeb51942becc2a93074a78f061 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH2/EX2.16/ex2_16.sce | c6c1ba9694f04282e515f91848e870566ca67868 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 262 | sce | ex2_16.sce | // Exa 2.16
clc;
clear;
close;
format('v',5)
// Given data
V = 6;// in V
R1 = 2;// in ohm
R2 = 1;// in ohm
R3 = 3;//in ohm
R4 = 2;// in ohm
Rth=(R1*R2/(R1+R2)+R3)*R4/((R1*R2/(R1+R2)+R3)+R4)
R_L = Rth;// in ohm
disp(R_L,"The value of R in ohm is");
|
d4aff1971b37ea692234db8321cab8dbe0d535c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH10/EX10.10/CH10Exa10.sce | ee6c0c8a7ce32edf159558919064bfbba4eb4773 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 783 | sce | CH10Exa10.sce | // Scilab code Exa10.10 : : Page-458 (2011)
clc; clear;
N_0 = 6.02252e+26; // Avogadro's constant
sigma = 3.5e-28; // Cross section, square metre
rho = 8.9e+03; // Nuclear density, Kg per cubic metre
M = 58; // Mass number
summation = rho/M*N_0*sigma; // Macroscopic cross section, per metre
x = 0.01e-02; // Thickness of nickel sheet, metre
I0_ratio_I = exp(summation*x/2.3026); // Fractional attenuation of neutron beam on passing through nickel sheet
printf("\nThe fractional attenuation of neutron beam on passing through nickel sheet = %6.4f", I0_ratio_I);
// Result
// The fractional attenuation of neutron beam on passing through nickel sheet = 1.0014
// Wrong answer given in the textbook
|
b00f281071bdde5d8984665a43886d03652ff827 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH1/EX1.10/Ex1_10.sce | 49d7070a234ef0976e3d7255fec6fd7ce4dd0e76 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,451 | sce | Ex1_10.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex1_10.sce.
clc;
clear;
subplot(2,2,1)
t=[0:0.001:8];
x=length(t);
v=ones(1,x);
for n=1:x;
L=5;
if t(n)<=2
v(n)=6.25;
else if t(n)>=6 & t(n)<8
v(n)=-6.25;
else
v(n)=0;
end
end
end
xlabel("Time in seconds")
ylabel("voltage in volts")
title("voltage waveform")
plot(t,v)
subplot(2,2,2)
t=[0:0.001:8];
x=length(t);
p=ones(1,x);
for n=1:x;
if t(n)<=2
v(n)=6.25;
i(n)=1.25;
p(n)=v(n)*t(n)*i(n);
else if t(n)>=6 & t(n)<8
v(n)=-6.25;
i(n)=10;
p(n)=(i(n)-(1.25*t(n)))*v(n);
else
v(n)=0;
i(n)=2.5;
p(n)=v(n)*t(n)*i(n);
end
end
end
xlabel("Time in seconds")
ylabel("power in watts")
title("power waveform")
plot(t,p)
subplot(2,2,3)
t=[0:0.001:8];
x=length(t);
e=ones(1,x);
L=5;
for n=1:x;
if t(n)<=2
i(n)=1.25;
e(n)=(1/2)*L*(t(n)*i(n))^2;
else if t(n)>=6 & t(n)<8
i(n)=10;
e(n)=(1/2)*L*(i(n)-(1.25*t(n)))^2;
else
i(n)=2.5;
e(n)=(1/2)*L*(i(n))^2;
end
end
end
xlabel("Time in seconds")
ylabel("Energy in joules")
title("Energy waveform")
plot(t,e)
|
f137ac26c2f41509480023194d7d2ed693248d91 | 06a62d768e69fd9dda11b30011c252807e301813 | /pgm9.sci | aecad0c8cd9bfdb35346324754475272ecf2f462 | [] | no_license | vikram-niit/matlab | 36ce3d9539629128251eab060164ce81c03aa690 | da8aeb4d727c47474d37676650664bd028d7e41d | refs/heads/master | 2020-03-18T13:40:37.068765 | 2018-05-25T03:51:55 | 2018-05-25T03:51:55 | 134,800,217 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | sci | pgm9.sci | function [oddSum, funVal] = pgm9(x)
n = size(x, 2)
oddSum = 0;
for i = 1:2:n
oddSum = oddSum + x(i);
end
funVal = 0;
for i = 1:n
funVal = funVal + (-1)^(i-1)*x(i);
end
endfunction
|
9fd8ff4a33137f9bc863deac4463aa84384d686f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH4/EX4.10/4_10.sce | 6d69d7f3605ed931729b3105a4f39c6f7aa3d3af | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 126 | sce | 4_10.sce | clc
//initialisations
r=52
svp=17.5//mm
//CALCULATIONS
p=(svp*r)/100
//results
printf(' SVP at dew point= % 1f mm',p)
|
f308e9dea2ae2eae251748cd4c196d8284736112 | f3a23c3bf50fa5d87c70f0ce0c469b0bf00884ca | /Scilab/exercice_2.sce | 0ff034d85791d8a4557a822d5bc0c2870f1e9674 | [] | no_license | standardgalactic/NumericalAnalysis | f67f71294db38a103c29cb81181c0ccef606c18f | 41ca26a43bae9873be39fd7879da1b95d8c37d3a | refs/heads/master | 2023-07-18T15:10:51.364303 | 2016-09-24T17:56:23 | 2016-09-24T17:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | exercice_2.sce | function y = GetRoots(x)
y=x;
for i=1:128
y=sqrt(y);
end
endfunction
function y = GetSquares(x)
y=x;
for i=1:128
y=y.^2
end
endfunction
function y = f(x)
y=GetSquares(GetRoots(x));
endfunction
|
296c8741ff5f0542b6e12dc2c679e33fb6ab638c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH2/EX2.5/ex2_5.sce | ab2851342161d3a013ae0ff06fbf2f96b591eea5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | sce | ex2_5.sce | // Amplitude Modulation-Transmission : example 2-5 : pg(81)
m=0.95;//modulation index
Pt= 50*10^3;//total transmitted power
x=(m^2)/2;
y=1+x;
z=(Pt/y);
Pi=Pt-z;
printf("\nPt = Pc*(1+(m^2)/2)");
printf("\nPc = %.f W",z);//carrier power
printf("\nPi = Pt-Pc = %.f W",Pi);//intelligence signal
|
fbaccf801bc86daae3a9094fecdb487c3ff09306 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH4/EX4.4.9/exa4_4_9.sce | abff334915483cc904039b44825e888ec108da07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | exa4_4_9.sce | //Caption:overall_transfer_function
// example 4.4.9
//page 71
// we have defined parallel and series function which we are going to use here
exec parallel.sce;
exec series.sce;
syms G1 G2 G3 G4 H5 H1 H2;
//shift the SUMMING point locsted after G3 towards left of block G3
a=G2/.H1;
b=G5/G3;
c=parallel(a,b);
c=simple(c);
d=G3/.H2;
e=series(G1,c);
f=series(e,d);
y=series(G4,f);
y=simple (y);
disp(y,"C(s)/R(s)=") |
8add9f6cabe8640d123570224fa8cfde91a93cc2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /995/CH1/EX1.22/Ex1_22.sce | f691012ac3003fe59ff67ed7ea22660674ca548c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 136 | sce | Ex1_22.sce | //Ex:1.22
clc;
clear;
close;
v=600;//in volts
d=25*10^-3;//in meters
E=(v)/d;
printf("Electric Field Strength = %d kV/m",E/1000); |
fd7687f6b9f15aab56c779001dc92d94c0d4e2a6 | e6ea8d4e6298d6aee8f296425a9e68b48ad33795 | /sci_gateway/cpp/test.sce | cd2ac750269ed54122891c1ec7d83ec038d45d6b | [] | no_license | srkirve77/scilab_toolbox | a7d75b97e58813033491ab32fecec43a35ae2e2e | 738760c8b1fd812b0a8d84f05764d395fe7041de | refs/heads/master | 2022-11-07T19:38:51.977104 | 2020-06-22T16:57:01 | 2020-06-22T16:57:01 | 271,746,071 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 51 | sce | test.sce | ulink
cd ..
cd ..
exec builder.sce
exec loader.sce
|
35c889e3ce30b1a89cd960ff3d3778318b80e8d8 | b55b3f4ecb80cc7d4e6ccad7124adeae711f42f7 | /Digital_communication/Lab_3/a.sce | c663bba2b7afa752d3f5374b20a5be1bc5d68825 | [] | no_license | shivamchopra99/Lab-Works | 9ada57e2093be3290be18ed21289e4bd6fc68df2 | 0dbb533ca502c2256089970acfd3420f43568801 | refs/heads/master | 2020-09-21T04:52:25.548472 | 2019-11-18T09:23:18 | 2019-11-18T09:23:18 | 224,683,152 | 1 | 0 | null | 2019-11-28T15:35:53 | 2019-11-28T15:35:52 | null | UTF-8 | Scilab | false | false | 465 | sce | a.sce |
clc;
clear all;
n = input("Enter the number of bits:- ");
snrdb = 4.8+6*n;
print(%io(2),snrdb,"in db");
xmax = input("Enter xmax :-");
pb = input("Enter the input power:- ");
snr = (pb*3*(2^2*n))/(xmax^2);
print(%io(2),snr);
print(%io(2),"In no unit");
notb = 10.1:30;
//disp("notb",notb);
pe = 0.5*erfc(0.5*sqrt(pb/notb));
print(%io(2),pe);
plot(notb,pe);
xlabel("Noise Power Spectral Density");
ylabel("Probab of Error");
title("Probab of error of PCM system");
|
60ec148d100c6bbc6110c7df791adb2b453dd1ff | 4b7eae708edea1f2fc5fd5f08bdd0ee8f1598adf | /code/loader.sce | e719a4ebde1a0564d616452ddc7d41250c9f330c | [] | no_license | kiraboris/pyttools | d7bea20bd371b811f6fe86ab94dac3317b9e3679 | 7a07dd9da5dd792f62a9c4cf33fdf2ae6be626fe | refs/heads/master | 2021-05-31T01:17:35.354923 | 2016-02-03T10:12:09 | 2016-02-03T10:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | loader.sce | // This script must be ran (from toolbox root folder) to load all availible methods of both general posibility theory (pt) toolbox and P-based evaluation subtoolbox (pev) as usual Scilab functions.
// 1. cd %TOOLBOX_ROOT_FOLDER;
// 2. exec loader.sce;
// 3. (call the toolbox functions and other functions you need)
// Description inside the loaded files:
cd pt;
exec 'loader.sce';
cd ../pev;
exec 'loader.sce';
cd ..;
// eof===eof===eof
|
05af3f444311a59ac26ff086c52b526a855a796c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH3/EX3.11/Ex3_11.sce | 310bf4dd3a1a24aaea38369713e2cbaf195b4d58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | sce | Ex3_11.sce | //EX3_11 PG-3.38
clc
Rf=0.1;
Idc=10;
Rs=0;
Es=30;//rms value of input voltage
Esm=sqrt(2)*Es;//peak value of the input voltage
Im=Idc*%pi/2;//DC output current
disp("We know that Im=Esm/(2Rf+Rs+Rl) for fullwave rectifier")
Rl=Esm/Im-2*Rf-0;
printf("\n Therefore load resistance is %.1f ohm \n",Rl)
Pdc=Idc^2*Rl;//Dc output power rating
Irms=Im/sqrt(2);//rms value of input current
Pac=Irms^2*(2*Rf+Rs+Rl);//Ac input power
%n=Pdc/Pac*100;//efficiency
printf("\n Therefore efficiency is %.2f %% \n",%n)
|
88a4377fd5dec595eb592b3f47fba077e0d40fe3 | 08ee8059476493a308f8e13adcbace48d7bcfc92 | /Scilab_packetTracer_codes/ffshift.sce | f4a274d297c927d73d2ff4f781beab015ab73bb8 | [] | no_license | Rushi-Bhatt/Self-Study | 7ed44b7821154b7906c7d532255ea648ec9d6299 | 90cc75440328ba21769ffac878f46feadeb2f06f | refs/heads/master | 2021-01-11T15:29:31.739065 | 2017-02-08T22:17:57 | 2017-02-08T22:17:57 | 80,360,471 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | ffshift.sce | clear all
//play with different values of fo
fo = 4;
N = 100;
T = 2*%pi;
t = linspace(0,T,N);
//the function and its fft (shifted so zero frequency occurs in the middle)
f = sin(2*%pi*fo*t);
figure()
plot(fft(f))
ft = fftshift(fft(f));
// frequency goes in steps 1/T
s = (-N/2+1:N/2) * 1/T;
figure(2),plot(s,abs(ft)),title('fourier') |
3ee6182bea8313b2d9d97db3f5b9cd49ac394729 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH1/EX1.8/Ex1_8.sce | 74bd443dc474b66d14ad269c65c25fa7bb5b0c3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sce | Ex1_8.sce | //Chapter 01: The Foundations: Logic and Proofs
clc;
clear;
x = [0 1 1 0 1 1 0 1 1 0];
y = [1 1 0 0 0 1 1 1 0 1];
bit_and=bitand(x,y)
bit_or=bitor(x,y)
bit_xor=bitxor(x,y)
disp(bit_and,"The bitwise AND is")
disp(bit_or,"The bitwise OR is")
disp(bit_xor,"The bitwise XOR is")
|
e7c2a3c896c89f5b708ce53b19ead9fd29c6e663 | 67ba0a56bc27380e6e12782a5fb279adfc456bad | /STAMPER_PROG_7.4/Setup_Parameters.sce | 75df830c1166756bdf3059a574f05f2930b72922 | [] | no_license | 2-BiAs/STAMPER_PROG | 8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0 | 4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0 | refs/heads/master | 2021-01-18T19:30:06.506977 | 2016-11-10T23:32:40 | 2016-11-10T23:32:40 | 71,999,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,761 | sce | Setup_Parameters.sce | clear
//Load Raw Points from File
plPoints = csvRead("POINTS_16001_160409.csv", ","); //Load Point file
plPoints(:,1) = -plPoints(:,1); //Flip Point X-values to correspond with cutting on the left side of SPDT machine (CCW rotation)
plPoints = plPoints($:-1:1,:); //Reverse the order of the points
//Load Included Functions///////////
exec('LoadIncluded.sce');
clc
////Define DoC Offset Regimes ////////////////////////////////////////////
//vStartFix = [.51 - fToolAngle(1), .53 - fToolAngle(1)];
//listMPOR = list([%pi / 6, 5*%pi / 6; 5*%pi / 6, vStartFix(1); vStartFix; vStartFix(2), %pi] + fToolAngle(1)); //Tool Regime angular boundary matrix
////listMPOR = list([%pi / 6, %pi / 2; %pi / 2, vStartFix(1); vStartFix; vStartFix(2), %pi] + fToolAngle(1)); //Tool Regime angular boundary matrix
//listMPOR(2) = listMPOR(1);
////listMPOR(3) = listMPOR(1);
////listMPOR(4) = listMPOR(1);
////listMPOR(5) = listMPOR(1);
//
//////Offsets for Roughing Cut Multipass (Brass)
////listMPOC_FIN = list([[.005, 0], [0, 0]; [.005, 0], [0, 0]; [.005, 0], [0, 0]; [.005, 0], [0, 0]]);
////listMPOC_FIN($+1) = [[.010, 0], [0, 0]; [.005, 0], [0, 0]; [.010, 0], [0, 0]; [.005, 0], [0, 0]];
////listMPOC_FIN($+1) = [[0.075, 0], [0, 0]; [0.015, 0], [0, 0]; [0.075, 0], [0, 0]; [0.015, 0], [0, 0]];
////
//////Offsets for final cut[s]
////listMPOC_FIN = list([[0, 0], [0, 0]; [0, 0], [0, 0]; [0, 0], [0, 0]; [0, 0], [0, 0]]);
////listMPOC_FIN($+1) = [[10, 0], [0, 0]; [10, 0], [0, 0]; [10, 0], [0, 0]; [10, 0], [0, 0]];
//
////Offsets for Roughing Cut Multipass (Ni)
//listMPOC_FIN = list([[.050, 0], [0, 0]; [.020, 0], [0, 0]; [.050, 0], [0, 0]; [.020, 0], [0, 0]]);
//listMPOC_FIN($+1) = [[0.020, 0], [0, 0]; [0.010, 0], [0, 0]; [0.020, 0], [0, 0]; [0.010, 0], [0, 0]];
|
8405fc17e862572ccd87bc64a7228fce622eedcb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH3/EX3.1/Ex_3_1.sce | 6cdbd93a9bac42d520661206abfa5bac27e3e429 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Ex_3_1.sce | //Example 3_1
clc;
clear;close;
//Given data:
R=80;//ohm
L=8;///mH
C=1.2;// micro F
//Solution :
if R^2<4*(L*10^-3)/(C*10^-6) then
disp("As R^2<4*L/C, Circuit will work as a series inverter.");
else
disp("As R^2>4*L/C, Circuit will not work as a series inverter.");
end
omega_m=sqrt(1/(L*10^-3*C*10^-6)-R^2/4/(L*10^-3)^2);//rad/s
fm=omega_m/2/%pi;//Hz
disp(fm,"Maximum frequency in Hz : ");
|
e499d50dc83789532a9e0d369deb3dd46ef3b89c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH3/EX3.13/ex3_13.sce | f28af919247296b8a9d725248b628aa12af45687 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 703 | sce | ex3_13.sce | //determine value of the series resistor and wattage rating
clear;
clc;
//soltion
//given
Vi=12;//V //input voltage
Vz=7.2;//V //Zener voltage
Izmin=10*10^-3;//A //min current through zener diode
Ilmax=100*10^-3;//A //max current through load
Ilmin=12*10^-3;//A //min current through load
Vs=Vi-Vz; //Voltage drop across the series resistor
Is=Izmin+Ilmax; //Current through the series resistor
Rs=Vs/Is;
printf("The series resistor so that 10mA current flow through zener diode is %.1f Ω\n",Rs);
Izmax=Is-Ilmin; //max zener through zener diode
Pmax=Izmax*Vz;
printf("The maximum wattage rating is %.1f mW",Pmax*1000);
|
f48185ceb349114e85ee3afe35f14146c4f34c6e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1430/CH2/EX2.13/exa2_13.sce | 3b9dc867670b9c6b281b534cfb0a43a73fdd07a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 594 | sce | exa2_13.sce | // Example 2.13
// Equivalent Source Networks
//From Figure 2.28(b)
v_oc= (20*50)/(5+20);// Open Circuit Voltage =======> equation 1
//From Figure 2.28(c)
i_sc=50/5; // Short Circuit Current ========> equation 2
// From equation 1 & 2
R_t=v_oc/i_sc;// Thevenin Resistance
v=24;// Voltage across R_l_1
// From figure 2.28(d)
// Using Voltage Divider, (R_l_1*40)/(4+R_l_1)=24.
R_l_1=6;
//From figure 2.28(e)
// Using Current Divider , (4*10)/(4+R_l_2)=8.
R_l_2=1;
disp(R_l_1,"Design Value of R_1 when v=24 (in Ohms)=")
disp(R_l_2,"Design Value of R_1 when i=8(in Ohms)=")
|
b31d295360e8020c01b7157d54214ae831bcfd20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH13/EX13.9/ex13_9.sce | 40627205a5a57c035dc0c32332731ff771835900 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sce | ex13_9.sce | clc;
warning("off");
printf("\n\n example 13_9 - pg700");
// given
p=2050; //[kg/m^3] - density of soil
cp=1840; //[J/kg*K] - heat cpapacity of soil
k=0.52; //[W/m*K] - thermal conductivity of soil
alpha=0.138*10^-6; //[m^2/sec]
t=4*30*24*3600; //[sec] - no. of seconds in 4 months
Tx=-5; //[degC]
Tinf=-20; //[degC]
T0=20; //[degC]
// from the fig 13.24 the dimensionless distance Z is
Z=0.46;
// then the depth is
x=2*((alpha*t)^(1/2))*Z
printf("\n\n the depth is \n x = %f m = %f ft",x,x*(3.6/1.10));
|
ae9ccd7c0c9b23bbb7e90207c8b87b41fb65ecd9 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/Self_tuning_controller/ConventionalTuning_Vikas/PIDControllerFandisturbance/clientread.sce | 04a63b3525ca76cd036681dee7f69111653eb572 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 30,784 | sce | clientread.sce | 2333 1310970670045 1310971005468 0.0 251.0 29.4
2334 1310970689035 1310971024453 39.0 50.0 28.4
2335 1310970690026 1310971025437 0.0 50.0 28.3
2336 1310970691021 1310971026437 0.0 50.0 28.3
2337 1310970692035 1310971027453 6.8011 50.0 28.2
2338 1310970693027 1310971028437 32.251 50.0 28.2
2339 1310970694019 1310971029437 39.0 50.0 28.3
2340 1310970695023 1310971030437 39.0 50.0 28.3
2341 1310970696016 1310971031437 39.0 50.0 28.3
2342 1310970697028 1310971032437 39.0 50.0 28.6
2343 1310970698032 1310971033453 21.449 50.0 28.8
2344 1310970699024 1310971034437 37.684 50.0 29.0
2345 1310970700027 1310971035437 39.0 50.0 29.3
2346 1310970701018 1310971036437 35.709 50.0 29.6
2347 1310970702021 1310971037437 39.0 50.0 30.0
2348 1310970703034 1310971038453 31.541 50.0 30.2
2349 1310970704024 1310971039437 39.0 50.0 30.7
2350 1310970705016 1310971040437 11.576 50.0 31.1
2351 1310970706021 1310971041437 17.5 50.0 31.7
2352 1310970707034 1310971042453 0.0 50.0 32.2
2353 1310970708024 1310971043437 0.87757 50.0 32.7
2354 1310970709027 1310971044437 0.0 50.0 33.2
2355 1310970710020 1310971045437 0.0 50.0 33.4
2356 1310970711022 1310971046437 21.939 50.0 33.8
2357 1310970712034 1310971047453 0.0 50.0 34.0
2358 1310970713027 1310971048437 12.725 50.0 34.1
2359 1310970714030 1310971049437 19.965 50.0 34.4
2360 1310970715019 1310971050437 0.0 50.0 34.4
2361 1310970716022 1310971051437 25.011 50.0 34.6
2362 1310970717034 1310971052453 4.8266 50.0 34.8
2363 1310970718025 1310971053437 1.35E-13 50.0 35.0
2364 1310970719019 1310971054437 0.0 50.0 35.1
2365 1310970720022 1310971055437 5.046 50.0 35.2
2366 1310970721034 1310971056453 1.9745 50.0 35.3
2367 1310970722025 1310971057437 0.0 50.0 35.3
2368 1310970723027 1310971058437 7.2399 50.0 35.3
2369 1310970724028 1310971059437 6.5817 50.0 35.3
2370 1310970725021 1310971060437 5.9236 50.0 35.3
2371 1310970726023 1310971061437 5.2654 50.0 35.3
2372 1310970727012 1310971062421 4.6072 50.0 35.3
2373 1310970728026 1310971063437 3.949 50.0 35.2
2374 1310970729028 1310971064437 14.041 50.0 35.2
2375 1310970730032 1310971065437 5.7042 50.0 35.1
2376 1310970731023 1310971066437 16.016 50.0 35.0
2377 1310970732016 1310971067421 18.648 50.0 34.7
2378 1310970733030 1310971068437 39.0 50.0 34.6
2379 1310970734033 1310971069453 26.714 50.0 34.5
2380 1310970735025 1310971070437 30.444 50.0 34.6
2381 1310970736027 1310971071437 12.892 50.0 34.8
2382 1310970737018 1310971072437 0.16768 50.0 34.8
2383 1310970738031 1310971073437 16.403 50.0 35.1
2384 1310970739024 1310971074437 0.0 50.0 35.2
2385 1310970740027 1310971075437 12.725 50.0 35.3
2386 1310970741017 1310971076421 9.4338 50.0 35.4
2387 1310970742029 1310971077437 5.9236 50.0 35.5
2388 1310970743032 1310971078437 2.1939 50.0 35.5
2389 1310970744024 1310971079437 8.9951 50.0 35.5
2390 1310970745025 1310971080437 7.8981 50.0 35.5
2391 1310970746018 1310971081437 6.8011 50.0 35.5
2392 1310970747031 1310971082437 5.7042 50.0 35.7
2393 1310970748034 1310971083437 0.0 50.0 35.7
2394 1310970749026 1310971084437 14.26 50.0 35.5
2395 1310970750018 1310971085421 34.225 50.0 35.5
2396 1310970751018 1310971086421 17.332 50.0 35.4
2397 1310970752030 1310971087437 26.985 50.0 35.4
2398 1310970753032 1310971088437 18.21 50.0 35.4
2399 1310970754026 1310971089437 17.332 50.0 35.4
2400 1310970755017 1310971090421 16.454 50.0 35.4
2401 1310970756031 1310971091437 15.577 50.0 35.7
2402 1310970757035 1310971092453 0.0 50.0 35.8
2403 1310970758025 1310971093437 11.408 50.0 35.9
2404 1310970759027 1310971094437 6.8011 50.0 36.0
2405 1310970760016 1310971095421 1.9745 50.0 36.0
2406 1310970761029 1310971096437 7.6787 50.0 36.1
2407 1310970762032 1310971097437 0.0 50.0 36.1
2408 1310970763024 1310971098437 5.4848 50.0 36.1
2409 1310970764026 1310971099437 3.0715 50.0 36.1
2410 1310970765019 1310971100437 0.65818 50.0 36.0
2411 1310970766032 1310971101437 8.9951 50.0 36.0
2412 1310970767034 1310971102437 0.0 50.0 35.9
2413 1310970768024 1310971103437 8.5563 50.0 35.9
2414 1310970769025 1310971104437 0.0 50.0 35.8
2415 1310970770028 1310971105437 8.7757 50.0 35.7
2416 1310970771030 1310971106437 9.8726 50.0 35.5
2417 1310970772031 1310971107437 21.939 50.0 35.5
2418 1310970773032 1310971108437 5.046 50.0 35.4
2419 1310970774024 1310971109437 14.699 50.0 35.3
2420 1310970775025 1310971110437 16.674 50.0 35.2
2421 1310970776038 1310971111453 18.868 50.0 35.3
2422 1310970777030 1310971112437 0.0 50.0 35.2
2423 1310970778030 1310971113437 17.99 50.0 35.2
2424 1310970779022 1310971114437 9.6532 50.0 35.1
2425 1310970780023 1310971115437 19.965 50.0 35.1
2426 1310970781036 1310971116453 11.847 50.0 35.2
2427 1310970782028 1310971117437 0.87757 50.0 35.1
2428 1310970783030 1310971118437 19.087 50.0 35.1
2429 1310970784022 1310971119437 10.97 50.0 35.1
2430 1310970785023 1310971120437 10.75 50.0 35.1
2431 1310970786036 1310971121453 10.531 50.0 35.1
2432 1310970787028 1310971122437 10.311 50.0 35.1
2433 1310970788030 1310971123437 10.092 50.0 35.2
2434 1310970789022 1310971124437 0.0 50.0 35.2
2435 1310970790035 1310971125437 7.4593 50.0 35.2
2436 1310970791026 1310971126437 7.0205 50.0 35.2
2437 1310970792029 1310971127437 6.5818 50.0 35.3
2438 1310970793021 1310971128437 0.0 50.0 35.2
2439 1310970794023 1310971129437 17.99 50.0 35.2
2440 1310970795037 1310971130453 9.6532 50.0 35.0
2441 1310970796029 1310971131437 30.715 50.0 35.1
2442 1310970797030 1310971132437 4.1684 50.0 35.0
2443 1310970798120 1310971133531 22.597 50.0 34.8
2444 1310970799026 1310971134437 36.2 50.0 35.1
2445 1310970800026 1310971135437 0.0 50.0 35.1
2446 1310970801028 1310971136437 23.475 50.0 35.2
2447 1310970802018 1310971137421 12.505 50.0 35.3
2448 1310970803022 1310971138437 9.2145 50.0 35.4
2449 1310970804036 1310971139453 5.7042 50.0 35.7
2450 1310970805028 1310971140437 0.0 50.0 35.7
2451 1310970806031 1310971141437 22.159 50.0 35.8
2452 1310970807023 1310971142437 9.8726 50.0 35.9
2453 1310970808026 1310971143437 5.2654 50.0 36.0
2454 1310970809029 1310971144437 0.43878 50.0 36.1
2455 1310970810032 1310971145437 0.0 50.0 36.1
2456 1310970811023 1310971146437 5.4848 50.0 36.1
2457 1310970812023 1310971147437 3.0715 50.0 36.1
2458 1310970813034 1310971148437 0.65818 50.0 36.1
2459 1310970814036 1310971149437 0.0 50.0 35.9
2460 1310970815028 1310971150437 19.087 50.0 36.0
2461 1310970816030 1310971151437 0.0 50.0 35.8
2462 1310970817022 1310971152437 27.205 50.0 35.8
2463 1310970818023 1310971153437 9.6532 50.0 35.7
2464 1310970819037 1310971154437 18.648 50.0 35.5
2465 1310970820028 1310971155437 30.715 50.0 35.5
2466 1310970821031 1310971156437 13.822 50.0 35.5
2467 1310970822022 1310971157437 12.725 50.0 35.5
2468 1310970823024 1310971158437 11.628 50.0 35.7
2469 1310970824037 1310971159437 0.0 50.0 35.7
2470 1310970825029 1310971160437 14.26 50.0 35.9
2471 1310970826031 1310971161437 0.0 50.0 35.8
2472 1310970827020 1310971162421 24.572 50.0 35.8
2473 1310970828021 1310971163421 14.919 50.0 35.8
2474 1310970829034 1310971164437 13.163 50.0 35.9
2475 1310970830038 1310971165453 0.65817 50.0 35.9
2476 1310970831031 1310971166437 6.5817 50.0 36.0
2477 1310970832022 1310971167453 0.0 50.0 36.0
2478 1310970833041 1310971168453 5.7042 50.0 36.0
2479 1310970834032 1310971169437 3.5103 50.0 35.9
2480 1310970835036 1310971170437 12.067 50.0 36.0
2481 1310970836028 1310971171437 0.0 50.0 35.9
2482 1310970837019 1310971172421 16.454 50.0 35.9
2483 1310970838031 1310971173437 6.5818 50.0 35.9
2484 1310970839034 1310971174437 4.6072 50.0 35.9
2485 1310970840025 1310971175437 2.6327 50.0 35.8
2486 1310970841028 1310971176437 11.408 50.0 35.7
2487 1310970842019 1310971177421 12.505 50.0 35.7
2488 1310970843031 1310971178437 3.0715 50.0 35.7
2489 1310970844032 1310971179437 1.5357 50.0 35.7
2490 1310970845033 1310971180437 1.35E-13 50.0 35.5
2491 1310970846024 1310971181437 19.965 50.0 35.4
2492 1310970847024 1310971182437 13.822 50.0 35.4
2493 1310970848038 1310971183437 5.046 50.0 35.3
2494 1310970849028 1310971184437 14.919 50.0 35.3
2495 1310970850028 1310971185437 6.3624 50.0 35.2
2496 1310970851029 1310971186437 16.454 50.0 35.2
2497 1310970852042 1310971187453 8.1175 50.0 35.1
2498 1310970853033 1310971188437 18.429 50.0 35.1
2499 1310970854036 1310971189437 10.311 50.0 35.0
2500 1310970855028 1310971190437 20.842 50.0 35.0
2501 1310970856031 1310971191437 12.944 50.0 35.0
2502 1310970857034 1310971192437 12.944 50.0 34.8
2503 1310970858036 1310971193437 34.444 50.0 35.1
2504 1310970859039 1310971194453 0.0 50.0 35.2
2505 1310970860030 1310971195437 12.725 50.0 35.2
2506 1310970861030 1310971196437 20.184 50.0 35.2
2507 1310970862022 1310971197421 19.745 50.0 35.4
2508 1310970863036 1310971198437 0.0 50.0 35.4
2509 1310970864038 1310971199437 14.919 50.0 35.4
2510 1310970865030 1310971200437 14.041 50.0 35.5
2511 1310970866032 1310971201437 2.4133 50.0 35.5
2512 1310970867024 1310971202437 9.2144 50.0 35.7
2513 1310970868027 1310971203437 0.0 50.0 35.7
2514 1310970869040 1310971204453 14.26 50.0 35.8
2515 1310970870042 1310971205453 1.9745 50.0 35.8
2516 1310970871033 1310971206437 8.1175 50.0 35.7
2517 1310970872037 1310971207437 17.113 50.0 35.8
2518 1310970873029 1310971208437 0.0 50.0 35.7
2519 1310970874020 1310971209421 16.893 50.0 35.7
2520 1310970875034 1310971210437 7.4593 50.0 35.7
2521 1310970876037 1310971211437 5.9236 50.0 35.7
2522 1310970877030 1310971212437 4.3878 50.0 35.7
2523 1310970878033 1310971213437 2.8521 50.0 35.7
2524 1310970879025 1310971214437 1.3163 50.0 35.5
2525 1310970880038 1310971215437 21.281 50.0 35.5
2526 1310970881028 1310971216437 4.3878 50.0 35.5
2527 1310970882030 1310971217437 3.2909 50.0 35.4
2528 1310970883032 1310971218437 12.944 50.0 35.4
2529 1310970884032 1310971219437 4.1684 50.0 35.3
2530 1310970885034 1310971220437 14.041 50.0 35.3
2531 1310970886034 1310971221437 5.4848 50.0 35.2
2532 1310970887026 1310971222437 15.577 50.0 35.3
2533 1310970888028 1310971223437 0.0 50.0 35.3
2534 1310970889031 1310971224437 7.2399 100.0 35.2
2535 1310970890034 1310971225437 17.332 100.0 35.2
2536 1310970891025 1310971226421 8.9951 100.0 35.2
2537 1310970892040 1310971227453 8.5563 100.0 35.1
2538 1310970893032 1310971228437 18.868 100.0 34.8
2539 1310970894034 1310971229437 39.0 100.0 34.8
2540 1310970895026 1310971230437 15.744 100.0 34.7
2541 1310970896028 1310971231437 26.933 100.0 34.6
2542 1310970897040 1310971232437 30.444 100.0 34.5
2543 1310970898031 1310971233437 34.173 100.0 34.3
2544 1310970899031 1310971234437 39.0 100.0 34.5
2545 1310970900033 1310971235437 3.2392 100.0 34.5
2546 1310970901024 1310971236421 20.132 100.0 34.5
2547 1310970902038 1310971237437 21.229 100.0 34.7
2548 1310970903042 1310971238453 0.82585 100.0 34.7
2549 1310970904033 1310971239437 17.28 100.0 34.8
2550 1310970905035 1310971240437 7.1882 100.0 34.8
2551 1310970906026 1310971241437 15.525 100.0 34.8
2552 1310970907039 1310971242437 15.964 100.0 34.8
2553 1310970908029 1310971243437 16.403 100.0 35.0
2554 1310970909032 1310971244437 0.0 100.0 34.8
2555 1310970910033 1310971245437 37.297 100.0 34.8
2556 1310970911024 1310971246421 21.939 100.0 34.8
2557 1310970912036 1310971247437 22.378 100.0 34.8
2558 1310970913039 1310971248437 22.817 100.0 34.7
2559 1310970914031 1310971249437 34.006 100.0 34.7
2560 1310970915033 1310971250437 26.766 100.0 34.8
2561 1310970916025 1310971251421 16.674 100.0 34.7
2562 1310970917037 1310971252437 35.761 100.0 34.8
2563 1310970918039 1310971253437 17.771 100.0 34.7
2564 1310970919030 1310971254437 36.858 100.0 35.1
2565 1310970920032 1310971255437 0.0 100.0 35.2
2566 1310970921045 1310971256453 20.623 100.0 35.3
2567 1310970922037 1310971257437 17.332 100.0 35.4
2568 1310970923026 1310971258437 13.822 100.0 35.5
2569 1310970924028 1310971259437 10.092 100.0 35.7
2570 1310970925029 1310971260437 0.0 100.0 35.8
2571 1310970926042 1310971261453 3.5103 100.0 35.8
2572 1310970927034 1310971262437 9.6532 100.0 35.7
2573 1310970928036 1310971263437 18.648 100.0 35.7
2574 1310970929026 1310971264421 9.2145 100.0 35.5
2575 1310970930028 1310971265437 29.179 100.0 35.5
2576 1310970931041 1310971266437 12.286 100.0 35.4
2577 1310970932034 1310971267437 21.939 100.0 35.3
2578 1310970933036 1310971268437 23.914 100.0 35.3
2579 1310970934026 1310971269421 15.357 100.0 35.2
2580 1310970935027 1310971270437 25.449 100.0 35.2
2581 1310970936040 1310971271437 17.113 100.0 35.2
2582 1310970937042 1310971272437 16.674 100.0 35.2
2583 1310970938033 1310971273437 16.235 100.0 35.2
2584 1310970939034 1310971274437 15.796 100.0 35.1
2585 1310970940047 1310971275453 26.108 100.0 35.0
2586 1310970941039 1310971276437 28.74 100.0 35.3
2587 1310970942039 1310971277437 0.0 100.0 35.3
2588 1310970943030 1310971278437 23.036 100.0 35.3
2589 1310970944033 1310971279437 22.378 100.0 35.3
2590 1310970945046 1310971280453 21.72 100.0 35.4
2591 1310970946038 1310971281437 10.311 100.0 35.3
2592 1310970947040 1310971282437 28.082 100.0 35.4
2593 1310970948032 1310971283437 8.7757 100.0 35.3
2594 1310970949034 1310971284437 26.546 100.0 35.4
2595 1310970950037 1310971285437 7.2399 100.0 35.3
2596 1310970951040 1310971286437 25.011 100.0 35.4
2597 1310970952031 1310971287437 5.7042 100.0 35.3
2598 1310970953032 1310971288437 23.475 100.0 35.4
2599 1310970954025 1310971289421 4.1684 100.0 35.3
2600 1310970955038 1310971290437 21.939 100.0 35.3
2601 1310970956040 1310971291437 13.383 100.0 35.3
2602 1310970957029 1310971292437 12.725 100.0 35.3
2603 1310970958030 1310971293437 12.067 100.0 35.4
2604 1310970959042 1310971294437 0.65817 100.0 35.3
2605 1310970960044 1310971295453 18.429 100.0 35.3
2606 1310970961036 1310971296437 9.8726 100.0 35.2
2607 1310970962038 1310971297437 19.965 100.0 35.2
2608 1310970963028 1310971298421 11.628 100.0 35.2
2609 1310970964040 1310971299437 11.189 100.0 35.1
2610 1310970965043 1310971300437 21.5 100.0 35.0
2611 1310970966035 1310971301437 24.133 100.0 34.8
2612 1310970967036 1310971302437 37.735 100.0 34.8
2613 1310970968028 1310971303437 22.378 100.0 34.7
2614 1310970969031 1310971304437 33.567 100.0 34.7
2615 1310970970042 1310971305437 26.327 100.0 34.7
2616 1310970971034 1310971306437 26.985 100.0 34.8
2617 1310970972036 1310971307437 16.893 100.0 34.8
2618 1310970973028 1310971308437 25.23 100.0 35.0
2619 1310970974043 1310971309437 4.1684 100.0 35.1
2620 1310970975043 1310971310453 9.2144 100.0 35.3
2621 1310970976036 1310971311437 0.0 100.0 35.3
2622 1310970977039 1310971312437 15.138 100.0 35.4
2623 1310970978030 1310971313437 3.7297 100.0 35.4
2624 1310970979032 1310971314437 10.75 100.0 35.4
2625 1310970980046 1310971315453 9.8726 100.0 35.3
2626 1310970981038 1310971316437 19.745 100.0 35.4
2627 1310970982040 1310971317437 0.43878 100.0 35.2
2628 1310970983029 1310971318437 28.96 100.0 35.2
2629 1310970984035 1310971319437 12.725 100.0 35.2
2630 1310970985038 1310971320437 12.286 100.0 35.1
2631 1310970986039 1310971321437 22.597 100.0 35.0
2632 1310970987042 1310971322437 25.23 100.0 35.0
2633 1310970988034 1310971323437 17.332 100.0 35.0
2634 1310970989026 1310971324421 17.332 100.0 34.8
2635 1310970990038 1310971325437 38.832 100.0 34.7
2636 1310970991040 1310971326437 34.225 100.0 34.7
2637 1310970992042 1310971327437 26.985 100.0 34.8
2638 1310970993032 1310971328437 16.893 100.0 34.8
2639 1310970994046 1310971329453 25.23 100.0 35.0
2640 1310970995037 1310971330437 4.1684 100.0 35.1
2641 1310970996040 1310971331437 9.2144 100.0 35.1
2642 1310970997030 1310971332437 16.893 100.0 35.3
2643 1310970998031 1310971333437 0.0 100.0 35.3
2644 1310970999044 1310971334437 15.138 100.0 35.4
2645 1310971000034 1310971335437 3.7297 100.0 35.3
2646 1310971001036 1310971336437 21.5 100.0 35.4
2647 1310971002038 1310971337437 2.1939 100.0 35.2
2648 1310971003039 1310971338437 30.715 100.0 35.3
2649 1310971004040 1310971339437 3.7297 100.0 35.2
2650 1310971005043 1310971340437 21.72 100.0 35.2
2651 1310971006035 1310971341437 13.383 100.0 35.2
2652 1310971007035 1310971342437 12.944 100.0 35.1
2653 1310971008048 1310971343453 23.256 100.0 35.0
2654 1310971009037 1310971344437 25.888 100.0 35.0
2655 1310971010040 1310971345437 17.99 100.0 34.7
2656 1310971011031 1310971346437 39.0 100.0 34.7
2657 1310971012043 1310971347437 15.964 100.0 34.7
2658 1310971013045 1310971348437 16.622 100.0 34.7
2659 1310971014037 1310971349437 17.28 100.0 34.7
2660 1310971015040 1310971350437 17.938 100.0 34.7
2661 1310971016032 1310971351437 18.597 100.0 34.8
2662 1310971017044 1310971352437 8.5046 100.0 34.8
2663 1310971018047 1310971353453 16.841 100.0 35.0
2664 1310971019038 1310971354437 0.0 100.0 35.0
2665 1310971020040 1310971355437 15.796 100.0 35.0
2666 1310971021029 1310971356421 15.796 100.0 35.0
2667 1310971022032 1310971357437 15.796 100.0 34.7
2668 1310971023044 1310971358437 39.0 100.0 34.8
2669 1310971024046 1310971359437 5.2137 100.0 34.8
2670 1310971025039 1310971360437 13.551 100.0 34.7
2671 1310971026031 1310971361421 24.74 100.0 34.8
2672 1310971027033 1310971362437 6.7494 100.0 34.8
2673 1310971028046 1310971363437 15.086 100.0 34.8
2674 1310971029038 1310971364437 15.525 100.0 34.7
2675 1310971030040 1310971365437 26.714 100.0 34.7
2676 1310971031032 1310971366437 19.474 100.0 34.8
2677 1310971032044 1310971367437 9.3821 100.0 34.7
2678 1310971033045 1310971368437 28.469 100.0 34.7
2679 1310971034035 1310971369437 21.229 100.0 34.7
2680 1310971035036 1310971370437 21.887 100.0 34.7
2681 1310971036039 1310971371437 22.546 100.0 34.8
2682 1310971037028 1310971372421 12.454 100.0 34.8
2683 1310971038039 1310971373437 20.79 100.0 35.0
2684 1310971039041 1310971374437 0.0 100.0 35.1
2685 1310971040044 1310971375437 5.046 100.0 35.1
2686 1310971041036 1310971376437 12.725 100.0 35.2
2687 1310971042039 1310971377437 1.7551 100.0 35.1
2688 1310971043040 1310971378437 19.965 100.0 35.0
2689 1310971044043 1310971379437 22.597 100.0 35.1
2690 1310971045033 1310971380437 3.9491 100.0 35.1
2691 1310971046036 1310971381437 11.628 100.0 35.0
2692 1310971047049 1310971382453 22.159 100.0 35.0
2693 1310971048042 1310971383437 14.26 100.0 34.8
2694 1310971049044 1310971384437 35.761 100.0 34.8
2695 1310971050035 1310971385437 20.403 100.0 34.8
2696 1310971051037 1310971386437 20.842 100.0 34.8
2697 1310971052039 1310971387437 21.281 100.0 34.8
2698 1310971053041 1310971388437 21.72 100.0 34.7
2699 1310971054043 1310971389437 32.909 100.0 34.8
2700 1310971055046 1310971390437 14.919 100.0 34.7
2701 1310971056036 1310971391437 34.006 100.0 34.8
2702 1310971057037 1310971392437 16.016 100.0 35.0
2703 1310971058050 1310971393453 2.8521 100.0 35.0
2704 1310971059041 1310971394437 18.648 100.0 35.2
2705 1310971060043 1310971395437 0.0 100.0 35.2
2706 1310971061034 1310971396437 15.357 100.0 35.2
2707 1310971062036 1310971397437 14.919 100.0 35.2
2708 1310971063038 1310971398437 14.48 100.0 35.2
2709 1310971064051 1310971399453 14.041 100.0 35.2
2710 1310971065043 1310971400437 13.602 100.0 35.2
2711 1310971066044 1310971401437 13.164 100.0 35.1
2712 1310971067035 1310971402437 23.475 100.0 35.1
2713 1310971068037 1310971403437 15.357 100.0 35.1
2714 1310971069050 1310971404453 15.138 100.0 35.0
2715 1310971070042 1310971405437 25.669 100.0 35.0
2716 1310971071044 1310971406437 17.771 100.0 34.8
2717 1310971072036 1310971407437 39.0 100.0 34.8
2718 1310971073037 1310971408437 23.643 100.0 34.8
2719 1310971074039 1310971409437 24.081 100.0 34.7
2720 1310971075052 1310971410453 35.27 100.0 35.0
2721 1310971076045 1310971411437 0.0 100.0 35.0
2722 1310971077048 1310971412437 23.694 100.0 35.1
2723 1310971078038 1310971413437 12.944 100.0 35.2
2724 1310971079030 1310971414421 9.8726 100.0 35.2
2725 1310971080042 1310971415437 17.332 100.0 35.3
2726 1310971081044 1310971416437 6.143 100.0 35.4
2727 1310971082035 1310971417437 2.6327 100.0 35.3
2728 1310971083039 1310971418437 20.403 100.0 35.4
2729 1310971084030 1310971419421 1.097 100.0 35.4
2730 1310971085042 1310971420437 8.1175 100.0 35.3
2731 1310971086043 1310971421437 17.99 100.0 35.2
2732 1310971087047 1310971422437 20.184 100.0 35.2
2733 1310971088037 1310971423437 11.847 100.0 35.2
2734 1310971089048 1310971424437 11.408 100.0 35.1
2735 1310971090052 1310971425453 21.72 100.0 35.0
2736 1310971091043 1310971426437 24.352 100.0 35.0
2737 1310971092044 1310971427437 16.454 100.0 35.0
2738 1310971093035 1310971428437 16.454 100.0 34.7
2739 1310971094048 1310971429437 39.0 100.0 34.7
2740 1310971095048 1310971430437 15.964 100.0 34.7
2741 1310971096040 1310971431437 16.622 100.0 34.7
2742 1310971097042 1310971432437 17.28 100.0 34.8
2743 1310971098044 1310971433437 7.1882 100.0 34.8
2744 1310971099045 1310971434437 15.525 100.0 35.0
2745 1310971100046 1310971435437 0.0 100.0 35.0
2746 1310971101038 1310971436437 15.796 100.0 35.0
2747 1310971102041 1310971437437 15.796 100.0 35.0
2748 1310971103036 1310971438437 15.796 100.0 35.0
2749 1310971104049 1310971439437 15.796 100.0 35.0
2750 1310971105041 1310971440437 15.796 100.0 35.0
2751 1310971106044 1310971441437 15.796 100.0 34.7
2752 1310971107032 1310971442421 39.0 100.0 34.7
2753 1310971108046 1310971443437 15.964 100.0 34.7
2754 1310971109048 1310971444437 16.622 100.0 34.7
2755 1310971110041 1310971445437 17.28 100.0 34.6
2756 1310971111031 1310971446421 28.689 100.0 34.7
2757 1310971112044 1310971447437 10.918 100.0 34.6
2758 1310971113046 1310971448437 30.224 100.0 34.7
2759 1310971114047 1310971449437 12.454 100.0 34.7
2760 1310971115038 1310971450437 21.01 100.0 34.7
2761 1310971116041 1310971451437 21.668 100.0 34.8
2762 1310971117032 1310971452421 11.576 100.0 35.0
2763 1310971118046 1310971453437 0.0 100.0 34.8
2764 1310971119048 1310971454437 37.297 100.0 35.0
2765 1310971120040 1310971455437 0.43878 100.0 34.8
2766 1310971121040 1310971456437 37.735 100.0 35.1
2767 1310971122041 1310971457437 0.0 100.0 34.8
2768 1310971123055 1310971458453 39.0 100.0 35.1
2769 1310971124047 1310971459437 0.0 100.0 35.0
2770 1310971125049 1310971460437 34.225 100.0 35.1
2771 1310971126040 1310971461437 15.577 100.0 35.2
2772 1310971127042 1310971462437 12.505 100.0 35.2
2773 1310971128055 1310971463453 19.965 100.0 35.3
2774 1310971129044 1310971464437 8.7757 100.0 35.3
2775 1310971130046 1310971465437 16.016 100.0 35.4
2776 1310971131038 1310971466437 4.6072 100.0 35.3
2777 1310971132040 1310971467437 22.378 100.0 35.4
2778 1310971133053 1310971468453 3.0715 100.0 35.3
2779 1310971134045 1310971469437 20.842 100.0 35.3
2780 1310971135047 1310971470437 12.286 100.0 35.3
2781 1310971136048 1310971471437 11.628 100.0 35.3
2782 1310971137039 1310971472437 10.97 100.0 35.2
2783 1310971138041 1310971473437 21.062 100.0 35.2
2784 1310971139031 1310971474421 12.725 100.0 35.1
2785 1310971140055 1310971475453 23.036 100.0 35.0
2786 1310971141045 1310971476437 25.669 100.0 35.0
2787 1310971142048 1310971477437 17.771 100.0 35.0
2788 1310971143038 1310971478437 17.771 100.0 34.8
2789 1310971144050 1310971479437 39.0 100.0 34.8
2790 1310971145052 1310971480453 23.643 100.0 34.8
2791 1310971146043 1310971481437 24.081 100.0 35.0
2792 1310971147046 1310971482437 3.0198 100.0 35.0
2793 1310971148035 1310971483421 18.816 100.0 35.2
2794 1310971149048 1310971484437 0.0 100.0 35.2
2795 1310971150048 1310971485437 15.357 100.0 35.2
2796 1310971151050 1310971486437 14.919 100.0 35.2
2797 1310971152042 1310971487437 14.48 100.0 35.3
2798 1310971153054 1310971488453 3.2909 100.0 35.2
2799 1310971154046 1310971489437 21.281 100.0 35.2
2800 1310971155047 1310971490437 12.944 100.0 35.1
2801 1310971156050 1310971491437 23.256 100.0 35.1
2802 1310971157042 1310971492437 15.138 100.0 35.0
2803 1310971158033 1310971493421 25.669 100.0 35.0
2804 1310971159044 1310971494437 17.771 100.0 35.0
2805 1310971160045 1310971495437 17.771 100.0 35.0
2806 1310971161045 1310971496437 17.771 100.0 35.1
2807 1310971162047 1310971497437 7.0205 100.0 35.0
2808 1310971163039 1310971498437 25.449 100.0 35.0
2809 1310971164038 1310971499437 17.551 100.0 34.8
2810 1310971165051 1310971500437 39.0 100.0 35.0
2811 1310971166053 1310971501453 2.1422 100.0 35.0
2812 1310971167042 1310971502437 17.938 100.0 35.1
2813 1310971168044 1310971503437 7.1882 100.0 35.0
2814 1310971169045 1310971504437 25.617 100.0 35.1
2815 1310971170036 1310971505421 6.9688 100.0 35.0
2816 1310971171049 1310971506437 25.398 100.0 35.0
2817 1310971172052 1310971507437 17.5 100.0 35.0
2818 1310971173044 1310971508437 17.5 100.0 35.0
2819 1310971174046 1310971509437 17.5 100.0 35.0
2820 1310971175038 1310971510437 17.5 100.0 35.0
2821 1310971176051 1310971511437 17.5 100.0 35.0
2822 1310971177053 1310971512437 17.5 100.0 35.0
2823 1310971178044 1310971513437 17.5 100.0 35.0
2824 1310971179043 1310971514437 17.5 100.0 35.0
2825 1310971180045 1310971515437 17.5 100.0 35.0
2826 1310971181045 1310971516437 17.5 100.0 35.0
2827 1310971182035 1310971517421 17.5 100.0 35.0
2828 1310971183058 1310971518453 17.5 100.0 35.0
2829 1310971184050 1310971519437 17.5 100.0 35.1
2830 1310971185052 1310971520437 6.7494 100.0 35.0
2831 1310971186044 1310971521437 25.178 100.0 35.1
2832 1310971187046 1310971522437 6.53 100.0 35.2
2833 1310971188047 1310971523437 3.4585 100.0 35.1
2834 1310971189038 1310971524437 21.668 100.0 35.2
2835 1310971190049 1310971525437 2.8004 100.0 35.1
2836 1310971191051 1310971526437 21.01 100.0 35.1
2837 1310971192052 1310971527437 12.892 100.0 35.0
2838 1310971193043 1310971528437 23.423 100.0 35.1
2839 1310971194044 1310971529437 4.7749 100.0 34.8
2840 1310971195046 1310971530437 39.0 100.0 34.8
2841 1310971196038 1310971531421 15.744 100.0 34.8
2842 1310971197052 1310971532437 16.183 100.0 34.8
2843 1310971198051 1310971533437 16.622 100.0 34.8
2844 1310971199054 1310971534437 17.061 100.0 34.8
2845 1310971200046 1310971535437 17.5 100.0 34.8
2846 1310971201047 1310971536437 17.938 100.0 34.8
2847 1310971202038 1310971537421 18.377 100.0 34.8
2848 1310971203039 1310971538421 18.816 100.0 34.8
2849 1310971204051 1310971539437 19.255 100.0 34.8
2850 1310971205053 1310971540437 19.694 100.0 34.8
2851 1310971206054 1310971541437 20.132 100.0 34.8
2852 1310971207044 1310971542437 20.571 100.0 35.1
2853 1310971208045 1310971543437 0.0 100.0 35.2
2854 1310971209047 1310971544437 12.725 100.0 35.2
2855 1310971210039 1310971545437 20.184 100.0 35.2
2856 1310971211041 1310971546437 19.745 100.0 35.2
2857 1310971212053 1310971547437 19.306 100.0 35.2
2858 1310971213055 1310971548437 18.868 100.0 35.2
2859 1310971214046 1310971549437 18.429 100.0 35.1
2860 1310971215049 1310971550437 28.74 100.0 35.2
2861 1310971216041 1310971551437 9.8726 100.0 35.1
2862 1310971217044 1310971552437 28.082 100.0 35.2
2863 1310971218057 1310971553453 9.2145 100.0 35.1
2864 1310971219048 1310971554437 27.424 100.0 35.1
2865 1310971220037 1310971555421 19.306 100.0 35.1
2866 1310971221059 1310971556453 19.087 100.0 35.2
2867 1310971222050 1310971557437 8.1175 100.0 35.3
2868 1310971223054 1310971558437 4.8266 100.0 35.3
2869 1310971224045 1310971559437 12.067 100.0 35.4
2870 1310971225046 1310971560437 0.65818 100.0 35.3
2871 1310971226048 1310971561437 18.429 100.0 35.4
2872 1310971227061 1310971562453 0.0 100.0 35.2
2873 1310971228052 1310971563437 28.521 100.0 35.3
2874 1310971229054 1310971564437 1.5357 100.0 35.2
2875 1310971230046 1310971565437 19.526 100.0 35.2
2876 1310971231047 1310971566437 11.189 100.0 35.2
2877 1310971232039 1310971567421 10.75 100.0 35.1
2878 1310971233050 1310971568437 21.062 100.0 35.0
2879 1310971234050 1310971569437 23.694 100.0 35.0
2880 1310971235053 1310971570437 15.796 100.0 34.7
2881 1310971236044 1310971571437 39.0 100.0 34.7
2882 1310971237044 1310971572437 15.964 100.0 34.7
2883 1310971238045 1310971573437 16.622 100.0 34.7
2884 1310971239058 1310971574453 17.28 100.0 34.6
2885 1310971240052 1310971575437 28.689 100.0 34.6
2886 1310971241055 1310971576437 21.668 100.0 34.7
2887 1310971242047 1310971577437 11.795 100.0 34.7
2888 1310971243050 1310971578437 20.352 100.0 34.8
2889 1310971244041 1310971579421 10.26 100.0 34.8
2890 1310971245053 1310971580437 18.597 100.0 34.8
2891 1310971246055 1310971581437 19.035 100.0 34.7
2892 1310971247047 1310971582437 30.224 100.0 35.0
2893 1310971248050 1310971583437 0.0 100.0 35.1
2894 1310971249051 1310971584437 12.944 100.0 35.1
2895 1310971250047 1310971585437 20.623 100.0 35.2
2896 1310971251048 1310971586437 9.6532 100.0 35.1
2897 1310971252040 1310971587421 27.863 100.0 35.1
2898 1310971253051 1310971588437 19.745 100.0 35.2
2899 1310971254054 1310971589437 8.7757 100.0 35.2
2900 1310971255056 1310971590437 16.235 100.0 35.2
2901 1310971256047 1310971591437 15.796 100.0 35.2
2902 1310971257050 1310971592437 15.357 100.0 35.2
2903 1310971258041 1310971593421 14.919 100.0 35.2
2904 1310971259040 1310971594421 14.48 100.0 35.2
2905 1310971260054 1310971595437 14.041 100.0 35.2
2906 1310971261046 1310971596437 13.602 100.0 35.2
2907 1310971262046 1310971597437 13.163 100.0 35.2
2908 1310971263046 1310971598437 12.725 100.0 35.2
2909 1310971264056 1310971599437 12.286 100.0 35.2
2910 1310971265059 1310971600453 11.847 100.0 35.1
2911 1310971266060 1310971601453 22.159 100.0 35.1
2912 1310971267050 1310971602437 14.041 100.0 34.8
2913 1310971268052 1310971603437 39.0 100.0 34.7
2914 1310971269056 1310971604437 26.495 100.0 35.0
2915 1310971270046 1310971605437 0.0 100.0 35.0
2916 1310971271049 1310971606437 23.694 100.0 35.0
2917 1310971272062 1310971607453 23.694 100.0 35.0
2918 1310971273054 1310971608437 23.694 100.0 35.0
2919 1310971274056 1310971609437 23.694 100.0 35.0
2920 1310971275047 1310971610437 23.694 100.0 35.1
2921 1310971276050 1310971611437 12.944 100.0 35.2
2922 1310971277040 1310971612421 9.8726 100.0 35.2
2923 1310971278054 1310971613437 17.332 100.0 35.2
2924 1310971279053 1310971614437 16.893 100.0 35.3
2925 1310971280055 1310971615437 5.7042 100.0 35.3
2926 1310971281047 1310971616437 12.944 100.0 35.3
2927 1310971282049 1310971617437 12.286 100.0 35.3
2928 1310971283062 1310971618453 11.628 100.0 35.3
2929 1310971284053 1310971619437 10.97 100.0 35.2
2930 1310971285055 1310971620437 21.062 100.0 35.3
2931 1310971286057 1310971621437 1.9745 100.0 35.1
2932 1310971287049 1310971622437 30.715 100.0 35.1
2933 1310971288050 1310971623437 14.699 100.0 34.8
|
64f18968239f5444f09fbf64ae42eddf97194578 | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH3/EX3.3/Example3_3.sce | 4add3e4694c7fb1670f972b941478555680318c8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | Example3_3.sce | //chapter-3,Example3_3,pg 487
//Fabc=m6+m4+m2+m7+m5+m3
//Fabc=abc'+ab'c'+a'bc'+abc+ab'c+a'bc
//a'=bitcmp(a,1)
//Fabc=ac'(b+b')+a'bc'+ac(b+b')+a'bc
//Fabc=ac'+a'bc'+ac+a'bc
//Fabc=c'(a+a'b)+c(a+a'b)
//Fabc=(a+b)c'+(a+b)c
//Fabc=(a+b)(c+c')
printf("boolean function in simplified form\n")
printf("a+b") |
68cc55f16e0cea42bacf6fd37f30f9a6a94e8571 | 9cc281e1b95411fd955f4a46115c596d308eb5d0 | /cacher.sci | 2b9b45c6baf6e3b2da6386de822828790b94f4a6 | [] | no_license | Nness2/Steganography-Scilab | 4b19c7b69f33f2b76a229105c45ba79fb8263fa6 | 957ab89becd59237eb72b67f99e0ec78b203ec27 | refs/heads/master | 2020-03-17T14:38:39.446079 | 2018-05-16T14:43:10 | 2018-05-16T14:43:10 | 133,680,940 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,745 | sci | cacher.sci | //** Configuration de l'interface **//
f = figure("figure_name", gettext("Uicontrols demo"),...
"infobar_visible", "off",...
"toolbar_visible", "off",...
"dockable", "off",...
"menubar", "none",...
"default_axes", "off", ...
"Position",[100 100 900 900],...
"resize", "on",...
"BackgroundColor", [0.9 0.9 0.9],...
"Tag", "uicontrols_demo_figure");
uicontrol(f,'style','image','string','point.png','position',[60 470 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
uicontrol(f,'style','image','string','point.png','position',[480 470 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
uicontrol(f,'style','image','string','point.png','position',[480 55 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
//** Exit application **//
quit_button = uicontrol(f, "Position", [330 15 165 30],...
"Style", "pushbutton",...
"String", gettext("Quitter"),...
"FontSize", 11,...
"Callback", "delete(f)");
appli_menu = uimenu("Parent", f, "Label", gettext("Application"));
close_menu = uimenu("Parent", appli_menu, "Label", gettext("Close figure"), "callback", "delete(f);");
handles.dummy=0;
//** Fonction load image **//
function S1=pbLoad_callback1(handles)
fn1 = uigetfile("*");//obtenir une fenetre de dialogue
S1 = imread(fn1);
image_base1=uicontrol(f,'style','image','string',fn1,'position',[60 470 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
endfunction
function S2=pbLoad_callback2(handles)
fn2 = uigetfile('*');
S2 = imread(fn2);
image_base2=uicontrol(f,'style','image','string',fn2,'position',[480 470 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
endfunction
//** Configuration des boutons **//
bouton_quiChache = uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.95,0.25,0.04],'Relief','default','SliderStep',[0.41,0.1],'String','Choisissez une image à cacher','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','pbLoad','Callback','S1=pbLoad_callback1(handles)');
bouton_Acacher = uicontrol(f,'style','pushbutton','position',[0.60,0.95,0.25,0.04],'Value',[0],'String','Coisissez une image qui cache','Visible','on','Relief','default','SliderStep',[0.01,0.1],'FontName','Tahoma','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','Callback','S2=pbLoad_callback2(handles)');
bouton_cacher = uicontrol(f,'style','pushbutton','position',[0.18,0.28,0.17,0.04],'Value',[0],'String','Cacher l image ->','Visible','on','Relief','default','SliderStep',[0.01,0.1],'FontName','Tahoma','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal', 'Callback', 'image_mixe=cacher_RGB(S1,S2);')
//** Fonctions pour cacher **//
function s=cacher(a,b)
n=size(a);
s0=double(zeros(n))
a=double(a);
b=double(b);
s0=floor(a/16)*16+floor(b/16);
s=uint8(s0);
endfunction
function s=cacher_RGB(a,b)
s=a;
for i = 1:3
ac=a(:,:,i);
bc=b(:,:,i);
s(:,:,i)=cacher (ac,bc);
image_mixe=uicontrol(f,'style','image','string','image_mixe.png','position',[480 55 350 350],'HorizontalAlignment','center','VerticalAlignment','middle');
imwrite(s,'image_mixe.png');
end
endfunction
|
318f5f662fb4d6b16648dc6a37215997aba01457 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH13/EX13.31/Ex13_31.sce | 51c3698bd1563d412baa1287217d53fc09151ae3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,883 | sce | Ex13_31.sce | //Ex13_31 PG-13.17
clc
clear
printf("\n i)\n Conversion of binary number 101101.1101 to\n\n")
//conversion into decimal form
N=(1*2^5)+(0*2^4)+(1*2^3)+(1*2^2)+(0*2^1)+(1*2^0)+(1*2^(-1))+(1*2^(-2))+(0*2^(-3))+(1*2^(-4));
printf(" Decimal form = %.4f\n",N)
//Conversion into hexadecimal form
x=floor(N);//separating the integer part from the decimal part
b=dec2hex(x);
z=modulo(N,1);
d=0;
//converting the values after the decimal point into hexadecimal
//first we convert into decimal form and then into hexadecimal form
for i=2:5;//converting the values after the decimal point into hexadecimal
z=z*16;
q=floor(z);
d=d+q/(10^i);
if z>=1 then
z=z-q;
end
end
if (d==.10)
a=['A']
end
if (d==.11)
a=['B']
end
if (d==.12)
a=['C']
end
if (d==.13)
a=['D']
end
if (d==.14)
a=['E']
end
if (d==.15)
a=['F']
end
printf(" Hexadecimal form = %s.%s\n",b,a)
//conversion into octal form
z=modulo(N,1)
x=floor(N);//separating the decimal from the integer part
b=0;
c=0;
d=0;
while(x>0) //taking integer part into a matrix and convert to equivalent binary
y=modulo(x,8);
b=b+(10^c)*y;
x=x/8;
x=floor(x);
c=c+1;
end
for i=1:10;//converting the values after the decimal point intooctal
z=z*8;
q=floor(z);
d=d+q/(10^i);
if z>=1 then
z=z-q;
end
end
s=b+d;
printf(" octal form = %.2f\n\n",s);
printf("\n ii)\n Conversion of binary number 11011011.100101 to\n\n")
//conversion into decimal form
N=(1*2^7)+(1*2^6)+(0*2^5)+(1*2^4)+(1*2^3)+(0*2^2)+(1*2^1)+(1*2^0)+(1*2^(-1))+(0*2^(-2))+(0*2^(-3))+(1*2^(-4))+(0*2^(-5))+(1*2^(-6));
printf(" Decimal form =%.6f\n\n",N)
//Conversion into hexadecimal form
x=floor(N);//separating the integer part from the decimal part
b=dec2hex(x);
z=modulo(N,1);//first we convert into decimal form and then into hexadecimal form
d=0;
//converting the values after the decimal point into hexadecimal
for i=1:10;//converting the values after the decimal point into hexadecimal
z=z*16;
q=floor(z);
d=d+q/(10^i);
if z>=1 then
z=z-q;
end
end
printf(" Hexadecimal form\n integer part 11011011 = %s \n ",b)
printf("decimal part 100101 =%.2f\n\n",d)
//conversion into octal form
z=modulo(N,1)
x=floor(N);//separating the decimal from the integer part
b=0;
c=0;
d=0;
while(x>0) //taking integer part into a matrix and convert to equivalent binary
y=modulo(x,8);
b=b+(10^c)*y;
x=x/8;
x=floor(x);
c=c+1;
end
for i=1:10;//converting the values after the decimal point intooctal
z=z*8;
q=floor(z);
d=d+q/(10^i);
if z>=1 then
z=z-q;
end
end
s=b+d;
printf(" octal form =%.2f",s);
|
132509dd22f1467be0934f408cb70ce51fc6a238 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH20/EX20.4/Ex21_4.sce | 7d5ae945e467c06f708280cc2f33e77bb1ad0b09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 114 | sce | Ex21_4.sce | clc;
R2=2400;
R1=240;
Vdc=(1.25)*((R2/R1)+1);
disp('V',Vdc,"Vdc=");//The answers vary due to round off error
|
1628bef6bb7006f89dc93875c2d202c2b2d19f08 | 4e7aac39f36916a964f4664f3198d7c87e762253 | /scilab/functions_for_identification.sce | 9aaa6d8e4158d72efa47f62bc3f61e67e0ac04ca | [] | no_license | kirillin/manipulator_dynamics | 349c01fd5aef8b42734edc497a7d48ee49aced9c | a773091ea5a62493b77885a0e2df6491282faa4c | refs/heads/master | 2021-10-22T13:15:09.489858 | 2019-03-10T23:00:56 | 2019-03-10T23:00:56 | 108,987,774 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,668 | sce | functions_for_identification.sce | /////////////////////////////////////////////////////////
////////////// RECURSIVE LEAST SQUARES ALHORITHM ////////
/////////////////////////////////////////////////////////
function [est_theta]=rls(n, Omega, Y, isplot)
[qty_rows, qty_paramerers] = size(Omega);
qty_mesuarments = qty_rows / n; // quantity regressors
prev_P = eye(qty_paramerers, qty_paramerers);
prev_est_theta = zeros(qty_paramerers, 1);
prev_eps = zeros(n, 1);
winRLS = waitbar('Рекуррентный МНК...');
for k = 1:qty_mesuarments do
waitbar(k / qty_mesuarments, winRLS);
omega = Omega(k*n-n+1:k*p, :)';
y = Y(k*n-n+1:k*p,:);
eps = y - omega' * prev_est_theta;
g = prev_P * omega * inv(eye(n,n) + omega' * prev_P * omega);
est_theta = prev_est_theta + g * eps;
P = prev_P - g * omega' * prev_P;
if isplot == %t then
plot([k-1:k]', [prev_est_theta, est_theta]');
printf('%d\n', k);
end;
prev_P = P;
prev_est_theta = est_theta;
prev_eps = eps;
end;
close(winRLS);
endfunction
function [Omega, Y]=normirovka(n, Omega, Y)
[qty_rows, qty_paramerers] = size(Omega);
qty_mesuarments = qty_rows / n; // quantity regressors
for i = 1:n
Ys(:,i) = Y(i:n:qty_rows,:);
norma(i) = norm(Ys(:, i))
end
winH=waitbar('Нормировка данных...');
for i = 1:qty_rows do
waitbar(i / qty_rows,winH);
Y(i) = Y(i) / norma(pmodulo(i-1, n)+1);
Omega(i, :) = Omega(i, :) / norma(pmodulo(i-1, n)+1);
end
close(winH);
endfunction
|
ca4275cbd27ddb493a3dc246926837b6ed4bf558 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1205/CH3/EX3.9/S_3_9.sce | 51a34d218f534f559275426d59b46d35ae251684 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,032 | sce | S_3_9.sce | clc;
// Resolving forces 125 N and 90 N
f1=125;//N
f2=90;//N
f3=200;//N
theta=45;// degree, angle made by f1 with x axis
theta=theta*%pi/180;// Conversion of angle into radian
alpha=30;// degree, angle made by force f2 with y axis
alpha=alpha*%pi/180;// Conversion of angle into radian
f1x=f1*cos(theta);//N, X component of 125 N.
f1y=-f1*sin(theta);//N, Y component of 125 N
f2x=-f2*sin(alpha);//N, X component of 90N
f2y=-f2*cos(alpha);//N, Y component of 90N
// Equivalent force at A
Rx=f1x+f2x;//N
Ry=f1y+f2y-f3;//N
R=[Rx,Ry];//N
R=norm(R);//N, magnitude of resultant
theta=atan(Ry/Rx);//radian, angle of resultant with X axis
theta=theta*180/%pi;
printf("Equivalent force at A is R=%.2fN with angle %.2f Degrees \n ",R,theta);
//equivalent couple at A
//Clockwise moments are negative
Meq=-550*f2*sin(35*%pi/180)-800*f3*sin(65*%pi/180)-1200*f1*sin(65*%pi/180);//N.mm , sum of all moments
Meq=Meq/1000;// N.m conversion into N.m
printf("Equivalent couple at A is Meq= %.2f N.m \n",Meq);
|
8ff4fc2d8bc74e071d116e2b55f0fd74c49aa7af | 89838d8f710d1bef8ebcf2fff7ff643f0edba610 | /PRG/PasteInformation.sci | dcc215dc1c87dcca35d1d0acbf7857c9564c61ab | [
"MIT"
] | permissive | Souilla-Luc/CPET_COSMED | a078c5e8ba2945a7e6d1f48690927e7cfa0eca7c | 9cb4d349d09ce147550a9adf1a0c1a1725bff275 | refs/heads/main | 2023-04-15T03:04:42.303339 | 2021-04-28T15:11:22 | 2021-04-28T15:11:22 | 360,626,406 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sci | PasteInformation.sci | // function to paste a value of interest in DataBase
// Logic : we need to know measure and value of this label,then we paste in "namefile"
// namefile = where we paste the data (Ex: DataBase)
// measure = What we want to read in namefile(could be a character matrix)
// value = Values that we picked before by getInformation function (could be a matrix of double)
// apply "PasteInformation" function
// endfunction
function [namefile]=PasteInformation(namefile,value,measure)
for i =1:size(measure,'c') // i: 1 to number of column
icolumn=find(namefile(1,:)== measure(i)); // index column corresponding to information label
irows= 3; // paste value on third line of namefile (Data Base)
// done : Paste the value in name file
namefile(irows,icolumn)= string(value(i));
end
endfunction
|
38ca86130997961c976aa082f36a3348f09df230 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2192/CH7/EX7.7/7_7.sce | 46638b15a4c04f57a34b1c3859d3b6b592b6ba7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sce | 7_7.sce | clc,clear
printf('Example 7.7\n\n')
SA_cylinder=%pi*(20/100)*(30/100) //total surface are of cylinder
thickness=1 //thickness of nickel coating
Volume = SA_cylinder *thickness
Density = 8.9//density of Nickel
Mass= Density * Volume
Z=0.000304 //electrochemical equivalent of nickel
T=2*60*60 //rime in seconds
I = Mass/(Z*T) //current
volts=10
Energy=volts*I*T /(1000*3600) //energy consumed in 2 hours
printf('Electrical energy used = %f kWh',Energy)
|
2ce4794516c748d15c4e49fb49dc71e7d84b9049 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH1/EX1.4/Example1_4.sce | 416b5ad61605035663ff0a5babf51627ee6edf39 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | Example1_4.sce | //Given that
height = 1.70 //in meter
elapsed_time = 11.1 //in sec
//Sample Problem 1-4
printf("**Sample Problem 1-4**\n")
//the angle between the two radius is
theta = elapsed_time / (24 * 3600) * %pi*2 //in radians
//we also have d^2 = 2 * r *h
//as d is very small hence can be considered as a arc
//d = r * theta
//=> r * theta^2 = 2 * h
radius = 2 * height /theta^2
printf("The radius of earth is %e m", radius) |
c7936080124ed446f7d2f1e37dd3a86ce806c2c2 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /various directions 5 hits small dots [1-shot].sce | 9c959cdf21478c5f9bface8953f625d3beb56f2d | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 75,772 | sce | various directions 5 hits small dots [1-shot].sce | Name=various directions 5 hits small dots [1-shot]
PlayerCharacters=player_char
BotCharacters=various_rot.rot
IsChallenge=true
Timelimit=75.0
PlayerProfile=player_char
AddedBots=various_rot.rot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=various_directions.map
MapScale=10.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.25
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=1.0
ScorePerKill=10.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=
WeaponHeroTag=LG
DifficultyTag=3
AuthorsTag=Radidity
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=false
Description=5 hits various directions, small targets
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=various080_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various080_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various090_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various090_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various100_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various100_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various110_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various110_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various120_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various120_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various130_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various130_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various140_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various140_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various150_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various150_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various160_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various160_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various170_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various170_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various180_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various180_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various190_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various190_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=various200_target
DodgeProfileNames=various_strafe
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=various200_char
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=various_rot
ProfileNames=various080_target;various090_target;various100_target;various110_target;various120_target;various130_target;various140_target;various150_target;various160_target;various170_target;various180_target;various190_target;various200_target
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=true
[Character Profile]
Name=player_char
MaxHealth=100.0
WeaponProfileNames=LG;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=0.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=50.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=-1500.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various080_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=800.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=80.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=80.0
ProjBBRadius=40.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various090_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=900.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=90.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=90.0
ProjBBRadius=45.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various100_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=100.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=100.0
ProjBBRadius=50.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various110_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1100.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=110.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=110.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various120_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1200.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=120.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=120.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various130_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=130.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=130.0
ProjBBRadius=65.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various140_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1400.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=140.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=140.0
ProjBBRadius=70.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various150_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1500.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=150.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=150.0
ProjBBRadius=75.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various160_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1600.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=160.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=160.0
ProjBBRadius=80.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various170_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1700.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=170.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=170.0
ProjBBRadius=85.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various180_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1800.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=180.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=180.0
ProjBBRadius=90.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various190_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1900.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=190.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=190.0
ProjBBRadius=95.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=various200_char
MaxHealth=50.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.8
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=2000.0
MaxCrouchSpeed=0.0
Acceleration=25600.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=256.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Spheroid
MainBBHeight=200.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=200.0
ProjBBRadius=100.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=true
FlightObeysPitch=true
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=various_strafe
MaxTargetDistance=10000.0
MinTargetDistance=0.0
ToggleLeftRight=false
ToggleForwardBack=false
MinLRTimeChange=0.4
MaxLRTimeChange=0.7
MinFBTimeChange=0.4
MaxFBTimeChange=0.7
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.5
MaxCrouchTime=0.5
MinJumpTime=0.5
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.1
BlockedMovementReactionMax=0.1
WaypointLogic=FollowAimAtWaypoint
WaypointTurnRate=100000.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=LG
Type=Hitscan
ShotsPerClick=1
DamagePerShot=500.0
KnockbackFactor=0.0
TimeBetweenShots=0.05
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=1
AmmoPerShot=1
ReloadTimeFromEmpty=2.0
ReloadTimeFromPartial=0.1
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=104.0
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.1
IncReloadLoopTime=0.1
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.1
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=-50.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Gunshot
ParticleProjectileTrail=
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
0.000000 296.000000 -256.000000
-192.000000 232.000000 -256.000000
0.000000 296.000000 544.000000
-204.000000 244.000000 544.000000
0.000000 312.000000 544.000000
-192.000000 232.000000 544.000000
-204.000000 244.000000 -256.000000
0.000000 312.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
-192.000000 232.000000 -256.000000
-256.000000 40.000000 -256.000000
-192.000000 232.000000 544.000000
-272.000000 40.000000 544.000000
-204.000000 244.000000 544.000000
-256.000000 40.000000 544.000000
-272.000000 40.000000 -256.000000
-204.000000 244.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
256.000000 40.000000 -256.000000
192.000000 232.000000 -256.000000
256.000000 40.000000 544.000000
204.000000 244.000000 544.000000
272.000000 40.000000 544.000000
192.000000 232.000000 544.000000
204.000000 244.000000 -256.000000
272.000000 40.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
192.000000 232.000000 -256.000000
0.000000 296.000000 -256.000000
192.000000 232.000000 544.000000
0.000000 312.000000 544.000000
204.000000 244.000000 544.000000
0.000000 296.000000 544.000000
0.000000 312.000000 -256.000000
204.000000 244.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
0.000000 -232.000000 544.000000
204.000000 -164.000000 544.000000
0.000000 -232.000000 -256.000000
192.000000 -152.000000 -256.000000
0.000000 -216.000000 -256.000000
204.000000 -164.000000 -256.000000
192.000000 -152.000000 544.000000
0.000000 -216.000000 544.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
204.000000 -164.000000 544.000000
272.000000 40.000000 544.000000
204.000000 -164.000000 -256.000000
256.000000 40.000000 -256.000000
192.000000 -152.000000 -256.000000
272.000000 40.000000 -256.000000
256.000000 40.000000 544.000000
192.000000 -152.000000 544.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
0.000000 -232.000000 -256.000000
-204.000000 -164.000000 -256.000000
0.000000 -232.000000 544.000000
-192.000000 -152.000000 544.000000
0.000000 -216.000000 544.000000
-204.000000 -164.000000 544.000000
-192.000000 -152.000000 -256.000000
0.000000 -216.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
-204.000000 -164.000000 -256.000000
-272.000000 40.000000 -256.000000
-204.000000 -164.000000 544.000000
-256.000000 40.000000 544.000000
-192.000000 -152.000000 544.000000
-272.000000 40.000000 544.000000
-256.000000 40.000000 -256.000000
-192.000000 -152.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
-256.000000 296.000000 -240.000000
256.000000 296.000000 -240.000000
256.000000 296.000000 -256.000000
-256.000000 296.000000 -256.000000
-256.000000 -216.000000 -240.000000
256.000000 -216.000000 -240.000000
256.000000 -216.000000 -256.000000
-256.000000 -216.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-257.000000 296.000000 544.000000
257.000000 296.000000 544.000000
257.000000 296.000000 528.000000
-257.000000 296.000000 528.000000
-257.000000 -216.000000 544.000000
257.000000 -216.000000 544.000000
257.000000 -216.000000 528.000000
-257.000000 -216.000000 528.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-256.000000 40.000000 512.000000
-192.000000 232.000000 512.000000
-256.000000 40.000000 528.000000
-126.000000 166.000000 528.000000
-168.000000 40.000000 528.000000
-192.000000 232.000000 528.000000
-126.000000 166.000000 512.000000
-168.000000 40.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
-192.000000 232.000000 512.000000
0.000000 296.000000 512.000000
-192.000000 232.000000 528.000000
0.000000 208.000000 528.000000
-126.000000 166.000000 528.000000
0.000000 296.000000 528.000000
0.000000 208.000000 512.000000
-126.000000 166.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
0.000000 208.000000 528.000000
126.000000 166.000000 528.000000
0.000000 208.000000 512.000000
192.000000 232.000000 512.000000
0.000000 296.000000 512.000000
126.000000 166.000000 512.000000
192.000000 232.000000 528.000000
0.000000 296.000000 528.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
126.000000 166.000000 528.000000
168.000000 40.000000 528.000000
126.000000 166.000000 512.000000
256.000000 40.000000 512.000000
192.000000 232.000000 512.000000
168.000000 40.000000 512.000000
256.000000 40.000000 528.000000
192.000000 232.000000 528.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
168.000000 40.000000 528.000000
126.000000 -86.000000 528.000000
168.000000 40.000000 512.000000
192.000000 -152.000000 512.000000
256.000000 40.000000 512.000000
126.000000 -86.000000 512.000000
192.000000 -152.000000 528.000000
256.000000 40.000000 528.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
126.000000 -86.000000 528.000000
0.000000 -128.000000 528.000000
126.000000 -86.000000 512.000000
0.000000 -216.000000 512.000000
192.000000 -152.000000 512.000000
0.000000 -128.000000 512.000000
0.000000 -216.000000 528.000000
192.000000 -152.000000 528.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
0.000000 -216.000000 512.000000
-192.000000 -152.000000 512.000000
0.000000 -216.000000 528.000000
-126.000000 -86.000000 528.000000
0.000000 -128.000000 528.000000
-192.000000 -152.000000 528.000000
-126.000000 -86.000000 512.000000
0.000000 -128.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
brush
vertices
-192.000000 -152.000000 512.000000
-256.000000 40.000000 512.000000
-192.000000 -152.000000 528.000000
-168.000000 40.000000 528.000000
-126.000000 -86.000000 528.000000
-256.000000 40.000000 528.000000
-168.000000 40.000000 512.000000
-126.000000 -86.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 3 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 3 4 7 0x00000000
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 -150.000000
Bool8 teamB 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_01,l_01
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_02,l_02
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_03,l_03
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_04,l_04
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_05,l_05
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_06,l_06
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_07,l_07
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_08,l_08
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_09,l_09
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_10,l_10
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_11,l_11
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_12,l_12
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_13,l_13
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_14,l_14
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path r_15,l_15
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_01,r_01
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_02,r_02
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_03,r_03
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_04,r_04
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_05,r_04
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_06,r_06
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_07,r_07
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_08,r_08
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_09,r_09
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_10,r_10
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_11,r_11
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_12,r_12
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_13,r_13
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_14,r_14
Bool8 loopingPath 1
entity
type PlayerSpawn
Vector3 position 0.000000 26.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
String32 path l_15,r_15
Bool8 loopingPath 1
entity
type Target
Vector3 position 0.000000 37.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name c_00
entity
type Target
Vector3 position 29.263548 184.117792 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_01
entity
type Target
Vector3 position 57.402514 175.581930 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_02
entity
type Target
Vector3 position 83.335534 161.720442 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_03
entity
type Target
Vector3 position 106.066017 143.066017 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_04
entity
type Target
Vector3 position 124.720441 120.335535 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_05
entity
type Target
Vector3 position 138.581929 94.402515 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_06
entity
type Target
Vector3 position 147.117792 66.263548 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_07
entity
type Target
Vector3 position 150.000000 37.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_08
entity
type Target
Vector3 position 147.117792 7.736452 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_09
entity
type Target
Vector3 position 138.581929 -20.402515 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_10
entity
type Target
Vector3 position 124.720441 -46.335535 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_11
entity
type Target
Vector3 position 106.066017 -69.066017 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_12
entity
type Target
Vector3 position 83.335534 -87.720442 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_13
entity
type Target
Vector3 position 57.402514 -101.581930 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_14
entity
type Target
Vector3 position 29.263548 -110.117792 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name r_15
entity
type Target
Vector3 position -29.263548 -110.117792 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_01
entity
type Target
Vector3 position -57.402514 -101.581930 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_02
entity
type Target
Vector3 position -83.335534 -87.720442 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_03
entity
type Target
Vector3 position -106.066017 -69.066017 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_04
entity
type Target
Vector3 position -124.720441 -46.335535 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_05
entity
type Target
Vector3 position -138.581929 -20.402515 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_06
entity
type Target
Vector3 position -147.117792 7.736452 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_07
entity
type Target
Vector3 position -150.000000 37.000000 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_08
entity
type Target
Vector3 position -147.117792 66.263548 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_09
entity
type Target
Vector3 position -138.581929 94.402515 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_10
entity
type Target
Vector3 position -124.720441 120.335535 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_11
entity
type Target
Vector3 position -106.066017 143.066017 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_12
entity
type Target
Vector3 position -83.335534 161.720442 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_13
entity
type Target
Vector3 position -57.402514 175.581930 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_14
entity
type Target
Vector3 position -29.263548 184.117792 520.000000
Vector3 angles -180.000000 0.000000 0.000000
String32 name l_15
|
341f8bd26b445223e4d4eb40520e4997f003b5a5 | 244971ae8af51184d278cdc2be1c80775413adae | /SSSoSourceLambda.sci | 33a11c35ca1a6160b2ec309b89d71851ab82fe89 | [] | no_license | MSCA-SIMFREE/748767 | 5879f1f139b608c7cd2f1bd62325b281c9c1e7d1 | 4726206e514f1e47e939e73b9339c056057866db | refs/heads/master | 2020-12-27T15:21:13.646362 | 2020-02-03T11:40:00 | 2020-02-03T11:40:00 | 237,951,088 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 940 | sci | SSSoSourceLambda.sci | // The code was developed under Horizon2020 Framework Programme
// Project: 748767 — SIMFREE
function Out=SSSoSourceLambda(Pout_mW,f0_GHz)
// Optical Source
//
// Calling Sequence
// Out=SSSoSourceLambda(Pout_mW,f0_GHz)
//
// Parameters
// Pout_mW : Optical Output Power [mW]
// FWHM_ps : Pulse Width FWHM ps]
// f0_GHz : Relative Optical Frequency [GHz]
// Out : Optical Output
//
// Description
// A tunable optical source with its output in the X-polarization.
// The spectral linewidth is 0 MHz, i.e. the output is monochromatic.
//
global MNT MDT;
[lhs,rhs]=argn(0);
select rhs
case 0 then
Pout_mW=1,f0_GHz=0;
case 1 then
f0_GHz=0;
end
Out(:,2)=complex(zeros(MNT,1));
k=round(MNT*MDT*f0_GHz);
if k>=0 then; k1=k; else; k1=k+MNT;end
Out(:,1)=Out(:,2);
Out(k1+1,1)=complex(sqrt(Pout_mW),0);
endfunction
|
f0316be5b5314b2b8d10218047352b90a968c7ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH3/EX3.9/c3_9.sce | b46e327729f450a6c49ced38268da846be7f6386 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,341 | sce | c3_9.sce | // (3.9) Two tanks are connected by a valve. One tank contains 2 kg of carbon monoxide gas at 77C and 0.7 bar. The other tank holds 8 kg of the same gas at 27C and 1.2 bar. The valve is opened and the gases are allowed to mix while receiving energy byheat transfer from the surroundings. The final equilibrium temperature is 42C. Using the ideal gas model, determine (a) the final equilibrium pressure, in bar (b) the heat transfer for the process, in kJ.
//solution
//variable initialization
m1 = 2 //initial mass of gas in tank 1 in kg
T1 = 350 //initial temperature in kelvin in tank1
p1 = .7 //initial pressure in bar in tank 1
m2 = 8 //initial mass of gas in tank 2 in kg
T2 = 300 //initial temperature in kelvin in tank 2
p2 = 1.2 //initial pressure in bar in tank 2
Tf = 315 //final equilibrium temperature in kelvin
pf = ((m1+m2)*Tf)/((m1*T1/p1)+(m2*T2/p2))
printf('the final equilibrium pressure in bar is: \n\t pf = %f',pf)
//from table A-20
Cv = .745 //in KJ/Kg.k
Ui = (m1*Cv*T1)+(m2*Cv*T2)
Uf = (m1+m2)*Cv*Tf
deltaU = Uf-Ui
Q = deltaU
printf('\n\nthe heat transfer for the process in KJ is :\n\t Q = %f',Q)
|
ab0b1492d9f7913228563f2a3994bef6f72afabc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3136/CH3/EX3.10/Ex3_10.sce | 938224ec09f1268de6f15de598f00460e3140d40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sce | Ex3_10.sce | clear all; clc;
//This numerical is Ex 3_5S,page 53.
//this numerical is based on numerical 3_4S
//values found in the book for numerical 3_4S will be used to solve this numerical(3.5S)
delta_Et=40.85
U_1=6.9
U_2=2.92
V_m2=0.782
V_2=0.782//since V2=Vm2
V_r1=0.508
W_u1=0.997
W_1=(V_r1^2+W_u1^2)^0.5
printf("\n W1 is equal to %0.2f ft/s",W_1)
W_2=(U_2^2+V_m2^2)^0.5
printf("\n W_2 is equal to %0.2f ft/s",W_2)
Rt=0.5*[(U_1^2-U_2^2)+(W_2^2-W_1^2)]/(delta_Et)
printf("\n Thus the value Rt is equal to %0.3f",Rt)
|
12cb7fa2b81a2108a94b6484a49bc6b5caee8739 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH13/EX13.9/Ex13_9.sce | 1e78d944e06a966c41cff68fcb5249e91c6ff171 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 241 | sce | Ex13_9.sce | //Chapter 13 Thermodynamics Entropy and Free Energy
clc;
clear;
//Initialisation of Variables
F= -51180 //cal
T= 25 //C
R= 1.99 //cal/mole K
//CALCULATIONS
K= 10**(-F/(R*(273+T)*2.303))
//RESULTS
mprintf("Equilibrium constant = %.2e",K)
|
dff4cd1e0073b65e9e556dc02f4d6d7596a962d8 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set13/s_Introductory_Methods_Of_Numerical_Analysis_S._S._Sastry_1673.zip/Introductory_Methods_Of_Numerical_Analysis_S._S._Sastry_1673/CH1/EX1.2/1_2.sce | 4c0e7a13797d9c1d8776f22f137789ed2acfde39 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | 1_2.sce | errcatch(-1,"stop");mode(2);//example 1.2
//percentage accuracy
//page 9
;;
x=0.51;// the number given
n=2;//correcting upto 2 decimal places
dx=((10^-n)/2)
p_a=(dx/x)*100;//percentage accuracy
printf('the percentage accuracy of %f after correcting to two decimal places is %f',x,p_a);
exit();
|
e7d448d6041f45fc0cb8d3033b00be23fc618a7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH4/EX4.26/Ex4_26.sce | 512a72fdf3325f7894643ce74348b8c9a88ed5f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | Ex4_26.sce | //Ex:4.26
clc;
clear;
close;
N=500;// number of turns
A=1;// area in m^2
f=10;// frequency in MHz
y=300/f;// wavelength in m
x=60*%pi/180;// angle in radians
Erms=20*10^-6;// field strength in volt
Vrms=(2*%pi*Erms*A*N*cos(x))/y;// e.m.f in volt
Q=150;// quality factor
Vr=Vrms*Q;// voltage to the receiver in volt
printf("The voltage to the receiver = %d mV", Vr*10^3); |
1f64df3191c6fe5dbd829828e771680148880c5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH8/EX8.6/6.sce | c7ce212b725fa37db52c300c0bddcad5d4224ca1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | 6.sce | //variable declaration
a=100
N_a=0.3 //Numerical aperture
lamda=850 //wavelength
//Calculations
V_n=(2*(%pi**2*a**2*10**-12*N_a**2)/lamda**2*10**-18)
//Result
printf('Number of modes =%0.3f modes\n',(V_n/10**-36))
printf('No.of modes is doubled to account for the two possible polarisations')
printf('Total No.of modes =%0.3f \n',(V_n/10**-36)*2)
|
789d0568590729b5eb9f3a302e2e944258cc70c6 | ebd0c2905c4b177092fc175723fe152edf0c7eb0 | /Trabalho01/quest02.sce | adc51d23abe3ff5d7d30471b59d11514fe6351a6 | [] | no_license | klayverxd/trabalhos-inteligencia-computacional | 8afbb94f657dec82925ce7e91a918d6a943f7464 | fa4d4f1e5930cfd6f6addb960f243db1a21e77f6 | refs/heads/main | 2023-07-04T04:23:20.617977 | 2021-08-12T18:24:03 | 2021-08-12T18:24:03 | 385,429,278 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,208 | sce | quest02.sce | //dados do problema
base = fscanfMat('aerogerador.dat');
//vel. do vento (independente)
x = base(:, 1);
//potência gerada (dependente)
y = base(:, 2);
//mostragem dos dados
plot(x, y, '*');
//quantidade de amostras
n = length(x);
//vetor dos valores independentes
X = [ones(n, 1) x x.^2 x.^3 x.^4 x.^5 x.^6 x.^7];
// vetor dos valores de beta
// barra invertida para precisão de cálculo
beta = (X' * X) \ X' * y;
//Função de regressão múltipla
y_chap = beta(1) + beta(2) * x + beta(3) * x.^2 + beta(4) * x.^3 + beta(5) * x.^4 + beta(6) * x.^5 + beta(7) * x.^6 + beta(8) * x.^7;
plot(x, y_chap, 'r-');
// Erro de estimação (resíduo)
e = sum((y - y_chap)^2)
variancia = sum((y - y_chap)^2) / n - 2
// Coeficiente de determinação (variabilidade dos dados)
R2 = 1 - (sum((y - y_chap).^2)) / (sum((y - mean(y)).^2));
//-----
// Baseado na quantidade de termos que o modelo possui
[nr, nc] = size(X); //quantidade de linhas e colunas
k = nc - 1; //quantidade de termos
p = k + 1;
// Coeficiente de determinação ajustado
R2_aj = 1 - ((sum((y - y_chap).^2)) / (n - p)) / ((sum((y - mean(y)).^2)) / (n-1));
|
f82ec2b1b2668b41e47dbfdab777210f7ae845e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1634/CH1/EX1.64/example1_64.sce | e58c86e29debdfe707d08775dd83f42c8729c892 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 847 | sce | example1_64.sce |
//exapple 1.64
clc; funcprot(0);
// Initialization of Variable
pi=3.14159;
RA=1+41/60+48.64/3600;
lat=48+36/60+40/3600;//latitude
delta=88+58/60+28.26/3600;//declination of polaris
GMM=16+48/60+20.86/3600;
longP=7+20/60;//longitude of place P
i1=51/3600;//error due to barometer
i2=1/3600;//error due to barometer
i3=-1/3600;//error due to temp
lat=lat-i1+i2+i3;
delT=longP/15;
i4=delT*9.8565/3600;
lst=GMM+i4;
LMT=20+24/60+50/3600;
i6=9.8565/3600*LMT;//error in LMT
LST=LMT+i6+lst-24;
H=LST-RA;//hour angle
H=H*15;
lat=lat-(90-delta)*cos(H*pi/180)+.5*sin(1/3600*pi/180)*(90-delta)^2*(sin(H*pi/180))^2*tan(lat*pi/180);
disp("latitude of star observed:");
a=modulo(lat*3600,60);
printf("seconds %.2f",a);
b=modulo(lat*3600-a,3600)/60;
printf(" minutes %i",b);
c=(lat*3600-b*60-a)/3600;
printf(" degrees %i",c);
|
1e2ef8e899f2761655b74244c3319a136a9922fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH1/EX1.1/1_1.sce | f4d4efbe59a1839529df03cdeefe6674fdc75a10 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 749 | sce | 1_1.sce | //To determine whether the gaseous molecule is stable
IE_1 = 502; //first ionisation energy, kJ/mol
EA_B = -335; //electron affinity for B atom, kJ/mol
e = 1.602*10^-19;
r = 0.3; //inter ionic seperation, nm
r = r*10^-9; //inter ionic seperation, m
N = 6.022*10^23*10^-3;
epsilon0 = 8.85*10^-12; //permittivity of free space, C/N-m
E = (-e^2*N)/(4*%pi*epsilon0*r); //electrostatic attraction energy, kJ/mol
printf("electrostatic attraction energy is %d kJ/mol",E);
dE = IE_1+EA_B+E; //net change in energy per mole
printf("net change in energy is %d kJ/mol",dE);
printf("since the net change in energy is negative, A+B- molecule will be stable");
//answer for net change, dE given in the book is wrong
|
649317b82142c3fb56319d1ec6a41e8831187293 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH1/EX1.1/Ch01Ex1.sce | dafad34343eb1df712e149a60db209c5cd72af37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | Ch01Ex1.sce | // Scilab Code Ex1.1 Page-13 (2006)
clc; clear;
r = 1.278e-010; // Atomic radius of fcc structure, m
a = 4*r/sqrt(2); // Lattice parameter of fcc strucure, m
V = a^3; // Volume of fcc unit cell, metre, cube
printf("\nThe lattice parameter of fcc strucure = %4.2e m", a);
printf("\nThe volume of fcc unit cell = %5.2e metre, cube", V);
// Result
// The lattice parameter of fcc strucure = 3.61e-010 m
// The volume of fcc unit cell = 4.72e-029 metre cube
|
3dda9f8cf37c08a602f34b7bb8926cbd4034930a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2411/CH7/EX7.1/Ex7_1.sce | fc030887e53db4928d2cedf2b1070798754b3bbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,257 | sce | Ex7_1.sce | // Scilab Code Ex7.1: Page-376 (2008)
clc; clear;
a = poly(0, 'a'); // Lattice parameter for a cubic unit cell, m
// For simple cubic cell
n = 1; // Number of atoms per simple cubic unit cell
r = a/2; // Atomic radius for a simple cubic cell, m
f = pol2str(int(numer(n*4/3*%pi*r^3/a^3)*100)); // Atomic packing fraction for a simple cubic cell
printf("\nFor simple cubic cell, f = %s percent", f);
// For face centered cubic cell
n = 2; // Number of atoms per face centered cubic unit cell
r = sqrt(3)/4*a; // Atomic radius for a face centered cubic cell, m
f = pol2str(int(numer(n*4/3*%pi*r^3/a^3)*100)); // Atomic packing fraction for a face centered cubic cell
printf("\nFor face centered cubic cell, f = %s percent", f);
// For body centered cubic cell
n = 4; // Number of atoms per body centered cubic unit cell
r = a/(2*sqrt(2)); // Atomic radius for a body centered cubic cell, m
f = pol2str(int(numer(n*4/3*%pi*r^3/a^3)*100)); // Atomic packing fraction for a body centered cubic cell
printf("\nFor body centered cubic cell, f = %s percent", f);
// Result
// For simple cubic cell, f = 52 percent
// For face centered cubic cell, f = 68 percent
// For body centered cubic cell, f = 74 percent |
722019cc4bdd65cb1f46aaa00ce33bff6e6cf06e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Power_Systems_A._Husain_1118.zip/Electrical_Power_Systems_A._Husain_1118/CH25/EX25.6/eg25_6.sce | d7a2fab18c6f0d601c4e98ebe3a5b5831a9a72ba | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 377 | sce | eg25_6.sce | errcatch(-1,"stop");mode(2);;
//;
max_dem=150;
lf=0.65;
tar_md=900;
tar_kwh=1.3;
pf=0.82;
max_kva_dem=max_dem/pf;
ann_con=(max_dem)*lf*8760;
printf("the total energy consumed is:%.0f kWh\n",ann_con);
ann_cost=ann_con*tar_kwh;
ann_dem_cost=tar_md*max_kva_dem;
ann_bill=ann_cost + ann_dem_cost;
printf("The annual electricity bill is:%.0f Rs",ann_bill);
exit();
|
28addf47b29bf8db766c8cfe6e1fe0f5bd655e34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH3/EX3.1/Ex3_1.sce | e20bd85e741d3adefee455c0bf6d6e4d405512a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 147 | sce | Ex3_1.sce | //frequency of IMPATT diode
//given
clc
Vd=2.2d+5//m/s
l=5d-6//meter
f=Vd/(2*l)//hertz
disp(f*1d-9,'THE required frequiency in GHz')//Ghz
|
9d649484aac409b247afadb7760c868ab57fd5b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH6/EX6.15/Example_6_15.sce | 098ed9abe480f22bfcc6a3a3e8f73688e81802c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 881 | sce | Example_6_15.sce | // Example 6.15 Compute the trend by the method of moving averages
clc;
clear;
Year=[1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 ];
Val=[54 40.5 47.0 48.5 42.9 42.1 36.6 42.7 45.7 45.1 37.8];
MV1=0;
MV2=0;
MV10=0;
MV11=0;
MV3=Val(1)+Val(2)+Val(3)+Val(4);
MV4=Val(2)+Val(3)+Val(4)+Val(5);
MV5=Val(3)+Val(4)+Val(5)+Val(6);
MV6=Val(4)+Val(5)+Val(6)+Val(7);
MV7=Val(5)+Val(6)+Val(7)+Val(8);
MV8=Val(6)+Val(7)+Val(8)+Val(9);
MV9=Val(7)+Val(8)+Val(9)+Val(10);
MV10=Val(8)+Val(9)+Val(10)+Val(11);
MVT=[MV1 MV2 MV3 MV4 MV5 MV6 MV7 MV8 MV9 MV10 MV11];
T1=0;
T2=0;
T10=0;
T11=0;
T3=MV3+MV4;
T4=MV4+MV5;
T5=MV5+MV6;
T6=MV6+MV7;
T7=MV7+MV8;
T8=MV8+MV9;
T9=MV9+MV10;
T=[T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11];
MA=T./8;
disp(MA,"4 year Moving Average",T,"2 year Moving Average Total",MVT,"4 year Moving Average Total",Val,"Values =",Year,"Years are ");
|
bab5174ac0d5b2fba88755cac05033ed20af9eb6 | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Astronomy/Earth/_SUB/_FoucaultTools.SCI | 5a69eb3e4f761b83b8868233352caeaefb58c740 | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 9,550 | sci | _FoucaultTools.SCI | codeblock readtextfile(ScriptFilePath+"\_SUB\_Colors.sci");
codeblock readtextfile(ScriptFilePath+"\_SUB\_AnimateTools.sci");
codeblock readtextfile(ScriptFilePath+"\_SUB\_CamMoveTools.sci");
#Earth radius
radius=6378.0;
###############################################################################
# START
###############################################################################
ssysframe=ssys_create;
myviewport=GetViewPort;
root.framerate=30;
ssys_createearth(1);
ssys_showstarback(true);
ssys_createmilkyway;
GetPlanetOrbit("Earth").visible=false;
#enhanced texture on Earth
eglobe=GetPlanetBodyFrame("Earth");
etx2=eglobe.CreateTexture("Earth2",DataDir+"\textures\earth_3.jpg");
eglobe.GlobeRendering.Earth.Texture=etx2.name;
#create clock
CreateClock(false);
root.SC.Universe.ClockFrame.addignoreviewport("main");
root.time=time(2009,8,1,9,0,0);
root.TimeSpeedFactor=1200;
##################################
lattitude=0;
function setposition(lattit)
{
lattitude=lattit;
locframe.transf.reset;
locframe.transf.rotate(vector(0,1,0),Pi/2-lattit);
locframe.transf.translate(vector(0,0,radius));
rotindicframe=root.SC.Universe.SolarSystem.Earth.Inclin.Globe.LocFrame.PendObject.PendSusp.RotIndic;
rotindicframe.transf.reset;
rotindicframe.transf.rotate(vector(0,1,0),lattit);
}
#initialise shadow
root.SC.VolumeShadowAdd(0,color(0,0,0,0.5),10,10000);
earthframe=GetPlanetFrame("Earth");
globeframe=GetPlanetBodyFrame("Earth");
#Create frame for local position on Earth
locframe=globeframe.addsubframe("LocFrame");
#create pundulum object
pendsize=3000;
pendw=1300;
pendcolor1=color(0.5,0.5,0.5);
pendcolor2=color(1.0,0.8,0.0);
pendspeccolor1=color(0.6,0.6,0.6);pendspecval=30;
pendobjframe=locframe.addsubframe("PendObject");
pendobjframe.transf.origin=point(0,0,0.15*pendw);
pillw=100;
pendobjframe.add("Bar","Position":point(pendw-pillw*1.1,-0.5*pillw,0),
"Color":pendcolor1,"SpecularColor":pendspeccolor1,"SpecularValue":pendspecval,
"SizeX":(pillw),"SizeY":(pillw),"SizeZ":(pendsize));
pendobjframe.add("Bar","Position":point(0.1*pillw-pendw,-0.5*pillw,0),
"Color":pendcolor1,"SpecularColor":pendspeccolor1,"SpecularValue":pendspecval,
"SizeX":(pillw),"SizeY":(pillw),"SizeZ":(pendsize));
pendobjframe.add("Bar","Position":point(0.1*pillw-pendw,-0.5*pillw,pendsize),
"Color":pendcolor1,"SpecularColor":pendspeccolor1,"SpecularValue":pendspecval,
"SizeX":(2*pendw-0.2*pillw),"SizeY":(pillw),"SizeZ":(pillw));
pendobjframe.add("Bar","Position":point(-1*pendw-pillw,-1*pendw-pillw,-700),
"Color":color(0.3,0.3,0.3),"SpecularColor":pendspeccolor1,"SpecularValue":pendspecval,
"SizeX":(2*pendw+2*pillw),"SizeY":(2*pendw+2*pillw),"SizeZ":(700));
#pendobjframe=root.SC.Universe.SolarSystem.Earth.Inclin.Globe.LocFrame.PendObject;
pendobjframe.add("Bar","position":point(-1400,1400,-700),"SizeX":2800,"SizeY":500,"SizeZ":400,
"Color":color(0.3,0.3,0.3),"SpecularColor":pendspeccolor1,"SpecularValue":pendspecval
);
figframe=pendobjframe.addsubframe("figframe");
figframe.transf.translate(vector(0,1700,-350));
figframe.transf.rotate(vector(0,0,1),-0.5*pi);
CreateFigure(figframe,700);
pendsuspframe=pendobjframe.addsubframe("PendSusp");pendsuspframe.transf.origin=point(0,0,pendsize);
pendframe=pendsuspframe.addsubframe("Pend");
#gravity arrow
gravarrowframe=pendsuspframe.addsubframe("GravArrow");pendsuspframe.transf.origin=point(0,0,pendsize);
gravarrowframe.add("Arrow","Color":color(1,1,0,0.4),"BlendType":BlendTranslucent,"EnableLight":false,
"Position":point(0,0,0),"Axis":vector(0,0,-0.7*pendsize),"NormAxis":vector(0,1,0),
"Width":(0.1*pendsize),"Thickness":0
);
gravarrowframe.visible=false;
#earth rotation indicator
rotindicframe=pendsuspframe.addsubframe("RotIndic");
cv=rotindicframe.add("Curve","Color":color(0,0.7,0),"Size":3,"CurveRenderType":CurveRenderDashDot);
cv.makeline(point(-0.6*pendsize,0,0),point(0.6*pendsize,0,0));
for arrnr=0 to 1 do {
ps0=point(-0.5*pendsize,0,0);
if arrnr==1 then ps0=point(0.5*pendsize,0,0);
cv=rotindicframe.add("Curve","Color":color(0,0.7,0),"Size":1);
cv.makearc(ps0,vector(0,0,1),vecnorm(vector(0,0.9,-1)),0.2*pendsize,40);
cv=rotindicframe.add("Curve","Color":color(0,0.7,0),"Size":1,"Arrow2Size":(0.05*pendsize));
cv.makearc(ps0,vecnorm(vector(0,1,-1)),vector(0,-1,0),0.2*pendsize,40);
}
rotindicframe.visible=false;
pendframe.add("Cylinder","Position":point(0,0,0),
"Color":pendcolor2,"SpecularColor":color(1,1,1),"SpecularValue":60,
"Resolution":20,
"Radius":20,"Axis":vector(0,0,-0.92*pendsize));
pendframe.add("Sphere","Position":point(0,0,-0.92*pendsize),
"Color":pendcolor2,"SpecularColor":color(1,1,1),"SpecularValue":60,
"Resolution":20,
"Radius":100);
pendtrackframe=pendobjframe.addsubframe("PendTrack");
pendtrackpointcount=0;
pendtrackframe.CastVolumeShadow=false;
pendtrack=pendtrackframe.add("Curve","Color":GetColor("Red"),"EnableLight":false,"CurveRenderType":CurveRenderCube,"Size":200);
pendmotion=MotionSwing.Create(pendframe,"PendMotion");
pendframe.motion=pendmotion;
pendmotion.Period=2000;
swingangle=0.4;
pendmotion.swingangle=swingangle;
pendmotion.NormDir=vector(0,1,0);
pendangle=0;prevpendangle=0;
pendprevtime=root.time;
function AdjustPendSwingPlane()
{
timestep=root.time-pendprevtime;
pendprevtime=root.time;
incrang=-2*Pi*timestep/(24*60*60)*cos(Pi/2-lattitude);
ndir=vecnorm(vecrotate(pendmotion.NormDir,vector(0,0,1),incrang));
pendmotion.NormDir=ndir;
pendplane=root.SC.Universe.SolarSystem.Earth.Inclin.Globe.LocFrame.PendObject.PendPlane;
pendplane.transf.yaxis=ndir;
pendplane.transf.xaxis=ndir*vector(0,0,1);
pendangle=pendangle+incrang;
if (abs(pendangle-prevpendangle)>0.003) and (pendangle<=2*Pi+0.05) then {
pendtrack.addpoint(point(0.8*pendw*cos(pendangle),0.8*pendw*sin(pendangle),-90));
pendtrackpointcount=pendtrackpointcount+1;
pendtrack.visible=(pendtrackpointcount>2);
prevpendangle=pendangle;
}
}
pendframe.setprerenderaction(FunctionFunctor("AdjustPendSwingPlane"));
function StartPendulum(dotrack)
{
pendmotion.RefTime=root.time;
pendmotion.NormDir=vector(0,1,0);
pendangle=0;prevpendangle=0;
pendprevtime=root.time;
pendtrack.reset;
pendtrackpointcount=0;
}
###############################################################################################
corotatefrac=0;
function AnimateStep()
{
if isfunctiondefined("CustomAnimateStepPre") then CustomAnimateStepPre;
Cam_Adjust(myviewport);
camdist=distance(vp.camerapos,point(0,0,0));
vp.camerapos=point(0,0,0)-camdist*vp.cameradir;
createvar(tftot);createvar(tftotinv);
tftot=root.SC.Universe.SolarSystem.Earth.Inclin.Globe.LocFrame.totaltransformation;
tftotinv=tftot;tftotinv.invert;
root.viewports.Sky.transf=tftotinv;
skydistance=11500;
root.viewports.sky.camerapos=point(0,0,0.0*skydistance)+(-1.2*skydistance)*root.viewports.sky.cameradir;
lasttimestep=incrtime;
#co-move camera with Earth movement (enhanced precision mechanism)
root.sc.universe.transf.reset;
ttf=earthframe.totaltransformation;ttf.invert;
root.sc.universe.transf=ttf;
root.sc.light0pos=ttf*point(0,0,0);
if corotatefrac>0 then {#co-move camera with Earth rotation
inclin=deg2rad(-23.4457889);
poledir=vector(0,-1*sin(inclin),cos(inclin));
if not(root.Pauzed) then {
rotang=lasttimestep*2*Pi*365/364/(24*60*60)*corotatefrac;
vp.CameraPos=point(0,0,0)+vecrotate(vp.CameraPos-point(0,0,0),poledir,rotang);
vp.CameraDir=vecrotate(vp.CameraDir,poledir,rotang);
vp.CameraUpDir=vecrotate(vp.CameraUpDir,poledir,rotang);
}
}
render;
}
function StartCorotate()
{
corotatefrac=1;
}
function StopCorotate()
{
corotatefrac=0;
}
function FastStopCorotate()
{
corotatefrac=0;
}
function MovePendulum(newlatt)
{
lattit0=lattitude;
chr=Chrono;chr.start;
while chr.Elapsed<3 do {
fr=chr.elapsed/3;
fr=1-(1-fr)*(1-fr);fr=fr*fr;
setposition(lattit0+fr*(newlatt-lattit0));
AnimateStep;
}
}
function stoptime()
{
chr=Chrono;chr.start;
while chr.Elapsed<1 do {
pendmotion.swingangle=swingangle*(1-chr.elapsed);
root.TimeSpeedFactor=1200*(1-chr.elapsed);
AnimateStep;
}
}
function starttime()
{
chr=Chrono;chr.start;
while chr.Elapsed<1 do {
pendmotion.swingangle=swingangle*(chr.elapsed);
root.TimeSpeedFactor=1200*chr.elapsed;
AnimateStep;
}
}
###############################################################################################
###############################################################################################
###############################################################################################
#initialise viewing parameters
vp=GetViewPort;
vp.enableusernavigation=true;
vp.FocalDistance=25000;
vp.NearClipPlane=0.1*vp.FocalDistance;
vp.FarClipPlane=5*vp.FocalDistance;
#vp.cameradir=vecnorm(earthframe.Transf.origin-point(0,0,0))-vector(0,0,0.4);
vp.cameradir=vecnorm(vector(0.3,-0.5,-0.5));
vp.camerapos=point(0,0,0)-vp.FocalDistance*vp.cameradir;
root.SC.ambientlightcolor=color(0.2,0.2,0.2);
Cam_Init(myviewport);
|
023e5444c65073c36b96ae55cf7761251b95a407 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/robust/entropy.sci | 4a718511c0d2e68d567daac1de72664dabc8b8d0 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 452 | sci | entropy.sci | function [enx,X,Y,eny]=entropy(S,gama)
//Computation of the entropy at gama of a linear system S
//[enx,X,Y,eny]=entropy(S,gama)
//!
//
S1=S(1);
if S1(1)='r' then S=tf2ss(S);end
[A,B,C,D]=S(2:5);
g1=1/gama;
H=[A,g1*B*B';-g1*C'*C,-A'];
[X,zero]=ric_desc(H); //zero=A'*X+X*A+g1*g1*X*B*B'*X+C'*C;
enx=sum(diag(X*B*B'));
J=[A',g1*C'*C;-g1*B*B',-A];
[Y,zero]=ric_desc(J); //zero=A*Y+Y*A'+g1*g1*Y*C'*C*Y+B*B'
eny=sum(diag(Y*C'*C));
|
d02c09b912f03f60bb99b444ee5bd4e3c770ae1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH8/EX8.3/ex8_3.sce | e2f91a8bef640263c55e5b3b5bd9fd84ca8871d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 478 | sce | ex8_3.sce | // Exa 8.3
clc;
clear;
close;
// Given data
mw = 2.5;//mass of water in kg
mc= 0.744;//water equivalen of apparatus in kg
CoalMass = 1.01*10^-3;// in kg
T_r = 2.59;//temp. rise in degree C
C_c = 0.016;// Cooling correction in degree C
theta = T_r +C_c;//corrected temp. rise in degree C
Cp = 4.1868;// in kJ/kg-K
m = mw+mc;// in kg
Qw = m * Cp*theta;//heat received by water in kJ
C = (Qw/CoalMass);// in kJ/kg
disp(C,"Calorific value of the fuel in kJ/kg is");
|
c82caffcb45ce2403a296eb0f84dc00c00f2a659 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH16/EX16.2/Ex16_2.sce | afe83c53e2651960c94dac8d4bb898dd9cab604f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 953 | sce | Ex16_2.sce | // chapter 16
// example 16.2
// Select a suitable battery
// page-996-997
clear;
clc;
// given
UPS_rating=20; // in kVA
backup_time=15; // in min
efficiency=85; // in %
PF=0.8; // (lagging power factor)
Edc1=147, Edc2=190; // in V (Battery voltage range)
V_cell=1.75; // in V (voltage per cell)
N=6; // in cell groups per jar
// calculate
Battery_kW=UPS_rating*PF/(efficiency/100); // calculation of battery power
num_cell=Edc1/V_cell; // calculation of number of cells
num_jar=num_cell/N; // calculation of number of jars
cell_size_kW=Battery_kW/num_cell // calculation of cell size
printf("\nThe battery power is \t %.2f kW",Battery_kW);
printf("\nThe number of cells is \t %.f",num_cell);
printf("\nThe number of jars is \t %.f",num_jar);
printf("\nThe cell size is \t %.3f kW",cell_size_kW);
printf("\n\nBased on this data, we can choose 90 A-H battery which has 0.255 kW discharge rate at %.f min back-up time",backup_time); |
68125696fb8918cdb05dad8f4c0f479c556f0e7d | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH4/EX4.6/Ex4_6.sce | d12e750fef6c6d1f306f2233adfffdef8189a764 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 534 | sce | Ex4_6.sce | //Variable Declaration
n = 20 // total chargers
n1 = 10 // total selected chargers
r = 5 // total defective chargers
r1 = 2 // defective chargers to be selected out of 5
//Calculation
function ans = comb(n,r)
// returns number of total combination of selecting "r" items out of "n"
ans = factorial(n)/(factorial(r)*factorial(n-r))
endfunction
p = (comb(r,r1)*comb(n-r,n1-r1)) / (comb(n,n1)) // Required probability
//Results
printf ( "probability of exactly 2 defective out of 10: %.3f",p)
|
6069d09eddd5bc34deb9d3160dba56fa194b6510 | 67c2f8ab30624ed1e132c02369d61964c927e8e1 | /src/sites/list.tst | 68bd3aa5e47878cdbd4053ca6c053a39ab298146 | [
"MIT"
] | permissive | serbe/rsp | 0a48523893e2c593df711e63d493b37314d52271 | 6d4474a47176def45e80ec91499d7ccbebe7c794 | refs/heads/master | 2023-07-06T08:21:56.101251 | 2023-07-03T09:51:54 | 2023-07-03T09:51:54 | 128,239,330 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | tst | list.tst | ERROR: type should be string, got "https://sockslist.net\r\nhttps://premproxy.com\r\nhttps://proxy-list.org/english/index.php\r\nhttp://nntime.com\r\nhttps://proxy-list.org\r\nhttp://www.gatherproxy.com\r\nhttp://tools.rosinstrument.com\r\n" |
a2ae3a36532221d1c92f15080f8a6f8adfc487c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1442/CH15/EX15.1/15_1.sce | 7872973c5a2f48150b64f74aa8ce5494221ddedc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | 15_1.sce | clc
//initialisation of variables
m2= 50 //gms
M= 46 //gms
m1= 50 //gms
M1= 18 //gms
v1= 17402 //cm^3/kmol
v2= 56090 //cm^3/kmol
//CALCULATIONS
x2= (m2/M)/((m2/M)+(m1/M1))
V= (v1*(m1/M1)+v2*(m2/M))*10^-3
//RESULTS
printf (' volume of the phase= %.1f cm^3',V)
|
f466487317907648560bab2bbd05616274bb2f09 | 6f30ef068d949e73e485abfb605802910fda394f | /services/s3/src/test/resources/s3_regional_config_profile_non_regional.tst | a517714117fe47cff87d21c9845fa3e5aaf260b7 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java-v2 | 48ed50e2caefc202239ce41ecd7169dabcf205f9 | 69f7191252c26b351f7fb1c5f031948dac43e4c9 | refs/heads/master | 2023-09-03T20:46:57.534761 | 2023-09-01T21:38:09 | 2023-09-01T21:38:09 | 95,247,959 | 1,987 | 932 | Apache-2.0 | 2023-09-14T20:37:22 | 2017-06-23T18:56:01 | Java | UTF-8 | Scilab | false | false | 75 | tst | s3_regional_config_profile_non_regional.tst | [profile regional_s3_endpoint]
s3_us_east_1_regional_endpoint=somethingelse |
d2acdfec859b86aa1b479ae7ed03987351a90590 | 449d555969bfd7befe906877abab098c6e63a0e8 | /46/CH29/EX29.2/Example29_2.sce | 04e6796a926c8eb951b1b67a1a129733e941e7ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | Example29_2.sce | //Example 29.2
clc
A=[-2 0;4 -3]
B=[1 0;0 2]
syms s H1s H2s U1s U2s
I=eye(2,2)
Gs=inv(s*I-A)*B
Hs=[H1s;H2s]
Us=[U1s;U2s]
Hs=Gs*Us
//On comparing
H1s=Hs(1,1)
H2s=Hs(2,1)
U2s=0;
U1s=1/s;
H1s=eval(H1s)
H2s=eval(H2s)
//On inverse laplace transformations
H1t=ilaplace(H1s,s,t)
H2s=ilaplace(H2s,s,t)
|
595a03afacf04f22b1d70cc85ba7335c79c21358 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH2/EX2.9/2_9.sce | f1b7b6c58a805cb88a78918972496295b262cf5f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | 2_9.sce | //Network Theorem 1
//page no-2.18
//example2.9
disp("Applying KVL to mesh 1");
disp("10*I1-3*I2-6*I3=0");....//equation 1
disp("Applying KVL to mesh 2");
disp("-3*I1+10*I2=-5");....//equation 2
disp("Applying KVL to mesh 3");
disp("-6*I1+10*I3=25");....//equation 3
disp("Solving the three equations");
A=[10 -3 -6;-3 10 0;-6 0 10]//solving the equations in matrix form
B=[10 -5 25]'
X=inv(A)*B;
disp(X);
disp("I1=4.27 A");
disp("I2=0.78 A");
disp("I3=5.06 A");
disp("I5ohm=4.27 A"); |
10d39becf85de69fe13b4ded5472315caf361dca | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH6/EX6.15/exa_6_15.sce | 04ccda31cb585dde588b106d14bf1ff98777723c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 772 | sce | exa_6_15.sce | // Exa 6.15
clc;
clear;
close;
// Given data
I_DSS= 16;// in mA
I_DSS= I_DSS*10^-3;// in A
V_P= -4;// in V
V_DD= 18;// in V
V_GG= 0;// in V
R_D= 500;// in Ω
Rs= R_D;// in Ω
// V_GS= V_GG-V_P*I_D or = I_D= -V_GS/Rs (as V_GSS= 0) (i)
// I_D= I_DSS*(1-V_GS/V_P)^2 (ii)
// From (i) and (ii)
// V_GS^2*(1/V_P^2) + V_GS*(1/(I_DSS*Rs)-2/V_P) +1 =0
V_GS= [(1/V_P^2) (1/(I_DSS*Rs)-2/V_P) 1]
V_GS= roots(V_GS);
V_GS= V_GS(2);// since 0>= V_GS >=-4
I_D= I_DSS*(1-V_GS/V_P)^2;// in A
V_DS= V_DD-I_D*(R_D+Rs);// in V
disp(I_D*10^3,"The value of I_D in mA is : ")
disp(V_GS,"The value of V_GS in volts is : ");
disp("Since the value of V_DS is greater than the difference of V_GS and V_P, So the saturation region operation is confirmed ");
|
b88dea91d387ac8506a1e45f322b9ac3fac80f4f | 449d555969bfd7befe906877abab098c6e63a0e8 | /40/CH3/EX3.26/Exa_3_26.sci | 039b1b19fd1e538d0c917f095533d7968cef771d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sci | Exa_3_26.sci | //Response of periodic inputs
function[p]=period(x)
for i=2:length(x)
v=i
if (abs(x(i)-x(1))<0.00001)
k=2
for j=i+1:i+i
if (abs(x(j)-x(k))<0.00001)
v=v+1
end
k=k+1;
end
end
if (v==(2*i)) then
break
end
end
p=i-1
endfunction
x=[1 2 -3 1 2 -3 1 2 -3];
h=[1 1];
y=convol(x,h)
y(1)=y(4);
period(x)
period(y)
h=[1 1 1];
y=convol(x,h) |
2f103ceea616f8a4acbc1c09dc44360630faa6cb | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/TBI1.prev.tst | 14685d86caf9583f115450928c786148043bbd12 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | tst | TBI1.prev.tst | TranspositionSet={[1,0]}
Expanding for base=2, level=6, reasons+features=base,transpose,same,similiar,evenexp showfail
Refined variables=a,b
[0+1a,0+1b]: failure biased [0,0] a²+b²+2
---------------- level 0
Proof [1] mod 2: a²+b²+2
|
50397af83ae4e5815d3353dba7c9ecb8ba514393 | 12d276a808c8403c4dd3b13dea1edb8720127311 | /one-back_maininstructions.sce | 815168dfd565db1581e865185f579b47ec9324e9 | [] | no_license | npytabitha/VOT3 | 85b317ae4c120eb2bda125b28c1ad27243d40eab | 51032662c4a6f0960393aad4ebf9b3289c641155 | refs/heads/develop | 2021-01-10T05:44:31.715364 | 2015-10-01T13:34:47 | 2015-10-01T13:34:47 | 43,233,510 | 0 | 1 | null | 2015-10-02T09:05:14 | 2015-09-27T03:56:10 | Scilab | UTF-8 | Scilab | false | false | 2,641 | sce | one-back_maininstructions.sce | scenario = "One-Back"; # This name is recorded in the log file
scenario_type = trials;
response_matching = simple_matching;
no_logfile = true;
active_buttons = 3;
button_codes = 1, 2, 3; # These values will be used to code participant responses
default_font_size = 56;
default_font = "Arial";
default_background_color = 0,0,0; #Black#
default_text_color = 255,255,255; #White#
begin;
#Instructions at the beginning of experiment
trial{
trial_duration=forever;
trial_type=specific_response;
terminator_button = 3;
picture{
text{font_size = 20; max_text_width = 1120; caption = "Herzlich Wilkommen!
In diesem Experiment untersuchen wir die Gehirnprozesse der Klangverarbeitung.
Dafuer bitten wir Dich, auf den Bildschirm zu achten und die Klaenge zu verfolgen, die Dir ueber Kopfhoerer praesentiert werden.
Manchmal wiederholt sich ein und der selbe Klang. In einer Reihe mit Klaengen benannt als
Klang1, Klang2, Klang3, Klang3, Klang4 hat sich zum Beispiel Klang3 wiederholt.
Immer wenn das passiert, druecke bitte die 'Enter' Taste.
Klangwiederholungen tretten unmittelbar aufeinanderfolgend auf (z.B. Klang3, Klang3).
Klangwiederholungen werden NICHT durch andere Klaenge unterbrochen (z.B. Klang3, Klang4, Klang3).
Jedesmal wenn ein Klang ertoent, siehst Du ein Fixationskreuz auf dem Bildschirm.
Bitte halte Deine Augen auf dem Kreuz und versuche nicht zu blinzeln.
Du kannst immer dann blinzeln, wenn Du nichts auf dem Bildschirm siehst.
Bitte druecke 'Enter' um fortzufahren.";
};
x = 0; y = 0;
};
time = 0;
}instructions_pt1;
trial{
trial_duration=forever;
trial_type=specific_response;
terminator_button = 3;
picture{
text{font_size = 20; max_text_width = 1120; caption = "Dieses Experiment beinhaltet 3 Messtage. Deine Aufgabe an diesen Tagen ist immer gleich und auf drei Bloecke verteilt von denen jeder ungefaehr 25 Minuten lang ist. Zwischen den Bloecken kannst Du Pause machen.
Die Versuchsleiterin wird waerend des Experimentes neben Dir sitzen. An einem der Messtage wird sie Dich mit einer weichen Buerste am Arm streicheln. An den beiden anderen Messtagen wird sie Dich entweder nicht streicheln oder auf der Handinnenfleache streicheln.
Die Reihenfolge der Messtage/Streichelbedingungen wird von der Versuchsleiterin festgelegt. Bitte versuche das Streicheln und die Anwesenheit der Versuchsleiterin zu ignorieren und Dich ganz auf die Klaenge zu konzentrieren.
Falls Du Fragen hast, wende Dich bitte jetzt an die Versuchsleiterin.
Fall alles klar ist, druecke bitte die 'Enter' Taste.";
};
x = 0; y = 0;
};
time = 0;
}instructions_pt2;
begin_pcl;
instructions_pt1.present();
instructions_pt2.present(); |
51cfb90e3816e653e2f5674442231019e9bffe48 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH2/EX2.15/2_15.sce | c6cd7580cd183b0c150616b57d594621db322357 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 606 | sce | 2_15.sce | //To calculate the wavelength of X-rays and maximum order of diffraction possible
d = 0.282; //lattice spacing, nm
n = 1; //first order
theta = 8+(35*0.0166666667); //glancing angle in degrees
d = d*10^-9; //lattice spacing, m
lamda = 2*d*sind(theta)/n; //wavelength of X-rays, m
lamda_nm = lamda*10^9; //wavelength of X-rays, nm
theeta = 90; //maximum value possible in degrees
n1 = 2*d*sind(theeta)/lamda; //maximum order of diffraction possible
printf("wavelength of X-rays is %5.4f nm",lamda_nm);
printf("maximum order of diffraction possible is %d",n1);
|
98ae10e22db9834bc0d33518eb997b5f987f9e32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH20/EX20.4/FBELT_4.sce | dfb61a5b6a32e32b1b6f9974d8235564c7e0271c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 646 | sce | FBELT_4.sce | // sum 20-4
clc;
clear;
N=1440;
i=2.5;
C=3600;
//let load factor be LF
LF=1.3;
P=12*10^3;
n=N/i;
V=16;
d=V*10^3*60/(2*%pi*N);
d=220;
D=d*i;
V=2*%pi*N*d/(2*60*1000);
v=5;
//Let power transmitte dfrom high speed belt =P1
P1=0.0118;
//Let LR be the load rating of belt
LR=P1/v*V;
theta=180+(2*asind((D-d)/(2*C)));
theta=theta*%pi/180;
//Let Arc of contact connection factor be CF
CF=1-(0.03/2);
Pd=P*LF*CF;
b=Pd/(LR*5);
b=80;
L=sqrt((4*C^2)-(D+d)^2)+(theta*(D+d)/2);
L=L*10^-3;
// printing data in scilab o/p window
printf("V is %0.1f m/s ",V)
printf("\n b is %0.0f mm ",b)
printf("\n L is %0.3f m ",L);
|
d40e8cded7b9e5c0357f90ca74b0ccb09112156b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH11/EX11.12/EXAMPLE11_12.SCE | 72dbff7ea3ccb49043cf1166709736bc94ff9a6a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | EXAMPLE11_12.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 11
//Information Theory
clear all;
clc;
printf("EXAMPLE 11.12(PAGENO 495)");
//given
n = 2*10^6//elements od black and white TV picture
m = 16//brightness levels of black and white TV picture
o = 32//repeated rate of pictures per second
//calculations
Px_i = 1/m//probability of brightness levels of picture
H_X = 0;
for i= 1:16
H_Xi = (-1/(1/Px_i))*log2(1/(1/Px_i));
H_X = H_X +H_Xi;
end
r = n*o//rate of symbols generated
R = r*H_X//average rate of information convyed
//results
printf("\n\ni. Average rate of information convyed = %.2f bits/seconds",R)
|
9f6720edf9e9f68e42538cc6ca60edd6c7f61efc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH17/EX17.31/EX17_31.sce | 992a3790a5707cee91fbf2fea488a7b97568ecde | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,279 | sce | EX17_31.sce | clc;funcprot(0);//EXAMPLE 17.31
// Initialisation of Variables
n=1;..............//No of cylinders
B=0.32;...............//Engine bore in m
L=0.42;..............//Engine stroke in m
N=200;................//Engine rpm
Nk=90;..................//No of explosions per min
v1=11.68;............//Gas used in m^3/h
pg=170;................//Pressure of gas in mm of water
br=755;................//Barometer reading in mm of Hg
pmi=6.2;.................//Mean effective pressure in bar
C=21600;.......................//Calorific value of gas in kJ/kg
bl=2040;......................//Net load on brake in N
Db=1.2;......................//Brake drum diameter in m
t1=298;.....................//Ambient temperature in Kelvin
//Calculations
IP=(n*pmi*L*(%pi/4)*B*B*Nk*10)/6;..........................//Indicated power in kW
BP=(bl*%pi*Db*N)/(60*1000);.........................//Brake power in kW
etamech=(BP/IP);...................//Mechanical efficiency
disp(etamech*100,"Mechanical efficiency (in %):")
p1=br+(pg/13.6);.................//In mm of Hg
p2=760;t2=273;...................//NTP conditions in mm of Hg and Kelvin
v2=(p1*v1*t2)/(p2*t1);
etabth=BP/((v2/3600)*C);..............//Brake thermal efficiency
disp(etabth*100,"Brake thermal efficiency (in %):")
|
7b95ad027a5d4636f3e2d2a81b37a87f69eb3db0 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /1w6t TE Varied TPS.sce | 8057b8d95e0ece0f7f34c2585160ae93c3ec063f | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 32,894 | sce | 1w6t TE Varied TPS.sce | Name=1w6t TE Varied TPS
PlayerCharacters=Player
BotCharacters=target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=target.bot;target.bot;target.bot;target.bot;target.bot;target.bot;target.bot;target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0;0;0
PlayerTeam=1
BotTeams=0;0;0;0;0;0;0;0
MapName=1w_vardistclosertps.map
MapScale=1.2
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Mouse Control
WeaponHeroTag=Pistol, Flick
DifficultyTag=2
AuthorsTag=patys, psalm
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=true
Description=Six targets spawn on a wall. Great practice for flicking to many targets quickly.
GameVersion=2.0.0.2
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=target
DodgeProfileNames=Mimic
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=target
SeeThroughWalls=false
NoDodging=true
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Player
MaxHealth=100.0
WeaponProfileNames=BB Gun;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=-1.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=300.0
MainBBRadius=45.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=2.0
ProjBBRadius=1.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=true
TPSArmLength=450.0
TPSOffset=X=0.000 Y=60.000 Z=105.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=Ecto
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=120.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=360
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Mimic
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=BB Gun
Type=Hitscan
ShotsPerClick=1
DamagePerShot=1.0
KnockbackFactor=4.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=M4
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=true
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-952.000000 920.000000 1520.000000
1216.000000 920.000000 1520.000000
1216.000000 920.000000 1216.000000
-952.000000 920.000000 1216.000000
-952.000000 -1088.000000 1520.000000
1216.000000 -1088.000000 1520.000000
1216.000000 -1088.000000 1216.000000
-952.000000 -1088.000000 1216.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-952.000000 920.000000 -1792.000000
1080.000000 920.000000 -1792.000000
1080.000000 920.000000 -2128.000000
-952.000000 920.000000 -2128.000000
-952.000000 -1096.000000 -1792.000000
1080.000000 -1096.000000 -1792.000000
1080.000000 -1096.000000 -2128.000000
-952.000000 -1096.000000 -2128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-960.000000 1032.000000 1240.000000
1136.000000 1032.000000 1240.000000
1136.000000 1032.000000 -1848.000000
-960.000000 1032.000000 -1848.000000
-960.000000 912.000000 1240.000000
1136.000000 912.000000 1240.000000
1136.000000 912.000000 -1848.000000
-960.000000 912.000000 -1848.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-32.000000 416.000000 1224.000000
-24.000000 416.000000 1224.000000
-24.000000 416.000000 1216.000000
-32.000000 416.000000 1216.000000
-32.000000 408.000000 1224.000000
-24.000000 408.000000 1224.000000
-24.000000 408.000000 1216.000000
-32.000000 408.000000 1216.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1008.000000 -1088.000000 1488.000000
1216.000000 -1088.000000 1488.000000
1216.000000 -1088.000000 -1864.000000
-1008.000000 -1088.000000 -1864.000000
-1008.000000 -1152.000000 1488.000000
1216.000000 -1152.000000 1488.000000
1216.000000 -1152.000000 -1864.000000
-1008.000000 -1152.000000 -1864.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1064.000000 912.000000 1216.000000
1216.000000 912.000000 1216.000000
1216.000000 912.000000 -1912.000000
1064.000000 912.000000 -1912.000000
1064.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 -1912.000000
1064.000000 -1088.000000 -1912.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1120.000000 912.000000 1256.000000
-936.000000 912.000000 1256.000000
-936.000000 912.000000 -1920.000000
-1120.000000 912.000000 -1920.000000
-1120.000000 -1088.000000 1256.000000
-936.000000 -1088.000000 1256.000000
-936.000000 -1088.000000 -1920.000000
-1120.000000 -1088.000000 -1920.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-184.000000 -300.000000 -336.000000
360.000000 -300.000000 -336.000000
360.000000 -300.000000 -656.000000
-184.000000 -300.000000 -656.000000
-184.000000 -608.000000 -336.000000
360.000000 -608.000000 -336.000000
360.000000 -608.000000 -656.000000
-184.000000 -608.000000 -656.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
entity
type PlayerSpawn
Vector3 position -4.000000 -430.000000 -446.000000
Bool8 teamB 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type CameraPath
UInt32 entityIdAttachedTo 132
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type PlayerSpawn
Vector3 position -480.000000 -32.000000 264.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 -32.000000 280.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 -32.000000 368.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -72.000000 -32.000000 352.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 -32.000000 400.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 -32.000000 432.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 496.000000 -32.000000 320.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -32.000000 320.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -600.000000 -408.000000 296.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -480.000000 -408.000000 296.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 -408.000000 288.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -72.000000 -312.000000 416.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 -408.000000 192.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 -408.000000 256.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -408.000000 240.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -600.000000 248.000000 400.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -480.000000 360.000000 288.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 504.000000 352.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -72.000000 312.000000 344.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 56.000000 488.000000 384.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 392.000000 360.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 592.000000 392.000000 360.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -480.000000 160.000000 272.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 160.000000 264.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 72.000000 160.000000 336.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 160.000000 296.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 160.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -608.000000 -192.000000 296.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -352.000000 -192.000000 360.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -216.000000 -192.000000 256.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -192.000000 200.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 352.000000 -192.000000 320.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 488.000000 -192.000000 176.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 504.000000 -256.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 -16.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 -16.000000 88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 -16.000000 80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -72.000000 80.000000 128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 64.000000 96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 16.000000 112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 496.000000 -16.000000 96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -16.000000 96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -600.000000 -392.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -416.000000 -440.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 -488.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -24.000000 -424.000000 112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 -488.000000 80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 -552.000000 96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -344.000000 80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -680.000000 264.000000 144.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -480.000000 312.000000 128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 376.000000 128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -72.000000 376.000000 168.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 56.000000 376.000000 160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 376.000000 152.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 496.000000 216.000000 136.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 552.000000 344.000000 152.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -480.000000 176.000000 48.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -208.000000 176.000000 40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 56.000000 176.000000 80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 176.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 664.000000 176.000000 56.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 -176.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -352.000000 -176.000000 72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -216.000000 -240.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 48.000000 -96.000000 104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 352.000000 -176.000000 96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 456.000000 608.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 160.000000 600.000000 496.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 480.000000 536.000000 480.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -736.000000 560.000000 568.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -600.000000 32.000000 568.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 16.000000 568.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -24.000000 16.000000 616.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 472.000000 -32.000000 576.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 776.000000 -112.000000 600.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -736.000000 -736.000000 560.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -520.000000 472.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 -408.000000 552.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -736.000000 368.000000 608.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 360.000000 248.000000 632.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 912.000000 408.000000 640.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -500.000000 496.000000 568.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 168.000000 400.000000 656.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 544.000000 544.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -600.000000 288.000000 528.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -344.000000 208.000000 480.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 48.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -216.000000 -192.000000 544.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 200.000000 -112.000000 560.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 -288.000000 576.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -744.000000 -424.000000 544.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -216.000000 -688.000000 520.000000
Bool8 teamA 0
entity
type Effect
Vector3 position -32.000000 288.000000 -256.000000
String64 effectName internal/misc/reflectionprobe
entity
type PlayerSpawn
Vector3 position 464.000000 0.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 0.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -376.000000 40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 -376.000000 32.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 -376.000000 -64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 -376.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 -376.000000 -16.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 192.000000 40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 192.000000 -40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -248.000000 -160.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 32.000000 -160.000000 -56.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -160.000000 64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 456.000000 -160.000000 -80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 472.000000 -224.000000 -192.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 16.000000 -184.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -376.000000 16.000000 -168.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 16.000000 -176.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -104.000000 112.000000 -128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 96.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 48.000000 -80.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 464.000000 16.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 16.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -632.000000 -360.000000 -184.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -408.000000 -184.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 -456.000000 -192.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -56.000000 -392.000000 -144.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 -456.000000 -176.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 -520.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 -312.000000 -176.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -712.000000 296.000000 -112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 344.000000 -128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -376.000000 408.000000 -128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -104.000000 408.000000 -88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 24.000000 408.000000 -96.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 408.000000 -24.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 464.000000 248.000000 -120.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 520.000000 376.000000 -104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 208.000000 -208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 208.000000 -216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 24.000000 208.000000 -176.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 208.000000 -184.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 208.000000 -200.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -144.000000 -184.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -144.000000 -136.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -248.000000 -208.000000 -192.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -64.000000 -152.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -144.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 456.000000 -528.000000 200.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 600.000000 -488.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 880.000000 -488.000000 240.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 200.000000 -432.000000 576.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 536.000000 -520.000000 -128.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 -136.000000 -192.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 208.000000 256.000000 -160.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -376.000000 208.000000 -152.000000
Bool8 teamA 0
|
adef0e95a6592b95564c3427d6b5d6499280534a | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH9/EX9.5/9_5.sce | 24de70fd0d869037600c8dbce84be98638a83ed3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 150 | sce | 9_5.sce | F2=850
F1=400
lambda=123.6/180*%pi
ppp=1.408/1000
theta=%pi-lambda
Fr=sqrt(F1*F1+F2*F2-2*F1*F2*cos(theta))
fluxr=2/%pi*ppp*Fr
disp(fluxr)
|
d53d9b182be1c0b8ed51556f87aef9f102cf03ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH4/EX4.29/EX4_29.sce | 185c2be8c1486519ec7468e597540eb7ca21158f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | EX4_29.sce | //EXAMPLE 4-29 PG NO-243
I1=2; //CURRENT
R=3; //RESISTANCE
P=I1*I1*R; //POWER
disp(' POWER is = '+string(P)+' W');
|
109ca12f59d959434994a0fc6c75d29743f6562b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH6/EX6.38/6_38.sce | 7fa95646ae41544e7220153b6854921e55130271 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 683 | sce | 6_38.sce | clc,clear
printf('Example 6.38\n\n')
Z1=complex(0.2,2)
Z2=Z1
ZL=complex(3,4)
Z=ZL
E1=complex(2000,0)
E2=complex(2200,100)
I1=((E1-E2)*Z+E1*Z2)/(Z*(Z1+Z2)+Z1*Z2)
I2=((E2-E1)*Z+E2*Z1)/(Z*(Z1+Z2)+Z1*Z2)
IL=I1+I2
V=IL*Z //Terminal voltage
phi1=phasemag(V)-phasemag(I1) //Phasemag returns the angle of complex number in degrees
phi2=phasemag(V)-phasemag(I2) //Phasemag returns the angle of complex number in degrees
Pout1=sqrt(3)*sqrt(3)*abs(V)*abs(I1)*cosd(phi1)
Pout2=sqrt(3)*sqrt(3)*abs(V)*abs(I2)*cosd(phi2)
printf('\nPower delivered is %.2f kW and %.2f kW at power-factors %.4f lag and %.4f lag respectively',Pout1/1000,Pout2/1000,cosd(phi1),cosd(phi2))
|
a7a404d2ea7e9f17947397153379051c87ed9bfc | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /prog_assembly/libs/scilab_code/characterization/char_onchipDAC.sce | 02dc6abd5b4aea8ba323e24b40609cfccae109bb | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 8,546 | sce | char_onchipDAC.sce | global file_name path fname extension chip_num board_num hex_1nA hex_1na;
clear onchip_dac00_char_data;
onchip_dac00_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC00_chip"+chip_num+brdtype);
[p_onchip_dac00,S_onchip_dac00]=polyfit(onchip_dac00_char_data(:,1), onchip_dac00_char_data(:,2),7);
DAC00_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC00_fit = polyval(p_onchip_dac00,DAC00_HEX_range,S_onchip_dac00);
DAC00_char_table = [DAC00_HEX_range(:) DAC00_fit(:)];
clear onchip_dac01_char_data;
onchip_dac01_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC01_chip"+chip_num+brdtype);
[p_onchip_dac01,S_onchip_dac01]=polyfit(onchip_dac01_char_data(:,1), onchip_dac01_char_data(:,2),7);
DAC01_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC01_fit = polyval(p_onchip_dac01,DAC01_HEX_range,S_onchip_dac01);
DAC01_char_table = [DAC01_HEX_range(:) DAC01_fit(:)];
clear onchip_dac02_char_data;
onchip_dac02_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC02_chip"+chip_num+brdtype);
[p_onchip_dac02,S_onchip_dac02]=polyfit(onchip_dac02_char_data(:,1), onchip_dac02_char_data(:,2),7);
DAC02_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC02_fit = polyval(p_onchip_dac02,DAC02_HEX_range,S_onchip_dac02);
DAC02_char_table = [DAC02_HEX_range(:) DAC02_fit(:)];
clear onchip_dac03_char_data;
onchip_dac03_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC03_chip"+chip_num+brdtype);
[p_onchip_dac03,S_onchip_dac03]=polyfit(onchip_dac03_char_data(:,1), onchip_dac03_char_data(:,2),7);
DAC03_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC03_fit = polyval(p_onchip_dac03,DAC03_HEX_range,S_onchip_dac03);
DAC03_char_table = [DAC03_HEX_range(:) DAC03_fit(:)];
clear onchip_dac04_char_data;
onchip_dac04_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC04_chip"+chip_num+brdtype);
[p_onchip_dac04,S_onchip_dac04]=polyfit(onchip_dac04_char_data(:,1), onchip_dac04_char_data(:,2),7);
DAC04_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC04_fit = polyval(p_onchip_dac04,DAC04_HEX_range,S_onchip_dac04);
DAC04_char_table = [DAC04_HEX_range(:) DAC04_fit(:)];
clear onchip_dac05_char_data;
onchip_dac05_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC05_chip"+chip_num+brdtype);
[p_onchip_dac05,S_onchip_dac05]=polyfit(onchip_dac05_char_data(:,1), onchip_dac05_char_data(:,2),7);
DAC05_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC05_fit = polyval(p_onchip_dac05,DAC05_HEX_range,S_onchip_dac05);
DAC05_char_table = [DAC05_HEX_range(:) DAC05_fit(:)];
clear onchip_dac06_char_data;
onchip_dac06_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC06_chip"+chip_num+brdtype);
[p_onchip_dac06,S_onchip_dac06]=polyfit(onchip_dac06_char_data(:,1), onchip_dac06_char_data(:,2),7);
DAC06_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC06_fit = polyval(p_onchip_dac06,DAC06_HEX_range,S_onchip_dac06);
DAC06_char_table = [DAC06_HEX_range(:) DAC06_fit(:)];
clear onchip_dac07_char_data;
onchip_dac07_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC07_chip"+chip_num+brdtype);
[p_onchip_dac07,S_onchip_dac07]=polyfit(onchip_dac07_char_data(:,1), onchip_dac07_char_data(:,2),7);
DAC07_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC07_fit = polyval(p_onchip_dac07,DAC07_HEX_range,S_onchip_dac07);
DAC07_char_table = [DAC07_HEX_range(:) DAC07_fit(:)];
clear onchip_dac08_char_data;
onchip_dac08_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC08_chip"+chip_num+brdtype);
[p_onchip_dac08,S_onchip_dac08]=polyfit(onchip_dac08_char_data(:,1), onchip_dac08_char_data(:,2),7);
DAC08_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC08_fit = polyval(p_onchip_dac08,DAC08_HEX_range,S_onchip_dac08);
DAC08_char_table = [DAC08_HEX_range(:) DAC08_fit(:)];
clear onchip_dac09_char_data;
onchip_dac09_char_data=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_onchipDAC/data_onchipDAC09_chip"+chip_num+brdtype);
[p_onchip_dac09,S_onchip_dac09]=polyfit(onchip_dac09_char_data(:,1), onchip_dac09_char_data(:,2),7);
DAC09_HEX_range = hex2dec('0000'):1:hex2dec('007F');
DAC09_fit = polyval(p_onchip_dac09,DAC09_HEX_range,S_onchip_dac09);
DAC09_char_table = [DAC09_HEX_range(:) DAC09_fit(:)];
//// Plot the data
//scf(6);
//clf(6);
//plot2d("nn", onchip_dac00_char_data(:,1), onchip_dac00_char_data(:,2));p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=1;
//plot2d("nn", onchip_dac01_char_data(:,1), onchip_dac01_char_data(:,2));p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=2;
//plot2d("nn", onchip_dac02_char_data(:,1), onchip_dac02_char_data(:,2));p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=3;
//plot2d("nn", onchip_dac03_char_data(:,1), onchip_dac03_char_data(:,2));p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=5;
//plot2d("nn", onchip_dac04_char_data(:,1), onchip_dac04_char_data(:,2));p = get("hdl"); p.children.mark_style = 9; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=6;
//plot2d("nn", onchip_dac05_char_data(:,1), onchip_dac05_char_data(:,2));p = get("hdl"); p.children.mark_style = 2; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=1;
//plot2d("nn", onchip_dac06_char_data(:,1), onchip_dac06_char_data(:,2));p = get("hdl"); p.children.mark_style = 2; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=2;
//plot2d("nn", onchip_dac07_char_data(:,1), onchip_dac07_char_data(:,2));p = get("hdl"); p.children.mark_style = 2; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=3;
//plot2d("nn", onchip_dac08_char_data(:,1), onchip_dac08_char_data(:,2));p = get("hdl"); p.children.mark_style = 2; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=5;
//plot2d("nn", onchip_dac09_char_data(:,1), onchip_dac09_char_data(:,2));p = get("hdl"); p.children.mark_style = 2; p.children.thickness = 3; p.children.line_mode="off";p.children.mark_foreground=6;
//plot2d("nn", DAC00_HEX_range, DAC00_fit, style=1);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC01_HEX_range, DAC01_fit, style=2);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC02_HEX_range, DAC02_fit, style=3);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC03_HEX_range, DAC03_fit, style=5);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC04_HEX_range, DAC04_fit, style=6);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC05_HEX_range, DAC05_fit, style=1);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC06_HEX_range, DAC06_fit, style=2);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC07_HEX_range, DAC07_fit, style=3);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC08_HEX_range, DAC08_fit, style=5);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//plot2d("nn", DAC09_HEX_range, DAC09_fit, style=6);p = get("hdl"); p.children.line_style = 1; p.children.thickness = 3; p.children.thickness = 3;p.children.line_mode="on";
//a=gca();a.data_bounds=[0 0; 150 2.6];
//legend("DAC00","DAC01","DAC02","DAC03","DAC04","DAC05","DAC06","DAC07","DAC08","DAC09","in_upper_right");
//xtitle("","ADC code","Vg (V)");
|
4eaab3f9420e35b338fa2d621b0d3c61f26a3844 | 2eac84edf941c64588fef76f10d02309aabcb2fb | /Library/Basic/Scilab/builder_x64.sce | 3afa0717cd07ad60d9bac6a5e7b0d06b2ab30e05 | [
"BSD-3-Clause"
] | permissive | AlexisTM/X2C | fdd93bd33b931ea448ba516f5e3f9af6a5149a6a | 31f39b598afe271a7fd46ef1ee9e06c410b1120c | refs/heads/master | 2021-08-07T04:26:24.391617 | 2017-11-07T14:34:33 | 2017-11-07T14:34:33 | 109,844,123 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,142 | sce | builder_x64.sce | // Copyright (c) 2014, Linz Center of Mechatronics GmbH (LCM) http://www.lcm.at/
// All rights reserved.
//
// This file is licensed according to the BSD 3-clause license as follows:
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
// * Neither the name of the "Linz Center of Mechatronics GmbH" and "LCM" nor
// the names of its contributors may be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
// IN NO EVENT SHALL "Linz Center of Mechatronics GmbH" BE LIABLE FOR ANY
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// This file is part of X2C. http://www.mechatronic-simulation.org/
// $LastChangedRevision: 666 $
mprintf("Building Basic library for x64 system...");
funcprot(0);
msvc = findmsvccompiler();
bOK = configure_msvc();
if ~haveacompiler() then
mprintf("SKIPPED (no compiler found)\n");
[compileCompFDone] = return(%f)
end
X2C_ROOT = fullpath(fullfile(getenv("X2C_Root")));
X2C_LIB_PATH = get_absolute_file_path("builder_x64.sce');
X2C_LIB_PATH = dirname(X2C_LIB_PATH);
// delete "is-compiled" marker
mdelete("Library_is_compiled_for_x64.txt');
names = ["x2c_DoNothing_C"];
files = ["x2c_DoNothing_C.c"];
flag = "c";
loadername = "loader_x64.sce";
libname = "Basic_x64";
ldflags = SCI + "\bin\scicos.lib";
cflags = "-I" + SCI + "\modules\scicos_blocks\includes" + " -I" + SCI + "\modules\scicos\includes" + " -I" + X2C_ROOT + "\Controller\Common" + " -I" + X2C_LIB_PATH + "\Controller\src" + " -I" + X2C_LIB_PATH + "\Controller\inc";
ilib_for_link(names, files, [], flag, "", loadername, libname, ldflags, cflags);
// delete temporary files
if isdir("Debug") then
rmdir("Debug","s");
end
if isdir("Release") then
rmdir("Release","s");
end
mdelete("cleaner.sce")
mdelete("Makelib.mak")
// create "is-compiled" marker
currentTime=clock();
save("Library_is_compiled_for_x64.txt", "currentTime");
mprintf("DONE\n");
|
d38d413fcddc438198476c131823e8ae868aa5a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH6/EX6.6/Ex6_6.sce | 95db5326b36d18488df30fab353afd98e540914a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,049 | sce | Ex6_6.sce |
clc
clear
//Input data
ws=600;//Mass flow rate of feedwater in kg/s
p=140;//The inlet pressure of the feedwater in bar
t=170;//The inlet temperature of the feedwater in degree centigrade
wg=1250;//The mass flow rate of flue gases in kg/s
tg2=450;//The temperature at which flue gases leave the economisers coils in degree centigrade
Vf=12;//The velocity of the flue gas in m/s
Vw=1.2;//The velocity of the water leaving the coil in m/s
Do=0.07;//The outer diameter of the tube in m
Di=0.06;//The inner diameter of the tube in m
U=70;//The overall heat transfer coefficient in W/m^2K
Cp=1.12;//The specific heat capacity of the flue gases in kJ/kgK
V=0.08;//The vertical pitch of the coil in m
B=4.8;//The width of the duct in m
C=0.005;//The clearence on the both sides of the duct in m
pi=3.142;//Mathematical constant
//Calculations
hf=1571.1;//The enthalpy of the saturated liquid at 140 bar in kJ/Kg
ts=336.75;//The saturated temperature at 140 bar in degree centigrade
vf=0.001611;//The specific volume of the saturated liquid at 140 bar in m^3/kg
hf1=719.21;//The enthalpy of the saturated liquid at 170 degree C in kJ/kg
vf1=0.001114;//The specific volume of the saturated liquid at 170 degree C in m^3/kg
tg1=[(ws*(hf-hf1))/(wg*Cp)]+tg2;//The temperature at which flue gases enters the economisers coils in degree centigrade
t1m=(478.25-280)/(log(478.25/280));//The mean temperature for inlet and exit temperature in degree centigrade
Q=ws*(hf-hf1);//The rate of heat transfer in the economiser in kW
Ao=[Q/(U*t1m)]*10^3;//The outer area in m^2
n=[(ws*(vf/Vw)*(4/pi)*(1/Di^2))];//The number of coils needed in the economiser
l=Ao/(n*pi*Do);//The length of one coil in m
nt=l/(B-(2*C));//The number of turns in on ecoil
VH=nt*V;//The vertical height of the duct occupied by the economiser coils
//Output
printf('(a) The number of coils needed in the economiser = %3.0f \n (b) The length of one coil = %3.1f m \n (c) The verticle height of the duct occupied by the economiser coils = %3.2f m ',n,l,VH)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.