blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
sequencelengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
21 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
141k
586M
star_events_count
int64
0
30.4k
fork_events_count
int64
0
9.67k
gha_license_id
stringclasses
8 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
50 values
src_encoding
stringclasses
23 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
29 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
86e0cbf80e8e285ba3c2304634e82b4eb76cfc28
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/m_circle.man.tst
a3131f915c3cea995beb695998c9074201a1726c
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
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
346
tst
m_circle.man.tst
clear;lines(0); //Example 1 : s=poly(0,'s') h=syslin('c',(s^2+2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01)) nyquist(h,0.01,100,'(s^2+2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01)') m_circle(); //Example 2: xbasc(); h1=h*syslin('c',(s^2+2*0.1*15.1*s+228.01)/(s^2+2*0.9*15*s+225)) nyquist([h1;h],0.01,100,['h1';'h']) m_circle([-8 -6 -4]);
36f9eb51996b120388a129f1fe3a484397c9ba06
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/rms/rms2.sce
9880e1570e30245c6d7d27b46908bbe9c2539836
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
137
sce
rms2.sce
//check o/p when i/p is a sinusoid t = 0:0.001:1-0.001; pi=3.14; X = cos(2*pi*100*t); Y = rms(X); disp(Y); //output // // 0.7069966
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)
5a036f4b7c7ba5ab7765ad383ec137ced435a575
449d555969bfd7befe906877abab098c6e63a0e8
/1427/CH15/EX15.11/15_11.sce
6e11bab9a311eb438bc9ae50ed90838d05d90d4c
[]
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
339
sce
15_11.sce
//ques-15.11 //Calculating total pressure to be applied clc //N2/H2 = 1/3 a=1;//moles of N2 b=3;//moles of H2 Kp=1.64*10^-4;//equilibrium constant (in atm^-2) c=10/100;//content of ammonia //c = (2*x)/(4-2*x) x=0.4/2.2; Z=(16*x^2*(2-x)^2)/(27*Kp*(1-x)^4); P=sqrt(Z);//pressure printf("Pressure to be applied is %.2f atm.",P);
a88de68c868ac982d78e7ef084c8b4c8675a32da
449d555969bfd7befe906877abab098c6e63a0e8
/2882/CH10/EX10.10/Ex10_10.sce
640ec7f0bbcef09fce52da1a03220ee0d400ec86
[]
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
465
sce
Ex10_10.sce
//Tested on Windows 7 Ultimate 32-bit //Chapter 10 Feedback in Amplifiers Pg no. 343 and 344 clear; clc; //Given //Figure 10.16 RD=4.7D3;//drain resistance in ohms Rs=1D3;//source resistance in ohms RF=15D3;//feedback resistance in ohms gm=5D-3;//transconductance in Siemens //Solution A=-gm*RD;//open loop gain Afb=A*RF/(RF-A*Rs);//closed loop gain printf("Gain without feedback A = %.1f\n ",A); printf("Gain with feedback Afb = %.2f",Afb);
3e0d79069d401ace340905c310915ca49477523e
449d555969bfd7befe906877abab098c6e63a0e8
/2195/CH2/EX2.7.2.c/ex_2_7_2_c.sce
1ac7d2159bcc13baef55eb05996d8366c00f3839
[]
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
346
sce
ex_2_7_2_c.sce
//Example 2.7.2.c://standard deviation clc; clear; format('v',6) q=[101.2,101.4,101.7,101.3,101.3,101.2,101.0,101.3,101.5,101.1];// AM= mean(q);//arithematic mean in mm for i= 1:10 qb(i)= q(i)-AM; end Q= [qb(1),qb(2),qb(3),qb(4),qb(5),qb(6),qb(7),qb(8),qb(9),qb(10)];// SD=stdev(Q);//standard deviation disp(SD,"standard deviation in volts")
11520bf97820b9ca2c945639629a4b1d7ae12d27
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH13/EX13.55/Ex13_55.sce
9467e9fed7627acfc1f67b58f17ce1a9f1ddf29a
[]
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
133
sce
Ex13_55.sce
//EX13_55 Pg-31 clc clear printf("7''s complement of (612)_8 = ") x=['612'] y=oct2dec(x) z=bitcmp(y,8) a=dec2oct(z) printf("%s\n",a)
2e62436ced60863f0923203abb31e83c90e172f9
449d555969bfd7befe906877abab098c6e63a0e8
/3594/CH3/EX3.3/3_3.sce
dd5a29ca20493aa3e7d834b936e3f137b2cf60c8
[]
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
462
sce
3_3.sce
clc //Given OC=6//in CP=24//in N=240//rpm X=45//degrees XP=19//in XC=6//in YP=32//in YC=9//in //Scalling off lenghts from fig , we have CI=2.77//in PI=2.33//in XI=2.33//in YI=3.48//in //Solution Vc=((%pi*N)/30)*(OC/12)//changing OP into feets printf("\nw=%.2f ft/s\n",Vc) //w=Vc/CI=Vp/PI=Vx/XI=Vy/YI w=Vc/CI Vp=w*PI Vx=w*XI Vy=w*YI printf("velocity of points P, X and Y \n are %.2f ft/s, %.2f ft/s and %.1f ft/s respectively",Vp,Vx,Vy)
eecb711a70d10cf00d575d8bfa538aadda9a2a49
fbd17575bab2ee4dc49cc7d13b5b94d24ab9482c
/TP7/constrpoly.sci
a5c3c94aaf95f9cffdde4af4d5dac647d1c9ec4c
[]
no_license
1saac-W/MT09-Analyse-Num-rique
05b509981dfa00e3b7b550716b1487cbbf0a3fed
0853f8053254f5dd23179073187ada3d936aff84
refs/heads/master
2020-09-27T04:34:36.549125
2020-01-05T16:02:18
2020-01-05T16:02:18
226,431,201
0
0
null
null
null
null
UTF-8
Scilab
false
false
141
sci
constrpoly.sci
function [A] = constrpoly(t) [m] = size(t,1); A = zeros(m,3); A(:,1) = ones(m,1); A(:,2) = t; A(:,3) = t.*t; endfunction
419654b578fecb7a1fb3c6a18e1d5f45f7aabe93
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/impzlength/impzlength9.sce
0197822031a27695176a530acf7aab488b1e2be8
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
193
sce
impzlength9.sce
//no i/p args are passed to the function clear; clc; len=impzlength(); //output //!--error 4 //Undefined variable: b //at line 48 of function impzlength called by : //len=impzlength();
35799a5a61f4b9fe22782dd767322a21c3648c77
449d555969bfd7befe906877abab098c6e63a0e8
/1109/CH14/EX14.19/14_19.sce
ea969288c45f0a84d04de29f9e4cfeec29c88676
[]
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,300
sce
14_19.sce
clear; clc; Rk=500;fc=4000;fi=5000; //fi=frequency at which infinite attenuation occurs L0=Rk/(%pi*fc); C0=1/(%pi*fc*Rk); printf("The elements of the constant-K L.P. are:\n"); printf(" L = %f mH\n",round(L0*(10^4))/10); printf(" C = %f microfarads\n\n",round(C0*(10^9))/1000); m1=sqrt(1-((fc/fi)^2)); L1=m1*L0/2; L2=(1-(m1*m1))*L0/(4*m1); C1=m1*C0; printf("The elements of the m-derived L.P.T. filter are:\n"); printf(" mL/2 = %f mH\n",round(L1*(10^5))/100); printf(" C = %f microfarads\n",round(C1*(10^10))/10^4); printf(" Lshunt = %f mH\n\n",round(L2*(10^5))/100); m2=0.6; L3=m2*L0/2; L4=(1-(m2*m2))*L0/(2*m2); C2=m2*C0/2; printf("The elements of the terminating half sections m-derived L.P.T. filter are:\n"); printf(" Lseris = %f mH\n",round(L3*(10^5))/100); printf(" C = %f microfarads\n",round(C2*(10^10))/10^4); printf(" Lshunt = %f mH\n\n",round(L4*(10^5))/100); printf("The complete composite filter is constructed by using the constant-K in cascade with the short-cut of m-derived section and terminating half section"); //the difference in result of the elements of the m derived L.P. T section is due to erroneous value in textbook. disp("The difference in result of the elements of the m derived L.P. T section is due to erroneous value in textbook")
25028b33fca8079df99001d4913eaaf681f171ab
3592fbcb99d08024f46089ba28a6123aeb81ff3c
/main/vs/testAsserVisuMain.sce
ffc82599cdcb241d56a120d0ba7b38112e45af6f
[]
no_license
clairedune/sciGaitanLib
a29ab61206b726c6f0ac36785ea556adc9ef03b9
7498b0d707a24c170fc390f7413359ad1bfefe9f
refs/heads/master
2020-12-11T01:51:13.640472
2015-01-28T13:52:26
2015-01-28T13:52:26
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,066
sce
testAsserVisuMain.sce
//--------------------------------------------------// // main program // // author Claire Dune // date 24/01/2010 // ;exec('testAsserVisuTous.sce'); //--------------------------------------------------// clear // ------ Describe the problem cFinalMo_out = [0 0 1 0 0 0]; // desired pose target/object cInitMo_out = [0 0 0.8 0 0 0]; // init pose target/object LFunction_out = matIntMireC; // method to compute the interaction matrix targetFun_out = mire4points; // method to buld the target targetSize_out = 0.2; // dimension of the target lambda_out = 0.7; // visual servo gain iterMax_out = 40 ; // number of iteration of the loop Te_out = 0.25; // step time [cInitMo_m,cFinalMo_m,LFunction_m,target_m,targetSize_m,lambda_m,iterMax_m,Te_m]=avLoopDefaultSettings(); //redefine the problem cInitMo_m =[0.1 0.1 1 10*%pi/180 0 0]; cFinalMo_m =[0 0 2 0 0 0]; //--------- AV loop [avPose_m,avError_m,avVelocity_m,avS_m,avSDes_m] = avLoop(cInitMo_m,cFinalMo_m,LFunction_m,target_m,targetSize_m,lambda_m,iterMax_m,Te_m,0); [avPoseD_m,avErrorD_m,avVelocityD_m,avSD_m,avSDesD_m] = avLoop(cInitMo_m,cFinalMo_m,matIntMireD,target_m,targetSize_m,lambda_m,iterMax_m,Te_m,0); //--------- display hf=scf(1); hf.figure_name = "Evolution Mire"; mireEvolutionDraw(iterMax_m,avS_m,3) mireEvolutionDraw(iterMax_m,avSD_m,3) show_pixmap() // create a window to display the error hf2=scf(2); hf2.figure_name = "Error"; plot(avError_m,'b') plot(avErrorD_m,'r') show_pixmap() // create a window to display the error hf3=scf(3); hf3.figure_name = "Velocities"; plot(avVelocity_m,'b'); plot(avVelocityD_m,'r'); show_pixmap() //create a window to display the camera pose hf3d1_m = createFigure3D(4,"Camera Motion",1); for (i=1:4:iterMax_m) cMo = homogeneousMatrixFromPos(avPose_m(i,:)) ; Camera3DDraw(0.1,inv(cMo)); // display the current camera end show_pixmap()
f5e6033c794d2e44641bd8ce253c66c51603a3a5
449d555969bfd7befe906877abab098c6e63a0e8
/2333/CH2/EX2.24/24.sce
ea001bf98037488b2664a911fa6e2685d7ccc6a2
[]
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
447
sce
24.sce
clc // Given that lambda = 5890 // Wavelength in angstrom i = 45 // Angle of incidence in degree mu = 1.33 // Refractive index of soap film n = 1 // order // Sample Problem 24 on page no. 100 printf("\n # PROBLEM 24 # \n") printf("\n Standard formula used \n 2*mu*t*cos(r) = n*lambda\n") r = asin(sin(45*%pi/180)/mu) t = n*lambda*1e-10/(2*mu*cos(r)) // Calculation of thickness film printf("\n Thickness of film is %e mm.", t*1e3)
ab9979a74bcba9be6b1e6e4e03ac75b654d958f7
449d555969bfd7befe906877abab098c6e63a0e8
/887/CH3/EX3.3/3_3.sce
f5772db0845e8a8cd25af13df36a7c672fb5778a
[]
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
834
sce
3_3.sce
clc //ex3.3 C=10*10^-6; t_1=[0:0.001:1]; t_2=[1.001:0.001:3]; t_3=[3.001:0.001:5]; t=[t_1,t_2,t_3]; //voltage variations V_1=1000*t_1; V_2=0*t_2+1000; V_3=500*(5-t_3); //current i=C*dv/dt, for above equations we get i_1=C*(0*t_1+1000); i_2=C*(0*t_2); i_3=C*(0*t_3-500); i=[i_1,i_2,i_3]; //power delivered, P=V*i P_1=C*(10^6*t_1); P_2=C*(0*t_2+1000); P_3=C*(-25*10^4*(5-t_3)); P=[P_1,P_2,P_3]; //energy stored, W=(1/2)*C*V^2 W_1=(1/2)*C*V_1^2; W_2=(1/2)*C*V_2^2; W_3=(1/2)*C*V_3^2; W=[W_1,W_2,W_3]; subplot(221) plot(t,i*10^3) xtitle('current vs time','time in seconds','current in mA') //mA-milli amperes(10^-3) subplot(222) plot(t,P) xtitle('power delivered vs time','time in seconds','power in watts') subplot(223) plot(t,W) xtitle('energy stored vs time','time in seconds','work in joules')
cd35fa98a4e093be8ab79e412eae2379772c6f75
449d555969bfd7befe906877abab098c6e63a0e8
/3161/CH8/EX8.4/Ex8_4.sce
7bf00c03b1a56a7ca3d5d2890235fe06ba31e5a3
[]
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
829
sce
Ex8_4.sce
clc; //page 447 //problem 8.4 //Given bandwidth of signal is fM = 60 kHZ fM = 60*10^3; //Given power spectral density of white noise n = 2*10^-6 W/Hz n = 2*10^-6; //Given time average of square of mssg signal P = 0.1W P = 0.1; //Noise power at input baseband range NM NM = n * fM; //Threshold occurs at carrier power Pc = 2.9 * NM Pc_Threshold = 2.9 * NM; //For carrier power Pc = 10W, output SNR Pc = 10; SNRo = Pc * P / NM ; disp('Output SNR is '+string(SNRo)+' dB'); //Carrier power is reduced by 100 times making the new power Pc_new Pc_new = Pc / 100; //In the given solutions the NM value is 1.2W instead of 0.12W //The corect answer is 0.0925926 instead of 0.000926 SNR_new = (4/3) * P * (Pc_new/NM)^2; disp('Output SNR when carrier power is reduced is '+string(SNR_new)+' dB');
6d74ce2913fc306459998094a93d7b41e06b7ea0
449d555969bfd7befe906877abab098c6e63a0e8
/659/CH9/EX9.3/exm9_3.sci
6665a2942b5c6b2de007042d2d118ab79c01e16d
[]
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
800
sci
exm9_3.sci
// Example 9.3 //Modify Example 9.2's function value() to return result and extend versatility of the function //printline by taking the lenth of line as an argument function []=printline(ch,len) for i=1:len printf("%c",ch); end printf("\n"); endfunction function [amount]=value(p,r,n) //returns amount sum1=p; year=1; while(year<=n) sum1=sum1*(1+r); year=year+1; end amount=sum1; endfunction printf("Enter principal amount,interest rate,and period\n[Enter in single line seperated by space]"); [principal,inrate,period]=scanf("%f %f %d"); //Calling functions printline('*',52); amount=value(principal,inrate,period); printf("%f\t%f\t%d\t%f\n",principal,inrate,period,amount); printline('=',52);
7af6afd07b31dc52393a3858eb89c120a8579c35
449d555969bfd7befe906877abab098c6e63a0e8
/67/CH2/EX2.17.c/example217c.sce
ef8b994c6bf1913370d6a8f125611a524a3d3e6f
[]
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
example217c.sce
//Example 2.17c clc; disp(' y[n]=x[-n] '); disp('THE GIVEN SYSTEM IS NON-CAUSAL'); disp('Since the value of output depends on future input');
b3c3c068bf1e4a3eb04f25dad5fe50c788b3748f
449d555969bfd7befe906877abab098c6e63a0e8
/2300/CH23/EX23.31.1/Ex23_1.sce
6cdd8afb462f13b9c2afa51ca3844d4f5ba6e602
[]
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
512
sce
Ex23_1.sce
//scilab 5.4.1 //Windows 7 operating system //chapter 23 Lasers,Fibre Optics,and Holography clc clear y=630*10^(-9)//y=emitted wavelength in meters c=3*10^8//c=velocity of light in free space in m/s v=c/y//v=frequency of the emitted radiation format("v",9) disp("The frequency of the emitted radiation is") disp("Hz",v,"v=") h=6.62*10^(-34)//h=Planck's constant P=1*10^(-3)//P=output power of gas laser(given) n=P/(h*v) format("v",9) disp("s^-1",n,"The number of photons emitted per second is=")
25ea2f7545c364078fd868e88eed52b62c983c94
449d555969bfd7befe906877abab098c6e63a0e8
/2360/CH3/EX3.23/ex3_23.sce
4bc3bb02d1600197a0388a55ab1eb34cb773f64d
[]
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
945
sce
ex3_23.sce
// Exa 3.23 format('v',5);clc;clear;close; // Given data I = 100;// in mA Im = 1;// in mA Rm = 25;// in ohm // m = I/Im = 1 + Rm/Rsh; Rsh = Rm/((I/Im) - 1);// in ohm del_t = 10;// in °C Alpha_c = 0.004; Alpha_m = 0.00015; // When temperature increase by 10 °C R_m = Rm * ( 1 + (Alpha_c*del_t) );// in ohm R_sh = Rsh * (1 + (Alpha_m*del_t));// in ohm // When I= 100 mA then I_m = (R_sh/(R_sh+R_m))*I;// in mA // But Im required for full scale deflection PerEerror= ((I_m-Im)/Im)*100;// in % disp("Part (i) "); disp(PerEerror,"The percentage error in % is"); Rx = 75;// in ohm Rtotal = Rm+Rx;// in ohm Rsh = Rtotal/((I/Im) - 1);// in ohm //R_total =R_m+R_x; R_total = R_m + (Rx*(1+(Alpha_m*del_t)));// in ohm R_sh = Rsh * (1+( Alpha_m*del_t ));// in ohm I_m = (R_sh/(R_sh+R_total))*I;// in mA PerEerror = ((I_m-Im)/Im)*100;//percentage error in % disp("Part (ii) "); disp(PerEerror,"The percentage error in % is");
c69706c024c7d0a5e0f7d7da810c7cae10f1c548
449d555969bfd7befe906877abab098c6e63a0e8
/1673/CH6/EX6.2/6_2.sce
91eb0f63b4772f520150dbe9142c2ab9ea003748
[]
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,003
sce
6_2.sce
//example 6.2 //numerical diffrentiation by newton's difference formula //page 211 clc;clear;close x=[1.0 1.2 1.4 1.6 1.8 2.0 2.2]; y=[2.7183 3.3201 4.0552 4.9530 6.0496 7.3891 9.0250]; c=1; for i=1:6 d1(c)=y(i+1)-y(i); c=c+1; end c=1; for i=1:5 d2(c)=d1(i+1)-d1(i); c=c+1; end c=1; for i=1:4 d3(c)=d2(i+1)-d2(i); c=c+1; end c=1; for i=1:3 d4(c)=d3(i+1)-d3(i); c=c+1; end c=1; for i=1:2 d5(c)=d4(i+1)-d4(i); c=c+1; end c=1; for i=1:1 d6(c)=d5(i+1)-d5(i); c=c+1; end x0=2.2//first and second derivative at 2.2 h=0.2; f1=((d1(6)+d2(5)/2+d3(4)/3+d4(3)/4+d5(2)/5)/h); printf('the first derivative of fuction at 1.2 is:%f\n',f1); f2=(d2(5)+d3(4)+(11*d4(3))/12+(5*d5(2))/6)/h^2; printf('the second derivative of fuction at 1.2 is:%f\n',f2); x1=2.0;// first derivative also at 2.0 f1=((d1(5)+d2(4)/2+d3(3)/3+d4(2)/4+d5(1)/5+d6(1)/6)/h); printf('\n \nthe first derivative of function at 1.2 is:%f\n',f1);
6dd8488ecffd49aa17cacf52ec958e1c9585c3d9
449d555969bfd7befe906877abab098c6e63a0e8
/2453/CH10/EX10.2/10_2.sce
5bfb80f00fc6f4c542eb60d8f7b952e7564c1bc0
[]
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
404
sce
10_2.sce
//To calculate the divergence a2 = 6; //spot diameter, mm a2 = a2*10^-3; //spot diameter, m a1 = 4; //spot diameter, mm a1 = a1*10^-3; //spot diameter, m d2 = 2; //distance from laser, m d1 = 1; //distance from laser, m theta = (a2-a1)/(2*(d2-d1)); //divergence, radian theta = theta*10^3; //divergence, milli radian printf("divergence is %d milli radian",theta);
37428dfe5dbdfd77a266b98ec662458d3b71ce15
cb85e23a93890cfe63382a9e043a178c7058cd4d
/predictor_INP.sce
570226826a5679cf75daf7f448346d7934f47fae
[]
no_license
FINESCE/INP-SCILAB
ae06d33a4e159c6bc154700f5c7b88759caf6004
0006a42b67e269d7ce28729dba870306d564bcf5
refs/heads/master
2016-08-06T21:46:16.111774
2015-07-15T10:39:06
2015-07-15T10:39:06
37,849,688
1
1
null
2015-07-15T10:39:07
2015-06-22T10:35:26
Scilab
UTF-8
Scilab
false
false
16,131
sce
predictor_INP.sce
//Copyright [2015] [FINESCE Consortium] // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distributed under the License is distributed on an "AS IS" BASIS, //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. //See the License for the specific language governing permissions and //limitations under the License. //Developped by: José Sanchez Torres //Last version : 02/03/2015 function MAPEval = MAPE(xreal, xpred) xrn = length (xreal); xpn = length (xpred); rnmin=min(abs(xreal)); if xrn == xpn & rnmin>0 then MAPEval=100*sum(abs((xreal-xpred)./xreal))/xrn; elseif rnmin == 0 for i = 1:xrn do if xreal(i)==0 then xreal(i)=0.001; end end MAPEval=100*sum(abs((xreal-xpred)./xreal))/xrn; else MAPEval=-1; end endfunction function RMSEval = RMSE(xreal, xpred) xrn = length (xreal); xpn = length (xpred); if xrn == xpn then RMSEval = sqrt(sum((xpred-xreal).^2)./xrn); else RMSEval=-1; end endfunction function MAEval = MAE(xreal, xpred) xrn = length (xreal); xpn = length (xpred); rnmin=min(abs(xreal)); if xrn == xpn & rnmin>0 then MAEval=100*sum(abs((xreal-xpred)./xreal)); elseif rnmin == 0 for i = 1:xrn do if xreal(i)==0 then xreal(i)=0.001; end end MAEval=100*sum(abs((xreal-xpred)./xreal)); else MAEval=-1; end endfunction function [oldEnergy, oldTraining] = getOldEnergy(periodTime,endDate,oldEnergy1h) //periodTime 1 : 1 week // 2 : 2 week // 3 : 1 day // 4 ; 2 days //..............5 : 1 month //..............6 : 6 months //..............7 : 1 year //endDate : Current Date (string timestamp) //oldEnergy1h : Matrix with all Energies 1h timestamped //This function should create a Matrix with the Old Energy values for the client in a period of time 'periodTime' //In the oldEnergy1h it is included the old Temperature, week and other values, it is for simplicity I should give a maximum of data just in case user or predictor needs if periodTime == 1 then steps = 24 * 7; //one week - every day 24h elseif periodTime == 2 then steps = 24 * 7 * 2; //two weeks - every day 24h elseif periodTime == 3 then steps = 24; //one day 24h elseif periodTime == 4 then steps = 24 * 2; //two days - every day 24h elseif periodTime == 5 then steps = 24 * 7 * 4;//four weeks elseif periodTime == 6 then steps = 24 * 7 * 4 * 6;//24 weeks elseif periodTime == 7 then steps = 24 * 7 * 4 * 53; else steps = 24 * 2; //Default value 2 days - every day 24h end currentTime = evstr(endDate); timeVector = getdate(currentTime); currentWeek = timeVector(3); currentDayofWeek = timeVector(5); currentHour = timeVector(7); position = (currentWeek-1)*168+(currentDayofWeek-1)*24+currentHour+1; //Once we know the position on the matrix, we have to check the steps backwards. That means, if position is 10, one week means 378 positions back, so we need to take this information from the end of the matrix poscheck = position - steps; if poscheck < 1 then if position == 1 then posto2 = (53*24*7)+poscheck; posfrom2 = 53*24*7; //53 weeks, 24 hours, 7 days oldEnergy = oldEnergy1h(posfrom2:posto2,9:$); oldTraining = oldEnergy1h(posfrom2:posto2,1:8) else posfrom1 = 1; posto1 = position -1; posfrom2 = (53*24*7); posto2 = 53*24*7+poscheck; //53 weeks, 24 hours, 7 days oldEnergy = [oldEnergy1h(posfrom2:posto2,9:$);oldEnergy1h(posfrom1:posto1,9:$)]; oldTraining = [oldEnergy1h(posfrom2:posto2,1:8);oldEnergy1h(posfrom1:posto1,1:8)]; end else posto1 = position -1; posfrom1 = poscheck; oldEnergy = oldEnergy1h(posfrom1:posto1,9:$); oldTraining = oldEnergy1h(posfrom1:posto1,1:8); end endfunction function [prediction]=SVM_predictor(trainingEnergy, trainingWeather, currentEnergy, currentTemperature,testTime,parameters) //The output should be the Power, even if it is predicting the Energy testlabel = zeros(24,1); trainingWeather = [trainingWeather; currentTemperature]; trainingEnergy = [trainingEnergy; currentEnergy]; prediction = zeros(1,20); trainingValues = trainingWeather; //The same training values for all meters s = parameters(1); t = parameters(2); //Predict AP powerType = 0; c = parameters((powerType*3)+3); g = parameters((powerType*3)+4); p = parameters((powerType*3)+5); trainParam = '-s '+string(s)+' -t '+string(t)+ '-c '+string(c)+' -g '+string(g)+' -p '+string(p); trainingObjective = trainingEnergy(:,1); //Ap [maxScale,minScale,trainingScaledEnergy]= scale(trainingObjective); powerModel = libsvm_svmtrain(trainingScaledEnergy,trainingValues,trainParam); [predictions,Accuracy,Probability]= libsvm_svmpredict(testlabel,testTime,powerModel); Ap = predictions([1, 3, 6, 12, 24]); Ap = unScale(Ap,maxScale,minScale); //Predict Al powerType = 3; c = parameters((powerType*3)+3); g = parameters((powerType*3)+4); p = parameters((powerType*3)+5); trainParam = '-s '+string(s)+' -t '+string(t)+ '-c '+string(c)+' -g '+string(g)+' -p '+string(p); trainingObjective = trainingEnergy(:,4); //Al [maxScale,minScale,trainingScaledEnergy]= scale(trainingObjective); powerModel = libsvm_svmtrain(trainingScaledEnergy,trainingValues,trainParam); [predictions,Accuracy,Probability]= libsvm_svmpredict(testlabel,testTime,powerModel); Al = predictions([1, 3, 6, 12, 24]); Al = unScale(Al,maxScale,minScale); //Predict Q1 powerType = 1; c = parameters((powerType*3)+3); g = parameters((powerType*3)+4); p = parameters((powerType*3)+5); trainParam = '-s '+string(s)+' -t '+string(t)+ '-c '+string(c)+' -g '+string(g)+' -p '+string(p); trainingObjective = trainingEnergy(:,2); //Q1 [maxScale,minScale,trainingScaledEnergy]= scale(trainingObjective); powerModel = libsvm_svmtrain(trainingScaledEnergy,trainingValues,trainParam); [predictions,Accuracy,Probability]= libsvm_svmpredict(testlabel,testTime,powerModel); Q1 = predictions([1, 3, 6, 12, 24]); Q1 = unScale(Q1,maxScale,minScale); //Predict Q4 powerType = 2; c = parameters((powerType*3)+3); g = parameters((powerType*3)+4); p = parameters((powerType*3)+5); trainParam = '-s '+string(s)+' -t '+string(t)+ '-c '+string(c)+' -g '+string(g)+' -p '+string(p); trainingObjective = trainingEnergy(:,3); //Q4 [maxScale,minScale,trainingScaledEnergy]= scale(trainingObjective); powerModel = libsvm_svmtrain(trainingScaledEnergy,trainingValues,trainParam); [predictions,Accuracy,Probability]= libsvm_svmpredict(testlabel,testTime,powerModel); Q4 = predictions([1, 3, 6, 12, 24]); Q4 = unScale(Q4,maxScale,minScale); prediction = [Al(1) Q4(1) Ap(1) Q1(1) Al(2) Q4(2) Ap(2) Q1(2) Al(3) Q4(2) Ap(3) Q1(3) Al(4) Q4(4) Ap(4) Q1(4) Al(5) Q4(5) Ap(5) Q1(5)]; endfunction //************************************************************************* //************************************************************************* //*****************P R E D I C T O R - M A I N F I L E********************* //************************************************************************* //************************************************************************* function [predP]=predictor_INP(loadNow, weatherNow,recentHistory, codes,e2p_conversion) //loadNow : Readings from meters //weatherNow : Readings from file //oldPower : Not necessary //oldWeather : Not necessary //Codes : meter codes //e2p_conversion predP = zeros(loadNow.n,20); //AP -> Index //Q1 -> Index + 1 //Q4 -> Index + 2 //Al -> index + 3 meters_old = [9, 17,41,25,73,69,29,57,33,21,37,49,45,61,65, 1,13, 5,53]; //Vector to undestand the history file input //01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19 //************************************************************************* // PREDICTION PARAMETERS //************************************************************************* // s t c_Ap g_Ap p_Ap c_Q1 g_Q1 p_Q1 c_Q4 g_Q4 p_Q1 c_Al g_Al p_Al parameters_svm = [3 2 1 1e-6 1e-5 1 1e-6 1e-5 1 1e-2 1e-1 1 0.01 0.01; // 01 3 2 1 1e-5 1e-5 1 1e-3 1e-6 1 1e-4 1e-6 1 1e-5 1e-6; // 02 3 2 1 1e-6 1e-6 1 1e-5 1e-5 1 1e-3 1e-5 1 0.005 0.01; // 03 3 2 1 1e-5 1e-3 1 1e-3 1e-5 1 1e-4 1e-1 1 0.005 0.01; // 04 3 2 1 1e-6 1e-6 1 1e-1 1e-5 0.1 1e-3 1e-6 1 0.005 0.01; // 05 3 2 1 1e-2 1e-5 1 1e-4 1e-5 1 1e-1 1e-4 1 0.005 0.01; // 06 3 2 1 1e-6 1e-5 1 1e-3 1e-5 1 1e-4 1e-5 1 0.005 0.01; // 07 3 2 1 1e-5 1e-6 1 1e-5 1e-6 1 1e-3 1e-1 1 0.005 0.01; // 08 3 2 1 1e-6 1e-6 1 1e-6 1e-6 1 1e-4 1e-1 1 0.005 0.01; // 09 3 2 1 1e-5 1e-5 1 1e-4 1e-4 1 1e-1 1e-6 1 0.005 0.01; // 10 3 2 1 1e-6 1e-5 1 1e-4 1e-5 0.01 1e-1 1e-5 1 0.005 0.01; // 11 3 2 1 1e-4 1e-6 1 1e-5 1e-6 1 1e-3 1e-5 1 0.005 0.01; // 12 3 2 1 1e-5 1e-5 1 1e-3 1e-6 0.1 1e-5 1e-5 1 0.005 0.01; // 13 3 2 1 1e-6 1e-6 1 1e-4 1e-4 1 1e-6 1e-4 1 0.005 0.01; // 14 3 2 1 1e-4 1e-5 1 1e-5 1e-5 1 1e-5 1e-6 1 0.005 0.01; // 15 3 2 1 1e-2 1e-6 1 1e-4 1e-4 1 1e-4 1e-1 1 1e-6 1e-6; // 16 3 2 1 1e-2 1e-5 1 1e-1 1e-4 1 1e-1 1e-5 1 0.005 0.01; // 17 3 2 0.1 1e-6 1e-5 0.1 1e-4 1e-4 1 1e-4 1e-1 1 0.005 0.01; // 18 3 2 1 1e-2 1e-4 1 1e-6 1e-6 1 1e-4 1e-1 1 0.005 0.01];// 19 //**************************************************************** // PREPARING DATA FOR TRAINING oldEnergy1h = read_csv('history_INP.csv',',','decimal','double'); [oldEnergyPeriod, oldTrainingData] = getOldEnergy(7,loadNow.time,oldEnergy1h); //write_csv(string(oldEnergyPeriod),'trainingEnergy.csv') //oldEnergyPeriod is a matrix with the number of data needed to predict (1 week, 1 day, 2 days and 2 weeks) //oldTrainingPeriod is a matrix with the training information in the chosen period //Now the training data must be scaled //I added some MAX and mins hour = oldTrainingData(:,1); hour = [hour;23;0]; //MAX 23 - min 0 hour = libsvm_scale(hour,[0,1]); hour($)=[]; hour($)=[]; oldTrainingData(:,1)=hour; clear hour week = oldTrainingData(:,3); week = [week; 1; 53];//MAX 53 - min 1 week = libsvm_scale(week,[0,1]); week($)=[]; week($)=[]; oldTrainingData(:,3)=week; clear week dayofweek = oldTrainingData(:,4); dayofweek = [dayofweek;1;7]; //MAX 7 - min 1 dayofweek = libsvm_scale(dayofweek,[0,1]); dayofweek($)=[]; dayofweek($)=[]; oldTrainingData(:,4)=dayofweek; clear dayofweek temperature = oldTrainingData(:,8); temperature = [temperature;-10;40]; //MAX 40, min -10 temperature = libsvm_scale(temperature,[-1,1]); temperature($)=[]; temperature($)=[]; oldTrainingData(:,8) = temperature; clear temperature oldTrainingData(:,2)=[]; //Prepare recent data if ~isempty(recentHistory) then hour = recentHistory(:,1); hour = [hour;23;0]; //MAX 23 - min 0 hour = libsvm_scale(hour,[0,1]); hour($)=[]; hour($)=[]; recentHistory(:,1)=hour; clear hour week = recentHistory(:,3); week = [week; 1; 53];//MAX 53 - min 1 week = libsvm_scale(week,[0,1]); week($)=[]; week($)=[]; recentHistory(:,3)=week; clear week dayofweek = recentHistory(:,4); dayofweek = [dayofweek;1;7]; //MAX 7 - min 1 dayofweek = libsvm_scale(dayofweek,[0,1]); dayofweek($)=[]; dayofweek($)=[]; recentHistory(:,4)=dayofweek; clear dayofweek temperature = recentHistory(:,8); temperature = [temperature;-10;40]; //MAX 40, min -10 temperature = libsvm_scale(temperature,[-1,1]); temperature($)=[]; temperature($)=[]; recentHistory(:,8) = temperature; clear temperature recentEnergy = recentHistory(:,8:$); recentTraining = recentHistory(:,1:7); else recentEnergy = []; recentTraining = []; end //**************************************************************** // PREPARING DATA FOR PREDICTING [timeN] = getNowFuture(loadNow.time); hour = timeN(:,1); hour = [hour;23;0]; //MAX 23 - min 0 hour = libsvm_scale(hour,[0,1]); hour($)=[]; hour($)=[]; timeN(:,1)=hour; clear hour week = timeN(:,2); week = [week; 1; 53];//MAX 53 - min 1 week = libsvm_scale(week,[0,1]); week($)=[]; week($)=[]; timeN(:,2)=week; clear week dayofweek = timeN(:,3); dayofweek = [dayofweek;1;7]; //MAX 7 - min 1 dayofweek = libsvm_scale(dayofweek,[0,1]); dayofweek($)=[]; dayofweek($)=[]; timeN(:,3)=dayofweek; clear dayofweek //TO MODIFY BECAUSE IT IS NOT ON THIS MATRIX temperature = weatherNow.thfut; temperature = [temperature;-10;40]; //MAX 40, min -10 temperature = libsvm_scale(temperature,[-1,1]); temperature($)=[]; temperature($)=[]; timeN = [timeN, temperature]; clear temperature //timeN is a matrix for i = 1:loadNow.n do idx = find(codes(:,1)==loadNow.meter(i)); if ~isempty(idx) then user_number=evstr(codes(idx,8)); oldEnergyValues = oldEnergyPeriod(:,meters_old(user_number):meters_old(user_number)+3); parameters = parameters_svm(user_number,:); if ~isempty(recentEnergy) then predP(i,:)=SVM_predictor(oldEnergyValues, oldTrainingData, recentEnergy(:,meters_old(user_number):meters_old(user_number)+3), recentTraining,timeN,parameters) else predP(i,:)=SVM_predictor(oldEnergyValues, oldTrainingData, recentEnergy, recentTraining,timeN,parameters) end else predP(i,:)=zeros(1,4*5); end end predP = predP * e2p_conversion; //Conversion energy to power endfunction
0a25bb164ed60bfc274a750307b8e890b944b6dc
717ddeb7e700373742c617a95e25a2376565112c
/1445/CH8/EX8.16/Ex8_16.sce
4ba0fd577e052e0d120972de1d42ed40bc05416a
[]
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
1,353
sce
Ex8_16.sce
//CHAPTER 8- DIRECT CURRENT MACHINES //Example 16 disp("CHAPTER 8"); disp("EXAMPLE 16"); //4 pole 250 V shunt motor //VARIABLE INITIALIZATION v_t=250; //in Volts P=4; //number of poles Z=500; //number of conductors r_a=0.25; //in Ohms r_f=125; //in Ohms phi=0.02; //in Wb I_l=14; //in Amperes A=2; rot_loss=300; //rotational loss in Watts //SOLUTION //solution (i) I_f=v_t/r_f; // field current I_a=I_l-I_f; //armature current E_a=v_t-(I_a*r_a); // induced emf N=(E_a*A*60)/(phi*Z*P); //RPM N=round(N); //to round off the value of N disp(sprintf("(i) The speed is %d rpm",N)); p_e=E_a*I_a; //electromagnetic power w=(2*%pi*N)/60; //speed in RPS T1=p_e/w; // Internal torque disp(sprintf("The internal torque developed is %.3f N-m",T1)); //solution (ii) //shaft power p_o=p_e-rot_loss; //power output disp(sprintf("(ii)The shaft power is %.0f W",p_o)); T2=p_o/w; //shaft torque disp(sprintf("The shaft torque is %.2f N-m",T2)); p_i=v_t*I_l; // power input eff=(p_o/p_i)*100; //efficiency disp(sprintf("The efficiency is %.2f %%",eff)); //END
e6f8a07a5399bb3e574dd7154dd8a87d62933ee4
633905af91211d12b692a9e45a2f8ea3feaf8de4
/Bhopali Raag.sce
e588e13533811d0ba161cc707af6e449fcda6933
[]
no_license
arhankundu99/Bhopali-Raag-Scilab
818321cbb844fa083838b15efa417e58cbef0045
0e6c186f855872c946f2fbc18a2e12dc865665c7
refs/heads/master
2021-04-16T19:01:48.001044
2020-03-23T13:04:25
2020-03-23T13:04:25
249,377,949
0
0
null
null
null
null
UTF-8
Scilab
false
false
871
sce
Bhopali Raag.sce
clear all; //Clears all variable Fs=16000;//Sampling frequency N=1:8000;//Total number of samples for each tone frequencyMatrix=[240 270 303.75 360 405 480]; result_signal=[]; for i = 1:6//for loop corresponding to Aroha Frequency=frequencyMatrix(i); signal=sin(2*%pi*Frequency*N/Fs);//The signal corresponding to ith frequency result_signal=[result_signal signal]; end; for i = 1:6//for loop corresponding to Avaroha Frequency=frequencyMatrix(7-i); signal=sin(2*%pi*Frequency*N/Fs); result_signal=[result_signal signal]; end; for i = 1:6 Frequency=frequencyMatrix(i); signal=sin(2*%pi*Frequency*N/Fs); result_signal=[result_signal signal]; end; for i = 1:6 Frequency=frequencyMatrix(7-i); signal=sin(2*%pi*Frequency*N/Fs); result_signal=[result_signal signal]; end; sound(result_signal,Fs); //The code to play the signal
b0f029ea34efd3d568b09a806aa844c060f41fae
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/HE17PXC/ATWM1_Working_Memory_MEG_HE17PXC_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
5c2f172955f3114185c170d950eaace16dfd3969
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
49,596
sce
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 36; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 382; width = 382; color = 0, 0, 0;} frame1; box { height = 369; width = 369; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 369; width = 369; color = 42, 42, 42;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 43 62 292 292 399 125 1742 2992 2442 fixation_cross gabor_049 gabor_065 gabor_034 gabor_155 gabor_049_alt gabor_065_alt gabor_034 gabor_155 "2_1_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_049_065_034_155_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_1_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2542 fixation_cross gabor_048 gabor_114 gabor_161 gabor_177 gabor_048 gabor_114_alt gabor_161_alt gabor_177 "2_2_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_048_114_161_177_target_position_1_4_retrieval_position_1" gabor_003_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_2_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_138 gabor_088 gabor_072 gabor_056 gabor_138 gabor_088 gabor_072_alt gabor_056_alt "2_3_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_138_088_072_056_target_position_1_2_retrieval_position_1" gabor_138_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_3_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2192 fixation_cross gabor_016 gabor_076 gabor_160 gabor_091 gabor_016_alt gabor_076 gabor_160_alt gabor_091 "2_4_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_016_076_160_091_target_position_2_4_retrieval_position_2" gabor_circ gabor_076_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_4_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2242 fixation_cross gabor_129 gabor_043 gabor_016 gabor_094 gabor_129 gabor_043_alt gabor_016 gabor_094_alt "2_5_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_129_043_016_094_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_5_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 1992 fixation_cross gabor_156 gabor_072 gabor_138 gabor_093 gabor_156 gabor_072_alt gabor_138_alt gabor_093 "2_6_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_156_072_138_093_target_position_1_4_retrieval_position_1" gabor_156_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2142 2992 2342 fixation_cross gabor_085 gabor_159 gabor_175 gabor_044 gabor_085 gabor_159_alt gabor_175_alt gabor_044 "2_7_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2350_gabor_patch_orientation_085_159_175_044_target_position_1_4_retrieval_position_2" gabor_circ gabor_110_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_7_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_110_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_076 gabor_133 gabor_155 gabor_097 gabor_076 gabor_133_alt gabor_155_alt gabor_097 "2_8_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_076_133_155_097_target_position_1_4_retrieval_position_1" gabor_027_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_8_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_027_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_157 gabor_078 gabor_043 gabor_027 gabor_157 gabor_078_alt gabor_043_alt gabor_027 "2_9_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_157_078_043_027_target_position_1_4_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_9_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_168 gabor_112 gabor_049 gabor_034 gabor_168_alt gabor_112 gabor_049_alt gabor_034 "2_10_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_168_112_049_034_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_2_4 "2_10_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_057 gabor_116 gabor_093 gabor_078 gabor_057 gabor_116_alt gabor_093_alt gabor_078 "2_11_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_057_116_093_078_target_position_1_4_retrieval_position_1" gabor_010_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_11_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1992 2992 2492 fixation_cross gabor_116 gabor_170 gabor_149 gabor_094 gabor_116_alt gabor_170_alt gabor_149 gabor_094 "2_12_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2500_gabor_patch_orientation_116_170_149_094_target_position_3_4_retrieval_position_2" gabor_circ gabor_170_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_12_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_170_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_045 gabor_116 gabor_132 gabor_090 gabor_045 gabor_116_alt gabor_132_alt gabor_090 "2_13_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_045_116_132_090_target_position_1_4_retrieval_position_1" gabor_180_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_13_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2442 fixation_cross gabor_076 gabor_131 gabor_091 gabor_014 gabor_076_alt gabor_131 gabor_091 gabor_014_alt "2_14_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_076_131_091_014_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_046_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_14_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1742 2992 1942 fixation_cross gabor_012 gabor_166 gabor_142 gabor_122 gabor_012 gabor_166_alt gabor_142 gabor_122_alt "2_15_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_012_166_142_122_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_target_position_1_3 "2_15_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_122_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2592 fixation_cross gabor_109 gabor_179 gabor_003 gabor_064 gabor_109 gabor_179 gabor_003_alt gabor_064_alt "2_16_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_109_179_003_064_target_position_1_2_retrieval_position_2" gabor_circ gabor_129_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_16_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_172 gabor_045 gabor_086 gabor_063 gabor_172 gabor_045_alt gabor_086 gabor_063_alt "2_17_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_172_045_086_063_target_position_1_3_retrieval_position_1" gabor_127_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_17_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2442 fixation_cross gabor_169 gabor_061 gabor_022 gabor_043 gabor_169_alt gabor_061_alt gabor_022 gabor_043 "2_18_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_169_061_022_043_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_043_framed blank blank blank blank fixation_cross_target_position_3_4 "2_18_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2092 fixation_cross gabor_016 gabor_047 gabor_079 gabor_164 gabor_016_alt gabor_047 gabor_079_alt gabor_164 "2_19_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_016_047_079_164_target_position_2_4_retrieval_position_2" gabor_circ gabor_096_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_19_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2392 fixation_cross gabor_098 gabor_133 gabor_081 gabor_061 gabor_098 gabor_133_alt gabor_081_alt gabor_061 "2_20_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_098_133_081_061_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_016_framed blank blank blank blank fixation_cross_target_position_1_4 "2_20_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_029 gabor_155 gabor_103 gabor_119 gabor_029 gabor_155_alt gabor_103_alt gabor_119 "2_21_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_029_155_103_119_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_069_framed blank blank blank blank fixation_cross_target_position_1_4 "2_21_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2142 2992 2192 fixation_cross gabor_090 gabor_141 gabor_029 gabor_156 gabor_090 gabor_141_alt gabor_029_alt gabor_156 "2_22_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2200_gabor_patch_orientation_090_141_029_156_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_029_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_22_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_029_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2342 fixation_cross gabor_144 gabor_039 gabor_161 gabor_180 gabor_144_alt gabor_039 gabor_161 gabor_180_alt "2_23_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2350_gabor_patch_orientation_144_039_161_180_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_021_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_23_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2092 fixation_cross gabor_157 gabor_024 gabor_086 gabor_138 gabor_157_alt gabor_024_alt gabor_086 gabor_138 "2_24_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_157_024_086_138_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_138_framed blank blank blank blank fixation_cross_target_position_3_4 "2_24_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_169 gabor_064 gabor_086 gabor_142 gabor_169_alt gabor_064_alt gabor_086 gabor_142 "2_25_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_169_064_086_142_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_036_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_25_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_034 gabor_155 gabor_102 gabor_077 gabor_034_alt gabor_155_alt gabor_102 gabor_077 "2_26_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_034_155_102_077_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_124_framed blank blank blank blank fixation_cross_target_position_3_4 "2_26_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_173 gabor_021 gabor_092 gabor_157 gabor_173_alt gabor_021_alt gabor_092 gabor_157 "2_27_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_173_021_092_157_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_046_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_27_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1892 2992 2392 fixation_cross gabor_022 gabor_175 gabor_089 gabor_154 gabor_022 gabor_175 gabor_089_alt gabor_154_alt "2_28_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2400_gabor_patch_orientation_022_175_089_154_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_044_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_28_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_044_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2042 fixation_cross gabor_169 gabor_140 gabor_107 gabor_019 gabor_169_alt gabor_140 gabor_107_alt gabor_019 "2_29_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_169_140_107_019_target_position_2_4_retrieval_position_2" gabor_circ gabor_091_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_29_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1942 2992 2342 fixation_cross gabor_074 gabor_057 gabor_033 gabor_002 gabor_074_alt gabor_057 gabor_033 gabor_002_alt "2_30_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_074_057_033_002_target_position_2_3_retrieval_position_1" gabor_074_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_30_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_074_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_059 gabor_078 gabor_021 gabor_126 gabor_059 gabor_078 gabor_021_alt gabor_126_alt "2_31_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_059_078_021_126_target_position_1_2_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_31_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_169 gabor_106 gabor_151 gabor_035 gabor_169 gabor_106 gabor_151_alt gabor_035_alt "2_32_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_169_106_151_035_target_position_1_2_retrieval_position_1" gabor_169_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_32_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 1892 fixation_cross gabor_178 gabor_134 gabor_011 gabor_116 gabor_178_alt gabor_134 gabor_011 gabor_116_alt "2_33_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_178_134_011_116_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_057_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_33_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_047 gabor_007 gabor_068 gabor_113 gabor_047_alt gabor_007_alt gabor_068 gabor_113 "2_34_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_047_007_068_113_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_113_framed blank blank blank blank fixation_cross_target_position_3_4 "2_34_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_113_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_120 gabor_007 gabor_180 gabor_095 gabor_120 gabor_007_alt gabor_180_alt gabor_095 "2_35_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_120_007_180_095_target_position_1_4_retrieval_position_1" gabor_074_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_35_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_074_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 1942 fixation_cross gabor_150 gabor_134 gabor_077 gabor_105 gabor_150_alt gabor_134 gabor_077_alt gabor_105 "2_36_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_150_134_077_105_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_2_4 "2_36_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 1942 fixation_cross gabor_128 gabor_113 gabor_068 gabor_090 gabor_128 gabor_113 gabor_068_alt gabor_090_alt "2_37_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_128_113_068_090_target_position_1_2_retrieval_position_2" gabor_circ gabor_113_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_113_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1792 2992 2592 fixation_cross gabor_120 gabor_088 gabor_178 gabor_145 gabor_120_alt gabor_088 gabor_178_alt gabor_145 "2_38_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_120_088_178_145_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_039_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_38_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_039_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_143 gabor_128 gabor_054 gabor_091 gabor_143_alt gabor_128_alt gabor_054 gabor_091 "2_39_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_143_128_054_091_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_006_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_39_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2142 2992 1942 fixation_cross gabor_155 gabor_072 gabor_135 gabor_097 gabor_155 gabor_072 gabor_135_alt gabor_097_alt "2_40_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_1950_gabor_patch_orientation_155_072_135_097_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_135_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_40_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_135_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2542 fixation_cross gabor_020 gabor_101 gabor_170 gabor_037 gabor_020 gabor_101 gabor_170_alt gabor_037_alt "2_41_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_020_101_170_037_target_position_1_2_retrieval_position_2" gabor_circ gabor_056_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_41_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_176 gabor_070 gabor_112 gabor_090 gabor_176_alt gabor_070_alt gabor_112 gabor_090 "2_42_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_176_070_112_090_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_160_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_42_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_021 gabor_097 gabor_141 gabor_075 gabor_021_alt gabor_097 gabor_141_alt gabor_075 "2_43_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_021_097_141_075_target_position_2_4_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_43_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_147 gabor_023 gabor_094 gabor_078 gabor_147_alt gabor_023 gabor_094 gabor_078_alt "2_44_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_147_023_094_078_target_position_2_3_retrieval_position_2" gabor_circ gabor_023_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_44_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_137 gabor_108 gabor_089 gabor_021 gabor_137_alt gabor_108 gabor_089_alt gabor_021 "2_45_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_137_108_089_021_target_position_2_4_retrieval_position_2" gabor_circ gabor_108_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_45_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2442 fixation_cross gabor_088 gabor_114 gabor_148 gabor_033 gabor_088_alt gabor_114 gabor_148 gabor_033_alt "2_46_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_088_114_148_033_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_008_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_46_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_106 gabor_154 gabor_066 gabor_090 gabor_106_alt gabor_154 gabor_066 gabor_090_alt "2_47_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_106_154_066_090_target_position_2_3_retrieval_position_2" gabor_circ gabor_154_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_47_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1942 2992 2142 fixation_cross gabor_093 gabor_039 gabor_076 gabor_024 gabor_093 gabor_039 gabor_076_alt gabor_024_alt "2_48_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1950_3000_2150_gabor_patch_orientation_093_039_076_024_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_target_position_1_2 "2_48_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_024_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_150 gabor_094 gabor_008 gabor_122 gabor_150 gabor_094_alt gabor_008_alt gabor_122 "2_49_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_150_094_008_122_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_target_position_1_4 "2_49_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2242 fixation_cross gabor_164 gabor_032 gabor_054 gabor_010 gabor_164 gabor_032_alt gabor_054 gabor_010_alt "2_50_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_164_032_054_010_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_054_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_50_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_054_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1892 2992 1892 fixation_cross gabor_091 gabor_001 gabor_018 gabor_179 gabor_091_alt gabor_001_alt gabor_018 gabor_179 "2_51_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_1900_gabor_patch_orientation_091_001_018_179_target_position_3_4_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_51_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_136_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2492 fixation_cross gabor_091 gabor_003 gabor_117 gabor_028 gabor_091 gabor_003_alt gabor_117 gabor_028_alt "2_52_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_091_003_117_028_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_117_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_52_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2192 fixation_cross gabor_144 gabor_173 gabor_129 gabor_008 gabor_144_alt gabor_173 gabor_129_alt gabor_008 "2_53_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_144_173_129_008_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_008_framed blank blank blank blank fixation_cross_target_position_2_4 "2_53_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_028 gabor_137 gabor_084 gabor_058 gabor_028_alt gabor_137 gabor_084_alt gabor_058 "2_54_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_028_137_084_058_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_2_4 "2_54_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_180 gabor_092 gabor_042 gabor_016 gabor_180_alt gabor_092_alt gabor_042 gabor_016 "2_55_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_180_092_042_016_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_016_framed blank blank blank blank fixation_cross_target_position_3_4 "2_55_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2242 fixation_cross gabor_153 gabor_073 gabor_047 gabor_119 gabor_153 gabor_073_alt gabor_047 gabor_119_alt "2_56_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_153_073_047_119_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_095_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_56_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_112 gabor_002 gabor_056 gabor_139 gabor_112 gabor_002_alt gabor_056_alt gabor_139 "2_57_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_112_002_056_139_target_position_1_4_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_57_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2092 2992 2042 fixation_cross gabor_075 gabor_152 gabor_016 gabor_132 gabor_075 gabor_152_alt gabor_016_alt gabor_132 "2_58_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2050_gabor_patch_orientation_075_152_016_132_target_position_1_4_retrieval_position_2" gabor_circ gabor_152_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_58_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2492 fixation_cross gabor_157 gabor_005 gabor_095 gabor_078 gabor_157 gabor_005 gabor_095_alt gabor_078_alt "2_59_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_157_005_095_078_target_position_1_2_retrieval_position_1" gabor_022_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_59_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 1992 fixation_cross gabor_093 gabor_123 gabor_075 gabor_018 gabor_093_alt gabor_123 gabor_075_alt gabor_018 "2_60_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2000_gabor_patch_orientation_093_123_075_018_target_position_2_4_retrieval_position_1" gabor_043_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_60_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_043_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_061 gabor_135 gabor_076 gabor_105 gabor_061 gabor_135_alt gabor_076_alt gabor_105 "2_61_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_061_135_076_105_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_1_4 "2_61_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_167 gabor_036 gabor_007 gabor_077 gabor_167 gabor_036_alt gabor_007 gabor_077_alt "2_62_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_167_036_007_077_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_007_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_62_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_072 gabor_145 gabor_104 gabor_026 gabor_072_alt gabor_145 gabor_104 gabor_026_alt "2_63_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_072_145_104_026_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_104_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_63_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_011 gabor_155 gabor_029 gabor_090 gabor_011_alt gabor_155 gabor_029_alt gabor_090 "2_64_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_011_155_029_090_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_137_framed blank blank blank blank fixation_cross_target_position_2_4 "2_64_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2392 fixation_cross gabor_124 gabor_042 gabor_109 gabor_002 gabor_124_alt gabor_042 gabor_109 gabor_002_alt "2_65_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_124_042_109_002_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_109_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_65_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_114 gabor_026 gabor_006 gabor_046 gabor_114_alt gabor_026 gabor_006_alt gabor_046 "2_66_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_114_026_006_046_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_046_framed blank blank blank blank fixation_cross_target_position_2_4 "2_66_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1992 2992 2142 fixation_cross gabor_148 gabor_083 gabor_098 gabor_118 gabor_148_alt gabor_083_alt gabor_098 gabor_118 "2_67_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_2150_gabor_patch_orientation_148_083_098_118_target_position_3_4_retrieval_position_2" gabor_circ gabor_033_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_67_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_033_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 1992 fixation_cross gabor_172 gabor_111 gabor_083 gabor_051 gabor_172_alt gabor_111_alt gabor_083 gabor_051 "2_68_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_172_111_083_051_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_128_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_68_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2192 2992 2292 fixation_cross gabor_135 gabor_022 gabor_045 gabor_002 gabor_135_alt gabor_022 gabor_045 gabor_002_alt "2_69_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2300_gabor_patch_orientation_135_022_045_002_target_position_2_3_retrieval_position_1" gabor_089_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_69_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_089_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_091 gabor_002 gabor_130 gabor_045 gabor_091_alt gabor_002_alt gabor_130 gabor_045 "2_70_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_091_002_130_045_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_130_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_70_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
a482cc82418f138a17695a6b40bda780a0d12f31
449d555969bfd7befe906877abab098c6e63a0e8
/3637/CH4/EX4.9/Ex4_9.sce
b7f56768de83cfe4b6f3ecb7c3104291e62706ba
[]
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
145
sce
Ex4_9.sce
//problem 9 pagenumber 4.42 //given n=5; //determine resolution r=1/(2^n-1)*100;format(6); disp('Resolution in percent = '+string(r)+'%');
53c43134a11326c265add1871d0b994fc80b5824
449d555969bfd7befe906877abab098c6e63a0e8
/3630/CH20/EX20.2/Ex20_2.sce
fcf54f1917f9e9739d9da92498ce6abfc7af3749
[]
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
Ex20_2.sce
clc; D=60; //I^2*t(rated) value Is=100; tmax=(D)/(Is)^2; disp('ms',tmax*1000,"tmax=");//The answers vary due to round off error
0d58da6dae2f2993e7078f9c5eab4157148b65d0
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set7/s_Electronic_Devices_And_Circuits__J._Paul_2045.zip/Electronic_Devices_And_Circuits__J._Paul_2045/CH2/EX2.22/Ex2_22.sce
75667b7b1742abebb30265f733b8124ba2f9c7b7
[]
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
174
sce
Ex2_22.sce
errcatch(-1,"stop");mode(2);//pagenumber 115 example 22 dopfac=1000; w=300;//kelvin q=0.026*log(dopfac); disp("change in barrier = "+string((q))+"volt"); exit();
ec2b30c38f3e8ff9c9b1543cbd7c9a126dd325ac
449d555969bfd7befe906877abab098c6e63a0e8
/2150/CH9/EX9.5/ex9_5.sce
279c54aa3dfe10d0a44e226c215ad6dfe50947be
[]
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
196
sce
ex9_5.sce
// Exa 9.5 clc; clear; close; // Given data scale= 2;// in µS/cm gh= 4.6;//amplitude of the graph in cm T_PQ= gh*scale;// in mV disp(T_PQ,"The pulse width of the waveform in µs is : ")
62d6f37b2748fd9262df7d5a5f8d960c370bbf11
449d555969bfd7befe906877abab098c6e63a0e8
/2198/CH1/EX1.11.9/Ex1_11_9.sce
c26d9a5e62df91e98c8ab3cb808659dab160204a
[]
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
311
sce
Ex1_11_9.sce
//Ex 1.11.9 clc;clear;close; format('v',7); //Given : rho=9.6*10^-2;//ohm-m mu_n=1300*10^-4;//m^2/V-s sigma_n=1/rho;//(ohm-cm)^-1 TotalAtoms=5*10^28;//per m^3 q=1.6*10^-19;//Coulomb ND=sigma_n/mu_n/q;//per m^3 ratio=ND/TotalAtoms; disp(ratio,"Ratio of doner atom to Si atom per unit volume : ");
860cf89988563d4f136e0dbd48cb6d05f5ea0c0f
449d555969bfd7befe906877abab098c6e63a0e8
/3507/CH13/EX13.12/Ex13_12.sce
de4340b1ed7d82503e497e2fbb310dd84ff17ea1
[]
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
357
sce
Ex13_12.sce
//chapter13 //example13.12 //page286 R1=150 // kilo ohm R2=20 // kilo ohm Re=2.2 // kilo ohm Rc=12 // kilo ohm Vcc=20 // V Vbe=0.7 // V V2=Vcc*R2/(R1+R2) // voltage across R2 Ve=V2-Vbe // voltage across Re Ie=Ve/Re re_dash=1d-3*25/Ie // in kilo ohm Av=Rc/re_dash printf("voltage gain = %.3f \n",Av) // the accurate answer is 360.642
fb4496a6ea525d60fce7d3f7881d110a3409eb97
bae725b750433ba5d58470784eeb87687023da7e
/macros/Lyap_R.sci
9d9f6fdfee4606e884d096fb59682c770770ca3b
[ "MIT" ]
permissive
aamadou/IsItChaos
eac61da272b4fb22f83bdceaceb5774385f481e5
def74ddd5710898f876a9a7d39916e5cc1a8b6b5
refs/heads/master
2016-08-04T21:00:17.832904
2014-03-24T13:18:39
2014-03-24T13:18:39
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,896
sci
Lyap_R.sci
function [NmrIti,L,Lest,err]=Lyap_R(orbit,NbrIti,Dim,Delai,MinEps, WinOmi, NbrTimeIti,DoEstim); Commandline=''; Lest=[]; err=[]; if ~isdef('DoEstim','local')... then DoEstim=%F, end; if isdef('NbrIti','local')... then Commandline=Commandline+' -l'+string(NbrIti), end; if isdef('Dim','local')... then Commandline=Commandline+' -m'+string(Dim), end; if isdef('WinOmi','local')... then Commandline=Commandline+' -t'+string(WinOmi), end; if isdef('MinEps','local')... then Commandline=Commandline+' -r'+string(MinEps), end; if isdef('NbrTimeIti','local')... then Commandline=Commandline+' -s'+string(NbrTimeIti), end; if isdef('Delai','local')... then Commandline=Commandline+' -d'+string(Delai), end; if isdef('orbit','local')... then mdelete('tmp') write('tmp',string(orbit.')), Commandline=' tmp'+Commandline+' -otmpout.dat', end; mdelete('tmpout.dat') Commandline='lyap_r'+Commandline, x=evstr(unix_g(Commandline)); x=read('tmpout.dat',-1,2); if (x~=[])&(size(x,1)>8)... then NmrIti=x(:,1); L=x(:,2); else NmrIti=[0]; L=[0]; Lest=[0]; err=[-1]; return; end; if DoEstim==%T... then x=[], y=[], aest=[], eest=[], for i=1:size(L,1) do x=NmrIti(1:size(L,1)-i+1)', y=L(1:size(L,1)-i+1)', deff('y=FF(x)','y=a*x+b'), deff('e=G(p,z)','a=p(1),b=p(2),y=z(1),x=z(2),e=y-FF(x)'), Z=[y;x] [p,e]=fit_dat(G,[0;0],Z), aest=[aest,p(1)], eest=[eest,e], end; z=min(aest(size(aest,2)/3+1:size(aest,2))), if z>0... then [err,k]=min(eest(size(eest,2)/3+1:size(eest,2))), x=aest(size(eest,2)/3+1:size(eest,2)); Lest=x(k), else NmrIti=[0]; L=[0]; Lest=[0]; err=[-1]; end; end; endfunction;
8b1b487734867427f8a6873b3cba81ddb897e8ff
897ce6a3fd5b682122c396af7e24fa53014c7cb3
/src_script/scilab/_import/rtsx_10/PlotFrame.sci
363206b8b8c4e486ebaf14681cc308f42ffa70e9
[]
no_license
stub22/glue-ai-v1_friendularity
e66f5ab357eba45de2def6f7900f414e358a4125
74949dc3e9b0d08b39857735aad901915e61322d
refs/heads/master
2022-12-19T18:57:01.336831
2017-08-04T12:55:12
2017-08-04T12:55:12
284,544,364
0
0
null
2020-10-14T00:08:14
2020-08-02T21:24:34
Java
UTF-8
Scilab
false
false
6,037
sci
PlotFrame.sci
// PlotFrame.sci plot a chain of coordinate frame // www.controlsystemslab.com August 2012 function plotframe(kc,varargin) if argn(2)==0 PlotFrameHelp(); else _Plot_Frame(kc,varargin); end endfunction function PlotFrame(kc, varargin) if argn(2)==0 PlotFrameHelp(); else _Plot_Frame(kc,varargin); end endfunction function _Plot_Frame(kc, varargin) if ~kc.completed // check whether chain is completed error("Cannot plot an incomplete chain"); end varargin = varargin($); ShowGrid = 0; // default plot to no grid ShowOrigin = 0; // default: no origin location display // retrieve variable arguments fnum = max(winsid())+1; varnum=length(varargin); // number of arguments for iv =1:varnum if varargin(iv)=='grid' then ShowGrid = 1; end if varargin(iv)=='oinfo' then ShowOrigin = 1; end if varargin(iv)=='figure'& (iv<varnum) then // can put figure number as arg fnum = varargin(iv+1); if winsid()==fnum then xdel(fnum); end end end // for iv=1:varnum PlotScale = 0; // global scale, for adjusting plot size bmargin = 0.1; // margin for axis bound xmin = 0; xmax = 0; ymin = 0; ymax = 0; zmin = 0; zmax = 0; // plot bounds nf = size(kc.Frame,1); // number of frames for i=1:nf // extract data from chain Ti(:,:,i) = kc.Frame(i).Tabs; Ri(:,:,i) = Ti(1:3,1:3,i); // rotation matrix di(:,i) = Ti(1:3,4,i); // origin PlotScale=max(PlotScale,norm(di(:,i))); end //PlotScale=max(abs(di)); if PlotScale==0 PlotScale = 1; // cover when all frames have di=[0 0 0]' end bmargin = 0.6*PlotScale; // boundary margin xmin = min(di(1,:)); // calculate workspace xmax = max(di(1,:)); ymin = min(di(2,:)); ymax = max(di(2,:)); zmin = min(di(3,:)); zmax = max(di(3,:)); ScaleVec = [0.3, 0.4, 0.5, 0.35, 0.45, 0.55]; for i=1:nf // create plot data for each frame is = modulo(i,6); scale = ScaleVec(is); [axisX,axisY,axisZ]=GeoMakeFrame(di(:,i)',Ri(:,:,i),scale*PlotScale); figure(fnum); param3d1(axisX,axisY,axisZ); h=gce(); axis_x = h.children(3) axis_y = h.children(2) axis_z = h.children(1) axis_x.foreground = i; axis_y.foreground = i; axis_z.foreground = i; axis_x.polyline_style = 4; axis_y.polyline_style = 4; axis_z.polyline_style = 4; axis_x.thickness = 2; axis_y.thickness = 2; axis_z.thickness = 2; // place axis label to figure xttext = sprintf("X%d",i); yttext = sprintf("Y%d",i); zttext = sprintf("Z%d",i); xstring(0.5,0.5,xttext); xpos = get("hdl"); // get the handle of the newly created object xpos.font_foreground = i; // Now set actual position xpos.data = [axisX(2,1),axisY(2,1),axisZ(2,1)]; xstring(0.5,0.5,yttext); ypos = get("hdl"); ypos.font_foreground = i; ypos.data = [axisX(2,2),axisY(2,2),axisZ(2,2)]; xstring(0.5,0.5,zttext); zpos = get("hdl"); zpos.font_foreground = i; zpos.data = [axisX(2,3),axisY(2,3),axisZ(2,3)]; // place frame name and location at origin if ShowOrigin otext = sprintf("%s (%4.2f,%4.2f,%4.2f)",kc.Frame(i).name,di(1,i),di(2,i),di(3,i)); else otext = sprintf("%s",kc.Frame(i).name); end xstring(0.5,0.5,otext); opos = get("hdl"); opos.font_foreground = i; opos.data = [di(1,i), di(2,i), di(3,i)]; if i<nf // draw line between frame Xl = [di(1,i);di(1,i+1)]; Yl = [di(2,i); di(2,i+1)]; Zl = [di(3,i); di(3,i+1)]; figure(fnum); param3d(Xl,Yl,Zl); hl=gce(); // hl.line_style = 8; hl.polyline_style = 4; hl.foreground = 8; hl.thickness = 2; end end // for i=1:nf // adjust margin to bounds xmin = xmin - bmargin; xmax = xmax + bmargin; ymin = ymin - bmargin; ymax = ymax + bmargin; zmin = zmin - bmargin; zmax = zmax + bmargin; // Axes settings xlabel("x",'fontsize',2); ylabel("y",'fontsize',2); zlabel("z",'fontsize',2); h_axes = gca(); h_axes.font_size = 2; h_axes.isoview = "on"; h_axes.box = "off"; if kc.viewangle==[] then h_axes.rotation_angles = [63,26]; else h_axes.rotation_angles = kc.viewangle; end h_axes.data_bounds = [xmin,ymin,zmin; xmax,ymax,zmax]; if kc.name ~= '' then title(kc.name); end if ShowGrid then xgrid; end endfunction function PlotFrameHelp() printf("=============================================================\n"); printf("Usage: PlotFrame(kc,<options>)\n\n"); printf("\twhere kc is a completed kinematic chain to plot\n"); printf("Available options: (put string in quotes)\n"); printf("\tgrid: add grid to plot\n"); printf("\t<figure, i>: plot on window number i\n"); printf("\toinfo: show origin coordinates\n"); printf("=============================================================\n"); endfunction
d29a38bbf41987cc11b4b80f549719f513cebf84
449d555969bfd7befe906877abab098c6e63a0e8
/858/CH1/EX1.18/example_18.sce
03b5e400332749fa75d6d827600d7d705c78b93c
[]
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
467
sce
example_18.sce
clc clear printf('example 1.18 page number 53\n\n') //to find error in actual data and nomographic chat value //for my ly = 8 //in cm my = ly/((1/0.25) - (1/0.5)); lz = 10.15 //in cm mz = lz/((1/2.85) - (1/6.76)); mx = (my*mz)/(my+mz); printf("mx = %f cm\n",mx) err = ((1-0.9945)/0.9945)*100; printf("\nerror = %f \n",err) x = 2 y = 0.5:0.5:2.5; plot(x,y) title("nomograph") xlabel("x") ylabel("y") x = 3 y = 0.4:0.2:2; plot(x,y)
c6a1d1db19d93e5a4d2e0be098c2f40a8c018700
449d555969bfd7befe906877abab098c6e63a0e8
/1499/CH3/EX3.23/q23.sce
080c55602e7bcc70ae5345fc3d030c45895169ab
[]
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
87
sce
q23.sce
s=%s; syms k; num=k; den=s*(s^2+8*s+32); t=syslin('c',num,den); clf; evans(t)
cb91acf9608d9c674f82b28bbd881afe08e080cd
449d555969bfd7befe906877abab098c6e63a0e8
/3838/CH3/EX3.1.C/EX3_1_c.sce
b1237874f8c1e7ab08669d6343260cf3f65a818b
[]
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
53
sce
EX3_1_c.sce
//EXAMPLE 3.1.C clc; Syms s t laplace(exp(-3*t),t,s)
97468a2f1daed30c24c8dda8fc05208b387510e6
449d555969bfd7befe906877abab098c6e63a0e8
/3773/CH7/EX7.2/Ex7_2.sce
053f02a72ec5a93030e0d2610e518816eac03d98
[]
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
436
sce
Ex7_2.sce
//Chapter 7: Loop, Slot and Horn Antennas //Example 7-8.2 clc; //Variable Initialization Rr = 197.0 //Self resistance of loop (ohm) Rm = 157.0 //Mutual resistance of two loops (ohm) theta = 2*%pi/10 //Angle of radiation (radians) //Calculation D = 1.5*(2*sqrt(Rr/(Rr-Rm))*sin(theta))**2 //Directivity (unitless) D_db = 10*log10(D) //Directivity (dBi) //Result mprintf("The directivity is %.1f or %.1f dBi",D,D_db)
37d100544de47c18a38770828ac5a6316131ff6a
449d555969bfd7befe906877abab098c6e63a0e8
/226/CH21/EX21.3/example3_sce.sce
363cdf072b142ec85c15e0256a34a3a4115a6ef0
[]
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
221
sce
example3_sce.sce
//chapter 21 //example 21.3 //page 951 printf("\n") printf("given") Vcc=9;Vf=1.6;Vb=7;hFE=100;Vce=.2;Ic=10*10^-3;Vbe=.7; R2=(Vcc-Vf-Vce)/Ic R2=680;//use standard value Ic=(Vcc-Vf-Vce)/R2 Ib=Ic/hFE Rb=(Vb-Vbe)/Ib
69b4b1bb7bb7b2d136340fc955d6f354b418c11f
449d555969bfd7befe906877abab098c6e63a0e8
/3872/CH8/EX8.6/EX8_6.sce
1a90e57b49563f107fe703e479893f46a162661e
[]
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,581
sce
EX8_6.sce
//Book - Power System: Analysis & Design 5th Edition //Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye //Chapter - 8 ; Example 8.6 //Scilab Version - 6.0.0 ; OS - Windows clc; clear; Vp = [277; 260*(cos(-120*%pi/180)+%i*sin(-120*%pi/180)); 295*(cos(115*%pi/180)+%i*sin(115*%pi/180))]; //given column vector of phase voltage in volts Zl1 = 0.087+%i*(0.99); //impedace of line 1 in ohm Zdel = 22.98+%i*(19.281); //impedance of the delta load in ohm Zl2 = 0.087+%i*(0.99); //impedance of line 2 in ohm function [Vp1]=phaseshift(x1,x2) //Function for shifting the phase [r theta]=polar(x1); Vp1=r*(cos(theta+x2*%pi/180)+%i*sin(theta+x2*%pi/180)); endfunction V0 = (Vp(1,1)+Vp(2,1)+Vp(3,1))/3; //zero sequence voltage in V V1 = (Vp(1,1)+phaseshift(Vp(2,1),120)+phaseshift(Vp(3,1),240))/3; //positive sequence voltage in V V2 = (Vp(1,1)+phaseshift(Vp(2,1),240)+phaseshift(Vp(3,1),120))/3; //negative sequence voltage in V I0 = 0; //zero sequence current in A I1 = V1/(Zl1+(Zdel/3)); //positive sequence current in A I2 = V2/(Zl2+(Zdel/3)); //negative sequence current in A Ia = I0+I1+I2; //zero source current in A Ib = I0+phaseshift(I1,240)+phaseshift(I2,120); //positive source current in A Ic = I0+phaseshift(I1,120)+phaseshift(I2,240); //negative source current in A printf('The zero source current Ia is %.4f amperes and its angle is %.4f degree ',abs(Ia), atand(imag(Ia), real(Ia))); printf('\nThe positive source current Ib is %.4f amperes and its angle is %.4f degree ',abs(Ib), atand(imag(Ib), real(Ib))+360); printf('\nThe negative source current Ic is %.4f amperes and its angle is %.4f degree ',abs(Ic), atand(imag(Ic), real(Ic)));
8ac077b52dbf6292cbd43c624e8b2499ba7eef37
449d555969bfd7befe906877abab098c6e63a0e8
/3035/CH10/EX10.2/Ex10_2.sce
a68ca8439da52be9224ee8440ab4359d0539aaf0
[]
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,900
sce
Ex10_2.sce
// Variable Declaration P = 75.0 //Power(kW) cost_plant = 3000.0 //Cost of plant(Rs/kW) cost_td = 30.0*10**5 //Cost of transmission & distribution(Rs) interest = 0.15 //Interest,insurance charges(/annum) depreciation = 0.05 //Depreciation(/annum) cost_fix_mt = 4.0*10**5 //Fixed maintainance(Rs) cost_var_mt = 6.0*10**5 //Variable maintainance(Rs) cost_fuel = 10.0*10**6 //Fuel cost(Rs/annum) cost_opr = 3.0*10**6 //Operation cost(Rs/annum) max_demand = 70.0 //Maximum demand(MW) df = 1.6 //Diversity factor b/w consumers lf = 0.6 //Annual load factor dividend = 10**6 //Dividend to shareholders(Rs/annum) per_L = 0.10 //Total energy loss(% of generated energy) // Calculation Section cost = cost_plant*P*1000 //Cost of plant(Rs) per_value = interest+depreciation //Total interest & depreciation(/annum) cost_fix_ann = (cost+cost_opr)*per_value+cost_fix_mt+dividend //Total fixed cost(Rs) cost_var_ann = cost_fuel+cost_opr+cost_var_mt //Total running cost(Rs) E_gen_ann = max_demand*1000*24*365*lf //Energy generated per annum(kWh) E_loss = per_L*E_gen_ann //Energy losses(kWh) E_sold = E_gen_ann - E_loss //Energy sold(kWh) sum_max_demand = df*max_demand*1000 //Sum of maximum demand of consumers(kW) charge_max_demand = cost_fix_ann/sum_max_demand //Charge to consumers per kW of max demand per year(Rs) charge_energy = cost_var_ann/E_sold*100 //Charge for energy(paise per kWh) // Result Section printf('Two-part tariff is :') printf('Rs %.2f per kW of maximum demand per year + %.1f paise per kWh consumed' ,charge_max_demand,charge_energy)
12b8f26894ee79933bdc052fa30f182b2c55439e
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH19/EX19.19/Ex19_19.sce
3e9097c59d9fc1eacde85ac57d8ffb5cd47bffbb
[]
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
424
sce
Ex19_19.sce
//Initilization of variables F=10 //lb v=20 //in/s g=386 //in/s W=12 //lb k=20 //lb/in //Calculations //Coefficient of damping c=F/v //lb-s/in //Natural Frequency wn=sqrt((k*g)/W) //rad/s //Critical Damping coefficient cr=(2*W/g)*wn //lb-s/in //Damping Coefficient d=c/cr //Frequency of damped vibrations wd=sqrt(1-d^2)*wn //rad/s //Result clc printf('The frequency of damped vibrations is %f rad/s',wd)
696cb981cc76cf930af53ee6a82484dadb62c04b
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH7/EX7.22/7_22.sce
17767feb9593061dd9a0226e24e1f3536d07b8fd
[]
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
666
sce
7_22.sce
clc,clear printf('Example 7.22\n\n') //subscript 1 refers to load 1 I_1=18 phi_1=acos(0.8) V_L=440 S_1=sqrt(3)*I_1*V_L /1000 //kVA for load 1 P_1=S_1*cos(phi_1) Q_1=S_1*sin(phi_1) P_out=6 eta_motor=88/100 P_2=P_out/eta_motor P_T=P_1+P_2 phi_T=acos(1) //total power factor angle Q_T=P_T*tan(phi_T) Q_2= Q_T - Q_1 //kVAR supplied by motor //this will have a negative sign just indicating its leading nature phi_2=atan(abs(Q_2)/P_2) pf=cos(phi_2) //leading S_2=P_2/cos(phi_2) //kVA input to the motor printf('kVA input to the motor is %.3f kVA \n',S_2) printf('Power factor when driving a 6kW mechanical load is %.4f leading',pf)
1652b45fedf3e7ddbfbf7a2aefb07c2d660869c8
449d555969bfd7befe906877abab098c6e63a0e8
/1736/CH3/EX3.14/Ch03Ex14.sce
93ce01b306d030fda76c91b82cf04d5ba31e646e
[]
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,743
sce
Ch03Ex14.sce
// Scilab Code Ex3.12: Page-93 (2006) clc; clear; Lu = cell(6,5); // Declare a matrix of 6X5 Lu(1,1).entries = 0; Lu(1,2).entries = 5.58; Lu(1,3).entries = 3.517; Lu(1,5).entries = 0.750; Lu(2,1).entries = 36; Lu(2,2).entries = 5.409; Lu(2,3).entries = 3.440; Lu(2,5).entries = 0.560; Lu(3,1).entries = 103; Lu(3,2).entries = 5.213; Lu(3,3).entries = 3.341; Lu(3,5).entries = 0.492; Lu(4,1).entries = 157; Lu(4,2).entries = 5.067; Lu(4,3).entries = 3.259; Lu(4,5).entries = 0.388; Lu(5,1).entries = 191; Lu(5,2).entries = 4.987; Lu(5,3).entries = 3.217; Lu(5,5).entries = 0.357; Lu(6,1).entries = 236; Lu(6,2).entries = 4.921; Lu(6,3).entries = 3.179; Lu(6,5).entries = 0.331; V0 = 3*sqrt(3)/2*Lu(1,3).entries^2*Lu(1,2).entries; V = zeros(6); // Declare volume array printf("\n______________________________________________________________"); printf("\nP(kbar) c(angstrom) a(angstrom) gamma_G nu_G "); printf("\n______________________________________________________________"); for i=1:1:6 V(i) = 3*sqrt(3)/2*Lu(i,3).entries^2*Lu(i,2).entries; Lu(i,4).entries = Lu(i,5).entries*V(i)/V0+2/3*(1-V(i)/V0)^(1/2); printf("\n%3d %5.3f %5.3f %5.3f %5.3f", Lu(i,1).entries, Lu(i,2).entries, Lu(i,3).entries, Lu(i,4).entries, Lu(i,5).entries); end printf("\n______________________________________________________________"); cnt = 0; printf("\n________________________"); printf("\nP(kbar) Theta_D(K)"); printf("\n________________________"); for i=1:1:6 theta_D = exp(integrate('-1*Lu(i,5).entries*exp(x)/V0-2/3*(1-exp(x)/V0)^(1/2)', 'x', -0.8+cnt, log(V(i)/1000000))); cnt = cnt + 0.01; printf("\n%3d %3.0f", Lu(i,1).entries, theta_D); end printf("\n________________________"); // Result // ______________________________________________________________ // P(kbar) c(angstrom) a(angstrom) gamma_G nu_G // ______________________________________________________________ // 0 5.580 3.517 0.750 0.750 // 36 5.409 3.440 0.699 0.560 // 103 5.213 3.341 0.679 0.492 // 157 5.067 3.259 0.615 0.388 // 191 4.987 3.217 0.602 0.357 // 236 4.921 3.179 0.591 0.331 // ______________________________________________________________ // ________________________ // P(kdbar) Theta_D(K) // ________________________ // 0 185 // 36 195 // 103 210 // 157 222 // 191 230 // 236 237 // ________________________
79fb8bc4a909f468158d5925c6c8d84e4b12c751
449d555969bfd7befe906877abab098c6e63a0e8
/3293/CH6/EX6.12/Ex6_12.sce
f6d9393d9f9ed6b9f7f02cac9fc366d5bdae5d83
[]
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
657
sce
Ex6_12.sce
//page 210 //Example 6.12 clc; clear; close; A = round(rand(3,3) * 10); disp(A,'A = '); disp('A transpose is:'); disp(A','A'' = '); if A' == A then disp('Since, A'' = A, A is a symmetric matrix.'); else disp('Since, A'' is not equal to A, A is not a symmetric matrix.'); end if A' == -A then disp('Since, A'' = -A, A is a skew-symmetric matrix.'); else disp('Since, A'' is not equal to -A, A is not a skew-symmetric matrix.'); end A1 = 1/2*(A + A'); A2 = 1/2*(A - A'); disp('A can be expressed as sum of A1 and A2'); disp('i.e., A = A1 + A2'); disp(A1,'A1 = '); disp(A2,'A2 = '); disp(A1 + A2,'A1 + A2 = '); //end
dc9517e2642a7e736d88927d49f1f4bee7594e5b
10b625bb4f968cf83298dd40b285b6f15ab4354f
/Valaquio_Lab9.sce
cd43e651e57a85b849955c1c29d3915be42e0fd4
[]
no_license
edvalaquio/SciLabProjects
885b1493b1368bbdccd671a58fba6ead6da9bca1
aa8efd42ca65d4779376e2ccaf132fd75713fe7f
refs/heads/master
2021-09-14T20:03:14.736024
2018-05-18T10:42:59
2018-05-18T10:42:59
131,813,353
1
0
null
null
null
null
UTF-8
Scilab
false
false
2,802
sce
Valaquio_Lab9.sce
function matrix = computeMatrix(mat) numRows = size(mat, 1) for i = 1:1:numRows if(mat(i, i) == 0 & i < numRows) then mat([i, i+1], :) = mat([i+1, i], :) end if(mat(i, i) <> 1) then mat(i, :) = mat(i, :)/mat(i, i) end prevNext = [1:(i-1) (i+1):numRows] mat(prevNext, :) = (-mat(prevNext, i))/mat(i, i) * mat(i, :) + mat(prevNext, :) end matrix = mat endfunction function piece = generatePieceWise(a, b, c, d, x, len) piece = [] disp(x); disp(a); disp(b); for i = 1:1:len strA = string(a(i)) strB = string(b(i)) + "(x-" + string(x(i,:)) + ")" strC = string(c(i)) + "(x-" + string(x(i,:)) + ")^2" strD = string(d(i)) + "(x-" + string(x(i,:)) + ")^3" piece(i,:) = strA + " + " + strB + " + " + strC + " + " + strD end endfunction function free = computeCubicFree(mat, h) y(1,:) = mat(:, 2) n = size(mat) A = [] v = [] v(1:n(1)) = zeros() A(1:n(1), 1:n(1)) = zeros() A(1, 1) = 1 A($, $) = 1 space = 1 for i = 2:1:(n(1)-1) yTemp = 3 * (((y(i+1) - y(i))/h(i)) - ((y(i) - y(i-1))/h(i-1))) v(i) = [yTemp] hTemp = 2 * (h(i-1) + h(i)) temp = [h(i-1) hTemp h(i)] for j = 1:1:size(temp, 2) A(i, (space+j) - 1) = temp(j) end space = space + 1 end free = [A v] endfunction function clamped = computeCubicClamped(mat, h) y(1,:) = mat(:, 2) x(1,:) = mat(:, 1) alpha = (y(2) - y(1))/(x(2) - x(1)) beta1 = (y($) - y($-1))/(x($) - x($-1)) n = size(mat) A = [] v = [] v(1:n(1)) = zeros() yTemp = 3 * (((y(2) - y(1))/h(1)) - alpha) v(1) = [yTemp] yTemp = 3 * (beta1 - ((y($) - y($-1))/h($))) v($) = yTemp A(1:n(1), 1:n(1)) = zeros() A(1, 1:2) = [(2 * h(1)) h(1)] A($, ($-1):$) = [h($) (2 * h($))] space = 1 for i = 2:1:(n(1)-1) yTemp = 3 * (((y(i+1) - y(i))/h(i)) - ((y(i) - y(i-1))/h(i-1))) v(i) = [yTemp] hTemp = 2 * (h(i-1) + h(i)) temp = [h(i-1) hTemp h(i)] for j = 1:1:size(temp, 2) A(i, (space+j) - 1) = temp(j) end space = space + 1 end disp(A) clamped = [A v] endfunction function cubic = computeCubic(mat, isFree) Av = [] h(1,:) = diff(mat(:, 1)) if(isFree) Av = computeCubicFree(mat, h) else Av = computeCubicClamped(mat, h) end disp(Av); linMat = computeMatrix(Av) disp(linMat); n = size(mat) a(1,:) = mat(:, 2) c(1,:) = linMat(:, $) b = [] d = [] for i = 1:1:n(1)-1 bTemp = ((a(i+1) - a(i))/h(i)) - (h(i) * ((2 * c(i)) + c(i+1))/3) b(1, i) = bTemp dTemp = (c(i+1) - c(i))/(3 * h(i)) d(1, i) = dTemp end // disp(mat(:, 1)) cubic = generatePieceWise(a, b, c, d, mat(:,1) ,n(1)-1) endfunction // given = [ // 1 1 // 3 2 // 4 3 // 6 8 // ] given = [ 1 3 2 5 3 8 ] funcprot(0) disp(computeCubic(given, %F)) clear
3a8f82de2d3135fecb911e3fd6ee7b735c3bb317
9c56678e62b7b8200d1d54c7b1462db3010168c5
/scilab_proj/proj_1.sce
b355eeaaa4fe0a6ee34fa43f0c317d817c98fd89
[]
no_license
rajroshansharma/scilab_project
5a6b91215bd6d1c4abf652bb440dc6558b3ca607
b80d3dcb9eef67f0755e05adbef4a7fa3c333afa
refs/heads/master
2022-11-07T06:40:16.372703
2020-06-26T06:23:31
2020-06-26T06:23:31
275,082,037
0
0
null
null
null
null
UTF-8
Scilab
false
false
786
sce
proj_1.sce
ar1 = [0,2,3,6]; ar2 = [648,704,729,792]; j=1; for i = 1:i<=length(ar1)-1 a(i)(j) = (ar2(i+1) - ar2(i)/(ar1(i+1) - ar1(i)); end //for j = 1:j<=length(ar1)-1:j++ // disp(a[i]); //end //ay0 = (ar2(2) - ar2(1))/(ar1(2) - ar1(1)); //ay1 = (ar2(3) - ar2(2))/(ar1(3) - ar1(2)); //ay2 = (ar2(4) - ar2(3))/(ar1(4) - ar1(3)); //by0 = (ay1 - ay0)/(ar1(3) - ar1(1)); //by1 = (ay2 - ay1)/(ar1(4) - ar1(2)); //cy0 = (by0 - by1)/(ar1(4) - ar1(1)); //x = poly(0,'x'); //y = poly(0,'x'); //eqution = ar2(1) + (x - ar1(1))*ay0 + (x - ar1(1))*(x - ar1(2))*by0 + (x - ar1(1))*(x - ar1(2))*(x - ar1(3))*cy0; //p = (x - ar1(1)) * ay0; //p = (x - ar1(1))*(x - ar1(2))*by0; //p = (x - ar1(1))*(x - ar1(2))*(x - ar1(3))*cy0; //disp(eqution); //p =length(ar1); //disp(p);
16c51c96fc954de8e231a2cf4496969a65d808b0
449d555969bfd7befe906877abab098c6e63a0e8
/3841/CH5/EX5.3/Ex5_3.sce
a088f27db7747d2f3f8ffa3f6b8a89007271ea2f
[]
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
270
sce
Ex5_3.sce
clear //given //find the total weight of a given temperature and velocity // v=9500. p=5. t=180. V=v/(12.**3) //normal barometric pressure 14.7 bP=p+14.7 bP1=144.*bP //640 is total temperature conveting into k W=(bP1*V)/(53.3*640.) printf("\n \n total weight %.2f ",W)
09a20628a184394fe619d985366deecf24222f54
449d555969bfd7befe906877abab098c6e63a0e8
/710/CH13/EX13.7/13_7.sci
ee1e06139c1933a5da476d7d23fdcf8319f10b88
[]
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
440
sci
13_7.sci
clc(); clear; //To calculate the mean optical power launched into a fibre S=2; //signal attenuation per km l=1; //length in km.Since l=1 S=2 //S=10*log(pi/p0)(or)pi/p0=10^(S/10) p0=20; //mean optical power at fibre output pi=p0*10^(S/10) //mean optical power launched into fibre printf("The mean optical power launched into a fibre of length of 1km is %f micri W",pi);
c496303cfac97603f787bc430911f178f8984e5a
449d555969bfd7befe906877abab098c6e63a0e8
/2705/CH5/EX5.22/Ex5_22.sce
756233f570571366bb66e34fd4697c3005af4a41
[]
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
901
sce
Ex5_22.sce
clear; clc; disp('Example 5.22'); // aim : To determine the // (a) new pressure of the air in the receiver // (b) specific enthalpy of air at 15 C // Given values V1 = .85;// [m^3] T1 = 15+273;// [K] P1 = 275;// pressure,[kN/m^2] m = 1.7;// [kg] cp = 1.005;// [kJ/kg*K] cv = .715;// [kJ/kg*K] // solution // (a) R = cp-cv;// [kJ/kg*K] // assuming m1 is original mass of the air, using P*V=m*R*T m1 = P1*V1/(R*T1);// [kg] m2 = m1+m;// [kg] // again using P*V=m*R*T // P2/P1=(m2*R*T2/V2)/(m1*R*T1/V1); and T1=T2,V1=V2,so P2 = P1*m2/m1;// [kN/m^2] mprintf('\n (a) The new pressure of the air in the receiver is = %f kN/m^2\n',P2); // (b) // for 1 kg of air, h2-h1=cp*(T1-T0) // and if 0 is chosen as the zero enthalpy, then h = cp*(T1-273);// [kJ/kg] mprintf('\n (b) The specific enthalpy of the air at 15 C is = %f kJ/kg\n',h); // End
97c2cfaa720bcf1b905196ebdd8469fd2ef4c5b5
449d555969bfd7befe906877abab098c6e63a0e8
/2912/CH5/EX5.6/Ex5_6.sce
90ed84b2b90e62749bf8f93d63bb9f192208c657
[]
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,083
sce
Ex5_6.sce
//chapter 5 //example 5.6 //Calculate wavelength for photon and electron //page 105 clear; clc; //given E=1000; // in eV (Kinetic energy of photon) K=1000; // in eV (Kinetic energy of electron) m0=9.1E-31; // in Kg (mass of electron) h=6.6E-34; // in J-s (Planck's constant) c=3E8; // in m/s (velocity of light) e=1.6E-19; // in C (charge on electron) //calculate E=E*e; // changing unit from eV to J lambda_p=h*c/E; // For photon E=hc/lambda printf('\nFor photon,the wavelength is\t=%1.2E m',lambda_p); lambda_p=lambda_p*1E10; //changing unit from m to Angstrom printf('\n\t\t\t\t=%.1f Angstrom',lambda_p) //Since K=m*v^2/2 // Therefore v=sqrt(2*K/m) // Since lambda=h/(m*v) // Therefore we have K=K*e; // changing unit from eV to J lambda_e=h/sqrt(2*m0*K); //calculation of wavelength printf('\nFor electron,the wavelength is\t=%1.1E m',lambda_e); lambda_e=lambda_e*1E10; //changing unit from m to Angstrom printf('\n\t\t\t\t=%.2f Angstrom',lambda_e); // Note: The answer in the book is wrong because K=1.6E-16 J but the solution is using K=2.4*E-15 J
5e769f3940ceb4d26593a081f0e0f4cc98a4bf5a
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Sparky Comp 37 - Treasure Hunt.sce
0409e417e5f0c57722678650e390af36ab4a3714
[]
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
54,340
sce
Sparky Comp 37 - Treasure Hunt.sce
Name=Sparky Comp 37 - Treasure Hunt PlayerCharacters=Rocket Flyer BotCharacters=Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot IsChallenge=true Timelimit=60.0 PlayerProfile=Rocket Flyer AddedBots=Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot PlayerMaxLives=0 BotMaxLives=1;1;1;1;1;1;1;1;1;1;1;1;1;1 PlayerTeam=1 BotTeams=2;2;2;0;0;0;0;0;0;0;0;0;0;0 MapName=treasure hunt-convert.map MapScale=8.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=true TimeRefilledByKill=0.0 ScoreToWin=20.0 ScorePerDamage=0.0 ScorePerKill=1.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=0.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=2.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=true ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag=Treasure Hunt WeaponHeroTag=Ability hero, Easter Egg DifficultyTag=4 AuthorsTag=sini, pleasewait BlockHitMarkers=true BlockHitSounds=true BlockMissSounds=true BlockFCT=true Description=Utilize all your abilities to find all the easter eggs before 1 minute GameVersion=2.0.0.1 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=Regenerating Pokeball 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=Regenerating Pokeball 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 [Character Profile] Name=Rocket Flyer MaxHealth=200.0 WeaponProfileNames=Rocket Launcher;;;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=5.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=2.0 MovementType=Base MaxSpeed=1000.0 MaxCrouchSpeed=500.0 Acceleration=24000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=3.0 AirControl=0.2 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=true EnemyBodyColor=X=0.771 Y=0.000 Z=0.000 EnemyHeadColor=X=0.000 Y=0.000 Z=0.787 TeamBodyColor=X=0.000 Y=0.000 Z=0.784 TeamHeadColor=X=0.000 Y=0.000 Z=0.787 BlockSelfDamage=true InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=true AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cylindrical MainBBHeight=280.0 MainBBRadius=45.0 MainBBHasHead=true MainBBHeadRadius=30.0 MainBBHeadOffset=-30.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=290.0 ProjBBRadius=55.0 ProjBBHasHead=true ProjBBHeadRadius=40.0 ProjBBHeadOffset=-40.0 ProjBBHide=true HasJetpack=true JetpackActivationDelay=0.2 JetpackFullFuelTime=3.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=true JetpackThrust=7500.0 JetpackMaxZVelocity=600.0 JetpackAirControlWithThrust=0.15 AbilityProfileNames=Gravity Boost.abilmov;Boop Rocket.abilwep;Unwind.abilrecall;Offhand Rocket.abilwep HideWeapon=false AerialFriction=0.2 StrafeSpeedMult=1.0 BackSpeedMult=0.9 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=true 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 [Character Profile] Name=Regenerating Pokeball MaxHealth=1.0 WeaponProfileNames=;;;;;;; MinRespawnDelay=30.0 MaxRespawnDelay=30.0 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=128.0 MainBBRadius=30.0 MainBBHasHead=true MainBBHeadRadius=60.0 MainBBHeadOffset=-124.0 MainBBHide=false ProjBBType=Spheroid ProjBBHeight=128.0 ProjBBRadius=60.0 ProjBBHasHead=true ProjBBHeadRadius=60.0 ProjBBHeadOffset=-124.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=0.0 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=100.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=Rocket Launcher Type=Projectile ShotsPerClick=1 DamagePerShot=120.0 KnockbackFactor=4.0 TimeBetweenShots=0.8 Pierces=false Category=FullyAuto 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=5090.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=5090.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=100.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=0.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=Rocket VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=2.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=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.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=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true 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=Apex Legends 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=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=Flare ParticleBodyImpact=Flare ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=true Radius=500.0 DamageAtCenter=120.0 DamageAtEdge=0.1 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=true DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=true 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=2 AAPreferClosestPlayer=false AAAlpha=0.5 AAMaxSpeed=0.5 AADeadZone=0.0 AAFOV=180.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=true TriggerBotDelay=0.001 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.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false [Weapon Profile] Name=Boop Rocket Type=Projectile ShotsPerClick=1 DamagePerShot=0.0 KnockbackFactor=4.0 TimeBetweenShots=0.8 Pierces=false Category=FullyAuto 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=5090.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=5090.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=0.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=0.0 DelayBeforeShot=0.2 ProjectileGraphic=Rocket VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=2.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=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=10.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=2000.0 FlatKnockbackVertical=1000.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=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=2000.0 FlatKnockbackVerticalMin=1000.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Apex Legends ADSAllowUserOverrideFOV=true 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.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=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=Flare ParticleBodyImpact=Flare ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=true Radius=1000.0 DamageAtCenter=0.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=true DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=true 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.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=Offhand Rocket Type=Projectile ShotsPerClick=1 DamagePerShot=120.0 KnockbackFactor=4.0 TimeBetweenShots=0.8 Pierces=false Category=FullyAuto 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=10000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=10000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=100.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=0.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=Rocket VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=2.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=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.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=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true 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=Apex Legends 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=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=Flare ParticleBodyImpact=Flare ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=true Radius=400.0 DamageAtCenter=120.0 DamageAtEdge=30.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=true DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=true 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.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false [Movement Ability Profile] Name=Gravity Boost MaxCharges=1.0 ChargeTimer=10.0 ChargesRefundedOnKill=1.0 DelayAfterUse=0.5 FullyAuto=true AbilityDuration=0.0 LockDirectionForDuration=false NegateGravityForDuration=true MainVelocity=400.0 MainVelocityCanGoVertical=false MainVelocitySetToMovementKeys=true UpVelocity=2500.0 EndVelocityFactor=1.0 Hurtbox=false HurtboxRadius=50.0 HurtboxDamage=50.0 HurtboxGroundKnockbackFactor=1.0 HurtboxAirKnockbackFactor=1.0 AbilityBlocksTurning=false AbilityBlocksMovement=false AbilityBlocksAttack=false AttackCancelsAbility=false AbilityReloadsWeapon=false HealthRestore=0.0 AIUseInCombat=true AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=10.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=99.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=10000.0 AIMaxTargFOV=45.0 AIDamageReaction=false AIDamageReactionIgnoreChance=0.0 AIDamageReactionMinDelay=0.0 AIDamageReactionMaxDelay=0.0 AIDamageReactionCooldown=0.1 AIDamageReactionThreshold=0.0 AIDamageReactionResetTimer=0.1 [Weapon Ability Profile] Name=Boop Rocket MaxCharges=1.0 ChargeTimer=12.0 ChargesRefundedOnKill=1.0 DelayAfterUse=0.5 FullyAuto=true WeaponProfile=Boop Rocket BlockAttackTimer=0.0 AbilityBlockedWhenAttacking=false AmmoPerShot=0 AIUseInCombat=true AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=1.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=2000.0 AIMaxTargFOV=15.0 AIDamageReaction=false AIDamageReactionIgnoreChance=0.0 AIDamageReactionMinDelay=0.125 AIDamageReactionMaxDelay=0.25 AIDamageReactionCooldown=1.0 AIDamageReactionThreshold=0.0 AIDamageReactionResetTimer=0.1 [Weapon Ability Profile] Name=Offhand Rocket MaxCharges=1.0 ChargeTimer=8.0 ChargesRefundedOnKill=1.0 DelayAfterUse=0.5 FullyAuto=false WeaponProfile=Offhand Rocket BlockAttackTimer=0.3 AbilityBlockedWhenAttacking=false AmmoPerShot=0 AIUseInCombat=true AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=1.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=5000.0 AIMaxTargFOV=2.0 AIDamageReaction=false AIDamageReactionIgnoreChance=0.0 AIDamageReactionMinDelay=0.125 AIDamageReactionMaxDelay=0.25 AIDamageReactionCooldown=1.0 AIDamageReactionThreshold=0.0 AIDamageReactionResetTimer=1.0 [Recall Ability Profile] Name=Unwind MaxCharges=1.0 ChargeTimer=10.0 ChargesRefundedOnKill=1.0 DelayAfterUse=0.5 FullyAuto=false AbilityDuration=1.0 BlockAttackTimer=0.25 AbilityBlockedWhenAttacking=false RecallTimer=3.0 RefillAmmo=true AIUseInCombat=false AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=1.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=2000.0 AIMaxTargFOV=15.0 AIDamageReaction=true AIDamageReactionIgnoreChance=0.25 AIDamageReactionMinDelay=0.25 AIDamageReactionMaxDelay=0.5 AIDamageReactionCooldown=1.0 AIDamageReactionThreshold=75.0 AIDamageReactionResetTimer=1.0 [Map Data] reflex map version 8 global entity type WorldSpawn brush vertices -384.000000 64.000000 384.000000 -384.000000 384.000000 384.000000 -384.000000 384.000000 64.000000 -384.000000 64.000000 64.000000 -80.000000 384.000000 64.000000 -80.000000 64.000000 64.000000 -80.000000 64.000000 384.000000 -80.000000 384.000000 384.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -432.000000 -16.000000 112.000000 -432.000000 304.000000 112.000000 -432.000000 304.000000 -208.000000 -432.000000 -16.000000 -208.000000 -128.000000 304.000000 -208.000000 -128.000000 -16.000000 -208.000000 -128.000000 -16.000000 112.000000 -128.000000 304.000000 112.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -432.000000 -336.000000 304.000000 -432.000000 -16.000000 304.000000 -432.000000 -16.000000 -16.000000 -432.000000 -336.000000 -16.000000 -128.000000 -16.000000 -16.000000 -128.000000 -336.000000 -16.000000 -128.000000 -336.000000 304.000000 -128.000000 -16.000000 304.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -432.000000 -256.000000 416.000000 -432.000000 64.000000 416.000000 -432.000000 64.000000 96.000000 -432.000000 -256.000000 96.000000 -128.000000 64.000000 96.000000 -128.000000 -256.000000 96.000000 -128.000000 -256.000000 416.000000 -128.000000 64.000000 416.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -448.000000 -256.000000 400.000000 -448.000000 64.000000 400.000000 -448.000000 64.000000 80.000000 -448.000000 -256.000000 80.000000 -144.000000 64.000000 80.000000 -144.000000 -256.000000 80.000000 -144.000000 -256.000000 400.000000 -144.000000 64.000000 400.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -80.000000 240.000000 672.000000 -80.000000 560.000000 672.000000 -80.000000 560.000000 352.000000 -80.000000 240.000000 352.000000 224.000000 560.000000 352.000000 224.000000 240.000000 352.000000 224.000000 240.000000 672.000000 224.000000 560.000000 672.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -80.000000 256.000000 464.000000 -80.000000 576.000000 464.000000 -80.000000 576.000000 144.000000 -80.000000 256.000000 144.000000 224.000000 576.000000 144.000000 224.000000 256.000000 144.000000 224.000000 256.000000 464.000000 224.000000 576.000000 464.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 160.000000 -80.000000 784.000000 160.000000 240.000000 784.000000 160.000000 240.000000 464.000000 160.000000 -80.000000 464.000000 464.000000 240.000000 464.000000 464.000000 -80.000000 464.000000 464.000000 -80.000000 784.000000 464.000000 240.000000 784.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 176.000000 -160.000000 -32.000000 176.000000 160.000000 -32.000000 176.000000 160.000000 -352.000000 176.000000 -160.000000 -352.000000 480.000000 160.000000 -352.000000 480.000000 -160.000000 -352.000000 480.000000 -160.000000 -32.000000 480.000000 160.000000 -32.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -144.000000 32.000000 912.000000 -144.000000 352.000000 912.000000 -144.000000 352.000000 592.000000 -144.000000 32.000000 592.000000 160.000000 352.000000 592.000000 160.000000 32.000000 592.000000 160.000000 32.000000 912.000000 160.000000 352.000000 912.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -112.000000 80.000000 400.000000 -112.000000 400.000000 400.000000 -112.000000 400.000000 80.000000 -112.000000 80.000000 80.000000 192.000000 400.000000 80.000000 192.000000 80.000000 80.000000 192.000000 80.000000 400.000000 192.000000 400.000000 400.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -304.000000 16.000000 80.000000 -304.000000 336.000000 80.000000 -304.000000 336.000000 -240.000000 -304.000000 16.000000 -240.000000 -0.000000 336.000000 -240.000000 0.000000 16.000000 -240.000000 0.000000 16.000000 80.000000 -0.000000 336.000000 80.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 112.000000 -368.000000 432.000000 112.000000 -48.000000 432.000000 112.000000 -48.000000 112.000000 112.000000 -368.000000 112.000000 416.000000 -48.000000 112.000000 416.000000 -368.000000 112.000000 416.000000 -368.000000 432.000000 416.000000 -48.000000 432.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 144.000000 -240.000000 112.000000 144.000000 80.000000 112.000000 144.000000 80.000000 -208.000000 144.000000 -240.000000 -208.000000 448.000000 80.000000 -208.000000 448.000000 -240.000000 -208.000000 448.000000 -240.000000 112.000000 448.000000 80.000000 112.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 176.000000 -272.000000 112.000000 176.000000 48.000000 112.000000 176.000000 48.000000 -208.000000 176.000000 -272.000000 -208.000000 480.000000 48.000000 -208.000000 480.000000 -272.000000 -208.000000 480.000000 -272.000000 112.000000 480.000000 48.000000 112.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -416.000000 -576.000000 400.000000 -416.000000 -256.000000 400.000000 -416.000000 -256.000000 80.000000 -416.000000 -576.000000 80.000000 -112.000000 -256.000000 80.000000 -112.000000 -576.000000 80.000000 -112.000000 -576.000000 400.000000 -112.000000 -256.000000 400.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -304.000000 -176.000000 368.000000 -304.000000 144.000000 368.000000 -304.000000 144.000000 48.000000 -304.000000 -176.000000 48.000000 -0.000000 144.000000 48.000000 0.000000 -176.000000 48.000000 0.000000 -176.000000 368.000000 -0.000000 144.000000 368.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices 64.000000 -272.000000 32.000000 64.000000 48.000000 32.000000 64.000000 48.000000 -288.000000 64.000000 -272.000000 -288.000000 368.000000 48.000000 -288.000000 368.000000 -272.000000 -288.000000 368.000000 -272.000000 32.000000 368.000000 48.000000 32.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -528.000000 -224.000000 208.000000 -528.000000 96.000000 208.000000 -528.000000 96.000000 -112.000000 -528.000000 -224.000000 -112.000000 -224.000000 96.000000 -112.000000 -224.000000 -224.000000 -112.000000 -224.000000 -224.000000 208.000000 -224.000000 96.000000 208.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -112.000000 -592.000000 512.000000 -112.000000 -272.000000 512.000000 -112.000000 -272.000000 192.000000 -112.000000 -592.000000 192.000000 192.000000 -272.000000 192.000000 192.000000 -592.000000 192.000000 192.000000 -592.000000 512.000000 192.000000 -272.000000 512.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -336.000000 -544.000000 560.000000 -336.000000 -224.000000 560.000000 -336.000000 -224.000000 240.000000 -336.000000 -544.000000 240.000000 -32.000000 -224.000000 240.000000 -32.000000 -544.000000 240.000000 -32.000000 -544.000000 560.000000 -32.000000 -224.000000 560.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -144.000000 -96.000000 592.000000 -144.000000 224.000000 592.000000 -144.000000 224.000000 272.000000 -144.000000 -96.000000 272.000000 160.000000 224.000000 272.000000 160.000000 -96.000000 272.000000 160.000000 -96.000000 592.000000 160.000000 224.000000 592.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -224.000000 -176.000000 448.000000 -224.000000 144.000000 448.000000 -224.000000 144.000000 128.000000 -224.000000 -176.000000 128.000000 80.000000 144.000000 128.000000 80.000000 -176.000000 128.000000 80.000000 -176.000000 448.000000 80.000000 144.000000 448.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -656.000000 272.000000 896.000000 -656.000000 592.000000 896.000000 -656.000000 592.000000 576.000000 -656.000000 272.000000 576.000000 -352.000000 592.000000 576.000000 -352.000000 272.000000 576.000000 -352.000000 272.000000 896.000000 -352.000000 592.000000 896.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -272.000000 -224.000000 800.000000 -272.000000 96.000000 800.000000 -272.000000 96.000000 480.000000 -272.000000 -224.000000 480.000000 32.000000 96.000000 480.000000 32.000000 -224.000000 480.000000 32.000000 -224.000000 800.000000 32.000000 96.000000 800.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -320.000000 -288.000000 736.000000 -320.000000 32.000000 736.000000 -320.000000 32.000000 416.000000 -320.000000 -288.000000 416.000000 -16.000000 32.000000 416.000000 -16.000000 -288.000000 416.000000 -16.000000 -288.000000 736.000000 -16.000000 32.000000 736.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -80.000000 -432.000000 208.000000 -80.000000 -112.000000 208.000000 -80.000000 -112.000000 -112.000000 -80.000000 -432.000000 -112.000000 224.000000 -112.000000 -112.000000 224.000000 -432.000000 -112.000000 224.000000 -432.000000 208.000000 224.000000 -112.000000 208.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -432.000000 -480.000000 48.000000 -432.000000 -160.000000 48.000000 -432.000000 -160.000000 -272.000000 -432.000000 -480.000000 -272.000000 -128.000000 -160.000000 -272.000000 -128.000000 -480.000000 -272.000000 -128.000000 -480.000000 48.000000 -128.000000 -160.000000 48.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -224.000000 -576.000000 -32.000000 -224.000000 -256.000000 -32.000000 -224.000000 -256.000000 -352.000000 -224.000000 -576.000000 -352.000000 80.000000 -256.000000 -352.000000 80.000000 -576.000000 -352.000000 80.000000 -576.000000 -32.000000 80.000000 -256.000000 -32.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -176.000000 -576.000000 144.000000 -176.000000 -256.000000 144.000000 -176.000000 -256.000000 -176.000000 -176.000000 -576.000000 -176.000000 128.000000 -256.000000 -176.000000 128.000000 -576.000000 -176.000000 128.000000 -576.000000 144.000000 128.000000 -256.000000 144.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty brush vertices -16.000000 -304.000000 800.000000 -16.000000 16.000000 800.000000 -16.000000 16.000000 480.000000 -16.000000 -304.000000 480.000000 288.000000 16.000000 480.000000 288.000000 -304.000000 480.000000 288.000000 -304.000000 800.000000 288.000000 16.000000 800.000000 faces 0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 5 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 5 6 0 3 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 1 7 4 2 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 6 7 1 0 0x00000000 __TB_empty 0.000000 0.000000 2.000000 2.000000 -0.000000 4 7 6 5 0x00000000 __TB_empty entity type PlayerSpawn Vector3 position -112.000000 -224.000000 224.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -512.000000 616.000000 720.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -96.000000 256.000000 416.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -16.000000 360.000000 64.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamB 0 entity type PlayerSpawn Vector3 position 64.000000 1288.000000 240.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 176.000000 288.000000 688.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 176.000000 200.000000 448.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 192.000000 -240.000000 464.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 224.000000 -336.000000 96.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 144.000000 -472.000000 176.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -96.000000 -408.000000 176.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -672.000000 504.000000 800.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -576.000000 504.000000 912.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -512.000000 240.000000 736.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -272.000000 -432.000000 576.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -288.000000 -64.000000 752.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 176.000000 48.000000 800.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 384.000000 -200.000000 -224.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 96.000000 -312.000000 -208.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -240.000000 -536.000000 -256.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -192.000000 -504.000000 -16.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -16.000000 -344.000000 528.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position 208.000000 -408.000000 224.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -0.000000 424.000000 128.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -448.000000 -264.000000 -80.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0 entity type PlayerSpawn Vector3 position -928.000000 -1332.000000 -48.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 TeamA 0
52bb5e93df60aa8df0be00864004201543cc2130
20392bee9b9ba080dc86418049e09f82be683a14
/Design_Experiment_1/DMUX4WAY.tst
96622686e0d6adf710dcd28b057332f8a96ea28b
[]
no_license
Liveitabhi/CSD-LAB
698645e3fee27fadc70979c6c64d7de13c58ffbd
e91c386c9d575fcced2f5163eea958033ca1e245
refs/heads/master
2023-01-23T05:31:42.301079
2020-12-09T08:52:58
2020-12-09T08:52:58
298,178,775
0
0
null
null
null
null
UTF-8
Scilab
false
false
374
tst
DMUX4WAY.tst
load DMUX4WAY.hdl, output-file DMUX4WAY.out, compare-to DMUX4WAY.cmp, output-list z%B2.1.2 s%B2.2.2 x1%B2.1.2 x2%B2.1.2 x3%B2.1.2 x4%B2.1.2; set z 0, set s %B00, eval, output; set s %B01, eval, output; set s %B10, eval, output; set s %B11, eval, output; set z 1, set s %B00, eval, output; set s %B01, eval, output; set s %B10, eval, output; set s %B11, eval, output;
be9152df9b3060d05e1b64c83b70d92d4d5d1fa6
623a9dd972dc78dbde5d5b8dc187acd6a1eb5910
/TP2/choleskyDef.sci
d230532ede6971cd223fc1f2e957ea7ae28084e7
[]
no_license
gtessi/CN2012-FICH
0daad054ceb6c36636ee5e8b174a676b9e0acb9b
4024384653b61b5af9e1c11ffb575e154025ee47
refs/heads/master
2020-03-27T05:53:04.684505
2018-08-25T03:03:15
2018-08-25T03:03:15
146,059,800
0
0
null
null
null
null
UTF-8
Scilab
false
false
135
sci
choleskyDef.sci
function [L] = choleskyDef(A) [Ldoo, Udoo]=factLU(A); D=diag(diag(Udoo)); Draiz=sqrt(D); L=Ldoo*Draiz; endfunction
dc776c1b9f392ba68fb10274d959fe5e302aebbf
449d555969bfd7befe906877abab098c6e63a0e8
/3129/CH14/EX14.3/ex14_3.sce
6c47973ab4847c869b62711006acfda1ee8c081d
[]
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
861
sce
ex14_3.sce
//Finding the Performance Parameter of a pushpull converter //Example 14.3(Page No-612) clc clear //given data a=0.25//turns ratio V0=24//in volts R=0.8//in ohms Vt=1.2//VOLTAGE DROP OF TRANSISTOR IN VOLTS Vd=0.7//VOLTAGE DROP OF DIODES IN VOLTS k=0.5 I0=V0/R //part (a) P0=V0*I0//output power in watts V2=V0+Vd V1=V2/a Vs=V1+Vt //Ia=0.5*Is Is=(Vd*I0+P0)/(Vs-Vt) printf('(a) Average input current:%2.2f amperes\n',Is) //part(b) Pi=Vs*Is eta = P0/Pi printf('(b) Efficiency: %.2f %%\n',eta*100) //part(c) Ia=0.5*Is printf('(c) average transistor currentIa:%2.2f A\n',Ia) //part(d) printf('(d) Peak transistor currenIp:%2.2f A\n',Is)//Ip=Is //part(e) Ip=Is Ir=sqrt(k)*Ip printf('(e) RMS transisitor current:%2.2f A\n',Ir)//for 50%duty cycle //part(f) Voc=2*Vs printf('(f) open ckt transistor voltage:%d V\n',Voc)
ff8cbcff076dbf0949c058f1c28eb251a2a14de2
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH8/EX8.25/8_25.sce
faa80a65ff3f3bf0235d9679bd470b4e824a8e95
[]
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
168
sce
8_25.sce
clc //initialisation of variab;es l=420//m g=9.81//m/sec^2 c=1000 //CALCULATIONS dt=(g*l)/(c*4.2) //results printf(' \n difference in temperature= % 1f c',dt)
f3e2c3281294ec51e0067085a6d335ef35b28045
449d555969bfd7befe906877abab098c6e63a0e8
/74/CH4/EX4.1/example1_sce.sce
a7bfe173e0941282e7d098645d5546c3b7bae78a
[]
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
230
sce
example1_sce.sce
// chapter 4 //example 4.1 // page 193 ,figure 4.20 R1=120;R2=51*10^3;//given Vsat=15;Vcc=15;Vee=15;Vin=1;//given Vut=((Vsat*R1)/(R1+R2)); disp(Vut)//result threshold in ampere Vult=((-Vsat*R1)/(R1+R2)); disp(Vult)//ampere
11016abe3c0ac79fe1df5f4d3c698a016d5d7e0d
449d555969bfd7befe906877abab098c6e63a0e8
/1991/CH8/EX8.17/17.sce
d34d5304f223da0b3f430579bc977d130d102f85
[]
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
222
sce
17.sce
clc clear //input r=200 //resistence v=14 //voltage vr=9//pd across each component f=90 //frequency //calculation c=vr/(2*%pi*f*vr*r)//capacitor connected //output printf("the capacitor connected is %3.3e F",c)
cd315d1ab3304bee6e7af9f72f5b6226708258a9
449d555969bfd7befe906877abab098c6e63a0e8
/3850/CH32/EX32.3/Ex32_3.sce
eb4100bb6432e44ad739bafb87bbda13e7a6445c
[]
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
386
sce
Ex32_3.sce
//To Calculate the Resistance of an aluminium wire //Example 32.3 clear; clc; rho=2.6*10^-8;//Resistivity of Aluminium in ohm-metre l=0.50;//Length of Aluminium wire in metres A=2*10^-6;//Cross sectional area of aluminium wire in metre^2 R=rho*l/A;//Formula for finding the resistance of an aluminium wire printf("Resistance of the aluminium wire= %f ohm",R);
a914f0c864f13c84d17ec133956c83ac7a6ca223
382f1dd66c084cf9a1f9ff595be26967356245a1
/kashish/kashish_1003/dijkstra.sci
26b722a43c85f65565b04a46ee48bade14a92070
[]
no_license
osho-agyeya/Implementation-of-Graph-Theory-in-Computer-Networking
262ac759658444fddee02906506a20590b5d2b92
4c7edc99da2304e2ceb3a422508bd29660b60870
refs/heads/master
2022-03-25T08:02:39.169796
2020-01-11T12:30:43
2020-01-11T12:30:43
107,777,536
3
1
null
null
null
null
UTF-8
Scilab
false
false
1,597
sci
dijkstra.sci
// Display mode mode(0); // Display warning for floating point exception ieee(1); clc; siz = input("Enter the size of the matrix --> "); h = input("Enter the matrix --> "); s = input("Enter the source vertex --> "); d = input("Enter the destination vertex --> "); for i =1:siz for j =1:siz if h(i,j) ==(0) then h(i,j) = %inf; end; end; end; matriz_costo = h; //function [sp, spcost] = dijkstra(matriz_costo, s, d) n = siz; S(1:n) = 0;//s, vector, set of visited vectors dist(1:n) = %inf;// it stores the shortest distance between the source node and any other node; prev(1:n) = (n+1);// Previous node, informs about the best previous node known to reach each network node dist(s) = (0); while (sum(S) ~= (n)) candidate = []; for i =1:n if S(i)==0 then candidate = [candidate,dist(i)]; else candidate = [candidate,%inf]; end; end; [u_index,u] = min(candidate); S(u) = 1; for i = 1:n if (dist(u)+(matriz_costo(u,i))) < dist(i) then dist(i) = dist(u)+(matriz_costo(u,i)); prev(i) = u; end; end; end; sp = [d]; while (sp(1) ~= s ) if (prev(sp(1)))<=n then sp = [prev(sp(1)) sp]; else error; end; end; spcost = dist(d); // L.56: No simple equivalent, so mtlb_fprintf() is called. printf("\nThe least cost path from source node ""%d"" to destination node ""%d"" -->",s,d); disp(sp); // L.58: No simple equivalent, so mtlb_fprintf() is called. printf("\nLeast cost is --> %g",spcost); // L.59: No simple equivalent, so mtlb_fprintf() is called. disp(" ------------ PROCESSING COMPLETED ---------------");
8374304dbacdbd0e10d950dc994c991829bb594c
449d555969bfd7befe906877abab098c6e63a0e8
/593/CH11/EX11.1/ex11_1.sce
ac116ece9d2419bff975f8d2f468e708ef4f952d
[]
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
975
sce
ex11_1.sce
clear; //clc(); // Example 11.1 // Page: 272 printf("Example-11.1 Page no.-272\n\n"); //***Data***// V_water = 1;//[L] volume of the water Temp = 25;//[C] d_benzene = 0.88;//[g/ml] density of the benzene M_benzene = 78;//[g/mol] molecular weight of the benzene M_water = 18;//[g/mol] // Typically a buret will deliver about 20 drops of lliquid per millimeter, so moles of benzene in one drop is n_1drop = 1/20*(d_benzene/M_benzene);//[mol/drop] // No of moles in 1 litre of the water is n_water = 1000/M_water;//[mol] // Because 1 litre = 1000 g // Now from the table 11.1 (page 273), at the saturated condition at the temperature 25C, solubility of benzene in the water is s_benzene = 0.000405; n_benzene_saturate = s_benzene*n_water;//[mol] // Thus no of the drops of the benzene is N_benzene = n_benzene_saturate/n_1drop;//[drops] printf("The total number of the drops of the benznene required to saturate the water is %0.0f drops",N_benzene);
4b3a5b1edde5548a0ed1e8b8fab9a698b270b083
449d555969bfd7befe906877abab098c6e63a0e8
/1085/CH6/EX6.5/ex6_5.sce
9d59afe0a7235fa3d55189fc1132fa3caad65422
[]
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
406
sce
ex6_5.sce
//Exam:6.5 clc; clear; close; h=6.6*(10^(-34));//Planck's constant(in m2*kg/s) c=3*10^8;//speed of light (in m/s) e=1.6*10^-19;//electron charge(in coulomb) W=2.24;//work function(in eV) W_1=W*e;//work function(in joule) v=(W_1/h)*10^-10;//frequency wavelength=c/v;//region of electrons spectrum is less than(in angstrom) disp(wavelength,'region of electrons spectrum is less than(in angstrom)')
709b58734d1c7ca44ee91b56c035f072ac7f206c
449d555969bfd7befe906877abab098c6e63a0e8
/3630/CH11/EX11.12/Ex11_12.sce
10b51551ffabf092e926d4b9d31e90aa9b0bbdf4
[]
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
118
sce
Ex11_12.sce
clc; PL=2.81; //Watt Ps=3.69; //Watt N=(PL/Ps)*100; disp('%',N,"N=");//The answers vary due to round off error
9fbb07b39bcd89fddcd5aa099adccfc33126fa4d
449d555969bfd7befe906877abab098c6e63a0e8
/3869/CH1/EX1.42/Ex1_42.sce
b80dbac8167561d6be4d8549e48dee76e2401251
[]
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
294
sce
Ex1_42.sce
clear // // // //Variable declaration lamda=5000*10**-8 //wavelength(cm) D=50 //separation between screen and slit(cm) d=0.05 //separation between slits(cm) //Calculation beta1=lamda*D/d //fringe width(cm) //Result printf("\n fringe width is %0.3f cm",beta1)
fbe72a555225313a4a269198adf6f0f3ec131080
449d555969bfd7befe906877abab098c6e63a0e8
/167/CH15/EX15.7/ex7.sce
d4661614cc2f424731b19fd440f68c4c319c80fe
[]
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
702
sce
ex7.sce
//example 7 //first law anlysis of combustion in bomb clear clc Preact=1 //initial pressure in atm Nreact=4 //Mo. of lbmol of reactants Treact=537 //Temp. of reactants in R Nprod=4 //No. of lbmol of products Tprod=1800 //Temp. of products in R Pprod=Preact*Nprod*Tprod/(Nreact*Treact) //final pressure of products in atm Qout=1*(-32210-(1.986*537))+3*(0-1.986*537)-1*(-169300+18391.5-4027.5-(1.986*1800))-2*(-104040+15433.0-4258.0-(1.986*1800))-1*(0+13485.8-3725.1-(1.986*1800)) //Heat transfer during the process in Btu/lbmol CH4 printf("\n Hence, the final pressure in the tank is = %.2f atm. \n",Pprod); printf("\n The heat transfer during the process is = %.0f Btu/lbmol CH4. \n",Qout);
ded8ad910b51a60c10695e98b249ffd5f0bd704a
449d555969bfd7befe906877abab098c6e63a0e8
/2294/CH4/EX4.7/EX4_7.sce
2e356f0c37c1e707ea277cc37ba39aa60ba3d52b
[]
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,790
sce
EX4_7.sce
//Find the covolution Of the following signals. //Example 4.7<i> clc; clear; close; t=-4:.01:4; //Define signal h(t)=u(t+2) for i=1:length(t) if t(i)<-2 then h(i)=0; else h(i)=1; end //Define signal x(t)=exp^(-2*t)*u(t) if t(i)<0 then x(i)=0; else x(i)=exp(-2.*t(i)); end end y=convol(h,x);//convolution is done f=scf(0); subplot(3,1,1); plot(h,t,'red'); xtitle('h[t]'); subplot(3,1,2); plot(x,t,'blue'); xtitle('x[t]'); subplot(3,1,3); t1=-8:.01:8; plot(t1,y,'green'); xtitle('y[n]'); xs2jpg(0, 'problem52-plot.jpg'); //Find the covolution Of the following signals. //Example 4.7<iii> clc; clear; close; t=-4:.01:4; //Define signal h(t)=u(t-2) for i=1:length(t) if t(i)<-1 then h(i)=0; else h(i)=1; end //Define signal x(t)=u(t+1) if t(i)<2 then x(i)=0; else x(i)=1; end end y=convol(h,x);//The convolution is done here. subplot(3,1,1); plot(h,t,'red'); xtitle('input response 2','t','h[t]'); subplot(3,1,2); plot(x,t,'blue'); xtitle('input response 2','t','x[t]'); subplot(3,1,3); t1=-8:.01:8; plot(t1,y,'green'); xtitle('output response','t','y[t1]'); //Find the covolution Of the following signals. //Example 4.7<ii> clc; clear; close; t=-4:.01:4; for i=1:length(t) x(i)=exp(-abs(t(i))); if t(i)<-1 then h(i)=0; else h(i)=exp(-2.*(t(i)+1)) ; end end y=convol(h,x);//Here convolution of the above two signals is done subplot(3,1,1); plot(h,t,'red'); xtitle('input response 2','t','h[t]'); subplot(3,1,2); plot(x,t,'blue'); xtitle('input response 2','t','x[t]'); subplot(3,1,3); t1=-8:.01:8; plot(t1,y,'green'); xtitle('output response','t','y[t1]');
7272db7935b81413df79b4dcf9c03d413c5deac6
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH2/EX2.9/Ex2_9.sce
56106708694fdb1444a38c5cdb14865a15091f6b
[]
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
236
sce
Ex2_9.sce
//Ex_2_9 clc; clear; close; format('e',9); //given data : l=20/100;//m A=1.5/10000;//m^2 mur=2000;//relative permeability mu0=4*%pi*10^-7;//permeability S=l/(mu0*mur*A);//AT/Wb disp(S,"Reluctance of silicon steel(AT/Wb)");
85f1564c7d8d3fd2a85c39305dc9e534097738fe
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.4_13.tst
78a017f2e085da9aa9c3ac339e51204737f6b61f
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
39,533
tst
bow.4_13.tst
4 8:0.058823529411764705 17:0.3333333333333333 28:1.0 81:0.5 206:0.25 268:0.5 402:1.0 488:1.0 761:1.0 762:1.0 880:1.0 990:1.0 1446:0.3333333333333333 1447:1.0 1620:1.0 2088:1.0 2330:1.0 2607:0.5 3090:1.0 3091:1.0 3687:1.0 4 8:0.11764705882352941 14:1.0 31:0.6 37:0.1111111111111111 54:0.5 58:0.0625 95:0.5 127:1.0 164:0.08333333333333333 184:1.0 201:0.3333333333333333 202:2.0 295:0.25 296:1.0 332:1.0 482:1.0 537:1.0 542:1.0 548:0.06666666666666667 691:0.5 726:1.0 727:1.0 898:0.3333333333333333 1113:1.0 1340:1.0 1610:1.0 1644:1.0 1898:1.0 2606:1.0 2607:0.5 2734:1.0 2756:1.0 4 8:0.058823529411764705 14:0.5 21:0.5 27:0.010752688172043012 31:0.4 45:0.5 58:0.0625 65:0.5 81:0.5 107:1.0 115:1.0 127:1.0 196:1.0 234:1.0 524:1.0 548:0.06666666666666667 726:1.0 898:0.3333333333333333 958:1.0 989:1.0 1090:1.0 1151:1.0 1644:2.0 2191:1.0 4 1:0.043478260869565216 31:0.2 45:0.5 54:0.5 65:0.5 88:0.5 99:1.0 129:0.5 134:0.3333333333333333 175:1.0 259:0.25 285:0.5 300:2.0 439:0.5 448:1.0 462:1.0 537:1.0 548:0.06666666666666667 728:1.0 798:1.0 866:1.0 989:1.0 1151:1.0 1241:1.0 1341:1.0 2117:1.0 3221:1.0 3261:1.0 3484:1.0 4654:1.0 4877:1.0 4 7:0.25 8:0.058823529411764705 14:0.5 30:0.5 31:0.4 32:1.0 45:0.5 58:0.0625 65:0.5 144:0.2 184:1.0 281:0.5 312:1.0 417:0.3333333333333333 437:0.5 499:1.0 500:1.0 610:0.5 741:1.0 1003:1.0 1141:1.0 1298:1.0 1494:1.0 1569:1.0 1573:1.0 1761:1.0 1775:1.0 1810:1.0 1815:1.0 4 8:0.17647058823529413 14:0.5 17:0.3333333333333333 27:0.010752688172043012 31:0.6 88:0.5 123:1.0 129:0.5 133:0.5 134:0.3333333333333333 153:0.3333333333333333 161:0.2 164:0.08333333333333333 175:1.0 255:1.0 259:0.5 281:2.0 285:0.5 287:1.0 288:1.0 300:2.0 453:1.0 462:1.0 490:1.0 491:1.0 497:1.0 501:0.5 576:1.0 593:0.5 742:1.0 743:1.0 789:1.0 798:1.0 1064:1.0 1079:1.0 1143:1.0 1387:1.0 1549:0.3333333333333333 2323:1.0 2546:1.0 2607:0.5 2874:1.0 2875:1.0 2959:1.0 3261:1.0 4877:1.0 4 8:0.058823529411764705 14:0.5 17:0.6666666666666666 27:0.010752688172043012 31:0.6 37:0.1111111111111111 45:0.5 88:0.5 129:0.5 174:0.09090909090909091 175:1.0 239:0.25 259:0.5 285:0.5 300:3.0 462:1.0 798:1.0 870:1.0 1054:1.0 1242:1.0 1421:1.0 1428:1.0 1664:1.0 1848:1.0 2164:1.0 2222:1.0 2388:1.0 3261:1.0 3291:1.0 4 7:0.25 8:0.11764705882352941 21:1.0 22:0.2 30:0.5 31:0.4 58:0.0625 99:0.5 107:2.0 116:0.3333333333333333 129:0.5 131:1.0 133:0.5 144:0.2 145:0.09090909090909091 164:0.08333333333333333 169:0.09090909090909091 174:0.09090909090909091 219:1.0 259:1.25 281:0.5 312:1.0 377:1.0 437:0.5 499:1.0 500:1.0 528:1.0 551:0.5 610:0.5 888:1.0 889:3.0 927:1.0 980:0.5 992:3.0 1432:1.0 1494:1.0 1573:1.0 1775:1.0 1810:1.0 2328:1.0 3246:1.0 3253:1.0 4 1:0.043478260869565216 8:0.11764705882352941 12:1.0 14:0.5 22:0.2 31:0.4 45:1.0 50:0.25 58:0.125 88:0.5 95:0.5 96:1.0 129:0.5 134:0.3333333333333333 142:1.0 144:0.2 162:0.5 175:1.0 193:0.16666666666666666 259:0.25 285:0.5 291:1.0 295:0.25 296:1.0 300:2.0 342:1.0 437:0.5 439:0.5 462:1.0 798:1.0 870:1.0 1087:0.5 1201:1.0 1245:1.0 1704:1.0 1783:1.0 1931:1.0 2218:1.0 2297:1.0 2607:0.5 2638:1.0 2801:1.0 2874:1.0 2875:1.0 3261:1.0 4877:1.0 4 1:0.043478260869565216 8:0.11764705882352941 14:0.5 22:0.2 31:0.4 41:0.5 45:1.0 58:0.0625 61:0.1 84:1.0 88:0.5 95:0.25 96:1.0 129:0.5 134:0.3333333333333333 174:0.09090909090909091 175:1.0 187:0.5 188:1.0 214:1.0 216:1.0 234:1.0 235:1.0 259:0.5 285:0.5 295:0.25 300:2.0 342:1.0 437:0.5 453:1.0 462:1.0 798:1.0 954:0.3333333333333333 1072:1.0 1148:1.0 1201:1.0 1704:1.0 1783:1.0 2218:1.0 2297:1.0 2607:0.5 3209:1.0 3261:1.0 4654:1.0 4877:1.0 4 1:0.043478260869565216 8:0.11764705882352941 14:0.5 17:0.3333333333333333 21:0.5 24:1.0 27:0.010752688172043012 28:1.0 107:1.0 134:0.3333333333333333 141:0.3333333333333333 142:1.0 144:0.2 168:1.0 172:1.0 201:0.3333333333333333 281:1.0 291:1.0 333:1.0 338:1.0 433:1.0 446:1.0 496:1.0 499:1.0 517:1.0 523:0.5 653:1.0 654:1.0 769:1.0 829:1.0 1070:1.0 1255:1.0 1439:1.0 1810:1.0 1815:1.0 1947:1.0 4 1:0.043478260869565216 6:1.0 8:0.11764705882352941 27:0.010752688172043012 30:0.5 45:1.5 46:0.5 51:1.0 58:0.125 91:1.0 137:1.0 153:0.3333333333333333 169:0.09090909090909091 234:1.0 259:0.25 280:1.0 281:0.5 282:1.0 287:1.0 288:1.0 355:1.0 464:1.0 502:1.0 538:1.0 630:1.0 686:1.0 733:1.0 742:1.0 954:0.3333333333333333 1102:1.0 1628:1.0 1632:1.0 2607:0.5 2709:1.0 4 8:0.11764705882352941 14:0.5 24:1.0 27:0.010752688172043012 31:0.2 37:0.1111111111111111 45:1.0 88:0.5 133:0.5 139:0.5 145:0.09090909090909091 155:1.0 162:0.25 172:1.0 268:0.5 275:1.0 291:1.0 304:0.5 306:1.0 332:1.0 422:1.0 433:1.0 514:1.0 596:1.0 697:0.5 699:0.25 800:1.0 861:1.0 877:1.0 919:1.0 1856:1.0 1979:1.0 2451:1.0 2523:1.0 2530:1.0 2607:0.5 4262:1.0 4 1:0.043478260869565216 8:0.17647058823529413 14:0.5 21:0.5 26:1.0 27:0.010752688172043012 31:0.2 45:0.5 129:0.5 134:0.3333333333333333 175:1.0 196:1.0 259:0.25 285:0.5 300:2.0 312:1.0 328:0.25 439:0.5 462:1.0 798:1.0 819:1.0 1065:1.0 1102:1.0 1484:1.0 2124:1.0 2260:1.0 2478:1.0 2607:0.5 2661:1.0 2857:1.0 2874:1.0 2903:1.0 3261:1.0 3336:1.0 4877:1.0 4 1:0.08695652173913043 8:0.11764705882352941 14:1.5 22:0.4 27:0.010752688172043012 31:0.2 45:0.5 65:0.5 69:1.0 77:0.5 123:1.0 129:0.5 130:1.0 134:0.3333333333333333 138:1.0 152:1.0 162:0.25 175:1.0 184:1.0 193:0.4166666666666667 197:1.0 204:1.0 205:1.0 212:0.5 259:0.25 285:1.0 300:2.0 301:1.0 375:1.0 409:0.25 433:1.0 439:0.5 448:1.0 449:1.0 453:1.0 462:1.0 514:1.0 667:1.0 741:1.0 745:1.0 798:1.0 849:1.0 1065:1.0 1113:0.5 2874:1.0 3261:1.0 3264:1.0 3265:1.0 3336:1.0 4877:1.0 4 1:0.043478260869565216 8:0.17647058823529413 14:0.5 17:0.3333333333333333 27:0.010752688172043012 31:0.4 32:1.0 36:1.0 45:1.0 65:0.5 75:1.0 99:0.5 115:1.0 144:0.2 145:0.09090909090909091 162:0.25 174:0.09090909090909091 200:1.0 202:1.0 239:0.25 259:0.25 312:1.0 346:0.5 391:1.0 462:1.0 573:0.5 657:1.0 846:1.0 1054:1.0 1064:1.0 1220:1.0 1564:1.0 1777:1.0 1801:1.0 1811:1.0 2347:1.0 2676:1.0 3037:1.0 3261:2.0 3272:1.0 3595:1.0 4 7:0.25 8:0.17647058823529413 31:0.6 44:0.125 45:1.5 58:0.125 84:1.0 111:1.0 123:1.0 133:0.5 155:1.0 162:0.5 181:0.06666666666666667 184:1.0 190:1.0 218:1.0 234:1.0 259:0.25 263:1.0 268:0.5 288:1.0 317:1.0 335:1.0 338:1.0 344:1.0 446:1.0 451:1.0 677:1.0 800:1.0 853:1.0 876:0.5 937:1.0 1220:1.0 1392:1.0 1405:1.0 1616:1.0 1777:1.0 2106:1.0 4 7:0.25 14:1.5 17:0.6666666666666666 21:0.5 37:0.1111111111111111 45:0.5 58:0.0625 88:0.5 145:0.09090909090909091 146:1.0 160:1.0 164:0.08333333333333333 169:0.09090909090909091 175:1.0 212:0.5 232:0.5 259:0.25 266:1.0 281:0.5 285:0.5 342:1.0 373:1.0 377:1.0 391:1.0 495:1.0 496:1.0 537:1.0 699:0.25 847:1.0 988:1.0 1065:1.0 1123:1.0 1126:1.0 1203:0.5 1278:1.0 1382:0.5 1478:1.0 1519:1.0 1669:1.0 2996:1.0 3276:1.0 3277:1.0 4 1:0.043478260869565216 7:0.5 24:2.0 27:0.010752688172043012 30:0.5 31:0.2 45:1.0 58:0.1875 137:1.0 144:0.2 148:1.0 150:1.0 169:0.09090909090909091 174:0.09090909090909091 175:1.0 232:0.5 259:0.5 363:1.0 364:1.0 422:1.0 437:0.5 667:1.0 686:1.0 1012:0.5 1773:1.0 2294:1.0 2607:0.5 4 7:0.5 8:0.35294117647058826 12:1.0 14:0.5 17:0.3333333333333333 27:0.021505376344086023 31:0.4 37:0.1111111111111111 54:0.5 81:0.5 86:1.0 134:0.3333333333333333 141:0.3333333333333333 142:1.0 144:0.2 145:0.09090909090909091 162:0.25 174:0.09090909090909091 181:0.06666666666666667 182:1.0 184:1.0 237:1.0 259:0.25 281:0.5 305:1.0 319:1.0 374:1.0 391:1.0 404:1.0 499:1.0 500:1.0 501:0.5 653:1.0 688:1.0 980:0.5 1149:1.0 1369:1.0 1519:1.0 1808:1.0 1815:1.0 2093:1.0 2095:1.0 2260:1.0 2388:1.0 2607:0.5 2845:1.0 2846:1.0 2851:1.0 3209:1.0 3329:1.0 4 14:0.5 45:2.0 51:2.0 99:0.5 130:1.0 134:0.3333333333333333 141:0.3333333333333333 153:0.3333333333333333 174:0.09090909090909091 197:1.0 259:0.25 281:1.0 282:1.0 285:1.0 286:1.0 287:1.0 288:1.0 291:1.0 373:1.0 519:1.0 742:1.0 1719:1.0 1777:1.0 2910:1.0 4 8:0.11764705882352941 14:0.5 17:0.6666666666666666 24:1.0 31:0.2 45:0.5 58:0.0625 59:1.0 116:0.3333333333333333 134:0.3333333333333333 139:0.5 145:0.09090909090909091 169:0.09090909090909091 291:1.0 301:1.0 391:2.0 404:1.0 420:0.5 421:1.0 422:1.0 519:1.0 604:1.0 632:1.0 1070:1.0 1618:1.0 1815:1.0 1816:1.0 1923:1.0 2362:1.0 3442:1.0 3500:1.0 4 8:0.058823529411764705 17:0.6666666666666666 21:0.5 31:0.6 45:1.0 58:0.0625 84:1.0 86:1.0 115:1.0 164:0.08333333333333333 187:0.5 188:1.0 234:1.0 252:0.3333333333333333 259:0.25 261:1.0 321:0.3333333333333333 322:1.0 326:0.5 425:0.3333333333333333 581:1.0 634:1.0 750:1.0 765:1.0 846:1.0 952:0.5 988:1.0 1492:1.0 2658:1.0 3500:1.0 4 8:0.17647058823529413 14:0.5 17:0.3333333333333333 27:0.010752688172043012 31:0.4 32:1.0 37:0.1111111111111111 45:0.5 58:0.125 88:0.5 123:1.0 139:0.5 145:0.09090909090909091 202:2.0 227:1.0 263:1.0 281:1.0 285:0.5 295:0.25 373:1.0 391:1.0 401:1.0 404:1.0 448:1.0 453:1.0 489:1.0 980:0.5 1012:0.5 1280:1.0 1545:1.0 2564:1.0 4 1:0.043478260869565216 8:0.35294117647058826 17:0.3333333333333333 21:0.5 22:0.2 24:1.0 27:0.010752688172043012 31:0.6 45:0.5 58:0.0625 129:0.5 130:1.0 137:1.0 141:0.3333333333333333 142:1.0 144:0.2 145:0.09090909090909091 259:0.5 285:0.5 295:0.25 301:1.0 373:1.0 377:1.0 437:0.5 458:1.0 523:0.5 632:1.0 688:1.0 767:1.0 845:1.0 900:1.0 1095:1.0 1497:1.0 1519:1.0 1520:1.0 1664:1.0 2240:1.0 2733:1.0 2851:1.0 2874:1.0 2875:1.0 4100:1.0 4 8:0.058823529411764705 12:1.0 14:0.5 17:0.3333333333333333 45:1.0 61:0.1 128:0.5 129:1.0 145:0.09090909090909091 174:0.09090909090909091 202:1.0 304:0.5 420:0.5 475:1.0 489:1.0 900:1.0 954:0.3333333333333333 1053:1.0 1387:1.0 1413:1.0 3102:1.0 4 24:1.0 31:0.2 58:0.0625 101:0.3333333333333333 123:1.0 139:0.5 259:0.25 266:1.0 275:1.0 293:1.0 301:1.0 373:1.0 475:1.0 490:1.0 491:1.0 492:1.0 501:0.5 642:1.0 718:1.0 742:1.0 1225:1.0 1230:1.0 4100:1.0 4 7:0.25 8:0.11764705882352941 14:0.5 17:0.6666666666666666 22:0.2 23:0.25 31:0.4 58:0.0625 69:1.0 88:0.5 99:0.5 145:0.09090909090909091 154:1.0 162:0.25 169:0.09090909090909091 178:1.0 239:0.25 240:1.0 259:0.25 268:0.5 285:0.5 391:1.0 404:1.0 632:1.0 634:1.0 803:1.0 1135:1.0 1256:1.0 1519:1.0 3149:1.0 4 8:0.23529411764705882 17:0.6666666666666666 21:1.0 24:1.0 30:0.5 31:0.2 45:2.0 58:0.125 88:0.5 99:0.5 101:0.3333333333333333 123:1.0 130:1.0 134:0.3333333333333333 141:0.3333333333333333 142:1.0 161:0.2 169:0.09090909090909091 187:0.5 193:0.16666666666666666 204:1.0 409:0.25 445:2.0 477:0.5 482:2.0 507:0.5 514:1.0 532:1.0 600:0.3333333333333333 604:1.0 686:1.0 691:0.5 718:1.0 726:1.0 788:1.0 798:1.0 902:1.0 930:1.0 1050:2.0 1054:1.0 1113:0.5 1259:1.0 1427:1.0 1502:1.0 2240:1.0 2787:1.0 4 8:0.11764705882352941 12:2.0 17:0.3333333333333333 21:0.5 22:0.2 23:0.25 27:0.021505376344086023 31:0.6 37:0.1111111111111111 45:0.5 58:0.0625 88:0.5 94:1.0 99:1.0 145:0.09090909090909091 175:1.0 178:1.0 346:0.5 507:0.5 576:1.0 954:0.3333333333333333 956:1.0 988:1.0 1089:1.0 1257:1.0 1490:1.0 1772:1.0 3121:1.0 3122:1.0 3123:1.0 3125:1.0 3300:1.0 3860:0.5 4016:1.0 4 8:0.11764705882352941 12:1.0 14:0.5 21:1.5 31:0.2 45:0.5 54:0.5 88:0.5 99:0.5 115:1.0 123:1.0 142:1.0 174:0.09090909090909091 196:1.0 259:0.25 298:0.3333333333333333 328:0.25 332:1.0 339:1.0 438:1.0 556:1.0 576:1.0 589:1.0 805:1.0 870:1.0 988:1.0 1040:1.0 1330:1.0 1496:1.0 1632:1.0 2709:1.0 2857:1.0 2911:1.0 3095:1.0 3133:1.0 3134:1.0 3135:1.0 3638:1.0 4704:2.0 4 8:0.058823529411764705 14:0.5 17:0.3333333333333333 21:0.5 23:0.25 27:0.010752688172043012 31:0.4 45:1.0 54:0.5 58:0.0625 61:0.1 86:1.0 130:1.0 164:0.08333333333333333 189:0.5 193:0.16666666666666666 226:1.0 260:1.0 295:0.25 298:0.3333333333333333 312:1.0 350:1.0 439:0.5 699:0.25 870:1.0 975:1.0 1113:0.5 1176:1.0 1227:2.0 1548:1.0 2606:1.0 2785:1.0 2972:1.0 3090:1.0 3091:1.0 3260:1.0 3262:1.0 3817:1.0 4 1:0.043478260869565216 17:0.6666666666666666 23:0.25 27:0.010752688172043012 31:0.6 40:0.5 45:1.0 51:1.0 55:1.0 58:0.125 88:1.0 123:1.0 131:1.0 134:0.3333333333333333 154:1.0 161:0.2 164:0.25 178:1.0 259:0.5 266:1.0 281:1.5 285:0.5 346:0.5 400:1.0 433:1.0 518:1.0 573:0.5 576:1.0 609:1.0 811:1.0 988:1.0 1040:1.0 1064:1.0 1083:1.0 1126:1.0 1150:1.0 1588:1.0 1649:1.0 1962:1.0 2310:1.0 2323:1.0 2959:1.0 3278:1.0 4 6:1.0 8:0.058823529411764705 12:1.0 14:0.5 17:0.3333333333333333 31:0.4 37:0.1111111111111111 45:1.5 81:0.5 88:0.5 115:1.0 142:1.0 161:0.2 212:0.5 282:1.0 604:1.0 659:1.0 699:0.25 737:1.0 965:1.0 1053:1.0 1174:1.0 1854:1.0 2031:1.0 2357:1.0 2750:1.0 4 6:1.0 7:0.25 8:0.058823529411764705 14:0.5 17:1.3333333333333333 24:1.0 27:0.010752688172043012 31:0.2 37:0.1111111111111111 88:0.5 95:0.25 115:1.0 134:0.3333333333333333 162:0.25 167:1.0 188:1.0 189:0.5 193:0.08333333333333333 196:1.0 202:1.0 300:2.0 302:1.0 330:1.0 437:0.5 438:1.0 528:1.0 699:0.25 827:1.0 860:1.0 965:1.0 975:1.0 1239:1.0 1439:1.0 1757:1.0 4 8:0.11764705882352941 14:0.5 17:0.6666666666666666 27:0.010752688172043012 31:0.2 65:0.5 88:0.5 142:1.0 206:0.25 212:0.5 268:0.5 312:1.0 404:1.0 423:1.0 438:1.0 1039:1.0 1145:0.3333333333333333 1255:1.0 1256:1.0 1538:1.0 2088:1.0 2090:1.0 4 1:0.043478260869565216 14:0.5 17:0.3333333333333333 24:1.0 27:0.010752688172043012 45:1.5 58:0.0625 99:0.5 134:0.3333333333333333 142:2.0 145:0.09090909090909091 146:1.0 204:1.0 259:0.25 281:1.0 282:1.0 382:1.0 437:0.5 443:1.0 445:1.0 489:1.0 490:1.0 491:1.0 492:1.0 493:1.0 837:1.0 1102:1.0 1141:1.0 1145:0.3333333333333333 1255:1.0 1256:1.0 1382:0.5 1550:1.0 2261:1.0 2584:1.0 4 1:0.043478260869565216 8:0.11764705882352941 17:0.3333333333333333 23:0.25 24:1.0 27:0.010752688172043012 44:0.125 51:3.0 65:0.5 88:0.5 162:1.25 211:1.0 234:1.0 312:1.0 317:1.0 352:1.0 508:1.0 553:1.0 764:1.0 908:1.0 988:1.0 1039:1.0 1102:3.0 1261:1.0 2338:1.0 2501:1.0 2954:2.0 4 8:0.23529411764705882 12:1.0 17:0.3333333333333333 21:1.0 27:0.03225806451612903 31:0.2 32:1.0 37:0.2222222222222222 45:1.0 54:0.5 134:0.3333333333333333 178:1.0 184:1.0 189:0.5 226:1.0 232:0.5 440:1.0 840:1.0 841:1.0 911:1.0 919:1.0 1088:2.0 1545:1.0 1652:1.0 3071:1.0 3421:1.0 3642:1.0 3750:1.0 4339:2.0 4 1:0.043478260869565216 6:2.0 8:0.11764705882352941 14:0.5 27:0.021505376344086023 28:1.0 30:0.5 32:1.0 44:0.125 45:3.0 58:0.25 84:1.0 91:1.0 95:0.25 116:0.3333333333333333 123:1.0 128:0.5 139:0.5 144:0.2 162:0.25 166:1.0 211:1.0 212:0.5 234:1.0 237:1.0 262:0.5 281:1.0 282:1.0 317:1.0 338:1.0 342:1.0 344:1.0 446:1.0 454:1.0 494:1.0 496:1.0 637:1.0 653:1.0 847:1.0 954:0.3333333333333333 980:0.5 1070:1.0 1298:1.0 1405:1.0 1455:1.0 1734:1.0 2557:1.0 4466:1.0 4 1:0.043478260869565216 2:0.5 8:0.11764705882352941 12:1.0 14:0.5 17:0.3333333333333333 24:1.0 27:0.010752688172043012 45:1.0 88:0.5 115:1.0 123:2.0 139:0.5 190:1.0 193:0.08333333333333333 228:0.5 259:0.25 275:1.0 281:0.5 342:1.0 346:1.0 489:1.0 866:2.0 867:1.0 970:1.0 1054:1.0 1151:1.0 1256:1.0 1368:1.0 1420:1.0 1487:2.0 1649:1.0 1668:1.0 2029:1.0 2065:1.0 2722:2.0 2723:1.0 2996:1.0 4482:1.0 4 3:1.0 6:1.0 7:0.5 8:0.23529411764705882 14:1.0 17:0.3333333333333333 19:1.0 21:1.5 27:0.010752688172043012 37:0.2222222222222222 45:0.5 50:0.25 95:0.25 114:1.0 115:1.0 134:0.3333333333333333 154:1.0 155:1.0 156:1.0 157:1.0 184:1.0 204:1.0 232:0.5 237:1.0 310:1.0 333:2.0 417:0.3333333333333333 440:1.0 502:1.0 628:1.0 667:1.0 675:1.0 840:1.0 1088:2.0 1113:0.5 2031:1.0 2051:1.0 2095:1.0 2732:1.0 2733:1.0 2734:1.0 3237:1.0 3278:1.0 3642:1.0 4 1:0.08695652173913043 17:0.3333333333333333 27:0.021505376344086023 45:0.5 50:0.25 51:1.0 58:0.125 61:0.1 81:0.5 88:0.5 95:0.75 206:0.25 268:0.5 344:1.0 440:1.0 710:1.0 726:1.0 1050:1.0 1064:1.0 1143:1.0 1549:0.3333333333333333 1566:1.0 2011:1.0 2044:1.0 2088:1.0 2243:1.0 2244:1.0 2245:1.0 2254:1.0 2255:1.0 2984:1.0 4 1:0.08695652173913043 7:0.25 14:1.0 27:0.021505376344086023 37:0.1111111111111111 45:0.5 50:0.25 88:0.5 95:0.25 123:1.0 142:1.0 187:0.5 188:1.0 212:0.5 259:0.25 295:0.25 355:1.0 382:1.0 486:0.5 553:1.0 554:1.0 555:1.0 622:1.0 631:1.0 649:1.0 805:1.0 877:1.0 1054:1.0 1071:1.0 1177:1.0 1245:1.0 1262:1.0 2044:1.0 2210:1.0 2255:1.0 2341:1.0 2617:1.0 4 7:0.5 8:0.35294117647058826 21:0.5 31:0.2 37:0.1111111111111111 45:0.5 65:0.5 123:1.0 134:0.3333333333333333 169:0.09090909090909091 186:1.0 190:1.0 226:1.0 266:1.0 277:1.0 278:1.0 280:1.0 367:1.0 438:1.0 486:0.5 497:1.0 501:0.5 507:0.5 519:1.0 610:0.5 710:1.0 800:1.0 850:1.0 987:1.0 1071:1.0 1089:1.0 1149:1.0 1841:1.0 2244:1.0 2252:1.0 2709:1.0 2922:1.0 4090:1.0 4 1:0.08695652173913043 7:0.25 8:0.17647058823529413 14:1.0 17:1.6666666666666667 27:0.021505376344086023 31:0.4 37:0.1111111111111111 50:0.25 93:5.0 95:0.5 99:2.0 123:1.0 127:2.0 129:2.5 152:1.0 162:0.25 174:0.18181818181818182 184:1.0 193:0.08333333333333333 218:1.0 259:0.25 267:0.5 483:1.0 537:1.0 700:2.0 726:2.0 841:1.0 891:1.0 1231:1.0 1305:1.0 1341:1.0 1424:0.25 1996:1.0 2255:1.0 2278:1.0 2924:1.0 3261:1.0 4 6:1.0 7:0.25 8:0.11764705882352941 17:0.3333333333333333 31:0.4 37:0.1111111111111111 44:0.125 45:1.5 50:0.25 52:1.0 58:0.1875 59:1.0 88:0.5 95:0.25 115:1.0 116:0.3333333333333333 123:1.0 130:1.0 142:2.0 155:1.0 162:0.5 169:0.09090909090909091 193:0.08333333333333333 203:1.0 259:0.25 266:2.0 273:0.5 274:1.0 275:1.0 295:0.25 363:1.0 437:0.5 576:1.0 649:1.0 653:1.0 960:1.0 1021:1.0 1030:1.0 1054:1.0 1123:1.0 1275:1.0 1405:1.0 1560:1.0 1664:1.0 1704:1.0 1734:1.0 1920:1.0 1962:1.0 2518:1.0 3260:1.0 3488:1.0 3539:1.0 4128:1.0 4 2:0.5 7:0.25 8:0.17647058823529413 17:0.6666666666666666 31:0.6 37:0.1111111111111111 45:1.0 58:0.0625 86:1.0 88:0.5 93:1.0 99:0.5 123:3.0 237:1.0 281:1.0 295:0.25 332:1.0 404:1.0 409:0.25 433:1.0 437:0.5 448:2.0 519:1.0 710:1.0 980:1.0 986:1.0 1123:2.0 1315:1.0 1476:1.0 1808:1.0 2077:1.0 2244:1.0 2661:1.0 2899:1.0 2969:1.0 3001:1.0 3278:1.0 4 1:0.043478260869565216 8:0.058823529411764705 14:0.5 17:0.3333333333333333 21:1.0 24:1.0 27:0.021505376344086023 31:0.2 37:0.1111111111111111 45:0.5 88:0.5 232:0.5 268:0.5 289:1.0 363:1.0 404:1.0 508:2.0 649:1.0 697:0.5 976:2.0 1065:2.0 1089:1.0 1456:1.0 2261:1.0 2573:1.0 2942:2.0 3263:1.0 4 1:0.043478260869565216 8:0.058823529411764705 14:1.0 24:2.0 27:0.021505376344086023 31:0.2 37:0.1111111111111111 45:1.5 58:0.0625 88:0.5 95:0.25 99:0.5 101:0.3333333333333333 115:1.0 142:1.0 162:0.25 193:0.16666666666666666 228:0.5 232:0.5 259:0.5 346:0.5 363:1.0 364:1.0 417:0.3333333333333333 433:1.0 528:1.0 651:1.0 653:1.0 845:1.0 877:1.0 970:1.0 971:1.0 1089:1.0 1123:2.0 1201:1.0 1212:1.0 1234:1.0 1309:0.5 1315:1.0 1487:1.0 1649:1.0 1839:1.0 2065:1.0 2294:1.0 2722:1.0 2723:1.0 3009:1.0 3063:1.0 3324:1.0 4 7:0.25 8:0.23529411764705882 17:0.3333333333333333 26:1.0 45:0.5 61:0.1 69:1.0 81:0.5 88:0.5 101:0.3333333333333333 154:1.0 155:2.0 193:0.08333333333333333 204:1.0 205:1.0 239:0.5 295:0.25 327:0.5 483:1.0 522:1.0 576:1.0 830:1.0 834:1.0 861:1.0 869:1.0 970:1.0 1146:1.0 1460:1.0 1461:1.0 1462:1.0 1463:1.0 2031:1.0 2177:1.0 2709:1.0 2732:1.0 2736:1.0 4100:1.0 4 8:0.058823529411764705 14:0.5 17:0.3333333333333333 24:1.0 26:1.0 27:0.010752688172043012 31:0.6 37:0.2222222222222222 58:0.125 95:0.25 134:0.3333333333333333 142:1.0 145:0.09090909090909091 162:0.25 181:0.06666666666666667 182:1.0 188:1.0 189:0.5 193:0.25 300:2.0 302:1.0 328:0.25 337:1.0 374:1.0 377:1.0 483:1.0 827:1.0 860:1.0 1143:1.0 1201:1.0 1427:1.0 1545:1.0 1789:1.0 1864:1.0 1939:1.0 2763:1.0 4941:1.0 4 7:0.25 14:1.0 17:0.3333333333333333 23:0.25 24:1.0 26:1.0 27:0.021505376344086023 31:0.4 37:0.2222222222222222 45:1.0 58:0.0625 95:0.25 123:1.0 141:0.3333333333333333 181:0.06666666666666667 182:1.0 193:0.08333333333333333 332:1.0 374:1.0 437:0.5 826:0.1111111111111111 877:1.0 919:1.0 1131:0.5 1545:1.0 1652:1.0 1745:1.0 2078:0.5 2354:1.0 2628:1.0 2913:1.0 3085:1.0 3283:1.0 3329:1.0 3387:1.0 4 7:0.25 14:0.5 17:0.3333333333333333 21:0.5 23:0.25 24:2.0 31:0.6 32:1.0 44:0.125 45:0.5 50:0.25 58:0.1875 81:0.5 131:1.0 137:2.0 139:0.5 142:1.0 239:0.25 266:1.0 281:0.5 285:0.5 420:0.5 494:1.0 501:1.0 593:0.5 686:1.0 687:1.0 688:2.0 689:2.0 728:1.0 742:1.0 988:1.0 1241:1.0 1291:1.0 1613:1.0 2050:1.0 2482:1.0 2886:1.0 3334:1.0 5034:1.0 4 8:0.058823529411764705 17:0.3333333333333333 21:0.5 27:0.010752688172043012 31:0.2 37:0.2222222222222222 45:0.5 142:1.0 145:0.09090909090909091 160:1.0 259:0.25 280:1.0 281:1.0 285:0.5 382:1.0 423:1.0 483:1.0 486:0.5 516:1.0 523:0.5 634:1.0 827:1.0 838:1.0 847:1.0 1124:1.0 1219:1.0 1244:1.0 1484:1.0 2235:2.0 2903:1.0 4 7:0.5 8:0.11764705882352941 14:0.5 17:0.3333333333333333 21:1.0 22:0.2 31:0.2 45:1.5 46:0.5 58:0.0625 99:0.5 128:0.5 130:1.0 142:1.0 145:0.09090909090909091 146:1.0 162:0.25 190:1.0 200:1.0 214:1.0 232:0.5 239:0.25 259:1.0 260:2.0 281:0.5 282:1.0 293:1.0 295:0.25 311:1.0 328:0.25 342:1.0 363:1.0 404:1.0 446:1.0 494:1.0 495:1.0 630:1.0 988:1.0 992:1.0 1021:1.0 1065:1.0 1070:1.0 1483:1.0 1586:1.0 1611:1.0 1754:1.0 1925:1.0 2261:1.0 2797:1.0 3009:1.0 3041:1.0 3263:1.0 3456:1.0 3710:2.0 4286:1.0 4 8:0.17647058823529413 22:0.2 31:0.2 37:0.1111111111111111 41:0.5 45:0.5 65:0.5 84:1.0 85:1.0 99:0.5 129:0.5 145:0.09090909090909091 162:0.25 174:0.09090909090909091 187:0.5 188:1.0 234:1.0 259:0.5 338:1.0 361:1.0 371:1.0 486:0.5 542:2.0 927:1.0 1239:1.0 1569:1.0 1944:1.0 2054:1.0 2055:1.0 2106:1.0 2709:1.0 2987:1.0 3192:1.0 4 7:0.75 8:0.11764705882352941 27:0.010752688172043012 31:0.2 37:0.2222222222222222 45:1.0 58:0.0625 60:1.0 65:0.5 95:0.5 123:1.0 184:1.0 187:0.5 193:0.08333333333333333 234:1.0 260:1.0 266:1.0 333:2.0 376:1.0 391:1.0 486:0.5 489:1.0 548:0.06666666666666667 663:1.0 675:2.0 699:0.25 962:1.0 1141:1.0 1313:1.0 1708:1.0 2258:1.0 2916:1.0 3419:1.0 4 6:1.0 8:0.17647058823529413 17:0.3333333333333333 31:0.2 32:1.0 37:0.1111111111111111 45:2.0 61:0.1 65:0.5 81:0.5 84:1.0 88:0.5 90:0.14285714285714285 95:0.25 116:0.6666666666666666 145:0.09090909090909091 146:1.0 162:0.25 186:1.0 187:0.5 188:1.0 202:1.0 216:1.0 235:1.0 274:1.0 280:1.0 281:0.5 282:1.0 486:0.5 523:0.5 548:0.06666666666666667 576:2.0 653:1.0 908:1.0 909:1.0 911:1.0 1070:1.0 1405:2.0 1455:1.0 1499:1.0 1598:0.5 1734:2.0 2256:1.0 2757:1.0 2844:1.0 3105:1.0 4680:1.0 4 8:0.29411764705882354 14:1.0 17:0.3333333333333333 31:0.6 37:0.1111111111111111 44:0.125 45:1.0 54:1.0 74:0.5 86:1.0 100:1.0 127:1.0 154:1.0 198:1.0 232:0.5 234:1.0 268:1.0 399:1.0 418:1.0 437:0.5 508:1.0 519:1.0 542:1.0 548:0.13333333333333333 554:1.0 556:1.0 686:1.0 822:1.0 926:1.0 1030:1.0 1064:1.0 1065:1.0 1090:1.0 1105:1.0 1418:1.0 1577:1.0 1946:1.0 1947:1.0 1961:1.0 2149:1.0 2329:1.0 2330:1.0 3273:1.0 3279:1.0 4 7:0.25 8:0.35294117647058826 14:0.5 17:0.3333333333333333 31:0.2 38:2.0 40:0.5 45:2.5 65:0.5 67:0.5 75:1.0 88:1.0 95:0.25 164:0.08333333333333333 184:1.0 233:1.0 234:1.0 259:0.25 268:1.0 285:0.5 288:1.0 298:0.3333333333333333 304:0.5 355:1.0 382:1.0 453:1.0 454:1.0 542:1.0 548:0.13333333333333333 553:1.0 554:1.0 556:2.0 581:1.0 582:2.0 583:1.0 585:1.0 805:1.0 811:1.0 833:1.0 908:1.0 1154:0.5 1387:1.0 1490:1.0 1499:1.0 1814:1.0 2002:1.0 3244:1.0 4 7:0.25 8:0.17647058823529413 12:1.0 14:1.0 21:0.5 23:0.25 27:0.010752688172043012 37:0.2222222222222222 45:1.0 50:0.25 51:2.0 52:0.5 55:1.0 57:1.0 58:0.0625 59:1.0 60:1.0 81:0.5 101:0.3333333333333333 134:0.3333333333333333 144:0.2 154:1.0 216:1.0 234:1.0 259:0.5 304:0.5 333:1.0 369:1.0 486:0.5 508:1.0 548:0.06666666666666667 551:0.5 837:1.0 1048:1.0 1505:1.0 1549:0.3333333333333333 1586:1.0 2219:1.0 2346:1.0 2684:1.0 3248:1.0 3414:1.0 4 8:0.11764705882352941 11:1.0 21:1.0 31:0.2 32:1.0 37:0.1111111111111111 50:0.25 51:1.0 54:0.5 81:1.0 88:0.5 142:1.0 144:0.2 196:1.0 216:1.0 281:0.5 312:1.0 337:1.0 342:2.0 353:1.0 355:1.0 356:1.0 357:1.0 369:1.0 486:0.5 538:1.0 548:0.06666666666666667 551:0.5 573:0.5 1405:1.0 1418:1.0 1597:1.0 1614:1.0 1641:1.0 2060:1.0 2288:1.0 2291:1.0 2433:1.0 4 1:0.043478260869565216 14:0.5 17:0.3333333333333333 27:0.010752688172043012 37:0.1111111111111111 45:1.0 51:1.0 61:0.1 75:1.0 81:0.5 86:1.0 88:1.0 144:0.2 154:1.0 155:1.0 169:0.09090909090909091 233:1.0 234:1.0 317:1.0 350:1.0 351:1.0 353:1.0 446:1.0 449:1.0 486:0.5 548:0.06666666666666667 556:1.0 653:1.0 654:1.0 655:1.0 657:1.0 658:1.0 1189:0.5 1972:1.0 1978:1.0 2394:1.0 3484:1.0 4 7:0.25 8:0.11764705882352941 14:0.5 17:0.6666666666666666 21:1.0 27:0.010752688172043012 37:0.2222222222222222 45:1.0 46:0.5 86:1.0 95:0.25 99:0.5 115:1.0 122:0.5 123:1.0 124:1.0 125:1.0 126:1.0 127:1.0 128:0.5 129:0.5 130:1.0 131:1.0 132:1.0 133:0.5 134:0.6666666666666666 135:1.0 155:1.0 174:0.09090909090909091 200:1.0 234:1.0 281:0.5 285:0.5 293:1.0 317:1.0 318:1.0 319:1.0 320:1.0 373:1.0 486:0.5 495:1.0 729:1.0 1454:1.0 2844:1.0 3845:1.0 4 1:0.08695652173913043 8:0.058823529411764705 14:1.5 21:1.0 27:0.021505376344086023 31:1.0 45:1.5 50:0.5 58:0.0625 88:0.5 95:0.25 122:0.5 187:1.0 193:0.08333333333333333 239:0.25 250:1.0 259:0.5 260:1.0 281:0.5 437:0.5 453:1.0 669:1.0 670:0.14285714285714285 671:1.0 672:1.0 827:2.0 900:1.0 949:2.0 1065:2.0 1235:1.0 1664:1.0 1963:1.0 2757:2.0 2962:2.0 3058:1.0 3351:1.0 4 1:0.043478260869565216 7:0.25 17:1.0 22:0.4 26:2.0 27:0.010752688172043012 31:0.2 32:1.0 37:0.2222222222222222 45:1.0 54:0.5 59:1.0 74:0.5 86:1.0 88:0.5 90:0.14285714285714285 101:1.0 112:1.0 113:1.0 115:1.0 122:0.5 123:2.0 129:1.0 134:0.3333333333333333 162:0.25 164:0.08333333333333333 211:1.0 226:1.0 273:0.5 290:2.0 333:1.0 417:0.3333333333333333 453:1.0 486:0.5 692:1.0 719:1.0 846:1.0 893:1.0 980:0.5 1597:1.0 1659:1.0 1798:1.0 2188:1.0 3607:0.5 4 1:0.043478260869565216 6:2.0 7:0.5 8:0.058823529411764705 12:1.0 14:0.5 21:0.5 22:0.2 23:0.25 27:0.010752688172043012 37:0.2222222222222222 41:0.5 43:1.0 44:0.125 45:2.0 57:1.0 58:0.125 81:0.5 84:2.0 93:1.0 95:0.5 107:1.0 127:1.0 142:1.0 171:1.0 189:0.5 203:1.0 212:0.5 260:1.0 268:0.5 295:0.25 314:1.0 437:0.5 446:1.0 486:0.5 519:1.0 556:1.0 649:1.0 747:1.0 786:1.0 826:0.1111111111111111 839:1.0 847:1.0 1059:0.3333333333333333 1064:1.0 1146:1.0 1147:1.0 1148:1.0 1577:1.0 2476:1.0 2870:1.0 4 1:0.043478260869565216 3:1.0 8:0.17647058823529413 14:0.5 17:0.3333333333333333 21:0.5 23:0.25 27:0.021505376344086023 31:0.6 37:0.1111111111111111 45:0.5 48:1.0 65:0.5 86:1.0 88:0.5 91:3.0 95:0.75 127:2.0 160:1.0 162:0.25 174:0.09090909090909091 192:0.3333333333333333 193:0.3333333333333333 198:1.0 259:0.5 273:0.5 274:1.0 281:0.5 300:2.0 312:1.0 332:1.0 333:1.0 375:1.0 382:1.0 433:1.0 486:0.5 519:1.0 537:1.0 538:1.0 554:1.0 573:0.5 576:1.0 700:1.0 726:1.0 792:1.0 1010:1.0 1090:1.0 1261:1.0 1290:1.0 1291:1.0 1305:1.0 1341:1.0 1424:0.25 1503:1.0 2006:1.0 2026:1.0 2044:1.0 2310:1.0 2839:1.0 3017:1.0 4 1:0.08695652173913043 7:0.25 8:0.058823529411764705 12:1.0 14:1.0 17:0.3333333333333333 22:0.2 27:0.021505376344086023 31:0.2 32:1.0 45:0.5 51:1.0 58:0.0625 65:1.0 86:1.0 91:1.0 162:0.25 192:0.3333333333333333 193:0.08333333333333333 202:1.0 212:0.5 259:0.5 266:1.0 273:0.5 291:1.0 381:1.0 446:1.0 519:1.0 537:1.0 653:1.0 654:1.0 695:1.0 699:0.25 733:1.0 791:1.0 813:1.0 911:2.0 987:1.0 1030:1.0 1342:1.0 1439:2.0 2057:1.0 2073:1.0 3168:1.0 3209:1.0 3289:1.0 4 1:0.08695652173913043 2:0.5 7:0.25 8:0.058823529411764705 12:1.0 17:1.0 21:0.5 27:0.021505376344086023 31:0.2 44:0.125 45:0.5 58:0.0625 84:1.0 86:1.0 123:3.0 145:0.09090909090909091 162:0.25 164:0.08333333333333333 166:1.0 169:0.09090909090909091 211:1.0 259:0.25 298:0.3333333333333333 338:1.0 340:1.5 344:1.0 353:1.0 376:2.0 446:1.0 454:1.0 477:0.5 497:1.0 519:1.0 747:1.0 826:0.1111111111111111 1157:2.0 1563:1.0 1599:1.0 1600:1.0 1853:1.0 1900:1.0 1996:1.0 3198:1.0 3288:1.0 4 1:0.043478260869565216 7:0.25 8:0.058823529411764705 26:1.0 27:0.021505376344086023 31:0.4 37:0.2222222222222222 41:0.5 43:1.0 44:0.125 45:0.5 52:0.5 58:0.0625 92:1.0 95:0.25 123:1.0 133:0.5 181:0.06666666666666667 182:1.0 196:1.0 205:1.0 206:0.25 263:1.0 266:1.0 268:0.5 335:1.0 374:1.0 375:1.0 376:1.0 377:1.0 486:0.5 631:1.0 649:1.0 907:0.5 962:1.0 1132:1.0 1155:1.0 1177:1.0 1337:1.0 1922:1.0 2088:1.0 2210:1.0 3369:1.0 4 1:0.043478260869565216 2:0.5 7:0.5 8:0.11764705882352941 14:0.5 22:0.2 27:0.010752688172043012 31:0.2 37:0.1111111111111111 38:1.0 45:1.0 88:0.5 123:3.0 127:1.0 130:1.0 142:1.0 202:2.0 218:1.0 342:1.0 355:1.0 448:1.0 486:0.5 537:1.0 539:1.0 540:1.0 669:1.0 908:1.0 1058:1.0 1090:1.0 1121:0.5 1186:1.0 1620:1.0 1621:1.0 1691:1.0 1711:2.0 1843:1.0 3115:1.0 3211:1.0 4863:1.0 4 3:1.0 7:0.25 8:0.47058823529411764 24:1.0 27:0.010752688172043012 31:0.2 38:1.0 45:1.0 57:1.0 61:0.1 65:0.5 75:1.0 81:0.5 84:1.0 88:0.5 99:0.5 114:1.0 123:1.0 154:1.0 181:0.06666666666666667 184:2.0 234:3.0 235:1.0 298:0.3333333333333333 319:1.0 328:0.25 333:1.0 437:0.5 453:1.0 465:1.0 556:1.0 576:1.0 581:1.0 582:1.0 651:1.0 717:1.0 733:1.0 747:1.0 837:1.0 861:1.0 862:1.0 863:1.0 864:1.0 866:1.0 867:1.0 1214:1.0 1221:1.0 1417:1.0 1491:1.0 2074:1.0 2739:1.0 2857:1.0 4 1:0.043478260869565216 7:0.25 8:0.29411764705882354 14:0.5 17:0.3333333333333333 21:0.5 23:0.25 27:0.021505376344086023 31:0.4 37:0.1111111111111111 45:0.5 65:0.5 88:0.5 95:0.25 101:0.3333333333333333 106:1.0 107:1.0 174:0.09090909090909091 184:2.0 186:1.0 259:0.5 266:1.0 304:0.5 319:1.0 333:1.0 340:0.5 341:1.0 343:1.0 344:1.0 345:1.0 346:0.5 347:1.0 348:1.0 423:1.0 695:1.0 870:1.0 1143:1.0 1563:1.0 1586:1.0 1610:1.0 1841:1.0 2102:0.5 2388:1.0 4 1:0.043478260869565216 7:0.25 8:0.23529411764705882 14:0.5 22:0.2 25:0.5 32:2.0 37:0.1111111111111111 45:1.0 86:1.0 88:1.5 92:1.0 95:1.0 101:0.3333333333333333 144:0.2 161:0.2 218:1.0 259:0.75 281:0.5 304:0.5 486:0.5 537:3.0 551:0.5 573:0.5 608:0.5 1026:1.0 1054:1.0 1065:1.0 1309:0.5 1424:0.25 1846:1.0 1853:1.0 2254:1.0 2757:2.0 3058:1.0 4 1:0.043478260869565216 7:0.5 8:0.058823529411764705 14:1.0 17:0.3333333333333333 21:1.0 22:0.2 24:1.0 26:2.0 27:0.010752688172043012 32:1.0 45:1.0 52:0.5 58:0.0625 59:1.0 75:1.0 76:1.0 91:1.0 99:1.0 107:1.0 129:1.0 145:0.09090909090909091 164:0.08333333333333333 174:0.09090909090909091 178:1.0 184:1.0 192:0.3333333333333333 193:0.08333333333333333 202:1.0 219:1.0 226:1.0 233:1.0 259:1.75 263:1.0 281:0.5 295:0.25 298:0.3333333333333333 304:1.0 528:1.0 537:1.0 551:0.5 792:1.0 889:1.0 898:0.3333333333333333 970:1.0 980:0.5 1338:1.0 1424:0.25 1644:1.0 1708:1.0 1719:1.0 1859:1.0 2684:1.0 3355:1.0 5186:1.0 4 6:2.0 8:0.29411764705882354 21:0.5 22:0.2 24:1.0 31:0.2 32:1.0 37:0.1111111111111111 44:0.125 45:2.0 58:0.125 59:1.0 65:0.5 75:1.0 84:3.0 88:1.0 92:1.0 95:0.25 115:1.0 116:0.3333333333333333 129:1.0 142:1.0 144:0.2 162:0.75 192:0.3333333333333333 193:0.08333333333333333 259:0.5 268:0.5 281:0.5 301:1.0 338:2.0 446:1.0 486:0.5 489:1.0 558:1.0 573:0.5 581:1.0 582:1.0 609:1.0 649:1.0 809:1.0 833:1.0 850:1.0 1026:1.0 1054:1.0 1143:1.0 1424:0.25 1427:1.0 1498:1.0 1783:2.0 1880:1.0 1996:1.0 1997:1.0 2142:2.0 2338:1.0 4 1:0.08695652173913043 6:1.0 7:0.25 8:0.17647058823529413 14:0.5 21:0.5 23:0.25 27:0.03225806451612903 31:0.2 37:0.1111111111111111 44:0.125 45:1.5 51:1.0 54:0.5 58:0.0625 81:0.5 99:0.5 101:0.3333333333333333 134:0.3333333333333333 164:0.08333333333333333 184:1.0 193:0.16666666666666666 234:1.0 312:2.0 314:1.0 328:0.25 341:1.0 372:0.2 373:1.0 374:1.0 440:1.0 573:0.5 576:1.0 667:1.0 839:1.0 990:1.0 1088:2.0 1090:1.0 1577:1.0 1598:0.5 1691:1.0 1933:1.0 2329:1.0 2330:1.0 4 6:1.0 7:0.25 8:0.23529411764705882 17:0.3333333333333333 31:0.2 37:0.1111111111111111 38:1.0 45:0.5 51:1.0 58:0.0625 59:1.0 60:1.0 88:0.5 90:0.14285714285714285 95:0.5 101:0.3333333333333333 162:0.25 187:0.5 188:1.0 204:1.0 216:1.0 234:1.0 260:1.0 328:0.25 355:1.0 382:1.0 433:1.0 453:2.0 582:1.0 599:1.0 653:1.0 717:1.0 747:1.0 900:1.0 929:0.5 1070:1.0 1459:1.0 1460:1.0 1462:1.0 1463:1.0 1478:1.0 3244:1.0 3407:1.0 4286:1.0 4 1:0.043478260869565216 8:0.17647058823529413 14:0.5 17:0.3333333333333333 22:0.2 26:1.0 27:0.010752688172043012 31:0.8 37:0.1111111111111111 45:1.0 51:1.0 58:0.0625 81:1.0 95:0.75 99:0.5 133:0.5 141:0.3333333333333333 145:0.09090909090909091 181:0.06666666666666667 182:1.0 234:1.0 288:1.0 310:1.0 328:0.25 374:1.0 376:1.0 377:1.0 555:1.0 692:1.0 752:1.0 761:1.0 962:1.0 1026:1.0 1094:1.0 1219:1.0 1298:1.0 2093:1.0 2301:1.0 3247:1.0 3248:1.0 4 1:0.043478260869565216 8:0.058823529411764705 21:0.5 24:1.0 27:0.021505376344086023 28:1.0 31:0.8 51:1.0 58:0.0625 81:1.0 95:0.25 128:0.5 133:0.5 137:1.0 162:0.25 178:1.0 181:0.06666666666666667 182:1.0 234:1.0 266:1.0 268:0.5 291:1.0 328:0.25 355:1.0 356:1.0 357:1.0 373:1.0 440:1.0 453:1.0 490:1.0 491:1.0 492:1.0 514:1.0 686:1.0 687:1.0 742:1.0 1088:1.0 1143:1.0 1418:1.0 1563:1.0 1957:1.0 2060:1.0 4 1:0.043478260869565216 7:0.5 8:0.11764705882352941 14:1.0 17:0.3333333333333333 22:0.2 31:0.2 32:1.0 45:1.0 58:0.0625 65:0.5 75:1.0 81:0.5 88:0.5 101:0.3333333333333333 116:0.3333333333333333 133:0.5 134:0.3333333333333333 155:1.0 162:0.25 234:1.0 267:0.5 295:0.25 328:0.25 347:1.0 351:1.0 453:1.0 482:1.0 651:1.0 717:1.0 718:1.0 798:1.0 1094:1.0 1143:1.0 1553:1.0 1569:1.0 1597:1.0 1611:1.0 1948:1.0 1978:1.0 2330:1.0 3256:1.0 3257:1.0 4 1:0.043478260869565216 7:0.25 8:0.17647058823529413 14:0.5 22:0.2 27:0.021505376344086023 31:0.2 32:1.0 43:1.0 45:0.5 51:1.0 57:1.0 65:0.5 154:1.0 155:1.0 204:1.0 226:1.0 234:2.0 328:0.25 371:1.0 443:1.0 453:1.0 485:1.0 524:1.0 717:1.0 818:1.0 837:1.0 1102:1.0 1569:1.0 1597:1.0 2031:1.0 2048:1.0 2049:1.0 2050:1.0 2734:1.0 4 7:0.25 8:0.23529411764705882 14:0.5 24:1.0 27:0.010752688172043012 34:1.0 35:2.0 37:0.1111111111111111 54:1.5 74:0.5 75:1.0 123:3.0 163:1.0 166:1.0 184:2.0 218:1.0 268:0.5 338:1.0 344:1.0 453:1.0 549:1.0 625:1.0 722:1.0 769:1.0 828:1.0 1708:1.0 2259:1.0 4 8:0.11764705882352941 9:1.0 12:1.0 14:0.5 27:0.010752688172043012 30:0.5 31:0.4 37:0.1111111111111111 44:0.125 45:1.5 58:0.1875 81:0.5 84:2.0 88:0.5 92:1.0 101:0.3333333333333333 123:1.0 129:0.5 139:1.0 144:0.2 145:0.09090909090909091 146:1.0 184:1.0 188:1.0 202:2.0 235:1.0 243:1.0 301:1.0 307:1.0 376:1.0 453:1.0 581:1.0 729:1.0 790:1.0 791:1.0 952:0.5 984:2.0 1230:1.0 1306:1.0 1457:1.0 1563:1.0 1634:1.0 1724:1.0 1753:1.0 2090:1.0 2109:1.0 4 1:0.043478260869565216 7:0.5 8:0.29411764705882354 14:0.5 17:0.3333333333333333 26:2.0 27:0.010752688172043012 31:0.4 37:0.1111111111111111 45:0.5 58:0.0625 65:0.5 90:0.14285714285714285 107:1.0 123:1.0 127:1.0 162:0.25 178:1.0 184:1.0 191:1.0 266:1.0 268:0.5 288:1.0 316:1.0 454:1.0 519:1.0 726:1.0 795:1.0 814:1.0 845:1.0 1168:1.0 1340:1.0 1529:1.0 1559:1.0 1755:1.0 1859:1.0 2054:1.0 2057:1.0 2410:1.0 4 2:0.5 8:0.11764705882352941 17:0.3333333333333333 21:0.5 26:1.0 27:0.010752688172043012 40:0.5 44:0.125 45:0.5 54:0.5 69:1.0 88:0.5 99:0.5 162:0.5 184:1.0 223:1.0 224:1.0 234:1.0 237:1.0 259:0.5 266:1.0 281:0.5 319:1.0 332:1.0 446:1.0 477:0.5 499:1.0 655:1.0 1132:1.0 1369:1.0 1923:1.0 2097:1.0 2285:1.0 2484:1.0 2512:1.0 4 11:1.0 14:0.5 17:0.3333333333333333 24:1.0 31:0.2 40:0.5 45:1.0 58:0.0625 69:1.0 142:1.0 145:0.09090909090909091 146:1.0 162:0.25 174:0.09090909090909091 200:1.0 212:0.5 214:1.0 259:0.75 281:0.5 282:1.0 332:1.0 333:1.0 363:1.0 381:1.0 407:1.0 477:0.5 494:1.0 495:1.0 496:1.0 576:1.0 842:1.0 1053:1.0 1203:0.5 1378:1.0 1503:1.0 2163:1.0 2376:1.0 2942:1.0 3297:1.0 3445:1.0 4116:1.0 4339:1.0 4 1:0.043478260869565216 7:0.25 8:0.058823529411764705 17:0.6666666666666666 19:1.0 27:0.03225806451612903 28:1.0 32:1.0 34:1.0 37:0.1111111111111111 45:0.5 57:1.0 84:1.0 86:1.0 90:0.14285714285714285 115:1.0 134:0.3333333333333333 145:0.09090909090909091 146:1.0 281:0.5 282:1.0 283:1.0 346:0.5 356:1.0 376:1.0 425:0.3333333333333333 448:1.0 519:1.0 538:1.0 548:0.06666666666666667 651:1.0 912:1.0 970:1.0 1396:1.0 1668:1.0 1826:0.5 2168:1.0 3029:1.0 3355:1.0 4 1:0.043478260869565216 8:0.058823529411764705 12:1.0 17:0.3333333333333333 19:1.0 21:0.5 27:0.03225806451612903 37:0.2222222222222222 45:1.0 58:0.0625 84:1.0 86:1.0 88:1.0 116:0.3333333333333333 142:1.0 154:1.0 177:1.0 184:1.0 185:1.0 187:0.5 188:1.0 211:1.0 234:1.0 261:1.0 262:0.5 425:0.3333333333333333 437:0.5 548:0.06666666666666667 832:1.0 862:1.0 929:0.5 1203:0.5 1808:1.0 1843:1.0 2057:1.0 2157:1.0 2750:1.0 3311:1.0 4 1:0.043478260869565216 7:0.25 8:0.17647058823529413 21:0.5 27:0.021505376344086023 31:0.4 37:0.1111111111111111 45:1.5 50:0.25 65:0.5 81:0.5 99:0.5 127:1.0 142:1.0 162:0.25 184:1.0 198:1.0 202:3.0 266:1.0 273:0.5 274:1.0 275:1.0 333:1.0 342:1.0 350:1.0 537:2.0 539:1.0 545:1.0 548:0.06666666666666667 718:1.0 726:1.0 832:1.0 866:1.0 911:1.0 989:1.0 1151:1.0 1168:1.0 1182:1.0 1304:1.0 1340:2.0 1341:1.0 1342:1.0 1343:1.0 1446:0.3333333333333333 1681:1.0 1729:1.0 1838:1.0 1962:1.0 2044:1.0 3738:1.0 4 1:0.043478260869565216 8:0.11764705882352941 14:0.5 17:0.6666666666666666 19:1.0 21:1.0 22:0.2 27:0.010752688172043012 31:0.2 37:0.1111111111111111 45:3.0 88:0.5 99:0.5 101:0.3333333333333333 115:1.0 123:2.0 127:1.0 202:2.0 234:1.0 252:0.3333333333333333 259:0.25 266:1.0 268:0.5 288:1.0 328:0.25 401:1.0 454:1.0 548:0.06666666666666667 600:0.3333333333333333 626:2.0 715:1.0 726:1.0 872:3.0 911:1.0 1733:1.0 1946:1.0 1947:1.0 1948:1.0 2172:1.0 2240:1.0 2347:1.0 2477:1.0 2924:1.0 3110:1.0 3403:1.0 4 1:0.08695652173913043 8:0.11764705882352941 14:0.5 17:0.6666666666666666 19:1.0 21:0.5 27:0.021505376344086023 31:0.2 45:1.5 95:0.25 126:1.0 127:1.0 130:1.0 131:1.0 132:1.0 133:0.5 134:0.3333333333333333 145:0.09090909090909091 146:1.0 154:1.0 196:1.0 211:1.0 216:1.0 243:2.0 268:0.5 488:1.0 489:1.0 508:1.0 548:0.06666666666666667 576:1.0 600:0.3333333333333333 697:0.5 714:1.0 729:1.0 818:1.0 837:1.0 854:1.0 1048:1.0 1090:1.0 1188:1.0 1189:0.5 1229:1.0 1733:1.0 2327:1.0 2330:1.0 2346:1.0 3286:1.0 3414:1.0 4 2:0.5 8:0.35294117647058826 14:1.5 17:0.3333333333333333 21:0.5 23:0.5 27:0.021505376344086023 31:0.2 37:0.2222222222222222 45:0.5 85:1.0 88:0.5 123:2.0 127:1.0 129:0.5 142:1.0 162:0.25 187:0.5 190:1.0 193:0.16666666666666666 198:1.0 212:0.5 226:1.0 277:1.0 300:1.0 307:1.0 333:1.0 401:1.0 446:1.0 448:1.0 507:0.5 548:0.06666666666666667 556:1.0 576:1.0 625:1.0 705:1.0 850:1.0 925:1.0 1002:1.0 1024:0.5 1380:1.0 1424:0.25 1524:1.0 1535:1.0 1536:1.0 1537:1.0 1635:1.0 1713:1.0 1745:1.0 1954:0.5 2173:1.0 2337:1.0 2677:1.0 2696:1.0 4 1:0.08695652173913043 8:0.11764705882352941 14:0.5 17:0.6666666666666666 21:0.5 22:0.2 27:0.03225806451612903 43:1.0 44:0.125 45:2.5 50:0.25 81:0.5 95:0.25 115:1.0 144:0.2 193:0.08333333333333333 196:1.0 215:1.0 259:0.25 260:1.0 317:1.0 376:1.0 437:0.5 524:1.0 631:1.0 743:1.0 818:1.0 827:1.0 1026:1.0 1218:1.0 1298:1.0 1349:1.0 1598:0.5 1660:1.0 1904:1.0 2303:1.0 4 7:0.5 8:0.17647058823529413 17:0.3333333333333333 27:0.010752688172043012 31:0.4 37:0.1111111111111111 45:0.5 48:1.0 51:1.0 54:0.5 88:0.5 133:0.5 141:0.3333333333333333 201:0.3333333333333333 259:0.25 266:1.0 295:0.25 422:1.0 446:1.0 475:1.0 501:0.5 508:1.0 523:0.5 539:1.0 822:1.0 925:1.0 988:2.0 992:1.0 1001:1.0 1009:1.0 1186:1.0 1242:1.0 1853:1.0 1903:1.0 2521:1.0 2833:1.0 2949:1.0 4 1:0.043478260869565216 7:0.25 8:0.11764705882352941 21:0.5 26:1.0 27:0.03225806451612903 31:0.4 37:0.2222222222222222 44:0.125 45:0.5 50:0.25 75:1.0 99:0.5 101:0.3333333333333333 123:1.0 164:0.08333333333333333 174:0.09090909090909091 291:1.0 301:1.0 327:0.5 355:1.0 363:1.0 417:0.3333333333333333 437:0.5 448:1.0 449:1.0 554:1.0 581:1.0 582:1.0 758:1.0 870:1.0 965:1.0 1200:1.0 1201:1.0 1923:1.0 2929:1.0 3776:1.0 4 1:0.08695652173913043 7:0.25 8:0.17647058823529413 17:0.3333333333333333 19:1.0 21:0.5 24:1.0 27:0.021505376344086023 45:0.5 57:1.0 88:0.5 101:0.3333333333333333 130:1.0 134:0.3333333333333333 212:1.0 216:1.0 259:0.5 608:0.5 655:1.0 1050:1.0 1054:1.0 1459:1.0 1460:1.0 1462:1.0 1463:1.0 1947:1.0 2747:1.0 2753:1.0 3310:1.0 3388:1.0 3407:1.0 4 1:0.043478260869565216 7:0.25 12:1.0 19:1.0 21:0.5 22:0.2 26:1.0 27:0.021505376344086023 30:0.5 31:0.4 37:0.1111111111111111 40:0.5 45:1.0 52:0.5 58:0.0625 84:1.0 95:0.25 101:0.3333333333333333 161:0.2 175:1.0 181:0.06666666666666667 182:1.0 184:2.0 186:1.0 187:0.5 188:1.0 196:1.0 295:0.25 314:1.0 342:1.0 371:1.0 374:1.0 391:1.0 442:1.0 538:1.0 762:1.0 828:1.0 1026:1.0 1056:1.0 1123:1.0 1315:1.0 2131:1.0 2655:1.0 3211:1.0
c17fb44b33e484b862619202e18b18cad0809090
8c8c1ab38e21729879e1fb57636eb778aaf88ca5
/EXP_4_2.sce
a8ecafc1f351ab9c346fd2b588480d3bc37ff4e8
[]
no_license
Rutvik1999/Scilab_3rdSemester
3b9454b18220ed503e7129bf77a797feecd8f039
12342f90814f64e86398621be3070d5569388634
refs/heads/master
2020-05-18T08:21:10.203092
2019-04-30T16:03:59
2019-04-30T16:03:59
184,292,298
0
0
null
null
null
null
UTF-8
Scilab
false
false
565
sce
EXP_4_2.sce
t = -10:1:10; y = [ zeros(1,10), ones(1,1), zeros(1,10)]; clf(0) subplot(3,1,1); plot2d3(t,y); energy_uimpulse = sum(t.*y); disp("Energy of Unit impulse signal = "); disp(energy_uimpulse); title("unit impulse"); y2 = [ zeros(1,10), ones(1,11) ]; subplot(3,1,2); plot2d3(t,y2); energy_ustep = sum(t.*y2); disp("Energy of Unit step signal = "); disp(energy_ustep); title("Unit Step"); subplot(3,1,3); t2 = y2.*t; energy_uramp = sum(t.*t2); disp("Energy of Unit ramp signal = "); disp(energy_uramp); plot2d3(t,t2); title("Unit Ramp");
4155c21a69bb7b1b7d4c044a5dcdb276cc8b4f81
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH21/EX14.21.10/Ex14_21_10.sce
a14acf6e26ff1ea16be3bce3ac9cde0756ed7ce4
[]
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
393
sce
Ex14_21_10.sce
//Section-14,Example-6,Page no.-PC.17 //To calculate the temperature at which v_mp(CO_2)=2*v_mp(CO_2)at 20 degree celcius. clc; //v_mp=sqrt((2*K*T)/m) //sqrt((2*K*T_1)/m)=2*((2*K*T_2)/m) T_2=293 //K T_1=2^2*(T_2) //K disp(T_1,'Required temperature(K)') T_1_deg=T_1-273 //K disp(T_1_deg,'Required temperature(degree celius)')
5bd2798d3695bf5166bf4080fd35bdd2431c75c5
449d555969bfd7befe906877abab098c6e63a0e8
/3136/CH3/EX3.2/Ex3_2.sce
69fc35fa3daebdb05b5c018170ba93b7bd2c5b67
[]
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,030
sce
Ex3_2.sce
clear all; clc; //This numerical is Ex 3_1S,page 43. N=800 Q=397//in meter cube per hour r_1=7.6 b_1=10.2 r_2=22.9 b_2=7.6 omega=N*%pi/30 printf('The angular velocity is %g rad/s',omega) omegar=83.7 disp("After rounding off the value of angular velocity is 83.7 rad/s") U_1=omega*r_1/100 printf(' U_1=%g',U_1) disp("After rounding off the value of U_1 is 6.36 m/s") U_1r=6.36//rounded value of U1 U_2=omega*r_2/100 printf(' U_2=%g',U_2) disp("After rounding off the value of U_2 is 19.2 m/s") A_1=2*%pi*r_1*b_1 printf(' A_1=%g cm^2',A_1) disp("After rounding off the value of A_1 is 487 cm^2") A_2=2*%pi*r_2*b_2 printf(' A_2=%g cm^2',A_2) disp("After rounding off the value of A_2 is 1093.5 cm^2") A_1r=487//rounded off A_2r=1093.5//rounded off V_r1=(Q/3600)/(A_1r/10000) printf(' The value of V_r1 is %g',V_r1) disp("The value of V_r1 after rounding off is 2.26 m/s") V_r2=(Q/3600)/(A_2r/10000) printf(' The value of V_r2 is %g',V_r2) disp("The value of V_r2 after rounding off is 1.01 m/s")
67decfd52611b71052ccf5b8fa519775c027cb21
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/CF5.prev.tst
36106a5e55b6d3b2b0720e5b193ee68d04df9626
[ "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
1,069
tst
CF5.prev.tst
0; 1/1, 1/1, 1/2, 1/1, 1/2, 1/1, 1/4, 1/3, 1/13, 1/5, 1/1, 1/1, 1/8, 1/1, 1/2, 1/4, 1/1, 1/1, 1/40, 1/1, 1/11, 1/3, 1/7, 1/1, 1/7, 1/1, 1/1, 1/5, 1/1, 1/49, 1/4, 1/1, 1/65, 1/1, 1/4, 1/7, 1/11, 1/1, 1/399, 1/2, 1/1, 1/3, 1/2, 1/1, 1/2, 1/1, 1/5, 1/3, 1/2, 1/1, 1/10, 1/1, 1/1, 1/1, 1/1, 1/2, 1/1, 1/1, 1/3, 1/1, 1/4, 1/1, 1/1, 1/2, 1/5, 1/1, 1/3, 1/6, 1/2, 1/1, 1/2, 1/1, 1/1, 1/1, 1/2, 1/1, 1/3, 1/16, 1/8, 1/1, 1/1, 1/2, 1/16, 1/6, 1/1, 1/2, 1/2, 1/1, 1/7, 1/2, 1/1, 1/1, 1/1, 1/3, 1/1, 1/2, 1/1, 1/2, 1/13, 1/5, 1/1, 1/1, 1/1, 1/6, 1/1, 1/2, 1/3, 1/3, 1/1, 1/1, 1/1, 1/4, 1/11, 1/1, 1/18, 1/121, 1/1, 1/2, 1/1, 1/1, 1/3, 1/1, 1/8, 1/1, 1/15, 1/1, 1/22, 1/1, 1/2, 1/20, 1/9, 1/3, 1/4, 1/4, 1/2, 1/1, 1/2, 1/1, 1/2, 1/1, 1/2, 1/15, 1/1, 1/1, 1/12, 1/3, 1/1, 1/11, 1/8, 1/2, 1/1, 1/12, 1/1, 1/14, 1/4, 1/1, 1/1, 1/2, 1/5, 1/3, 1/1, 1/4, 1/2, 1/2, 1/24, 1/3, 1/1, 1/6, 1/1, 1/5, 1/1, 1/1, 1/1, 1/1, 1/2, 1/1, 1/4, 1/2, 1/2, 1/1, 1/14, 1/9, 1/1, 1/2, 1/1, 1/4, 1/1, 1/2, 1/2, 1/6, 1/8, 1/2, 1/3, 1/1, 1/16, 1/1, 1/6, 1/1, 1/2, 1/1, 1/7, 1/1, 1/2, 1/1, 1/4, 1/2, 1/2, 0/1
01c6ff2454952b56439053419bdecd25f2504c06
5e2f693e5254f2da466e8becbfee48179ab8b7b4
/iirnotch.sce
a27325459c02f94bbba1b201af83f09904006336
[]
no_license
SujaySimha81/Signal-processing
466fab37670687b5901b62beb5ede5cbbd87cd49
a2516e7f1f7e594bb82251434f6ba4843fba6dcd
refs/heads/master
2020-03-23T22:42:12.500932
2018-07-24T17:49:25
2018-07-24T17:49:25
142,192,663
0
0
null
null
null
null
UTF-8
Scilab
false
false
218
sce
iirnotch.sce
function [hf,f]=iirnotch(f0,fs,r) b0=1; b1=-2*cos(2*3.14*f0/fs); b2=1; a0=1; a1=-2*r*cos(2*3.14*f0/fs) a2=r*r; b=[b2,b1,b0]; a=[a2,a1,a0]; [h1,f1]=frmag(b,a,fs); hf=20*log10(abs(h1)); f=f1*fs; endfunction
58fc79952a016b6d8e356675b4b1e236910848c8
7dbe475cd217e686e9689cb0536a9a73f625a85b
/Rez/univariate-lcmsr-post_mi/mvi/~LCM-SR-mvi-nat.tst
3def7e84978b0a180949ec0fd509e84e765a58ec
[]
no_license
jflournoy/lnt_pxvx
fac8d6b00b886fa3dc800dcaa288aa186027b9ea
3f1ddc64e4bf0aecddfa21d45f889620dbdd442d
refs/heads/master
2021-10-20T12:52:55.625243
2019-02-27T17:06:09
2019-02-27T17:06:09
64,423,528
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,064
tst
~LCM-SR-mvi-nat.tst
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM. ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 0.669555D-01 2 -0.943524D-03 0.535045D-03 3 -0.398941D-03 0.198902D-05 0.234471D-02 4 -0.615876D-01 0.591444D-02 0.225702D-01 0.318327D+01 5 0.341858D-02 0.450113D-04 0.247153D-01 0.120447D+00 0.103809D+01 6 0.150933D+00 -0.270859D-03 -0.161360D-01 0.714429D-01 -0.358633D+00 7 0.300208D-02 -0.381987D-03 0.384149D-04 -0.141741D-01 0.563262D-02 8 -0.119271D-02 -0.226443D-04 -0.833254D-04 -0.204279D-02 -0.156656D-02 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 6 7 8 ________ ________ ________ 6 0.126922D+02 7 0.112682D+00 0.204327D-01 8 -0.608916D-01 -0.188654D-02 0.643987D-03 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 1.000 2 -0.158 1.000 3 -0.032 0.002 1.000 4 -0.133 0.143 0.261 1.000 5 0.013 0.002 0.501 0.066 1.000 6 0.164 -0.003 -0.094 0.011 -0.099 7 0.081 -0.116 0.006 -0.056 0.039 8 -0.182 -0.039 -0.068 -0.045 -0.061 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 6 7 8 ________ ________ ________ 6 1.000 7 0.221 1.000 8 -0.674 -0.520 1.000
54e2107d35440fa62e9f5798ae1123ae9d2fa83a
449d555969bfd7befe906877abab098c6e63a0e8
/2243/CH6/EX6.2/Ex6_2.sce
ecb4f479d76eb4a5b10713898c1d865c41fc8eee
[]
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
733
sce
Ex6_2.sce
clc(); clear; //Given : h = 6.625*10^-34;//Planck's constant in Js c = 3*10^8 ; //velocity of light in m/s // 1A = 1.0*10^-10 m //(a)Energy of a photon : // E = h*nu or E = h*c/lambda printf("Energy of a photon is %2.4f x 10^-16 /lambda(in A) J\n",((h*c)*10^10)*10^16); //1eV = 1.6*10^-19 J printf("Energy of a photon is %.0f/lambda(in A) eV\n\n",round(((h*c)/(1.6*10^-19))*10^10)); //(b)Visible light Range is 4000-7000 A lambda1 = 4000;//Wavelength in A lambda2 = 7000;//Wavelength in A // 1eV = 1.6*10^-19 J , E1 = (h*c)/(lambda1*10^-10*1.6*10^-19); //Energy in eV E2 = (h*c)/(lambda2*10^-10*1.6*10^-19);//Energy in eV printf("Hence the range of energies for visible photos is %.1f eV to %.1f eV",E2,E1);
639f5152ee530a113836cc030c9001b081be6301
449d555969bfd7befe906877abab098c6e63a0e8
/443/DEPENDENCIES/17_32_data.sci
99eb5a9a1e48aa42a9e5e8959a331a50f40ddbfa
[]
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
832
sci
17_32_data.sci
//Mean effective pressure(in bar) pim=3; //Bore of the engine(in m) D=0.22; //Stroke of the engine(in m) L=0.28; //Total no of revolution N=350; //Effective diameter of brake wheel(in m) De=1; //Net load on brake wheel(in kg) W=65; //Mass of gas used at NTP(in kg/h) Vg=4; //Calorific value of fuel(in kJ/kgK) CV=43000; //Cooling water circulated (in kg) Vc=500; //Cooling water temperature rise(in C) dwc=20; //Specific heat of cooling water(in kJ/kgK) Cpw=4.18; //Percentage H H2=0.15; //Mass of air used(in kg/min) ma=32*4; //Specific heat of dry exhaust gases(in kJ/kgK) Cdeg=1; //External temperature(in K) Tex=673; //Room temperature(in K) Ta=293; //Latent heat of steam(in kJ/kg) Ls=2250; //Specific heat of steam(in kJ/kgK) Cps=2.1; //Temperature of superheated steam(in C) Tsup=400;
a75a3414f3234ad06397421cb23556db4a2bc08f
449d555969bfd7befe906877abab098c6e63a0e8
/788/CH11/EX11.4.a/11_4_data.sci
0a679d088f5686b92f4caef091ce5c3213661ce5
[]
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
257
sci
11_4_data.sci
// Aim:To find the rating of heat exchanger required to dissipate generated heat // Given: // oil flow-rate: Q=20; //gpm // operating pressure: p=1000; //psi // overall efficiency of pump: eff_overall=85; //% // power lost due to friction: HP_frict=10; //%
4fc672ae85801d95582a61bae7b975f884849c1c
449d555969bfd7befe906877abab098c6e63a0e8
/249/CH22/EX22.1/22_01.sce
d709b0b1780294a0816783da13fee23746e2512f
[]
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
552
sce
22_01.sce
clear clc PA=101325;//Pa HA=36845;//PA.m3.l/mol CBo=1000;//mol/m3 v=10^-4;//m3*l/s h=5;//m A=0.1;//m2 CA=PA/HA; FBo=v*CBo; Vr=A*h; dp=5*10^-3;//mcat d_solid=4500;//kg/m3cat De=8*10^-10;//m3l/mcat.s n=0.5; b=1; k=2.35*10^-3; L=dp/6; kai_overall=0.02; kac_ac=0.05; f=0.6; //For a half-order reaction Mt=L*sqrt((n+1)*(k*d_solid*(CA)^(n-1))/(2*De)); E=1/Mt; rA=(1/((1/(kai_overall))+(1/(kac_ac))+(1/(k*b*(CA^(n-1))*E*f*d_solid))))*(PA/HA); //From Material Balance XB=b*rA*Vr/FBo; printf("\n The conversion of acetone is %f",XB)
f33bf982528030fea766d7973fc4db5409276d03
449d555969bfd7befe906877abab098c6e63a0e8
/2741/CH4/EX4.5/Chapter4_Example5.sce
b7df679401bff02ee7bac59ba18897da1cba8080
[]
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
715
sce
Chapter4_Example5.sce
clc clear //Input data m=50;//Mass of water in gms t1=15;//Initial temperature in degree centigrade t2=-20;//Final temperature in degree centigrade Sp=0.5;//Specific heat of Ice in cal/g-K Li=80;//Latent heat of fusion of Ice in cals per gram //Calculations h1=m*1*t1;//Heat removed in cooling water from 15 to 0 degree centigrade in cal h2=m*Li;//Heat removed in converting water into Ice at 0 degree centigrade in cal h3=m*Sp*-t2;//Heat removed in cooling ice from 0 to -20 degree centigrade in cal H=h1+h2+h3;//Total heat removed in one hour in cal H1=H/60;//Heat removed per minute in cal/minute //Output printf('The Quantity of heat removed per minute is %3.1f cal/minute ',H1)
f62794b89da7b42fa8d123efad0174f3312d49ba
717ddeb7e700373742c617a95e25a2376565112c
/1340/CH8/EX8.6/8_6.sce
eceee048df25ee60d078f297aa284021599f0887
[]
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
1,007
sce
8_6.sce
clear; clc; xdel(winsid()); //close all windows s = %s; G = syslin('c',(s+2)/((s+3)*(s^2+2*s+2))); evans(G,10); xgrid(); a = gca(); a.box = "on"; a.data_bounds = [-6 -3; 2 3]; a.children(1).visible = 'off'; xtitle('Root locus of G(s) = (s+2)/ ((s+3)*(s^2+2*s+2))'); up = roots(numer(G));disp(up,"zero of G(s)="); down = roots(denom(G));disp(down,"poles of G(s)="); test = -1+%i; //calculating the angle made by the vector from zero to the pole zeroangle = atan((imag(down(2))-imag(up)),(real(down(2))-real(up)))*180/%pi; //calculating the angle made by the vector from rest of the poles to the pole pole1angle = atan((imag(down(2))-imag(down(1))),(real(down(2))-real(down(1))))*180/%pi; pole3angle = atan((imag(down(2))-imag(down(3))),(real(down(2))-real(down(3))))*180/%pi; //angle of departure = 180-(sum of angles from the rest of the poles)+(sum of angles from the zeroes) depang = 180-(pole1angle+pole3angle)+zeroangle; disp(depang,"=",down(2),"angle of departure from ");
b3680996d497aec928ea491c7f3c10e371685230
9bc415d58bf063a1bca303fea640e644333dbdbd
/Scilab/Sinais_e_Sistemas/respol.sci
3749afa6aae8548d7fa092d13af453611ff3890e
[]
no_license
Roast-Lord/SMGcodes
36e55be6c1cc17af91ab2e3f5117c78684f20604
b75107be829fb4373dc1bc4b8696fe4b9cec437a
refs/heads/main
2023-07-05T05:25:50.557705
2021-08-17T17:46:25
2021-08-17T17:46:25
301,012,145
1
0
null
null
null
null
UTF-8
Scilab
false
false
551
sci
respol.sci
// Computation of residues // 4 . 5 // Numerator and denominator coefficients // are passed in decreasing powers of z ( say ) //[res pol q]=respol(flip(coeff(Hz(2))),flip(coeff(Hz(3)))) function [ res , pol , q ] = respol ( num , den ) len = length ( num ) ; if num ( len ) == 0 num = num (1: len -1) ; end [ resi ,q ] = pfe ( num , den ) ; res = resi (: ,2) ; res = int ( res ) + ( clean ( res - int ( res ) ,1.d -04) ) ; pol = resi (: ,1) ; pol = int ( pol ) + ( clean ( pol - int ( pol ) ,1.d -04) ) ; endfunction ;
963adf0f1c9a519ba4e914a8a8afbcc92d880435
244971ae8af51184d278cdc2be1c80775413adae
/SSSoPolAnalyzer.sci
2009cb6aab2f6f1e7e6e3e62a6f83bd990a01f92
[]
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
1,285
sci
SSSoPolAnalyzer.sci
// The code was developed under Horizon2020 Framework Programme // Project: 748767 — SIMFREE function [S0,S1,S2,S3,DOP]=SSSoPolAnalyzer(In) // Polarization Analyser // // Calling Sequence // [S0,S1,S2,S3,DOP]=SSSoPolAnalyzer(In) // // Parameters // In : Optical Input // S0 : // S1 : Stokes S1/S0 // S2 : Stokes S2/S0 // S3 : Stokes S3/S0 // DOP : Degree of Polarization // // Description // Computes the Degree of Polarization and normalized Stokes parameters. // The Stokes parameters are a measure of the state of polarization (SOP). // // Polarization S1 S2 S3 // Linear X 1 0 0 // Linear Y -1 0 0 // Linear +45 degs 0 1 0 // Linear -45 degs 0 -1 0 // Right CP 0 0 1 // Left CP 0 0 -1 // Unpolarized 0 0 0 // [lhs,rhs]=argn(0); if rhs==0 then error("Expect at least one argument"); end xin=ftt(In(:,1)); yin=ftt(In(:,2)); ax=abs(xin).^2; ay=abs(yin).^2; b=2*conj(xin).*yin; s0=ax+ay; s1=ax-ay; s2=real(b); s3=imag(b); S1=mean(s1/s0); S2=mean(s2/s0); S3=mean(s3/s0); DOP=sqrt(s1.^2+s2.^2+s3.^2)/s0; endfunction
3288b1c959c43b446039efd7a0095f52c19faa48
449d555969bfd7befe906877abab098c6e63a0e8
/75/CH1/EX1.10/ex_10.sce
c615d14953804e3c45ad5f65a2b741d33f28c94f
[]
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
730
sce
ex_10.sce
// PG (25) // Consider solving ax^2 + b*x + c = // Consider a polynomial y = x^2 - 26*x + 1 = 0 x = poly(0,"x"); y = x^2 - 26*x + 1 p = roots(y) ra1 = p(2,1) ra2 = p(1,1) // Using the standard quadratic formula for finding roots, rt1 = (-(-26)+sqrt((-26)^2 - 4*1*1))/(2*1) rt2 = (-(-26)-sqrt((-26)^2 - 4*1*1))/(2*1) // Relative error rel1 = (ra1-rt1)/ra1 rel2 = (ra2-rt2)/ra2 // The significant errors have been lost in the subtraction ra2 = xa - ya. // The accuracy in ra2 is much less. // To calculate ra2 accurately, we use: rt2 = ((13-sqrt(168))*(13+sqrt(168)))/(1*(13+sqrt(168))) // Now, rt2 is nearly equal to ra2. So, by exact calculations, we will now get a much better rel2.
2a009362b37e5421d4cb06c6a4fd07d690b0f227
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.1.1/Unix/scilab-2.1.1/macros/percent/%ras.sci
77d338be5159a3b99de6237fbb5e2d557e5b22fb
[ "MIT", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
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
219
sci
%ras.sci
function f=%ras(f,m) // f=%ras(f,m) <=> f = f+m, //f: transfer matrix, m : scalar or scalar matrix //! [p,q]=size(m); if p==1&q==1 then f(2)=f(2)+m*f(3);return;end if p+q=-2 then m=m*eye(f(3));end f(2)=f(2)+m.*f(3);
aede7030646fbaa5c0961da5ee180b3d741d10b4
e3c27edbd2f0a8e733cee84b90a906c0a6d7c176
/sem_3/c/thmin/cicle.tst
50205db78a4a1db97798fb2b5ab21b4b7842ecf0
[]
no_license
dmitryhd/dmitryhd_code
c32223da5506156a068bbb0f20ad4cd06fdf2166
5173f6f74d4fa1c9c5fba9ffc4fc9134c56f4b0c
refs/heads/master
2021-01-17T11:56:50.221745
2011-04-26T18:31:58
2011-04-26T18:31:58
1,650,576
0
0
null
null
null
null
UTF-8
Scilab
false
false
61
tst
cicle.tst
10 1 0 1 1 0 1 100 0 12 123 12 213 22 1 13 123 876 23 25 345
136b7bd0d720ec2d618fcf92dbe710af6e600a85
449d555969bfd7befe906877abab098c6e63a0e8
/884/CH16/EX16.6/Example16_6.sce
bdfe729411e6a44814af8706f3cd9eead9e9985f
[]
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
880
sce
Example16_6.sce
// Computation of pH in a titration of weak base and strong acid at equivalence point clear; clc; printf("\t Example 16.6\n"); InitNH3=0.1;//Initial concentration of NH3 solution, M VNH3=25;//volume of NH3, mL nNH3=InitNH3*VNH3/1000; Ka=5.6*10^-10;//equilibrium constant of acid, M N=0.1;//Initial concentration, M V=VNH3/InitNH3*N;//Initial volume, mL V_total=V+VNH3;//total volume of the mixture, mL n_NH4Cl=nNH3;//moles of NH4Cl NH4Cl=n_NH4Cl/V_total*1000;//conc of NH4+ ions formed, M //Let 'x' be the equilibrium concentration of the [H+] and [NH3] ions, M x=sqrt(Ka*NH4Cl);//from the definition of ionisation constant Ka=[H+]*[NH3]/[NH4+]=x*x/(NH4+-x), which reduces to x*x/NH4+, as x<<NH4+ (approximation) pH=-log10(x);//since x is the conc. of [H+] ions printf("\t the pH of the solution at equivalent point is : %4.2f \n",pH); //End
584204cbf67996e6da16578c2bb4e3eed097c731
449d555969bfd7befe906877abab098c6e63a0e8
/2870/CH10/EX10.9/Ex10_9.sce
c4a1063519fdd1db55212fe459eeaa1b63e0cf61
[]
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
545
sce
Ex10_9.sce
clc;clear; //Example 10.9 //given data P1=5; P2=7000; P3=P2; T3=500; P4=P1; //gas cycle from Ex9-6 //d stands for ' h4d=880.36; T4d=853; qin=790.58; wnetg=210.41; nth=0.266 h5d=451.80; //steam cycle h2=144.78; T2=33; h3=3411.4; T3=500; wnets=1331.4; nth=0.408; //calculations //Ein = Eout //y is the ratio of ms/mg y=(h4d-h5d)/(h3-h2); disp(y,'the ratio of the mass flow rates of the steam and the combustion gases'); wnet=wnetg+y*wnets nth=wnet/qin; disp(nth,'the thermal efficiency of the combined cycle')
b081e745dbacb94cce6fd75e4d09b6fe845ab464
449d555969bfd7befe906877abab098c6e63a0e8
/405/CH5/EX5.5/5_5.sce
e7dc531412c030912104d2b72a32f52eee1e2875
[]
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,663
sce
5_5.sce
clear; clc; printf("\t\t\tExample Number 5.5\n\n\n"); // flat plate with constant heat flux // illustration5.5 // solution u = 5;// [m/s] air velocity l = 0.6;// [m] plate length Ta = 27+273.15;// [K] temperature of airstream // properties should be evaluated at the film temperature, but we do not know the plate temperature so for an initial calculation we take the properties at the free-stream conditions of v = 15.69*10^(-6);// [square meter/s] kinematic viscosity k = 0.02624;// [W/m degree celsius] heat transfer coefficient Pr = 0.7;// prandtl number Re_l = l*u/v;// reynolds number P = 1000;// [W] power of heater qw = P/l^(2);// [W/square meter] heat flux per unit area // from equation (5-50) the average temperature difference is Tw_minus_Tinf_bar = qw*l/(0.6795*k*(Re_l)^(1/2)*(Pr)^(1/3));// [degree celsius] // now, we go back and evaluate properties at Tf = (Tw_minus_Tinf_bar+Ta+Ta)/2;// [degree celsius] // and obtain v1 = 28.22*10^(-6);// [square meter/s] kinematic viscosity k1 = 0.035;// [W/m degree celsius] heat transfer coefficient Pr1 = 0.687;// prandtl number Re_l1 = l*u/v1;// reynolds number Tw_minus_Tinf_bar1 = qw*l/(0.6795*k1*(Re_l1)^(1/2)*(Pr1)^(1/3));// [degree celsius] // at the end of the plate(x = l = 0.6m) the temperature difference is obtained from equation (5-48) and (5-50) with the constant of 0.453 Tw_minus_Tinf_x_equal_l = Tw_minus_Tinf_bar1*0.6795/0.453;// [degree celsius] printf("average temperature difference along the plate is %f degree celsius",Tw_minus_Tinf_bar); printf("\n\n temperature difference at the trailing edge is %f degree celsius",Tw_minus_Tinf_x_equal_l);
1f3d1fdd0dd8d8309ad046f81d905061f6034266
449d555969bfd7befe906877abab098c6e63a0e8
/1049/CH6/EX6.35/ch6_35.sce
029ed19a45361dff3f8ce4f45e65899cfeee9801
[]
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
ch6_35.sce
clear; clc; V=415; V_ml=sqrt(2)*V; R=.2; I_o=80; r_s=0.04; v_T=1.5; X_l=.25;//reactance=w*L disp("when firing angle=35deg"); a=35; E=-(-3*V_ml*cosd(a)/%pi+I_o*R+2*I_o*r_s+2*v_T+3*X_l*I_o/%pi); printf("mean generator voltage=%.3f V",E); disp("when firing angle advance=35deg"); a1=35; a=180-a1; E=(-3*V_ml*cosd(a)/%pi+I_o*R+2*I_o*r_s+2*v_T+3*X_l*I_o/%pi); printf("mean generator voltage=%.3f V",E);
7c7d708da40891409a7f1182e4986db65b592acf
449d555969bfd7befe906877abab098c6e63a0e8
/431/CH2/EX2.14/EX2_14.sce
fa96846c1d32de8c8c43eb1966d8d0c832ec3e9f
[]
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
673
sce
EX2_14.sce
//calculating speed ratio of generator and motor working conditios //Chapter 2 //Example 2.14 //page 101 clear; clc; disp("Example 2.14") V=250; //voltage supply in volts Ra=0.12; //armature resistance in ohms Rf=100; //field resistance in ohms Il=80; //load current in amperes If=V/Rf printf("Field current,If=%f",If) disp("When machine is generating") Ia=Il+If Eg=(V+(Ia*Ra)) printf("\nIa=%fA",Ia) printf("\nEg=%fV",Eg) disp("When machine is motoring") Ia=Il-If Em=(V-(Ia*Ra)) printf("\nIa=%fA",Ia) printf("\nEg=%fV",Em) ratio=Eg/Em printf("\nRatio of speeds=%f",ratio)
02e663ae03f70dee00caa4015af3cb92c16b39d2
5a05d7e1b331922620afe242e4393f426335f2e3
/macros/blackmannuttall.sci
6719fde0d7c588c752402296b5540504796ca610
[]
no_license
sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox
2728cf855f58886c7c4a9317cc00784ba8cd8a5b
91f8045f58b6b96dbaaf2d4400586660b92d461c
refs/heads/master
2022-04-19T17:33:22.731810
2020-04-22T12:17:41
2020-04-22T12:17:41
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,688
sci
blackmannuttall.sci
//function [w] = blackmannuttall (m, opt) //This function returns the filter coefficients of a Blackman-Nuttall window. //Calling Sequence //w = blackmannuttall (m) //w = blackmannuttall (m, opt) //Parameters //m: positive integer value //opt: string value, takes "periodic" or "symmetric" //w: output variable, vector of real numbers //Description. //This is an Octave function. //This function returns the filter coefficients of a Blackman-Nuttall window of length m supplied as input, to the output vector w. //The second parameter can take the values "periodic" or "symmetric", depending on which the corresponding form of window is returned. The default is symmetric. //Examples //blackmannuttall(5,"symmetric") //ans = // 0.0003628 // 0.2269824 // 1. // 0.2269824 // 0.0003628 function w = blackmannuttall (m, opt) funcprot(0); rhs= argn(2); if (rhs < 1 | rhs > 2) error("Wrong Number of input arguments"); end if (~ (isscalar (m) & (m == fix (m)) & (m > 0))) error ("blackmannuttall: M must be a positive integer"); end N = m - 1; if (rhs == 2) select (opt) case "periodic" N = m; case "symmetric" N = m-1; else error ("nuttallwin: window type must be either periodic or symmetric"); end end if (m == 1) w = 1; else a0 = 0.3635819; a1 = 0.4891775; a2 = 0.1365995; a3 = 0.0106411; // n = [-N/2:(m-1)/2]'; // w = a0 + a1.*cos(2.*%pi.*n./N) + a2.*cos(4.*%pi.*n./N) + a3.*cos(6.*%pi.*n./N); n=[0:m-1]' w = a0 - a1.*cos(2.*%pi.*n./N) + a2.*cos(4.*%pi.*n./N) - a3.*cos(6.*%pi.*n./N); end endfunction
fe97ffb4c6930bcd4407eee1b646b294d07e7643
449d555969bfd7befe906877abab098c6e63a0e8
/2939/CH5/EX5.22/Ex5_22.sce
587e895255158b5b0b4cbdb38d656b894b1f9175
[]
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
179
sce
Ex5_22.sce
// Ex5_22 clc; // Given: B=2.5;// tesla q=1.6*10^-19; m=1.66*10^-27; // Solution: f=(B*q*10^-6)/(2*3.14*2*m); printf("The resonance frequency is = %f MHz",f)
f28b3b4164103ce0c999ec5dadb9e0ccb520fdfa
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH16/EX16.12/Ex16_12.sce
b5051352e444bb432813023bfc2a9639ca9a0961
[]
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
296
sce
Ex16_12.sce
clc; close(); clear(); //page no 532 //prob no. 16.12 c=186000; //speed of light in mi/s fc=10*10^9; //Hz fD=2*10^3; //frequency shift in Hz v=c*fD/(2*fc); //speed in mi/s mprintf('Speed of automobile , v=%.2f*10^-3 mi/s \n',v*10^3); v=3600*v; mprintf(' v=%.1f mi/hr \n',v);
5978bfc39b86ce7e322312d2712383cc45f7e56d
449d555969bfd7befe906877abab098c6e63a0e8
/773/CH11/EX11.14/11_14.sci
7a912d7185d8a1d3e7d6fa4bc91294931e01b605
[]
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
197
sci
11_14.sci
//value// s=%s; H=syslin('c',((s+2)*(s+4))/((s^2)*(s+5))); plzr(H) printf("There are two adjacent placed zeros at s=-2 &s=-4 \n") printf("One breakin point exists between s=-2 & s=-4 \n")
fb540019376a44f6e2d3225600f284e4c485e514
449d555969bfd7befe906877abab098c6e63a0e8
/28/CH6/EX6.11.b/ex6_11_2.sce
69d81180eeec1b40ad3a143634ced4c9c692aefd
[]
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
701
sce
ex6_11_2.sce
syms zeta Wn ts z // settling time ts=4/zeta*Wn // given ts=4sec ts=4; zeta*Wn=ts/4 printf("now the real part of dominant root should be -1 or more") // substituting s=s-1 p=(s-1)^3+8.5*(s-1)^2+20*(s-1)+12.5*(1+K) cof_a_0=coeffs(p,'s',0); cof_a_1=coeffs(p,'s',1); cof_a_2=coeffs(p,'s',2); cof_a_3=coeffs(p,'s',3); r=[cof_a_0 cof_a_1 cof_a_2 cof_a_3] n=length(r); routh=[r([4,2]);r([3,1])] routh=[routh;-det(routh)/routh(2,1),0] t=routh(2:3,1:2); routh=[routh;-det(t)/routh(3,1),0] disp(routh,"routh="); // for limiting value of K routh(3,1)=0 K=2.64 disp(K,"Limiting value of K for settling time of 4s=") // roots of char eq at K=2.64 g=s^3+8.5*s^2+20*s+12.5*(1+2.64) roots(g)
16c784184cdbd39e5940a00c77073073f4a208b9
449d555969bfd7befe906877abab098c6e63a0e8
/842/CH11/EX11.6/Example11_6.sce
fce612cf4db3340feb67a6d7edee920f281ef7b6
[]
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
217
sce
Example11_6.sce
//clear// //Example 11.6:Nyquist criterion for Continuous Time Systems //Nyquist Plot s = %s; //Open Loop Transfer Function F = syslin('c',[(s+1)/((s-1)*(0.5*s+1))]) clf; nyquist(F) show_margins(F,'nyquist')
94d79e4374fb67c4e2c803e50808bbb0e37a9b4a
449d555969bfd7befe906877abab098c6e63a0e8
/1499/CH5/EX5.44/s44.sce
000b5122441d8139200cb23f6ac27c7555841e84
[]
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
172
sce
s44.sce
s=%s; syms K H=syslin('c',K*(1+s)/(1-s)) nyquist(H) show_margins(H,'nyquist') mtlb_axis([-1 1 -5 1]) gm=g_margin(H) // gain margin pm=p_margin(H) // phase margin
5f99e860d79235ce223aa08cff52f30f237aaec2
449d555969bfd7befe906877abab098c6e63a0e8
/3756/CH2/EX2.16/Ex2_16.sce
8796e3db44d41e778b0a9a14c7a840b4ccb046a4
[]
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
322
sce
Ex2_16.sce
clc // // // //Variable declaration lambdaa=5000*10**-10 //Wavelength theta=30 //Angular Width dtheta=0.01 //Calculations thetarad=((%pi/180)*(theta)) dlambda=((lambdaa*cos(thetarad))/(sin(thetarad)))*10**8 //Result printf("\n The difference between the two wavelengths is %2.1f Angstrom",dlambda)
7b98c0f274960de4adecf94443319bc995fe3397
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/BV12.prev.tst
f4fa66da4bc774e91e3076238987db662edce434
[ "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
79
tst
BV12.prev.tst
[1,2,-5]/3 + [1,1,1,7]/5 = [8/15,13/15,-22/15,7/5], original = [1/3,2/3,-5/3]
6724a61bb2d6e6e8266d3e3e946e63be45d90c9c
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/or.man.tst
5a360eafa9f9e9609702510e3646a96c4ecf892f
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
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
67
tst
or.man.tst
clear;lines(0); or([%t %t %f]) [%t %t %f]|[%f %t %t] [%t %t %f]|%f
64890ec544454f4f05bfe10d7b14a72832ecba8a
449d555969bfd7befe906877abab098c6e63a0e8
/1853/CH4/EX4.34/Ex4_34.sce
bd8cf1a9bf983b00a3df785700463bef522aa39a
[]
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
351
sce
Ex4_34.sce
//determine the current also V1 nd V2 V=250 f=50 R1=10 L1=0.15 C1=10e-6 X1=2*%pi*f*L1 Xc1=1/(2*%pi*f*C1) R2=8 L2=0.25 X2=2*%pi*f*L2 Z=sqrt((R1+R2)^2+[(X1+X2)-Xc1]^2) I=V/Z Z1=sqrt(R1^2+(X1-Xc1)^2) V1=I*Z1 Z2=sqrt(R2^2+X2^2) V2=I*Z2 disp('value of current='+string(I)+'amps' , 'v1='+string(V1)+'volts', 'V2='+string(V2)+'volts')