blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6d574b2d8976a8f1c1882d6f2cc742b42d64da20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH13/EX13.61/Ex13_61.sce | 6f3a52743d20acf7231a4c024e53eeb0ad2ab25a | [] | 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 | 907 | sce | Ex13_61.sce | //EX13_61 Pg-34
clc
clear
printf("Addition of two numbers with hexadecimal base")
printf("\n\n 3_16+9_16 =")
x=['3'];
y=['9'];
//octal to decimal conversion
x1=hex2dec(x)
y1=hex2dec(y)
z=x1+y1;//addition
a=dec2hex(z)//final result
printf(" %s\n",a)
printf("\n 9_16+7_16 =")
x=['9'];
y=['7'];
//octal to decimal conversion
x1=hex2dec(x)
y1=hex2dec(y)
z=x1+y1;//addition
//we should note that the decimal sum is greater than 16
//hence we should subtract the decimal sum by 16 to obtain the hexadecimal result
a=z-16;
a=dec2hex(a)
printf(" %s ",a)
printf('with carry of 1')
printf("\n\n A_16+8_16 =")
x=['A'];
y=['8'];
//octal to decimal conversion
x1=hex2dec(x)
y1=hex2dec(y)
z=x1+y1;//addition
//we should note that the decimal sum is greater than 16
//hence we should subtract the decimal sum by 16 to obtain the hexadecimal result
a=z-16;
a=dec2hex(a)
printf(" %s ",a)
printf('with carry of 1')
|
6a10f21fee40edd0c413f7b3c6db52f1240cbafd | 717ddeb7e700373742c617a95e25a2376565112c | /371/CH16/EX16.6/16_6.sci | 5161a10a0ff3e7a376f1f4d6f991bd0c956aa851 | [] | 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 | 411 | sci | 16_6.sci | //Faults and Protection//
//Example 16.6//
V=230;//ac input voltage in volts//
Vh=30;//each selenium plate handling voltage in volts//
N=((V/Vh)1)+1;//number of plates in series in each direction in the ckt//
printf('number of plates in series in each direction=N=%f',N);
Nt=2*N;//total number of plates in series in the circuit//
printf('\ntotal number of plates in series in both directions=Nt=%f',Nt); |
03c23a81ca44cc4b48d53c9bf73e47e5dfe6d2d1 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/DEVELOPMENT-LANGUAGES/austronesian/mlg.tst | 5ca07ae8e18a7a13c658eeee4af1ef67b16afa85 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,895 | tst | mlg.tst | anjary V;PST
amoy V;FUT
andrakaraka V;FUT
anamasina V;NFIN
ifindra V;PST
ankatelina V;PRS
ifarimbona V;FUT
iondrana V;FUT
ifanila V;FUT
angarika V;FUT
anafy V;NFIN
ikororosy V;NFIN
andetsy V;NFIN
itangorona V;FUT
ihaminkamina V;PST
anandevo V;NFIN
ikororosy V;FUT
ihevaheva V;FUT
anameloka V;PST
andama V;PRS
isoroka V;NFIN
androtsaka V;NFIN
ihira V;PRS
ilika V;FUT
anameloka V;PRS
andadina V;NFIN
ivoady V;FUT
ifady V;PST
ifamofo V;FUT
andrakaraka V;PST
iangotingoty V;PRS
ianatra V;NFIN
isoroka V;PST
iangatra V;PST
isotro V;PST
andavorary V;PRS
irotsaka V;NFIN
andrekitra V;FUT
ahadikitra V;PST
anikina V;PST
ikiky V;FUT
amahy V;PST
ifaratra V;FUT
andahatra V;NFIN
ieritreritra V;FUT
atory V;PRS
anana V;PRS
andeha V;NFIN
anapitra V;NFIN
amitsobitsoka V;PST
ihaino V;PST
iery V;NFIN
ifohaza V;PST
ikivilivily V;FUT
anetry V;FUT
ampandre V;PRS
ampandre V;PST
itsoka V;FUT
ivokovoko V;PRS
anadihady V;FUT
ifarimbona V;NFIN
andà V;PST
igigagiga V;FUT
iery V;PRS
anapitra V;FUT
anandevo V;FUT
itsiriritra V;FUT
iboboka V;NFIN
anadihady V;PRS
andova V;PST
amilabila V;FUT
anadidy V;PRS
ampiavaka V;PST
andrava V;FUT
iboriaka V;PST
anandevo V;PST
itomany V;FUT
andresy V;PST
ieritreritra V;PRS
amokatra V;PST
itsiriritra V;NFIN
ijery V;PRS
andringana V;PST
androtika V;NFIN
miasa V;PST
iandrandra V;PST
ahary V;FUT
ihaino V;PRS
ifindra V;FUT
irotsaka V;FUT
androtika V;PST
andrenodrenoka V;FUT
ifaratra V;PRS
ihira V;FUT
itantara V;PRS
ihebinkenina V;PST
andrava V;NFIN
ivokovoko V;FUT
amarana V;PST
anikina V;FUT
anorina V;PST
iboboka V;PST
anakà V;PST
ianatra V;FUT
anary V;PST
itomany V;NFIN
isalovana V;NFIN
ikororosy V;PST
andihy V;PST
andama V;FUT
ipetraka V;FUT
miasa V;FUT
amisavisa V;PST
anamaivana V;PST
amefy V;PST
anombana V;NFIN
amaky V;NFIN
ikoviaviaka V;PST
amoy V;PRS
anody V;FUT
anakora V;FUT
anody V;PST
ijery V;FUT
itambelona V;PRS
anjavona V;NFIN
ikajy V;PRS
andavorary V;FUT
|
f592d5a045048f2a49221ce7fce68abee805d5a1 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_In_Engineering_Dr._K._M._Gupta_1367.zip/Material_Science_In_Engineering_Dr._K._M._Gupta_1367/CH10/EX10.6/10_6.sce | e439592108985feb760b44d4eac274263ea6f861 | [] | 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 | 284 | sce | 10_6.sce | errcatch(-1,"stop");mode(2);//Find Weight fraction of errite and Cementite
//Ex:10.6
;
;
c=0.83;//carbon
f=0;//ferrite
ce=6.67;//cementite
w_a=(ce-c)/(ce-f);
disp(w_a,"Weight fraction of errite = ");
w_b=(c-f)/(ce-f);
disp(w_b,"Weight Fraction of Cementite = ");
exit();
|
a078d5f2339e0824a68f0446a5a52f48cb387839 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1034/CH3/EX1.1.b/example3s4.sce | 3c25cc72c9a418cf34da84e581cebd6b86bca943 | [] | 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,040 | sce | example3s4.sce | //Exercise question 2:
//Implementing Push And Pop Functions:
function[y,sta1]=empty(sta)
y=0;
sta1=0;
if(sta.top==0)
y=0;
else
y=1;
end
sta1=sta
endfunction
function[sta]=push(stac,ele)
sta=0;
if(empty(stac)==0)
stac.a=ele;
stac.top=stac.top+1;
else
stac.a=[stac.a(:,:) ele]
stac.top=stac.top+1;
end
disp(stac);
sta=stac;
funcprot(0)
endfunction
function[ele,sta]=pop(stack)
ele='-1';
if(empty(stack)==0)
disp("Stack Underflow");
break;
else
ele=stack.a(stack.top);
stack.top=stack.top-1;
if(stack.top~=0)
b=stack.a(1);
for i2=2:stack.top
b=[b(:,:) stack.a(i2)];
end
stack.a=b;
else
stack.a='0';
end
end
disp(stack);
sta=stack;
endfunction
global stack
//Calling Routine:
stack=struct('a',0,'top',0);
stack=push(stack,4);
stack=push(stack,55);
stack=push(stack,199);
stack=push(stack,363);
[ele,stack]=pop(stack);
disp(stack,"After the above operations stack is:");
|
7e8290c8882fc445e24da2879c8b7d8d00dcf553 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH7/EX7.3/Ex7_3.sce | 065cbe97bf84be41970ff40a87dbf0731d5fabce | [] | 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 | 484 | sce | Ex7_3.sce |
// Example 7.3
N=100; // turns of Coil
dQ=0.4-(-0.4); // Flux of Coil
di=10-(-10); // Decrease in Current
L=N*(dQ/di)*10^-3; // Induction of a Coil
disp(' (a) induction of a Coil is = '+string(L)+' H');
dt=0.01; // time Required to Decrease Current
e=L*(di/dt); // Formula of emf (using Self induction)
disp('(b) emf induced in a Coil is = '+string(e)+' Volt');
// p 229 7.3
|
229941756bf803a31a7aac9fb9a1df616c4ae756 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH3/EX3.6/Ex3_6.sce | 445a062322a310d919e139f0fdc24f81150f0f53 | [] | 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 | Ex3_6.sce | //Chapter-3,Example 3_6,Page 3-20
clc()
//Given Data:
NA=0.22 // Numerical Aperture of Fibre
delta=0.012 //Fractional index
//Calculations:
//Delta=(u1-u2)/u1
u1=NA/sqrt(2*delta) //Formula
u2=u1-(u1*delta) //Formula
printf('Refractive Index of core of fibre is =%.2f \n \n',u1)
printf(' Refractive Index of cladding of fibre is =%.2f \n',u2)
|
c64640c4320ebb6a5cd034a458197732aab53c0d | 725517259e3eea555ad0f79d421792c632bc4655 | /workspace/missionB1.sce | c4f936a26f0596840fd5fc9afe95ce16c7fc536d | [] | no_license | Exia-epickiwi/exolife | 58b8a72aa397c5d3df8dc6f61730b3b2b217740e | b1bdb3ec2adb92c0fc8c546c9bd56a654523bd22 | refs/heads/master | 2020-05-25T14:05:45.795829 | 2017-03-20T09:26:15 | 2017-03-20T09:26:15 | 84,937,674 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | missionB1.sce | //Load scripts
funcprot(0);
getd('../scripts/')
//Load image
imgPos="../images/"
img=readpbm(imgPos+'Gliese 667Cc_surface.pbm');
render=egalisation(img)
writepbm(render,'./render/Gliese 667Cc_surfaceAFTER.pbm')
display_gray(render)
|
c66aab2495c7ac78baf5277c2cf00c358079967c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH4/EX4.5/Ex4_5.sce | f1894d436d875373430eaf99853f14d4ea4a329d | [] | 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 | 978 | sce | Ex4_5.sce | //Initilization of variables
F=[150;90;160] //lb force vector kind of decleration
//Co-ordinates defined as [x;y;z] all the co-ordinates are in feet
C_1=[2;0;0]
C_2=[0;0;1]
C_3=[0;-2;-1]
C_4=[-1;0;-1]
//Calculations
A=C_2-C_1
B=C_4-C_3
F1=(F(1,1)*A)/sqrt(A(1,1)^2+A(2,1)^2+A(3,1))
F2=(F(2,1)*B)/sqrt(B(1,1)^2+B(2,1)^2+B(3,1))
R=F1+F2
//The calculations for this is done differently
C1x=det([1 0 0;C_1(1,1) C_1(2,1) C_1(3,1);F1(1,1) F1(2,1) F1(3,1)])
C1y=det([0 1 0;C_1(1,1) C_1(2,1) C_1(3,1);F1(1,1) F1(2,1) F1(3,1)])
C1z=det([0 0 1;C_1(1,1) C_1(2,1) C_1(3,1);F1(1,1) F1(2,1) F1(3,1)])
C2x=det([1 0 0;C_3(1,1) C_3(2,1) C_3(3,1);F2(1,1) F2(2,1) F2(3,1)])
C2y=det([0 1 0;C_3(1,1) C_3(2,1) C_3(3,1);F2(1,1) F2(2,1) F2(3,1)])
C2z=det([0 0 1;C_3(1,1) C_3(2,1) C_3(3,1);F2(1,1) F2(2,1) F2(3,1)])
C3z=[0;0;F(3,1)]
sC1=[C1x;C1y;C1z]
sC2=[C2x;C2y;C2z]
C=sC1+sC2+C3z
//Result
clc
printf('The resultant force couple is %fi%fj+%fk lb-ft',C(1,1), C(2,1), C(3,1))
|
c0fb5a115d883a35119358dca8c15b9ab36b2597 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH8/EX8.5/Ex8_5.sce | 95aeef943c13ab26a7032c68dd0ed601741bdb3e | [] | 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,392 | sce | Ex8_5.sce | //C7H16 in Petrol engine
clc,clear
//Given:
p_v=21 //Percentage of Oxygen in air by volume
p_e=50 //Percentage of excess air supplied
//Solution:
m_f=100 //Mass of fuel (assume) in kg
C=12 //Atomic mass of Carbon(C)
H=1 //Atomic mass of Hydrogen(H)
O=16 //Atomic mass of Oxygen(O)
N=14 //Atomic mass of Nitrogen(N)
a=poly(0,'a') //Defining unknown number of moles of stoichiometric oxygen
//Combustion equation
//m_f/(7*C+16*H)[C7H16] + (1+p_e/100)*[a[O2] + (100-p_v)/p_v*a[N2]] = b[CO2] + d[O2] + e[N2] + f[H2O]
//Equating coefficients
b=m_f/(7*C+16*H)*7 //Moles of CO2 on balancing of C
f=m_f/(7*C+16*H)*16/2 //Moles of H2O on balancing of H
d=p_e/100*a //Excess moles of oxygen
a=roots((1+p_e/100)*a-(b+d+f/2)) //Balancing Oxygen of both sides
m_a=a*2*O+(100-p_v)/p_v*a*2*N //Mass of air supplied in kg
A_F=m_a/m_f //Air fuel ratio
d=p_e/100*a //Moles of Oxygen in products of combustion
e=(1+p_e/100)*(100-p_v)/p_v*a //Moles of Nitrogen in products of combustion
nT=b+d+e+f //Total number of moles in product of combustion
pH2O=f/nT*100,pCO2=b/nT*100,pO2=d/nT*100,pN2=e/nT*100 //Percentage volumetric composition of the products of combustion
//Results:
printf("\n (a)The stoichiometric air fuel consumption by mass, A_F = %.2f:1",A_F)
printf("\n (b)The percentage volumetric composition of the products\n\t CO2 = %.2f\n\t O2 = %.2f\n\t N2 = %.1f\n\t H2O = %.2f\n\n",pCO2,pO2,pN2,pH2O)
|
322ba5780f4df14bb92fecbd9686fe80dda457da | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH4/EX4.7/Ex4_7.sce | 6f8648aa9d5c15386b4370d71b7bec580275ba8b | [] | 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 | 864 | sce | Ex4_7.sce | //Example 4_7
clc;funcprot(0);
//Given data
Q=400;// m^3/sec
H=45;// m
n_t=0.90;// The turbine efficiency
N=250;// r.p.m
//Calculation
w=1000*9.81;// N
P_t=(w*Q*H*n_t)/(1000);// kW
//(a)
N_sf=200;// Specific speed
P=((N_sf*H^(5/4))/N)^2;// kW
f_n=(P_t/P);// Number of francis turbine required
// (b)
N_sk=600;// Specific speed
P=((N_sk*H^(5/4))/N)^2;// kW
k_n=(P_t/P);// Number of kaplan turbine required
printf('\n Number of francis turbines=%0.0f \n Number of kaplan turbine used=%0.0f',f_n,k_n);
if(f_n>k_n)
printf('\n The installation of kaplan turbine is more economical than francis turbine as number of units required is less.');
else(k_n>f_n)
printf('\n The installation of francis turbine is more economical than kaplan turbine as number of units required is less.');
end
// The answer provided in the textbook is wrong
|
3b051c4fd61f6a77568a0e104e4f13cb2bc217c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH5/EX5.5.3/Ch05Exa5_5_3.sci | 8b472e03e62a6e71d52f4ce73df79937af3d2312 | [] | 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 | 476 | sci | Ch05Exa5_5_3.sci | // Scilab code Exa5.5.3: To calculate the percentage loss of intensity of gamma rays : P.no. 226 (2011)
x_h = 5; // Half thickness of an absorber, mm
u = log(2)/x_h; // Absorption coefficient, mm^-1
x = 20; // Thickness of an absorber, mm
I_r = %e^(-u*x); // Intensity ratios,
P_loss = I_r*100; // Percentage loss in intensity, percent
printf("\n Percentage loss in intensity : %4.2f percent",P_loss )
// Result
// Percentage loss in intensity : 6.25 percent |
ab0eb9992f7d2c30edf6a1431a7428f57d4ad920 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH5/EX5.10/example5_10.sce | b29ec98dc2796a16885ee33755923aa8adbbce0e | [] | 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 | 4,247 | sce | example5_10.sce |
clear;
clc;
printf("\t Example 5.10\n");
L=2000; //flow rate of water to be cooled in kg/min
T1=50; //temperature of inlet water
T2=30; //temp. of outlet water
H1=.016; //humidity of incoming air
cp=4.18; //specific heat of water
cpair=1.005; //specific heat capcity of air
cpwater=1.884; //specific heat capcity of water
tg=20; //temperature in degree
to=0;
ybar=0.016; //saturated humidity at 20 degree
d=2502; //latent heat
Ky_a=2500; //value of masstransfer coefficient in kg/hr*m^3*dybar
E=cpair*(tg-to)+(cpwater*(tg-to)+d)*ybar; //enthalpy
//similarly for other temperatures
T=[20 30 40 50 55] //differnt temperature for different enthalpy calculation
i=1;
while(i<6) //looping for different enthalpy calculation of operating line
E(i)=cpair*(T(i)-to)+(cpwater*(T(i)-to)+d)*ybar;
printf("\n the enhalpy at :%f is :%f",T(i),E(i));
i=i+1;
end //end of lop
ES=[60.735 101.79 166.49 278.72 354.92] //enthalpy of eqll condition
plot(T,E,"o--");
plot(T,ES,"+-");
title("Fig.5.10(b),Temperature-Enthalpy plot");
xlabel("X-- Temperature, degree celcius");
ylabel("Y-- Enthalpy ,kj/kg");
legend("operating line","Enthalpy at saturated cond")
//locate (30,71.09) the operating conditions at the bottom of the tower and draw the tangent to the curve
Hg1=71.09; //point on the oper. line(incoming air)
Hg2=253; //point after drawing the tangent
slope=(Hg2-Hg1)/(T1-T2); //we gt slope of the tangent
//slope = (L*Cl/G)_min
Cl=4.18;
G_min=L*60*Cl/slope; //tangent gives minimum value of the gas flow rate
G_actual=G_min*1.3; //since actual flow rate is 1.3 times the minimum
slope2=L*Cl*60/G_actual; //slope of operating line
Hg2_actual=slope2*(T1-T2)+Hg1; //actual humidityat pt 2
Ggas=10000; //minimum gas rate in kg/hr*m^2
Area1=G_actual/Ggas; //maximum area of the tower(based on gas)
Gliq=12000; //minimum liquid rate in kg/hr*m^2
Area2=60*L/Gliq; //maximum area of the tower(based on liquid)
printf("\n \n the maximum area of the tower(based on gas) is :%f m^2",Area1);
printf("\n the maximum area of the tower(based on liquid) is :%f m^2",Area2);
dia=(Area1*4/3.14)^0.5; //diameter of the tower in m
//let us assume the resistance to mass transfer lies basically in gas phase. hence the,interfacial conditions and the eqlb cond. are same.vertical line drawn between oper. and equl. line we get conditions of gas and equl. values are tabulated below as follows
//table
T=[20 30 40 50 55] //differnt temperature for different enthalpy calculation
//enthaly
H_bar=[101.79 133.0 166.49 210.0 278.72] //H_bar i.e. at equl.
Hg=[71.09 103.00 140.00 173.00 211.09] //Hg i.e. of operating line
i=1;
while(i<6) //looping for different enthalpy calculation of operating line
y(i)=1/(H_bar(i)-Hg(i));
printf("\n the enhalpy at :%f is :%f",T(i),y(i));
i=i+1;
end //end of lop
xset('window',1);
plot(Hg,y,"o-");
xtitle(" Fig.5.10(c) Example 10 (1/(Hf-Hg)) vs Hg","X-- Hg --->","Y-- 1/(Hf-Hg) ---->");
//area under this curve gives Ntog =4.26
Ntog=4.26; //no. of transfer unit
Gs=10000; //gas flow rate
Htog=Gs/Ky_a; // height of transfer unit
height=Ntog*Htog; //height of the tower
printf("\n \nthe tower height is :%f m",height);
//make up water is based onevaporation loss(E),blow down loss(B),windage loss(W) M = E + B + W
W=.2/100 *L*60; //windage loss(W)
B=0; //blow down loss neglected
E=G_actual*(.064-.016); //assuming air leaves fully saturated
M = E + B + W; //make up water is based onevaporation loss(E),blow down loss(B),windage loss(W)
printf("\n make up water is based onevaporation loss(E),blow down loss(B),windage loss(W) is :%f kg /hr",M);
//end |
901711f9a4c39b80eebef72a65a655d514e8b886 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH9/EX9.6/ex_9_6.sce | 0aeac7db40b8edb0261d7bca5b22d8ef90388688 | [] | 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 | 177 | sce | ex_9_6.sce | //example 9.6//
clc
//clears the screen//
clear
//clears all existing variables//
disp('output after 34th clock pulse of A B C D E F G H are 0 0 1 0 1 1 0 0 respectively.') |
03a6cee96b0a14505fc25e73a974ed1d97fca27b | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH3/EX3.6/example_3_6.sce | b51fe0f5b9e5cd97dc7f6b569be7bd34ae585edb | [] | 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 | 367 | sce | example_3_6.sce | s=%s;
TF=syslin('c',(k*(s+6))/(s*(s+2)*(s+5)*(s^2+7*s+12)));
disp(TF,"T(s)=")
x=denom(TF);
disp(x,"Characteristics equation=")
y=roots(x);
disp(y,"Poles of a system=")
disp("zeroes of the system is -6")
//pole zero plot
p=poly([6 1],'s',"coeff")
q=poly([0 120 154 71 14 1],'s',"coeff") //expanding the denominator
V=syslin('c',p,q)
plzr(V)
|
690a2873a364f0b5f1e7a6bcb8c138a019e9472b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH16/EX16.1/16_1.sce | 9bd440538327baf7c6387d50473b69e422f9301b | [] | 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 | 16_1.sce |
clc
//initialisation of variables
g=32.2//ft/sec^2
p=62.4/g
b=1//ft
v=10//ft/sec
d=1/4
l=8//ft
//CALCULATIONS
drag=4*p*b*v*v*d/15
kd=drag/(p*b*l*v*v)
//RESULTS
printf ('\n drag= %.2f lb',drag)
printf ('\n kd= %.5f ',kd)
|
4ea892cf864f98da54a3392926b5ca5573687669 | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH1/EX1.6/Ch01Ex6.sci | de265e9cd55b35a8699c06f86ea8d654505c82f9 | [] | 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 | 910 | sci | Ch01Ex6.sci | // Scilab Code Ex 1.6 Calculating Unit cell dimensions: Page-9 (2010)
d = 2.7D+03; // Density of fcc structure of aluminium, kg per metre cube
M = 26.98D-03; // Atomic weight of aluminium, kg per mole
n = 4; // No. of atoms per unit cell of fcc lattice structure of aluminium
N = 6.023D+23; // Avogadro's No.
// Volume of the unit cell is given by
// a^3 = M*n/(N*d)
// Solving for a
a = ((M*n)/(N*d))^(1/3); // Lattice parameter of alumitnium unit cell
// For an fcc cryatal lattice,
// 2^(1/2) = 4R = 2D
// Solving for D
D = (a/2^(1/2)); // Diameter of aluminium atom
disp (a/1D-10, "The Lattice parameter of aluminium, in angstrom, is : ");
disp(D/1D-10, "The diameter of aluminium atom, in angstrom, is : ");
// Result
// The Lattice parameter of aluminium, in angstrom, is :
// 4.0486332
// The diameter of aluminium atom, in angstrom, is :
// 2.862816 |
fcc165058f2c16c6163ef6be5d1e217309e6f984 | f2068f2734a1b9080ea2db4455a5fc3581ab0a1c | /plus_tau.sci | 6b0fb16ac56b6ec6306525da282d2b243de7e28c | [] | no_license | NnataKha/Conflict-models-with-attractive-interaction | 5a9bc20603f05cfefa5283db453bc377ff68ff15 | afc53eff31d1d16134b76fde0b51698abc4a9c67 | refs/heads/master | 2020-03-16T18:48:14.182188 | 2018-05-10T11:17:25 | 2018-05-10T11:17:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,325 | sci | plus_tau.sci | clear;
//задаємо вектори довільним чином
//p = [1; 2; 4; 2];
//r = [0.1; 3; 1; 5];
n=6;//кількість координат у вектора
//задаємо ненормовані вектори довільним чином
for i = 1:n
p_temp(i) = rand(100);
r_temp(i) = rand(100);
end
//нормуємо вектори
p = p_temp'./sum(p_temp);
r = r_temp'./sum(r_temp);
m = 10;//кількість кроків перетворення
//задаємо перетворення
for k = 1:m
time(k)=k;//вектор, що відображає час
p_v(k,:)=p;//матриця, в якій записано всі значення векторів p на кожному кроці
r_v(k,:)=r;//матриця, в якій записано всі значення векторів r на кожному кроці
Theta = sum(p.*r);
tau = min(p,r);
W = sum(tau);
z = 1+Theta+W;
p = (p.*(1+Theta)+tau)./z;
r = (r.*(1+Theta)+tau)./z;
end
//побудова результату на одному графіку
plot(time,p_v);
plot(time,r_v,'--');
//побудова результату на двох різних графіках
//subplot(211)
//plot(time,p_v);
//subplot(212)
//plot(time,r_v);
|
26d99cfaa97d846f4eaba5d1febfe7cb793f1bd6 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/pmusic/pmusic9.sce | ddd57ccd7719f4ac98041df60b77ad3526232358 | [] | 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 | 204 | sce | pmusic9.sce | //no i/p args are passed to the function
x=pmusic();
//output
//!--error 78
//pmusic: Wrong number of output argument; 0,2, or 4 expected
//at line 82 of function pmusic called by :
//x=pmusic();
|
16548481f268d5b12d35d06af36e5cd01a7d2443 | 717ddeb7e700373742c617a95e25a2376565112c | /3428/CH23/EX14.23.1/Ex14_23_1.sce | 19dfb324d457c28544bcbb682db9574c16f38352 | [] | 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 | 232 | sce | Ex14_23_1.sce | //Section-14,Example-1,Page no.-PC.69
//To calculate K_p and K_x.
clc;
//K_p=K_c*((R*T)^dl_n)
dl_n=2-(1+3)
T=673
R=0.0821
K_c=0.495
P=2
K_p=K_c*((R*T)^dl_n)
disp(K_p)
//K_p=K_x*((P)^dl_n)
K_x=K_p/((P)^dl_n)
disp(K_x)
|
6be0d254d321f146dfdc903f6c68128ce3e60da9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH12/EX12.9/12_9.sce | ea7da1ee69db609469f8b6b0eb77eded9fb935bb | [] | 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 | 458 | sce | 12_9.sce | //time required to cover the distance between two stations
//refer fig.12.11
v=(48*1000)/(60*60) //m/sec
t1=30 //sec
//after application of brakes the vehicle retards from 13.33 m/sec to 0 in t3 sec
t3=13.33 //sec
//Let t2 be the time during which the automobile travels with uniform velocity
//s=s1+s2+s3
s=5200 //m
t2=((5200)-(13.33*30/2)-(13.33*13.33/2))/13.33 //sec
//total time
t=t1+t2+t3 //sec
printf("Total time taken=%.2f sec",t)
|
46ccef6f21d7087c7f9d99d05e3cdf4513a26b15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH1/EX1.5/Ex1_5.sce | 91156dfcc527b0b3854a44ac49a30211ebea3543 | [] | 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 | 446 | sce | Ex1_5.sce | clc
clear
printf("Example 1.5 | Page number 12 \n\n");
//find the specific volume and density.
//Given Data
mass = 50 * .001 //in kg
volume = 0.04 //in m^3
printf("Mass = %.2f kg \n",mass);
printf("Volume = %.2f m^3 \n\n",volume);
//Solution
specificVolume = volume / mass //in m^3/kg
density = 1/specificVolume //in kg/m^3
printf("Specific density = %.2f m^3/kg \n",specificVolume);
printf("Density = %.2f kg/m^3 \n",density);
|
b8e8a0e5106ff4ae4a71cc080c0abad6fa2ac053 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH14/EX14.13w/14_13w.sce | 57b79b1cac9f1129dc045a634ccd0c27157698a8 | [] | 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 | 585 | sce | 14_13w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 14.13w
//calculation of the radius of the capillary tube
//given data
h=7.5*10^-2//height(in m) by which the capillary rises
S=7.5*10^-2//suface tension(in N/m) of water
theta=0//contact angle(in degree) between water and glass
g=10//gravitational acceleration(in m/s^2) of the earth
rho=1000//density(in kg/m^3) of water
//calculation
r=(2*S*cosd(theta))/(h*rho*g)//from formula of height in capillary tube
printf('the radius of the capillary tube is %3.1f mm',r*10^3)
|
136a3c4e44511e018abb2e1279323e07f97d57ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH26/EX26.3/Example26_3.sce | 22079f94e204cb6a25e87cad6a83204c42d6cd31 | [] | 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 | 295 | sce | Example26_3.sce | //Given that
C1 = 3.55 //in uF
Vo = 6.30 //in Volts
C2 = 8.95 //in uF
//Sample Problem 26-3
printf("**Sample Problem 26-3**\n")
qT = C1*Vo //Total charge
q1 = qT*C1/(C1+C2) //in parallel
V = q1/C1
printf("The final potential difference between each capacitor is equal to %fV", V) |
0ad67742ca7236eba4f8054170e04c396bfea5a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH1/EX1.29/1_29.sce | b0ad0e38a478584149088635a8b7009ee0662272 | [] | 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 | 970 | sce | 1_29.sce | clc,clear
printf('Example 1.29\n\n')
P=8 //Poles
A=2 //Wave wound armature
Z=480 //number of armature conductors
I_a=200
I=I_a/A
//Part(i)
theta_m=0 //Geometric nuetral axis
amp_turns_PP_d=Z*I*theta_m/360 //De-magnetising ampere-turns per pole
amp_turns_PP_c=Z*I*(1/(2*P)-theta_m/360) //Cross-magnetising ampere-turns per pole
printf('Part(i)\nDe-magnetising ampere-turns per pole is %.0f',amp_turns_PP_d)
printf('\nCross-magnetising ampere-turns per pole is %.0f\n\n',amp_turns_PP_c)
//Part(ii)
theta_e2=6 //angle shift of brushes in degrees electrical
theta_m2=theta_e2/(P/2) //angle shift of brushes in degrees mechanical
amp_turns_PP_d2=Z*I*theta_m2/360 //De-magnetising ampere-turns per pole
amp_turns_PP_c2=Z*I*(1/(2*P)-theta_m2/360) //Cross-magnetising ampere-turns per pole
printf('Part(ii)\nDe-magnetising ampere-turns per pole is %.0f',amp_turns_PP_d2)
printf('\nCross-magnetising ampere-turns per pole is %.0f',amp_turns_PP_c2)
|
6dfc2d3e632c9f1462ee4cdda213f4252fa86c18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH8/EX8.10/Ex8_10.sce | 7e2cd1c7106b042b3ebf97c17c00a06d90d18e60 | [] | 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 | 809 | sce | Ex8_10.sce | // Example 8_10
clc;funcprot(0);
// Given data
T_1=-20;// °C
T_3=41.64;// °C
mdot=0.6;// kg/s
// Calculation
h_1=178.6;// kJ/kg
h_4=76.3;// kJ/kg
h_3=h_4;// kJ/kg
s_1=0.7082;// kJ/kg.K
s_2=s_1;// kJ/kg.K
h_2=(((0.7082-0.7021)/(0.7254-0.7021))*(217.8-210.2))+210.2;// kJ/kg
Q_E=mdot*(h_1-h_4);// The rate of refrigeration in kW
W_C=mdot*(h_2-h_1);// The power needed to operate the compressor in kW
COP=Q_E/W_C;// The coefficient of performance
printf("\nThe rate of refrigeration,Q_E=%2.1f kW \nThe coefficient of performance,COP=%1.2f",Q_E,COP);
Hp=(W_C/0.746)/(Q_E/3.52);// The rating in Hp/ton
COP=(h_2-h_3)/(h_2-h_1);// The coefficient of performance
printf("\nThe rating in Hp/ton=%1.2f \nThe coefficient of performance if the cycle is operated as a heat pump,COP=%1.2f",Hp,COP);
|
7cff1b3717b4223b1b62f126dd12735c71c84b61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH11/EX11.14/11_14.sce | 24c0ac00160dd21d8a6171090461b5e87a135691 | [] | 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 | 397 | sce | 11_14.sce | clc;
clear;
h=6.63*10^-34 //Plancks constant in J-s
m=1.804*10^-27 //mass of neutron in kg
K_b=1.38*10^-23 //Boltzmann constant in J/K
tetha=30 //Braggs angle in degree
n=2 //second order reflection
T=300 //temperature in K
//calculation
lambda=h/sqrt(3*m*K_b*T)
a=sqrt((3*lambda))/2
mprintf("The lattice constant is = %1.2e m.",a)
//The answer provided in the textbook is wrong.
|
50d174b923844e2388757aac3df448d411bc08e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH10/EX10.2/10Ex2.sce | a906e8b8f52988ecd231cc0ad299fb9481cfcf2e | [] | 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 | 200 | sce | 10Ex2.sce | //chapter 10 Ex 2
clc;
clear;
close;
n1=6; n2=28; n3=0.2; n4=.04;
mprintf("(i)6 percent=%.2f\n (ii)28 percent=%.2f\n (iii)0.2 percent=%.3f\n (iv)0.04 percent=%.4f",n1/100,n2/100,n3/100,n4/100);
|
9f097bf9d963b350575781768b9c5d34f508bc0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH2/EX2.14/2_14.sce | 414ccca915e716c0e4e7a5cc72582211e9594c59 | [] | 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 | 210 | sce | 2_14.sce | clear;
clc;
h=5.5;
Dia=1.213e-2;
d=1.25;
l=10;
r=Dia/2;
Cn=(2*.01206)/(log10 (d/(Dia* 0.5 * sqrt(1 + (d*d*.25/h^2)))));
C=Cn * l;
mprintf("Capacitance per conductor= %.5f e-6 F/conductor\n",C);
|
67aa8c10f493e1e138485f63e15a85d08bebfc78 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/FURIA-C/results/FURIA-C.led7digit-10-1tra/result2s0.tst | 1121dab0be5a47393f1b8dce35a61aa9a9bbf03c | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | tst | result2s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@outputs number
@data
0 0
5 4
5 3
6 6
7 1
5 3
7 7
7 3
8 8
0 0
0 0
3 3
3 3
5 5
5 5
6 6
7 7
0 0
1 1
3 9
4 4
4 9
8 3
8 8
2 2
2 2
4 4
7 7
8 8
9 9
9 9
1 1
3 3
3 3
4 4
9 9
1 3
4 4
6 6
9 9
0 0
3 3
4 4
6 6
6 0
8 8
2 2
3 3
3 9
9 9
|
57d6747340e343d9475595635549417ee1dc5cfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH2/EX2.14/SolEx2_14.sce | 6332ef50454a6e7f0122613e141ce0a4c0ba3acb | [] | 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 | SolEx2_14.sce | //Find the percentage change in the average value of vL over the range of load variation,
//Solved Example Ex2.14 page no 56
clear
clc
Rl=10//Ω
Rs=10//Ω
Vs=10//v
Vl=(Rl/(Rl+Rs))*Vs //V
printf("Vl = %0.3f",Vl)
Vl01=2.5//V
printf("\n For Rl=1000")
Rl=1000
Vs=10
Rs=10
Vl=(Rl/(Rl+Rs))*Vs
printf("\nVl = %0.3f",Vl)
Vl02=4.9//V
Reg=((Vl02-Vl01)/Vl01)*100
printf("Reg = %0.3f",Reg)
|
d880a3f1e0afa9eab6dbe9bcaa91cde061bc14ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH4/EX4.1/ex4_1.sce | 3352f8ca0e3d66a477227103c73aac0c7e499104 | [] | 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 | 267 | sce | ex4_1.sce | // Exa 4.1
clc;
clear;
close;
// Given data
p = 1.0;// in MPa
p = p * 10^6;// in N per m^2
del_v = 1.5;// in m^3 per min
del_v = del_v * 60;// in m^3 per h
W = p * del_v;// in J
W = W * 10^-6;// in MJ
disp(W,"Work done by the pump upon the water in MJ");
|
3e17f52df31eb71962510bfddf0132a8aac06177 | 93a7be8bf198573dd5df609f6982ec047e470429 | /gradient_calibration/gradients.sci | 5a6ff6dac0b6769275879cad714bfd393ef3c936 | [
"MIT"
] | permissive | jwist/nmr-dosy-scilab | 09c99f9e222ac5787560b2bc190393a48f0ee7ca | afdd94cb29e0330158c8cd8f80ba2658e3f6d135 | refs/heads/master | 2021-07-15T02:27:33.765537 | 2020-06-26T21:34:29 | 2020-06-26T21:34:29 | 164,842,224 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,177 | sci | gradients.sci | // Procesamiento (Doneshot45) (20180327)
clear
//mclose('all')
//path='/home/jul/git/jwist/nmr-dosy-scilab/gradient_calibration/'
path='/run/media/jul/44B6-1E16/data/summer-school-test/'
path2=path + '60/'
n1=60
// Gradients values 80% max, ramp (5%-80%) 8-pts
// Calibration H2O_doneshot_2d_laura (20180611)
//Gradientes arrojados en DIFFLIST
gm = fscanfMat(path2+ 'difflist');
////"Al corregir cambiar gm por valor arrojado de la ultima ecuacion, q1"
////............Lista corregidos..............
//gm=[1.0487698
// 5.8394707
// 9.3746098
// 13.390563
// 17.062744
// 20.758365
// 24.734899
// 28.772867]:
//gm=fscanfMat('C:\Users\Lorraine\Desktop\NEW_CODE\G_Cal_5%_80%_ref_100%max_H2O_end.txt')
//
N=linspace(n1+1,n1+11,11)
// for i=1:size(N,2)
// idr=mopen(path+string(N(1,i))+'/pdata/1/1r','rb');
// Spectrum(i,:) = mtlb_fread(idr, 32768/2,'int32'); mclose(idr);
// idr = mopen(path+string(N(1,i))+'/pdata/1/procs','r');
// procs = mgetl(idr,-1); mclose(idr);
// [w,r]=grep(procs,'##$NC_proc');
// [a,b,c,d]=regexp(procs(w),'/(?P<name>\w+)=\s+(?P<digit>\D*\d+)/');
// fa = strtod(d(2));
// Spectrum(:,i)= Spectrum(:,i).*(2.^fa);
// end
for i=1:size(N,2)
idr=mopen(path+string(N(1,i))+'/pdata/1/1r','rb');
Spectrum(:,i) = mtlb_fread(idr, 16384,'int32'); mclose(idr);
idr = mopen(path+string(N(1,i))+'/pdata/1/procs','r');
procs = mgetl(idr,-1); mclose(idr);
[w,r]=grep(procs,'##$NC_proc');
[a,b,c,d]=regexp(procs(w),'/(?P<name>\w+)=\s+(?P<digit>\D*\d+)/');
fa = strtod(d(2));
Spectrum(:,i)= Spectrum(:,i).*(2^fa);
end
for k=1:size(N,2)
subplot(1,3,1)
plot2d((1000*k)+linspace(1,size(Spectrum,1),size(Spectrum,1)),k*(1.5e+6)+Spectrum(:,k),style=2)
end
// calculate max
[n,m]=max(Spectrum(:,1))
//signal_1_int_reg_low=m-250
//signal_1_int_reg_upp=m+310
//H2O 298_K LB= 0.3
signal_1_int_reg_low=10000
signal_1_int_reg_upp=10600
//
for i=1:size(N,2)
I1(1,i)=sum(real(Spectrum(signal_1_int_reg_low:signal_1_int_reg_upp,i)));
end
//subplot(1,3,2)
//plot2d(gm,I1./0.7e+8,style=-9)
for i=1:size(N,2)
I2(1,i)=max(real(Spectrum(signal_1_int_reg_low:signal_1_int_reg_upp,i)));
end
idr=mopen(path2+'/acqus','r');
acqus = mgetl(idr,-1); mclose(idr);
[w,r]=grep(acqus,'##$D=');
mputl(acqus(w+1),path2+'/D.txt')
mputl(acqus(w+2),path2+'/D2.txt')
//mputl(acqus(w+3),path2+'/D3.txt')
d1=fscanfMat(path2+'/D.txt')
d2=fscanfMat(path2+'/D2.txt')
//d3=fscanfMat(path2+'/D3.txt')
D=cat(2,d1,d2)
[w,r]=grep(acqus,'##$P=');
mputl(acqus(w+1),path2+'/P.txt')
mputl(acqus(w+2),path2+'/P2.txt')
mputl(acqus(w+3),path2+'/P3.txt')
P1=fscanfMat(path2+'/P.txt')
P2=fscanfMat(path2+'/P2.txt')
P3=fscanfMat(path2+'/P3.txt')
P=cat(2,P1,P2,P3)
[w,r]=grep(acqus,'##$CNST=');
mputl(acqus(w+1),path2+'/CNST.txt')
mputl(acqus(w+2),path2+'/CNST2.txt')
CNST=fscanfMat(path2+'/CNST.txt')
CNST2=fscanfMat(path2+'/CNST2.txt')
CNST=cat(2,CNST,CNST2)
// Parametros
BD=D(1,21) //Big delta (seg)
LD=2*P(1,31)*1e-6 // little delta (seg)
r=2*%pi*4.258e+03
alpha=CNST(1,15)//
tau=CNST(1,18)//
//tau=0.001223
// function Doneshot45 // Assuming half-sine gradient pulses [most common on Bruker systems]
function y=yth(Diff,g,r,LD,BD,alpha,tau)
y = Diff(1)*exp(-Diff(2)*1e+4*g.^2*(r*LD)*(r*LD)*(BD-LD*((5-3*alpha*alpha)/16)-tau*((1-alpha*alpha)/2)))
endfunction
//ym=(I1./I1(1,1))'
ym=(I1./1.4e+8)'
//Señal muy baja////ym=(I1./1.4e+7)'
//ym=(I1./0.4e+8)'
//ym=(I2./10e+6)'
//ym(4,1)=1.4
wm = ones(size(gm,1),1);
Diff0=[0.3 9.919e-10]
//error function
function e=myfun(Diff,gm,r,LD,BD,alpha,tau,ym,wm)
e = wm.*(yth(Diff,gm,r,LD,BD,alpha,tau) - ym)
endfunction
// function Bipolar pulse pair (BPP) LED
[f,xopt, gopt] = leastsq(list(myfun,gm,r,LD,BD,alpha,tau,ym,wm),Diff0)
yy = yth(xopt,gm,r,LD,BD,alpha,tau);
subplot(1,2,1)
plot2d(gm,ym,style=-9)
xlabel("(chemical shift (ppm))", "fontsize", 3,"color", "blue");
ylabel("Relative intensity", "fontsize", 3, "color", "blue");
subplot(1,2,1)
plot2d(gm,yy,style=5)
xlabel("(gauss/cm)", "fontsize", 3,"color", "blue");
ylabel("S/S(0)", "fontsize", 3, "color", "blue");
subplot(1,2,2)
plot2d(gm.^2*(r*LD)*(r*LD)*((BD-LD*((5-3*alpha*alpha)/16)-tau*((1-alpha*alpha)/2)))*1e-4,log(yy),style=5)
plot2d(gm.^2*(r*LD)*(r*LD)*((BD-LD*((5-3*alpha*alpha)/16)-tau*((1-alpha*alpha)/2)))*1e-4,log(ym),style=-5)
xlabel("q2((BD-LD*((5-3*alpha*alpha)/16)-tau*((1-alpha*alpha)/2)))", "fontsize", 3,"color", "blue");
ylabel("Ln(S/S(0))", "fontsize", 3, "color", "blue");
a = gca()
//a.data_bounds = [0.1,-2.8;15,0.0]
disp(xopt)
//q2=sqrt(log(yy/xopt(1,1))*(1/(BD-(LD/3)-(tau/2)))*(-1/(1.902D-09)))*(1/r)*(1/LD)*0.01
//correccion de gradientes HOLZ 2000 (Diff=2.299D-09)
//El valor q1 arroja los gradientes corregidos
///
// water
q1=sqrt(log(ym/xopt(1,1))*(-1/(2.299D-09))*(1/(r*LD))*(1/(r*LD))*(1/(BD-LD*((5-3*alpha*alpha)/16)-tau*((1-alpha*alpha)/2))))*0.01
|
e504f29bb3f39b43a56d82ea39f5044705d7a9a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1367/CH15/EX15.9/15_9.sce | 1d7185a3042946622f309e9430e961482f8de897 | [] | 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 | 286 | sce | 15_9.sce | //Calculate Hole concentration
//Ex:15.9
clc;
clear;
close;
nd=10^17;//in per cu cm
ni=1.5*10^10;//in cu cm
ne=nd;//nd>>ni
nh=ni^2/ne;
disp(nh,"Hole concentration (in per cubic cm) = ");
t=300;//in K
e=0.0259*log(ne/ni);//in eV
disp(e,"Location of Fermi Level (in eV) = "); |
dc12289394bfd0b7a32278dcab11f7a0f803435f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH4/EX4.2/Ex4_2.sce | 3108a8288f06881169133c048dbbf63b9220c6b9 | [] | 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 | 814 | sce | Ex4_2.sce | clc
// initialization of variables
clear
sigma_x=1000 //kg/cm^2
sigma_y=-500 //kg/cm^2
sigma_z=0 //kg/cm^2
tau_xy=500 //kg/cm^2
E=2*10^6 // kg/cm^2
nu=0.25
//calculations
ep_x=1/E*(sigma_x-nu*(sigma_y+sigma_z))
ep_y=1/E*(sigma_y-nu*(sigma_x+sigma_z))
ep_z=1/E*(sigma_z-nu*(sigma_y+sigma_x))
J1=ep_x+ep_y+ep_z
sigma_1=(sigma_x+sigma_y)/2+sqrt((1/2*(sigma_x-sigma_y))^2+tau_xy^2)
sigma_2=(sigma_x+sigma_y)/2-sqrt((1/2*(sigma_x-sigma_y))^2+tau_xy^2)
th=1/2*atan(2*tau_xy/(sigma_x-sigma_y))
th=th*180/%pi
ep_1=1/E*(sigma_1-nu*sigma_2)
ep_2=1/E*(sigma_2-nu*sigma_1)
ep_3=-1/E*nu*(sigma_1+sigma_2)
//results
printf('The magnitude of principal strain are %.8f, %.8f, %.8f',abs(ep_1),abs(ep_2),abs(ep_3))
printf('\n and the diection is given by theta=%.2f degrees',th)
printf('\n J1 is %.6f',J1)
|
ff062845afa79f393fb13e78f3e2a3fd4e00c0c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3860/CH2/EX2.17/Ex2_17.sce | 0e394e4777a31a4f1f727001618f5318ae7186f6 | [] | 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 | 235 | sce | Ex2_17.sce | //Example 2.17: Reduce expression using Boolean laws
clc // Clears the console
disp('(x + y)(x + y +z'') + y''')
disp('=(x + y) + y''')
disp('= x + (y + y'')')
disp('= x + 1')
disp('= 1')
//the reduced expression is displayed.
|
e2b7bf8093d40016d91a07a1ec0cdb5902dbd8b0 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Measurements_And_Instrumentation_P._Sharma_876.zip/Electronic_Measurements_And_Instrumentation_P._Sharma_876/CH5/EX5.9/Ex5_9.sce | 002166b633d00ab05edc5151d01ef05b8a73725f | [] | 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 | 658 | sce | Ex5_9.sce | errcatch(-1,"stop");mode(2);//caption:Find the value of multiplier resistance for the range(a)0-10V(b)0-50V(c)0-100V(d)0-200V using sensitivity method
//Ex5.9
V1=10//maximum voltage range(in V)
V2=50//maximum voltage range(in V)
V3=100//maximum voltage range(in V)
V4=200//maximum voltage range(in V)
I=0.002//deflection current(in A)
R=100//internal resistance(in ohm)
S=1/I
R1=(S*V1)-R
disp(R1,'(a)multiplier resistance(in ohm)=')
R2=(S*V2)-(R1+R)
disp(R2,'(b)multiplier resistance(in ohm)=')
R3=(S*V3)-(R2+R1+R)
disp(R3,'(c)multiplier resistance(in ohm)=')
R4=(S*V4)-(R1+R2+R3+R)
disp(R4,'(d)multiplier resistance(in ohm)=')
exit();
|
0a9441e6f440daa80285da6cf45080b6be9aaeaf | e806e966b06a53388fb300d89534354b222c2cad | /macros/ellipse2poly.sci | da7b157795c60c4186ca7fe1e6d2bfaa34d4438a | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sci | ellipse2poly.sci | function [out] = ellipse2poly(centre_x,centre_y,width,height,angle,arcstart,arcend,delta)
out = opencv_ellipse2poly(centre_x,centre_y,width,height,angle,arcstart,arcend,delta);
endfunction
|
b8f7a644c0151e3b9d1c5420b56c78f967bcde9f | 127061b879bebda7ce03f6910c80d0702ad1a713 | /bin/PIL_k_dist_loader.sci | b393a7e707d32b99f44d0fc463c112e3c90cda60 | [] | no_license | pipidog/PiLib-Scilab | 961df791bb59b9a16b3a32288f54316c6954f128 | 125ffa71b0752bfdcef922a0b898263e726db533 | refs/heads/master | 2021-01-18T20:30:43.364412 | 2017-08-17T00:58:50 | 2017-08-17T00:58:50 | 100,546,695 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,171 | sci | PIL_k_dist_loader.sci | // **** Purpose ****
// This file load the PIL_k_solver_dist results into memory
// **** Variables ****
// [vairable_name]: 3x3, real
// <= description of the variable
// **** Version ****
// 04/06/2016 first built
// **** Comment ****
function [Ek_dist,Vk_dist,Hk_dist]=PIL_k_dist_loader(work_folder,task_name,n_dist)
[lhs,rhs]=argn();
// check work_folder name
tmp=strsplit(work_folder);
if tmp($)~='/' | tmp($)~='\' then
work_folder=work_folder+'/'
end
k_folder=work_folder+task_name+'_k/'
// check dimensions
load(k_folder+'k_point/k_point_all.sod');
tot_k=length(k_point_all(:,1));
load(k_folder+'Ek/Ek_1.sod');
tot_state=length(Ek(:,1));
// generate num of k of each allocation
n_k=ceil(tot_k/n_dist)*ones(1,n_dist);
if n_dist >1 then
n_k($)=tot_k-(n_dist-1)*n_k(1);
else
n_k=tot_k;
end
// read all data
count=0;
select lhs
case 1
Ek_dist=zeros(tot_state,tot_k);
for n=1:n_dist
load(k_folder+'Ek/Ek_'+string(n)+'.sod');
Ek_dist(:,count+1:count+n_k(n))=Ek
count=count+n_k(n);
end
case 2
Ek_dist=zeros(tot_state,tot_k);
Vk_dist=zeros(tot_state,tot_state,tot_k);
for n=1:n_dist
load(k_folder+'Ek/Ek_'+string(n)+'.sod');
load(k_folder+'Vk/Vk_'+string(n)+'.sod');
Ek_dist(:,count+1:count+n_k(n))=Ek
Vk_dist(:,:,count+1:count+n_k(n))=Vk
count=count+n_k(n);
end
case 3
Ek_dist=zeros(tot_state,tot_k);
Vk_dist=zeros(tot_state,tot_state,tot_k);
Hk_dist=zeros(tot_state,tot_state,tot_k);
for n=1:n_dist
load(k_folder+'Ek/Ek_'+string(n)+'.sod');
load(k_folder+'Vk/Vk_'+string(n)+'.sod');
load(k_folder+'Hk/Hk_'+string(n)+'.sod');
Ek_dist(:,count+1:count+n_k(n))=Ek
Vk_dist(:,:,count+1:count+n_k(n))=Vk
Hk_dist(:,:,count+1:count+n_k(n))=Hk
count=count+n_k(n);
end
else
disp('Error: PIL_k_dist_loader, must assign output variables');
abort
end
endfunction
|
59d2260f4fc173af9d063cc1a1fd03178d6577ce | f723e412ff19820dcd1f727100562b15a3e5d87d | /Free Space Propagation Model.sce | 7ad75c13ae0f5bbdcc54d0c0d28b14c0eae594f3 | [] | no_license | Sid-149/Mobile-Communication-System | f53593fa9ceedeb95e41dab9a530f1b6e71ce991 | 7e249472fa7b038ec5cfe7a92e28f79e95d01470 | refs/heads/master | 2023-01-09T23:21:09.222110 | 2020-10-21T05:24:43 | 2020-10-21T05:24:43 | 288,692,109 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Free Space Propagation Model.sce | clc
clear
gt = 1
gr = 1
pt = 50
d = 10000
pi = 3.14
c = 3*10^8
fc = 900
f = fc*10^6
lambda = c/f
pt_dbm = round(10*log10(pt/(10^(-3))))
pt_dbw = round(10*log10(pt))
disp(pt_dbm,'Power Transmitted in dBm:')
disp(pt_dbw,'Power Transmitted in dBw:')
pr = (pt*gt*gr*((lambda)^2))/(((4*pi)^2)*(100^2)*1)
pr_d = pr*10^(3)
disp(pr_d,'Power Received in W:')
pr_dbm = round(10*log10(pr_d))
disp(pr_dbm,'Power Received in dBm:')
pr_dbw = pr_dbm + 20*log10(100/d)
disp(pr_dbw,'Power Received at 10 Km in dBw:')
|
2a573c8fd32b9464532ad73fcbd94b84de89128c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH19/EX19.7/exm19_7.sce | 4aa2ce3ec072aff92a363506d43e35bbe2685c70 | [] | 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 | 865 | sce | exm19_7.sce | // page no 628
// example no A.7
// SUBTRACTION OF UNSIGNED NUMBERS
clc;
printf('Part a \n \n')
printf('Subtrahend= 62H \n');
printf('Minuend= FAH \n \n');
// finding 2's complement of subtrahend (62H);
m=hex2dec(['FA']);
x=hex2dec(['62']);
y=bitcmp(x,8); // 1's compliment of 62H
z=y+1; // 2's compliment of 62H
s=m+z;
f=s-256; // to compensate the effect of 2's compliment
e=dec2hex(f);
printf('Subtraction= ');
disp(e);
printf('This result is positive \n \n');
printf('Part b \n \n')
printf('Subtrahend= FAH \n');
printf('Minuend= 62H \n \n');
// finding 2's complement of subtrahend (FAH);
m=hex2dec(['62']);
x=hex2dec(['FA']);
y=bitcmp(x,8); // 1's compliment of FAH
z=y+1; // 2's compliment of FAH
s=m+z;
r=dec2hex(s);
printf('Subtraction= ');
disp(r);
printf('The result is negative & it is expressed in 2s complement.')
|
0b22b09a134622e62b63b03690f5914bd64ef457 | d7087cf730b37f76170323e080c090f8094979ac | /test/exec/and_or_command_4.tst | 66d9c6c614000bf4347e741b33438bb419ac9e80 | [] | no_license | VladimirMeshcheriakov/42sh | 025dffe358b86f48eaf7751a5cb08d4d5d5366c4 | 52d782255592526d0838bc40269f6e71f6a51017 | refs/heads/master | 2023-03-15T17:26:20.575439 | 2015-06-26T12:44:05 | 2015-06-26T12:44:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 121 | tst | and_or_command_4.tst | <cmd>
../build/42sh</cmd>
<ref>
bash</ref>
<stdin>
echo check only && echo priority || echo operators;
</stdin> |
8c1c4f7d37dfd5f39b40b095737e92138d7f96e0 | c61d570c37971fa455028a89d2163f455f91c291 | /script_fisico/raiz.sci | 1b31499efd09f34421341aa5f3a966a452aec7df | [] | no_license | OgliariNatan/-ScientificComputing | a0af891f900f3f146a9751fd169f96052bd4ba83 | 070ea9d70430ef0c9e7944f491426b73af7c12b0 | refs/heads/master | 2020-04-04T23:13:12.585946 | 2017-07-03T21:46:18 | 2017-07-03T21:46:18 | 81,988,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 710 | sci | raiz.sci | function [x]=raiz(a, n_sig)
//Cálculo de Raiz Quadrada pelo método Babilonia
//function x=raiz(a, n_sig);
//Onde x é a raiz de 'a'
// n_sig é o número de alg. sig. da resposta - 'opcional'
//exemplo de chamada
// x=raiz(5,4)
if argn(2) < 2 then // argn(2) retorna o no de args de entrada
n_sig = 3;
end
//Criterio de Parada
Es = 0.005*10^(2-n_sig); //inicaliza em 0.005 pois já considerou-se o percentual, ou seja, 0.5*100
//inicializações
x = 1; x_old = 1;
//impressão inicial
printf("Termo Erro %%\n");
while 1 do
x = (x + a/x)/2;
erro = abs((x - x_old)/x);
printf("%f %f\n", x, erro*100);
if (erro <= Es)
break;
end
x_old = x;
end
endfunction
|
3d1918b167c092e9def29449352c1f91c9d4f6de | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH4/EX4.12/Ex4_12.sce | cec464bc8c3be81abaefc4ff35fb2127bbc9b92c | [] | 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 | 448 | sce | Ex4_12.sce | clc
T1=550 //K
T2=300 //K
Nc=2.8*10**19 //cm**-3
Ne=1.04*10**19 //cm**-3
k=8.617*10^-5 //eV/K
Eg=1.12
//ni^2=Nc*Ne*exp(-Eg/(k*T))
ni=sqrt(Nc*Ne*(T1/T2)^3*exp((-Eg/(k*T2))*(T2/T1)))
disp(ni ,"ni in cm^-3 is = ")
//n0=1.05*Nd
//n0=(Nd/2)+sqrt((Nd/2)^2+ni^2) equation 1
a=(((1.05*2)-1)/2)^2 //simplifying and sloving the about equaton 1
b=ni^2
c=((4*a)-1)/4
Nd=sqrt(b/c)
disp(Nd,"Nd value in cm^-3 is=")
|
a5046038d53c6285e9797af1db6ee9af84ac241e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/percent/%hm_abs.sci | f5934a5c0ff0f6209597622a64c54e3858b8d5ca | [
"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 | 76 | sci | %hm_abs.sci | function M=%hm_abs(M)
// Copyright INRIA
M('entries')=abs(M('entries'))
|
0328953b4647b651721f5d0cd611e896a6292da1 | c9cea368728effc50ef3a05f10679bcc5c63382a | /Clase_03-04/opt_03-04-2019(3).sce | 66c37962ceb51314c363d735e1e4988599512f07 | [] | no_license | juancllanos/Optimizacion | dbb30315da1b6b3bfac0d1ace5d8e468557565d3 | ef85b725af392290dd46febc839f27944a5ed9d7 | refs/heads/master | 2020-04-28T05:46:38.128903 | 2019-05-21T21:59:16 | 2019-05-21T21:59:16 | 175,032,693 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | opt_03-04-2019(3).sce | // Metodo de Newton
function fx = f(x)
fx = (x(1)-x(2))**4 + (x(1)+2*x(2)-3)**2
endfunction
x = [5 ; 10 ]
disp(f(x),'f(x)')
[gr , H] = numderivative(f,x,[],[],'blockmat')
disp(gr,'gr',H,'H')
gr = gr'
d = -H\gr
disp(d,'d')
x = x+d
disp(x,'x')
|
22d957cb83e927dd61f7017e9e80fe921fb8ed6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.13/ex_4_13.sce | 303b7d7ddc6f8daf45d1c3109b8f9ef3841c50bb | [] | 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 | 494 | sce | ex_4_13.sce | // Example 4.13
clc;
clear;
close;
// Given data
V_BE= 0.7;// in V
V_CC= 15;// in V
V_CE= 5;// in V
I_C= 5;// in mA
I_C=I_C*10^-3;// in A
bita= 100;
I_B= I_C/bita;// in A
// Applying KVL to collector circuit, V_CC= (I_C+I_B)*R_C+V_CE
R_C= (V_CC-V_CE)/(I_C+I_B);// in Ω
// Applying KVL to base circuit, V_CC= (I_C+I_B)*R_C+I_B*R_B+V_BE
R_B= (V_CC-V_BE-R_C*(I_C+I_B))/I_B;// in Ω
disp(R_C*10^-3,"The value of R_C in kΩ is : ")
disp(R_B*10^-3,"The value of R_B in kΩ is : ")
|
19337c88f4a7a524bc80d41a8b4cd7d34c0be3b7 | e806e966b06a53388fb300d89534354b222c2cad | /macros/imcontour.sci | df41b0f52ad3baad787feabc5d12661883f379c5 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 121 | sci | imcontour.sci | function[contourMat] = imcontour(matA)
srcMat = mattolist(matA)
contourMat = opencv_imcontour(srcMat)
endfunction
|
c72f612a0cd2303691fa5206cc1944f3b59f9f61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /581/CH7/EX7.5/Example7_5.sce | b25ffcd75fa472ebf18d3d8f1dee84cd430bc9f2 | [] | 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 | 767 | sce | Example7_5.sce |
clear;
clc;
printf("\t Example 7.5\n");
T1 = 293; // air temp.,K
D=0.01; // inner diameter of pipe,m
v=0.7;// air velocity,m/s
T2=333; //pipe wall temp.,K
t=0.25; // distance down the stream
Re=v*D/(1.66*10^-5); // reynolds no.
// the flow is therefore laminar, to account for the thermal entry region, we compute the graetz no.
Gz=Re*(0.709)*D/t; // graetz no.
Nu=4.32 // nusselt no., Nu=3.657+(0.0668*Gz^(1/3)/(0.04+Gz^(-2/3)))
h=3.657*(0.0268)/D; // average convective heat transfer coefficient. W/(m^2*K)
a=1-exp((-h/(1.14*1007*v))*(4*t)/D); // (Tb-T1)/(T2-T1)=a (suppose)
Tb=a*(T2-T1)+T1; // temperature 0.25 m farther down stream.
Tb1=Tb-270.6;
printf("\t temperature 0.25 m farther down stream is :%.1f C\n",Tb1)
//end |
8f18985ead01a5bcfec2c0e3dee86f9afd076362 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH9/EX9.18/Example918.sce | e9c25b03a32298347520f30ae0bb3e85d02531d8 | [] | 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 | 942 | sce | Example918.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 9 Example # 9.18 ")
//Emissivity
epsilon = 0.8;
//Stefan's constant
sigma = 0.1714;
//Temperature of walls in degree F
Twall = 440;
//Temperature indicated ny thermocouple in degree F
Tt = 940;
//Heat transfer coefficient in Btu/h ft2 F
h = 25;
//The temperature of the thermocouple is below the gas temperature because the couple loses heat by radiation to the wall.
//Under steady-state conditions the rate of heat flow by radiation from the thermocouple junction to the wall equals the rate of heat flow by convection from the gas to the couple.
//Using this heat balance, q/A in Btu/h ft2
q = (epsilon*sigma)*(((Tt+460)/100)^4-((Twall+460)/100)^4);
disp("True gas temperature in degree F")
//True gas temperature in degree F
Tg = Tt+q/h
|
cb41a00ca320daa2054cc15e4ec633b7df4b9409 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH13/EX13.4/Ex13_4.sce | 0cfe4e332c5b90b8d7460e5d749d987efb558b09 | [] | 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_4.sce | clc
Do = 250 // diameter in mm
ho = 250 // hieght in mm
delta_h = 100 // mm
h = 150 // mm
sigma0 = 55 // N/mm^2
d = Do*sqrt(ho/(ho-delta_h)) // diameter in mm
mu = 0.42 // coefficient of friction
R = 162.5 // mm
pa = sigma0/2*(h/(mu*R))^2*(%e^(2*mu*R/h)-2*mu*R/h-1) // N/mm^2
p = pa*%pi*(R)^2 // force in kN
printf("\n Force = %d kN",p/1000)
|
09fbaa58d195652a3ab5126d8ea109a3a71b0dee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH3/EX3.7/ch3_ex_7.sce | 5e06ddee5ca6f327d2cd960a571121dc5c946618 | [] | 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 | 942 | sce | ch3_ex_7.sce | //CHAPTER 3- THREE-PHASE A.C. CIRCUITS
//Example 7
disp("CHAPTER 3");
disp("EXAMPLE 7");
//VARIABLE INITIALIZATION
v_ph=200; //in Volts
r1=5; //in Ohms
r2=8; //in Ohms
r3=10; //in Ohms
//SOLUTION
I1=v_ph/r1;
I2=v_ph/r2;
I3=v_ph/r3;
disp(sprintf("The current in the three phases are %d A, %d A and %d A",I1,I2,I3));
I_x=0+I2*(sqrt(3)/2)-I3*(sqrt(3)/2); //x-component of the three currents =>I_x = I1*cos(90) + I2*cos(30) + I3*cos(30)
I_y=I1-I2*0.5-I3*0.5; //y-component of the three currents =>I_y = I1*sin(90) + I2*sin(30) + I3*sin(30)
I=sqrt((I_x^2)+(I_y^2));
disp(sprintf("The neutral current is %f A",I));
p1=v_ph*I1;
p2=v_ph*I2;
p3=v_ph*I3;
disp(sprintf("The power consumed in the three phases are %d W, %d W and %d W",p1,p2,p3));
p=p1+p2+p3;
disp(sprintf("The total power is %d W",p));
//END
|
f75256b0d642a14f5a31fb40d8b26b14382b5414 | b846ffaa3e3e3311c37e95270bbe930fdf91a314 | /meanModeMedian.sci | 688752f49884a2ce073d7602781b18db2b77bbe3 | [] | no_license | rahulgarg28071998/mathlab-practical-scilab | 100a15f74f94942d32a8be8125b4020a7e265ede | a83cc6b817fcca9268a59583eab372109552f2f8 | refs/heads/master | 2020-03-11T15:22:05.161498 | 2018-04-18T15:19:11 | 2018-04-18T15:19:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 598 | sci | meanModeMedian.sci | clc;
clear;
n=input("enter the no. of observations")
disp("enter the value of xi")
for i=1:n
x(i)=input(" ")
end
disp("enter there respective frequency fi")
sum0=0;
for i=1:n
f(i)=input(" ")
sum0=sum0+f(i);
end
r=input("how many moments to be calculated");
sum1=0;
for i=1:n
sum1=sum1+(f(i)*x(i));
end
A=sum1/sum0;
printf("average=%f\n",A);
for j=1:r
sum2=0;
for i=1:n y(i)=f(i)*(x(i)-A)^j;
sum2=sum2+y(i);
end
M(j)=(sum2/sum0);
printf("moment about mean M(%d)=%f\n",j,M(j));
end
sd=sqrt(M(2));
printf("standard deviation = %f \n",sd);
|
ee18cc15cdefb8593f5997aacc513f46ebd2584a | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/SCHI/VR60NTE/ATWM1_Working_Memory_MEG_VR60NTE_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | c5d18ebb6935268f6d04b17587b170a11fe43e72 | [] | 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 | 48,408 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_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 = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; 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 = 290; width = 290; color = 128, 128, 128;} 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;
42 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_078 gabor_137 gabor_014 gabor_047 gabor_078_alt gabor_137 gabor_014 gabor_047_alt "2_1_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_078_137_014_047_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_white "2_1_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2242 fixation_cross gabor_009 gabor_134 gabor_080 gabor_167 gabor_009_alt gabor_134_alt gabor_080 gabor_167 "2_2_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_009_134_080_167_target_position_1_2_retrieval_position_1" gabor_055_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_2_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2042 2992 2292 fixation_cross gabor_064 gabor_142 gabor_175 gabor_014 gabor_064 gabor_142_alt gabor_175 gabor_014_alt "2_3_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_064_142_175_014_target_position_2_4_retrieval_position_2" gabor_circ gabor_094_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_3_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2392 fixation_cross gabor_094 gabor_039 gabor_179 gabor_117 gabor_094 gabor_039_alt gabor_179 gabor_117_alt "2_4_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_094_039_179_117_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_white "2_4_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_071 gabor_012 gabor_120 gabor_092 gabor_071_alt gabor_012 gabor_120 gabor_092_alt "2_5_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_071_012_120_092_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_045_framed blank blank blank blank fixation_cross_white "2_5_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1842 2992 2442 fixation_cross gabor_034 gabor_140 gabor_167 gabor_081 gabor_034 gabor_140_alt gabor_167 gabor_081_alt "2_6_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2450_gabor_patch_orientation_034_140_167_081_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_white "2_6_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_167_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2042 fixation_cross gabor_078 gabor_018 gabor_058 gabor_148 gabor_078_alt gabor_018 gabor_058_alt gabor_148 "2_7_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_078_018_058_148_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_058_framed gabor_circ blank blank blank blank fixation_cross_white "2_7_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_016 gabor_122 gabor_094 gabor_078 gabor_016_alt gabor_122 gabor_094_alt gabor_078 "2_8_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_016_122_094_078_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_094_framed gabor_circ blank blank blank blank fixation_cross_white "2_8_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 1992 fixation_cross gabor_094 gabor_076 gabor_111 gabor_144 gabor_094 gabor_076_alt gabor_111 gabor_144_alt "2_9_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_094_076_111_144_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_005_framed blank blank blank blank fixation_cross_white "2_9_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_088 gabor_053 gabor_111 gabor_126 gabor_088 gabor_053_alt gabor_111 gabor_126_alt "2_10_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_088_053_111_126_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_174_framed blank blank blank blank fixation_cross_white "2_10_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_097 gabor_074 gabor_043 gabor_133 gabor_097_alt gabor_074_alt gabor_043 gabor_133 "2_11_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_097_074_043_133_target_position_1_2_retrieval_position_2" gabor_circ gabor_026_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_11_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1792 2992 2042 fixation_cross gabor_126 gabor_170 gabor_155 gabor_082 gabor_126_alt gabor_170 gabor_155 gabor_082_alt "2_12_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2050_gabor_patch_orientation_126_170_155_082_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_107_framed gabor_circ blank blank blank blank fixation_cross_white "2_12_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_107_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2242 fixation_cross gabor_092 gabor_150 gabor_017 gabor_171 gabor_092 gabor_150 gabor_017_alt gabor_171_alt "2_13_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_092_150_017_171_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_035_framed blank blank blank blank fixation_cross_white "2_13_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1792 2992 2492 fixation_cross gabor_167 gabor_061 gabor_099 gabor_019 gabor_167 gabor_061_alt gabor_099 gabor_019_alt "2_14_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2500_gabor_patch_orientation_167_061_099_019_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_146_framed gabor_circ blank blank blank blank fixation_cross_white "2_14_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2342 fixation_cross gabor_139 gabor_073 gabor_115 gabor_154 gabor_139_alt gabor_073 gabor_115_alt gabor_154 "2_15_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_139_073_115_154_target_position_1_3_retrieval_position_1" gabor_139_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_15_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_136 gabor_105 gabor_030 gabor_163 gabor_136_alt gabor_105 gabor_030_alt gabor_163 "2_16_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_136_105_030_163_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_white "2_16_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2592 fixation_cross gabor_149 gabor_170 gabor_059 gabor_083 gabor_149 gabor_170_alt gabor_059 gabor_083_alt "2_17_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_149_170_059_083_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "2_17_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_069 gabor_084 gabor_107 gabor_129 gabor_069 gabor_084_alt gabor_107_alt gabor_129 "2_18_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_069_084_107_129_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_107_framed gabor_circ blank blank blank blank fixation_cross_white "2_18_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_091 gabor_173 gabor_065 gabor_111 gabor_091 gabor_173_alt gabor_065_alt gabor_111 "2_19_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_091_173_065_111_target_position_2_3_retrieval_position_2" gabor_circ gabor_038_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_19_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2092 2992 2342 fixation_cross gabor_131 gabor_064 gabor_042 gabor_006 gabor_131 gabor_064_alt gabor_042_alt gabor_006 "2_20_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2100_3000_2350_gabor_patch_orientation_131_064_042_006_target_position_2_3_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_20_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_086_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2542 fixation_cross gabor_068 gabor_042 gabor_156 gabor_129 gabor_068_alt gabor_042 gabor_156_alt gabor_129 "2_21_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2550_gabor_patch_orientation_068_042_156_129_target_position_1_3_retrieval_position_1" gabor_068_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_21_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_068_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_009 gabor_127 gabor_148 gabor_168 gabor_009 gabor_127_alt gabor_148_alt gabor_168 "2_22_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_009_127_148_168_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_148_framed gabor_circ blank blank blank blank fixation_cross_white "2_22_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 1892 fixation_cross gabor_123 gabor_142 gabor_101 gabor_176 gabor_123_alt gabor_142 gabor_101_alt gabor_176 "2_23_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_123_142_101_176_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_055_framed gabor_circ blank blank blank blank fixation_cross_white "2_23_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_160 gabor_072 gabor_052 gabor_093 gabor_160_alt gabor_072 gabor_052 gabor_093_alt "2_24_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_160_072_052_093_target_position_1_4_retrieval_position_1" gabor_160_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_24_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2092 fixation_cross gabor_084 gabor_172 gabor_102 gabor_021 gabor_084 gabor_172_alt gabor_102_alt gabor_021 "2_25_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_084_172_102_021_target_position_2_3_retrieval_position_2" gabor_circ gabor_037_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_25_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2292 fixation_cross gabor_151 gabor_121 gabor_046 gabor_078 gabor_151_alt gabor_121 gabor_046 gabor_078_alt "2_26_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_151_121_046_078_target_position_1_4_retrieval_position_1" gabor_013_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_26_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2192 2992 1942 fixation_cross gabor_090 gabor_155 gabor_179 gabor_114 gabor_090_alt gabor_155_alt gabor_179 gabor_114 "2_27_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_1950_gabor_patch_orientation_090_155_179_114_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_066_framed blank blank blank blank fixation_cross_white "2_27_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_066_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2342 fixation_cross gabor_025 gabor_076 gabor_109 gabor_043 gabor_025_alt gabor_076 gabor_109 gabor_043_alt "2_28_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_025_076_109_043_target_position_1_4_retrieval_position_1" gabor_163_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_28_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2442 fixation_cross gabor_040 gabor_064 gabor_122 gabor_080 gabor_040_alt gabor_064 gabor_122_alt gabor_080 "2_29_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_040_064_122_080_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_122_framed gabor_circ blank blank blank blank fixation_cross_white "2_29_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 2042 fixation_cross gabor_071 gabor_088 gabor_053 gabor_110 gabor_071 gabor_088_alt gabor_053_alt gabor_110 "2_30_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_071_088_053_110_target_position_2_3_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_30_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1892 2992 2292 fixation_cross gabor_032 gabor_149 gabor_066 gabor_008 gabor_032 gabor_149_alt gabor_066 gabor_008_alt "2_31_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2300_gabor_patch_orientation_032_149_066_008_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_066_framed gabor_circ blank blank blank blank fixation_cross_white "2_31_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_066_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_021 gabor_049 gabor_001 gabor_111 gabor_021 gabor_049_alt gabor_001_alt gabor_111 "2_32_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_021_049_001_111_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_white "2_32_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_101 gabor_019 gabor_161 gabor_128 gabor_101 gabor_019 gabor_161_alt gabor_128_alt "2_33_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_101_019_161_128_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "2_33_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2042 fixation_cross gabor_024 gabor_142 gabor_100 gabor_165 gabor_024_alt gabor_142 gabor_100_alt gabor_165 "2_34_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_024_142_100_165_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_white "2_34_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_147 gabor_115 gabor_084 gabor_170 gabor_147 gabor_115_alt gabor_084 gabor_170_alt "2_35_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_147_115_084_170_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_170_framed blank blank blank blank fixation_cross_white "2_35_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2592 fixation_cross gabor_098 gabor_148 gabor_028 gabor_173 gabor_098 gabor_148_alt gabor_028_alt gabor_173 "2_36_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_098_148_028_173_target_position_2_3_retrieval_position_2" gabor_circ gabor_148_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_36_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2442 fixation_cross gabor_155 gabor_093 gabor_011 gabor_069 gabor_155 gabor_093_alt gabor_011 gabor_069_alt "2_37_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_155_093_011_069_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_white "2_37_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1942 2992 2292 fixation_cross gabor_142 gabor_023 gabor_175 gabor_057 gabor_142 gabor_023_alt gabor_175 gabor_057_alt "2_38_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2300_gabor_patch_orientation_142_023_175_057_target_position_2_4_retrieval_position_1" gabor_142_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_38_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_142_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_046 gabor_152 gabor_031 gabor_113 gabor_046_alt gabor_152 gabor_031_alt gabor_113 "2_39_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_046_152_031_113_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_031_framed gabor_circ blank blank blank blank fixation_cross_white "2_39_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_131 gabor_015 gabor_156 gabor_090 gabor_131 gabor_015_alt gabor_156 gabor_090_alt "2_40_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_131_015_156_090_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_white "2_40_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2142 2992 2142 fixation_cross gabor_140 gabor_052 gabor_025 gabor_110 gabor_140 gabor_052_alt gabor_025_alt gabor_110 "2_41_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2150_gabor_patch_orientation_140_052_025_110_target_position_2_3_retrieval_position_2" gabor_circ gabor_003_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_41_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1792 2992 2242 fixation_cross gabor_152 gabor_005 gabor_037 gabor_120 gabor_152_alt gabor_005 gabor_037_alt gabor_120 "2_42_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_152_005_037_120_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_120_framed blank blank blank blank fixation_cross_white "2_42_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_120_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_057 gabor_130 gabor_173 gabor_004 gabor_057 gabor_130_alt gabor_173 gabor_004_alt "2_43_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_057_130_173_004_target_position_2_4_retrieval_position_2" gabor_circ gabor_083_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_43_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_145 gabor_125 gabor_062 gabor_102 gabor_145_alt gabor_125 gabor_062_alt gabor_102 "2_44_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_145_125_062_102_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_013_framed gabor_circ blank blank blank blank fixation_cross_white "2_44_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1992 2992 2492 fixation_cross gabor_112 gabor_142 gabor_097 gabor_027 gabor_112 gabor_142_alt gabor_097_alt gabor_027 "2_45_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2500_gabor_patch_orientation_112_142_097_027_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_166_framed blank blank blank blank fixation_cross_white "2_45_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_166_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 1892 fixation_cross gabor_043 gabor_100 gabor_020 gabor_127 gabor_043_alt gabor_100 gabor_020_alt gabor_127 "2_46_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_043_100_020_127_target_position_1_3_retrieval_position_1" gabor_043_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_46_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_180 gabor_040 gabor_108 gabor_020 gabor_180 gabor_040_alt gabor_108 gabor_020_alt "2_47_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_180_040_108_020_target_position_2_4_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_47_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_147 gabor_037 gabor_082 gabor_010 gabor_147_alt gabor_037_alt gabor_082 gabor_010 "2_48_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_147_037_082_010_target_position_1_2_retrieval_position_2" gabor_circ gabor_037_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_48_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2242 2992 1892 fixation_cross gabor_096 gabor_050 gabor_177 gabor_072 gabor_096_alt gabor_050 gabor_177 gabor_072_alt "2_49_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_1900_gabor_patch_orientation_096_050_177_072_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_177_framed gabor_circ blank blank blank blank fixation_cross_white "2_49_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2142 2992 2192 fixation_cross gabor_091 gabor_130 gabor_157 gabor_040 gabor_091_alt gabor_130_alt gabor_157 gabor_040 "2_50_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_091_130_157_040_target_position_1_2_retrieval_position_2" gabor_circ gabor_179_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_50_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 1942 fixation_cross gabor_007 gabor_120 gabor_140 gabor_060 gabor_007 gabor_120_alt gabor_140_alt gabor_060 "2_51_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_007_120_140_060_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_white "2_51_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_147 gabor_075 gabor_095 gabor_060 gabor_147 gabor_075_alt gabor_095_alt gabor_060 "2_52_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_147_075_095_060_target_position_2_3_retrieval_position_2" gabor_circ gabor_075_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_52_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_093 gabor_149 gabor_060 gabor_111 gabor_093_alt gabor_149_alt gabor_060 gabor_111 "2_53_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_093_149_060_111_target_position_1_2_retrieval_position_1" gabor_043_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_53_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_164 gabor_087 gabor_131 gabor_041 gabor_164_alt gabor_087 gabor_131 gabor_041_alt "2_54_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_164_087_131_041_target_position_1_4_retrieval_position_1" gabor_164_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_54_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2442 fixation_cross gabor_150 gabor_062 gabor_120 gabor_172 gabor_150_alt gabor_062_alt gabor_120 gabor_172 "2_55_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_150_062_120_172_target_position_1_2_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_55_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2092 fixation_cross gabor_078 gabor_056 gabor_023 gabor_137 gabor_078 gabor_056_alt gabor_023 gabor_137_alt "2_56_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_078_056_023_137_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_137_framed blank blank blank blank fixation_cross_white "2_56_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_070 gabor_103 gabor_143 gabor_015 gabor_070_alt gabor_103_alt gabor_143 gabor_015 "2_57_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_070_103_143_015_target_position_1_2_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_57_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1842 2992 2242 fixation_cross gabor_068 gabor_088 gabor_122 gabor_145 gabor_068_alt gabor_088 gabor_122 gabor_145_alt "2_58_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_068_088_122_145_target_position_1_4_retrieval_position_2" gabor_circ gabor_039_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_58_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_039_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2242 fixation_cross gabor_061 gabor_148 gabor_118 gabor_166 gabor_061_alt gabor_148 gabor_118 gabor_166_alt "2_59_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_061_148_118_166_target_position_1_4_retrieval_position_1" gabor_011_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_59_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_098 gabor_117 gabor_166 gabor_083 gabor_098_alt gabor_117 gabor_166_alt gabor_083 "2_60_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_098_117_166_083_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_031_framed gabor_circ blank blank blank blank fixation_cross_white "2_60_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_160 gabor_038 gabor_100 gabor_178 gabor_160 gabor_038 gabor_100_alt gabor_178_alt "2_61_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_160_038_100_178_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_white "2_61_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2192 2992 2542 fixation_cross gabor_088 gabor_004 gabor_128 gabor_169 gabor_088 gabor_004 gabor_128_alt gabor_169_alt "2_62_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2550_gabor_patch_orientation_088_004_128_169_target_position_3_4_retrieval_position_1" gabor_088_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_62_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_088_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_014 gabor_098 gabor_044 gabor_176 gabor_014_alt gabor_098 gabor_044_alt gabor_176 "2_63_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_014_098_044_176_target_position_1_3_retrieval_position_1" gabor_060_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_63_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_035 gabor_011 gabor_167 gabor_058 gabor_035_alt gabor_011 gabor_167_alt gabor_058 "2_64_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_035_011_167_058_target_position_1_3_retrieval_position_1" gabor_035_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_64_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 1992 fixation_cross gabor_010 gabor_149 gabor_126 gabor_039 gabor_010 gabor_149_alt gabor_126_alt gabor_039 "2_65_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_010_149_126_039_target_position_2_3_retrieval_position_2" gabor_circ gabor_099_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_65_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1942 2992 2342 fixation_cross gabor_044 gabor_164 gabor_134 gabor_112 gabor_044_alt gabor_164 gabor_134_alt gabor_112 "2_66_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_044_164_134_112_target_position_1_3_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_66_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_164_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_095 gabor_140 gabor_161 gabor_111 gabor_095_alt gabor_140_alt gabor_161 gabor_111 "2_67_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_095_140_161_111_target_position_1_2_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_67_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2342 fixation_cross gabor_122 gabor_062 gabor_036 gabor_082 gabor_122 gabor_062_alt gabor_036_alt gabor_082 "2_68_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_122_062_036_082_target_position_2_3_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_68_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 1992 fixation_cross gabor_084 gabor_168 gabor_099 gabor_012 gabor_084_alt gabor_168 gabor_099_alt gabor_012 "2_69_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_084_168_099_012_target_position_1_3_retrieval_position_1" gabor_039_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_69_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1842 2992 2142 fixation_cross gabor_112 gabor_031 gabor_157 gabor_173 gabor_112 gabor_031_alt gabor_157_alt gabor_173 "2_70_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2150_gabor_patch_orientation_112_031_157_173_target_position_2_3_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_70_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_067_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# 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;
}; |
452136fe8cb29b97f9cc363d62e48558f5ee69d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH4/EX4.16/example16.sce | da2f5584667110000048519467f396d224805e4d | [] | 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,717 | sce | example16.sce | clc
clear
//input data
psi=0.4//Pressure coefficient
m=3.5//Mass flow rate of air in kg/s
N=750//The speed of fan in rpm
T1=308//The static temperature at the entry in K
Dh=0.26//The hub diameter in m
DhDt=1/3//The hub to tip ratio
P1=98.4*10^3//The static pressure at entry in Pa
nm=0.9//The mechanical efficiency
nf=0.79//Static fan efficiency
R=287//The universal gas constant in J/kg.K
Cp=1.005//The specific heat of air at constant pressure in kJ/kg.K
r=1.4//The ratio of specific heats of air
g=9.81//Acceleration due to gravity in m/s^2
dw=1000//Density of water in kg/m^3
//calculations
no=nm*nf//Overall efficiency
Dt=Dh/DhDt//The tip diameter in m
Dm=(Dt+Dh)/2//Mean rotor diameter in m
U=(3.141*Dm*N)/60//The mean blade speed in m/s
dPd=((U^2)/2)*psi//The ratio of change in pressure to density in J/kg
Wi=dPd*m//The ideal work in W
P=Wi/nm//The power required by the fan in W
d=P1/(R*T1)//The density of the air in kg/m^3
A=(3.141/4)*((Dt^2)-(Dh^2))//Area of cross section of the fan in m^2
Ca=m/(d*A)//The axial velocity of air in m/s
pi=Ca/U//The flow coefficient
tb1tb2=psi/(2*pi)//The difference between tangent angles of rotor inlet and exit angles
b2=atand((1-(dPd/U^2))/pi)//The exit rotor angle in degree
b1=atand((tand(b2))+(tb1tb2))//The inlet rotor angle in degree
dP=d*dPd//The pressure developed in N/m^2
dH=(dP/(dw*g))*10^3//Pressure developed in mm of W.G
//output
printf('(a)The overall efficiency is %3.3f\n,(b)The power required by the fan is %3.2f W\n(c)The flow coefficient is %3.2f\n(d)\n (1)The rotor inlet angle is %3.2f degree\n (2)The rotor exit angle is %3.2f degree\n(e)The pressure developed is %3.2f mm of W.G',no,P,pi,b1,b2,dH)
|
1ec77d46e4f9d624777fb8b9fc38a66c3f2c12fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.39/ex4_39.sce | d70823e0153a2fa060e8859ae51f77b22498da23 | [] | 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 | 608 | sce | ex4_39.sce | // Exa 4.39
clc;
clear;
close;
// Given data
V_BB = 4.50;// in V
V_E = 3.8;// in V
V_C = 11.32;// in V
I_C = 3.8;// in mA
I_C=I_C*10^-3;// in A
V_BE = 0.7;// in V
R1 = 10;// in kohm
R2 = 2.2;// in kohm
R_B = (R1*R2)/(R1+R2);// in kohm
R_B = R_B * 10^3;// in ohm
I_B = (V_BB-V_BE)/R_B;// in A
disp(I_B*10^3,"The base current in mA is");
V_CE = V_C-V_E;// in V
disp(V_CE,"Collector emitter voltage in V is");
disp("Thus the Q-point is : "+string(V_CE)+" V, "+string(I_B*10^3)+" mA") ;
// Note: There is calculation error to evaluate the value of I_B. So the answer in the book is wrong.
|
9603dff38cffd722a4c9949bf574a85d190c217b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH4/EX4.23/ex4_23.sce | 88773c3ad448d948cfbbb446be4f1000a30407f9 | [] | 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 | 306 | sce | ex4_23.sce | //Page Number: 4.21
//Example 4.23
clc;
//Given,
delfd1=50; //Hz
f1=120; //Hz
delfd2=20000; //Hz
f2=240; //Hz
//(a)PM
delf1=(f2/f1)*delfd1;
n1=delfd2/delf1;
disp(n1,'Frequency multiplication factor in PM');
//(b)FM
n2=delfd2/delfd1;
disp(n2,'Frequency multiplication factor in FM');
|
73bb29cb91be7a3719663e6fd463e97b2a586267 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH10/EX10.4/Ex10_4.sce | 6a861a5eab2771ced2e4744c5934755c3a98e1be | [] | 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 | 463 | sce | Ex10_4.sce | //Ex10_4 Pg-518
clc
R1=1.5*10^(3) //resistor R1 in ohm
Rf=75*10^(3) //feedback resistor in ohm
Vin=10*10^(-3) //input voltage in V
funi=1*10^(6) //unity frequency in Hz
Acl=(-1)*Rf/R1 //closed loop gain
printf("Magnitude of Closed loop gain = %.0f \n",abs(Acl))
fcl=funi/abs(Acl) //closed loop frequency
printf(" Closed loop frequency = %.0f kHz \n",fcl*1e-3)
Vout=abs(Acl)*Vin //output voltage
printf(" Output voltage = %.1f mV pp",Vout*1e3)
|
8b7cf8ee4392b39f7590203eaf4794242765b6c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1727/CH3/EX3.4/3_4.sce | d246271dc1c45028faf47f952907d41f4d9cd665 | [] | 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 | 157 | sce | 3_4.sce | clc
//Initialization of variables
dn1=4 //cm
v1=300 //cm/s
dn2=2.5 //cm
//calculations
v2=v1*dn1/dn2
//results
printf("Velocity = %.1f m/s",v2/100)
|
9f024abaea8203ac91c252b7c5b5f388a5005372 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH26/EX26.4/Ex26_4.sce | c746c284e888dd91ad39c1d1f7a78990366885ca | [] | 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 | 344 | sce | Ex26_4.sce | // 1 APPENDIX. Ex no 4. Page no 642
//initilization of variables
A=[2,-1,1]
B=[1,1,2]
C=[3,-2,4]
//Calculations
R=[A(1)+B(1)+C(1),A(2)+B(2)+C(2),A(3)+B(3)+C(3)] //Resultant
mag=sqrt(R(1)^2+R(2)^2+R(3)^2)
//Unit vector
U=R/mag
//Result
clc
printf("The unit vector is %fi%fj+%fk",U(1),U(2),U(3))
//Answer for k part is incorrect in the textbook
|
9ca439a66456ad2a5bdea78bff43eebcef8f1bb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/2_6data.sci | 30836b83ab634c1b8eace620d7872c047768f61c | [] | 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 | 234 | sci | 2_6data.sci | //example 2.6:deals with the conversion of units; a piper cub airplane is flying at 60 mile per hour,convert its velocity in terms of ft/s and m/s
//1 mile=5280 ft,1 hour=3600 second,1 mile=1609.344
//Velocity in mile/hr:
V=60;
|
586b85d9d8c2c4187fc205ebec88983e67454e8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH5/EX5.2/ex5_2.sce | 3612372a813908b2548b56126a47ee7eb1a097d9 | [] | 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 | 290 | sce | ex5_2.sce |
clc;
clear all;
t = 0.5e-2; // Thickness in meters
r = 2650; // Density in Kg per cubic meters
p=1;//for fundamental vibration
Y = 7.9e10; // Youngs modulus in Newton per square meter
f = (p/(2*t))*sqrt(Y/r);//The fundamental frquency
disp('Hz',f,'The fundalmental frquency is ')
|
9a69215556761e73f911532f5147654e28477076 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH8/EX8.18/Ex8_18.sce | 909ac4c5ef44ddee3d3e24cc6cde0397b3c91ca7 | [] | 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,143 | sce | Ex8_18.sce |
// Theory and Problems of Thermodynamics
// Chapter 8
// Power and Refrigeration Cycles
// Example 18
clear ;clc;
//Given data
T1 = -20 // freezer temperature to be maintained in `C
T2 = 40 // ambient temperature in summer in `C
QL = 10 // power to be provided by refrigerator in kW
// at 40`C
h3 = 74.527 // in kJ/kg
h2 = 203.051 // in kJ/kg
s2 = 0.682 // in kJ/kg K
// at -20 `C
hf = 17.8 // in kJ/kg
hfg = 160.81 // in kJ/kg
sf = 0.073 // in kJ/kg K
sfg = 0.6352 // in kJ/kg K
s1=s2 // s1 = sf+X1*sfg
X1 = (s1-sf)/sfg
h1 = hf + X1*hfg // in kJ/kg
h4 = h3
COP = (h1-h4)/(h2-h1) // COP of refrigerator
W = QL/COP // power required to operate refrigerator
R_fw = QL/(h1-h4) // flow rate of refrigerator in kg/s
// Output Results
mprintf('COP of refrigerator = %4.3f' ,COP);
mprintf('\n Power required to operate refrigerator = %4.3f kW' ,W)
mprintf('\n Refrigerant flow rate = %4.4f kg/s' ,R_fw);
|
b6a84f2bc7004cd5e1db1cefd450c249467a73aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH3/EX3.13/Ex3_13.sce | 2de61fadabc239cd9d052da799efbe58d66b8f8d | [] | 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 | 471 | sce | Ex3_13.sce | clear
//
//
//
//Variable declaration
h=6.62*10^-34; //planck's constant(J sec)
e=1.6*10^-19; //charge(coulomb)
m=9*10^-31; //mass(kg)
E=344; //energy(volts)
n=1;
theta=60; //angle(degrees)
//Calculation
lamda=h/sqrt(2*m*e*E); //wavelength(m)
theta=theta*%pi/180; //angle(radian)
d=n*lamda*10^10/(2*sin(theta)); //spacing of crystal(angstrom)
//Result
printf("\n spacing of crystal is %0.2f angstrom",d)
|
3f6cfee750f395cae47a5070342a1a0d9d9271f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH10/EX10.8/Ex10_8.sce | 4186357d39ff5a335282ea552fc109fbafc1929c | [] | 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 | 489 | sce | Ex10_8.sce | //Ex10_8
clc
BW = 500*10^3//bandwidth
A = 200//gain of amplifier
BWf = 2*10^6//bandwidth with negative feedback
disp("B.W = "+string(BW)+"HZ")
disp("A = "+string(A))
disp("(B.W)f = "+string(BWf)+"Hz")
beta = ((BWf/BW)-1)/A//feedback ratio
disp("beta = ((B.W)f/B.W - 1)/A = "+string(beta))
disp("beta = "+string(beta*100)+"%")
// note : using variable "BW" instad of "B.W" ... as, if using B.W the software takes it as a function.
// similarly using "BWf" instead of (B.W)f.
|
02dd7f73a6d442259682d7e1c23197d9479838d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH9/EX9.13/9_13.sce | dc0c837bdeb580a1eb0dd73a2735c2276b4453ce | [] | 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,419 | sce | 9_13.sce | clear; clc; close;
Cs = 10*10^(-6);
Ce = 20*10^(-6);
Cc = 1*10^(-6);
Rs = 1*10^(3);
R1 = 40*10^(3);
R2 = 10*10^(3);
Re = 1.2*10^(3);
Rc = 4*10^(3);
Rl = 10*10^(3);
Beta = 100;
ro = %inf;
re = 24.01;
Vcc = 10;
Ve = 2-0.7;
Cwo = 8*10^(-12);
Cwi = 6*10^(-12);
Cce = 1*10^(-12);
Cbc = 4*10^(-12);
Cbe = 36*10^(-12);
fls = 6.86;
Ri = 1.85*10^(3);
Avmid = -119;
Rthi = Rs*R1*R2*Ri/(Rs*R1*R2+R1*R2*Ri+R2*Ri*Rs+Ri*Rs*R1);
Ci = Cwi+Cbe+(1-Avmid)*Cbc;
fhi = 1/(2*%pi*Rthi*Ci);
Rtho = Rc*Rl/(Rc+Rl);
Co = Cwo+Cce+(1-(1/Avmid))*Cbc;
fho = 1/(2*%pi*Rtho*Co);
fpie = 1/(2*%pi*Beta*re*(Cbe+Cbc));
ft = Beta*fpie;
disp(fhi,'fhi = ');
disp(fho,'fho = ');
disp(fpie,'fbeta = ');
disp(ft,'ft = ');
fle = 500;
flc = 1/(2*%pi*(Rl+Rtho)*Cc);
f1 = fle;
f = 0.1*f1:100:10*f1;
av = (1+(f1./f)^2)^(-1/2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
gainplot(f,av);
a = gca();
a.y_location = 'left';
a.x_location = 'top';
a.x_label.text = 'frequency';
a.y_label.text = 'Av';
a.title.text = 'Bode';
plot2d(x,y);
f1 = fls;
//f = .1*f1:10:10*f1;
av = -10*log10(1+(f1./f)^2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
plot2d(x,y);
f1 = flc;
//f = .1*f1:10:10*f1;
av = -10*log10(1+(f1./f)^2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
plot2d(x,y);
f1 = fhi;
f = 0.1*f1:100:10*f1;
av = (1+(f/f1)^2)^(-1/2);
av1 = -20*log10(f1/f1);
f2 = f1*10;
av2 = -20*log10(f2/f1);
f3 = f1*4;
av3 = -20*log10(f3/f1);
f4 = f1*2;
av4 = -20*log10(f4/f1);
x = [f1 f4 f3 f2];
y = [av1 av4 av3 av2];
gainplot(f,av);
plot2d(x,y);
f1 = fpie;
av1 = -20*log10(f1/f1);
f2 = f1*10;
av2 = -20*log10(f2/f1);
f3 = f1*4;
av3 = -20*log10(f3/f1);
f4 = f1*2;
av4 = -20*log10(f4/f1);
x = [f1 f4 f3 f2];
y = [av1 av4 av3 av2];
plot2d(x,y);
f1 = fho;
av1 = -20*log10(f1/f1);
f2 = f1*10;
av2 = -20*log10(f2/f1);
f3 = f1*4;
av3 = -20*log10(f3/f1);
f4 = f1*2;
av4 = -20*log10(f4/f1);
x = [f1 f4 f3 f2];
y = [av1 av4 av3 av2];
plot2d(x,y);
|
8b8e97876e3b0ecf8ddb366eb452faa418a18381 | e806e966b06a53388fb300d89534354b222c2cad | /macros/checkStereoParam.sci | b064f909069f20b40e6bf4d6886b20a03efab343 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,685 | sci | checkStereoParam.sci | function checkStereoParam(varargin)
stereoParam = varargin(1);
if ~isfield(stereoParam, 'CameraParameters1') | ~isfield(stereoParam,'CameraParameters2') | ~isfield(stereoParam, 'RotationOfCamera2') | ~isfield(stereoParam, 'TranslationOfCamera2') | ~isfield(stereoParam, 'FundamentalMatrix') | ~isfield(stereoParam, 'EssentialMatrix') | ~isfield(stereoParam, 'MeanReprojectionError') | ~isfield(stereoParam, 'NumPatterns') | ~isfield(stereoParam, 'WorldPoints') | ~isfield(stereoParam, 'WorldUnits') then
error(msprintf("A Stereo Paramter struct expected."))
end
cam1 = stereoParam.CameraParameters1;
cam2 = stereoParam.CameraParameters2;
checkCameraParam(cam1);
checkCameraParam(cam2);
rotCam = stereoParam.RotationOfCamera2;
transCam = stereoParam.TranslationOfCamera2;
funMat = stereoParam.FundamentalMatrix;
essenMat = stereoParam.EssentialMatrix;
mre = stereoParam.MeanReprojectionError;
numPat = stereoParam.NumPatterns;
worldPoints = stereoParam.WorldPoints;
worldUnits = stereoParam.WorldUnits;
if type(rotCam)~=1 | type(transCam)~=1 | type(funMat)~=1 | type(essenMat)~=1 | type(mre)~=1 | type(numPat)~=1 | type(worldPoints)~=1 | type(worldUnits)~=10 | ~isreal(rotCam) | ~isreal(transCam) | ~isreal(funMat) | ~isreal(essenMat) | ~isreal(mre) | ~isreal(numPat) | ~isreal(worldPoints) then
error(msprintf("A Stereo Paramter struct expected."))
end
[size11 size12] = size(rotCam);
[size21 size22] = size(transCam);
if (size11*size12)~=9 | (size21*size22)~=3 then
error(msprintf("A Stereo Paramter struct expected."))
end
endfunction
|
97f3c98be3d7125432d072f161b7fe29aacfc267 | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH4/EX4.11/exm4_11.sce | 7e17ec7b8db205dcb657b7eca975193c27abc257 | [] | 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 | 531 | sce | exm4_11.sce | // Example 4.11
// The program illustrates the printing of character and strings.
x='A'; //x variable has character
name='ANIL KUMAR GUPTA'; //name variable has string
disp("OUTPUT OF CHARACTERS");
printf('%c\n%3c\n%5c\n',x,x,x);
printf('%3c\n%c\n',x,x);
printf('\n');
disp("OUTPUT OF STRINGS"); //disp can also be used for display
printf('%s\n',name);
printf('%20s\n',name);
printf('%20.10s\n',name);
printf('%.5s\n',name);
printf('%-20.10s\n',name);
printf('%5s\n',name);
|
b84a42536452b762ce650a5f406232467c7af028 | d6fbbd7ed46c204dc3d43ecf06c59bd29ae570e4 | /tests/logicimm.tst | 07efe399a1beadf22245d54a653d0c9f9082614e | [
"Zlib",
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mstramb/hyperion | 24b368ca3d0c4c7a92cbcb2ac5d9d9dd712352d1 | 7890543f7982b2fa4c426469857c28230288adab | refs/heads/master | 2021-01-15T14:41:32.405500 | 2015-11-10T20:50:34 | 2015-11-10T20:50:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,472 | tst | logicimm.tst | *Testcase logicImmediate processed 18 Oct 2015 14:17:36 by bldhtc.rexx
sysclear
archmode z
r 1A0=00000001800000000000000000000200
r 1D0=0002000180000000FFFFFFFFDEADDEAD
r 200=1B00B2B00880D20708880880D4070880
r 210=08904100000841100001412008001B44
r 220=441002BEB2220040BE482018441002C2
r 230=B2220040BE482020
r 238=441002C8B2220040BE482028441002CC
r 248=B2220040BE482030441002D2B2220040
r 258=BE482038441002D6B2220040BE482040
r 268=4120200189100001
r 270=A706FFD81B441B5594000848B2220050
r 280=96000849B222005097FF084AB2220050
r 290=8D40000818341B44EB00084C0054B222
r 2A0=0050EB00084D0056
r 2A8=B2220050EBFF084E0057B22200508D40
r 2B8=0008B2B202E094002000EB0028000154
r 2C8=96002008EB002808015697002010EB00
r 2D8=28100157
r 2E0=00020001800000000000000000000000
r 800=FFFFFFFFFFFFFFFF0000000000000000
r 810=FFFFFFFFFFFFFFFF0000000000000000
r 820=00000000000000000000000000000000
r 830=0000000000000000
r 838=00000000000000000000000000000000
r 848=FF00FF00FF00FF00
r 890=0000000000000800
r 2000=FFFFFFFFFFFFFFFF0000000000000000
r 2010=FFFFFFFFFFFFFFFF
restart
pause .1
*Compare
r 00000800.8
*Want 01020408 10204080
*Compare
r 00000808.8
*Want 01020408 10204080
*Compare
r 00000810.8
*Want FEFDFBF7 EFDFBF7F
*Compare
r 00002000.8
*Want 01020408 10204080
*Compare
r 00002008.8
*Want 01020408 10204080
*Compare
r 00002010.8
*Want FEFDFBF7 EFDFBF7F
*Compare
r 00000818.8
*Want 10101010 10101010
*Compare
r 00000828.8
*Want 10101010 10101010
*Compare
r 00000838.8
*Want 10101010 10101010
*Compare
r 00000820.8
*Want 10101010 10101010
*Compare
r 00000830.8
*Want 10101010 10101010
*Compare
r 00000840.8
*Want 10101010 10101010
*Explain The failure of this test indicates either that
*Explain your C compiler lacks stdatomic.h and the GCC
*Explain intrinsic atomic operations, or that the atomic
*Explain operations are not lock free, or that Interlocked
*Explain Access Facility 2 has been unconfigured when
*Explain Hercules was built, or finally that Hercules
*Explain simply lacks the support for IAF2.
*Compare
r 00000880.8
*Want "Facilities list bit 52" 00000000 00000800
* First doubleword of facilities list
r 00000888.8
*Compare
r 00000848.8
*Want 00000000 00000000
gpr
*Gpr 3 00000000
*Gpr 4 00000000
*Done
|
cf186bff247a8dee1d9141325eba3293df89354e | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH7/EX7.17.3/exa7_17_3.sce | ed8094a7b90cc6e83aa2fca4120826213d71925d | [] | 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 | 759 | sce | exa7_17_3.sce | //caption:stability_using_Nyquist_criterion
//example 7.17.3
//page 238
clf();
s=%s;
s1=-s;
g=(s+0.25)/(s^2*(s+0.5)*(s+1));
g1=(s1+0.25)/(s1^2*(s1+0.5)*(s1+1));
GH=syslin('c',g);
GH1=syslin('c',g1);
nyquist(GH);
nyquist(GH1);
mtlb_axis([-2000 500 -30 30]);
xtitle('Nyquist plot of (s+0.25)/(s^2*(s+0.5)*(s+1))')
figure;
show_margins(GH,'nyquist')
disp("since the point(-1+%i0) is encircled clockwise by Nyquist plot ,so N=-1 and P=1(given)")
N=-1;//no. of encirclement of -1+%i0 by G(s)H(s) plot anticlockwise
P=1;//no. of poles of G(s)H(s) with positive real part
Z=P-N;//np.of zeros of 1+G(s)H(s)=0 with positive real part
disp(Z,"Z=")
disp("as Z=2,there are two roots of closed loop characterstics eq having positive real part, hence system is unstable.") |
54225beb915d4b42e57979210736667b660945d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH11/EX11.3/Example11_3.sce | cfdef40dc43d55bbff2f2bd7e98a260ea46e2640 | [] | 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,237 | sce | Example11_3.sce | clear;
clc;
// Illustration 11.3
// Page: 602
printf('Illustration 11.3 - Page: 602\n\n');
// Solution
//***Data***//
T = 1; //[m]
di = 0.203;// [m]
n = 1;// [for one impeller]
Density_S = 2300;// [kg/cubic m]
Density_p = 2300;// [kg/cubic m]
C = 0.150;// [m]
S = 50;// [kg]
g = 9.807;// [m/s]
dp = 8*10^(-4);// [m]
N = 8.33; //[r/s]
Temp=25;// [OC]
//*************//
// Assume:
Po = 5;
viscosity_L = 8.94*10^(-4);// [kg/m.s]
Density_L = 998;// [kg/cubic m]
delta_Density = Density_S-Density_L;// [kg/cubic m]
// By Eqn. 11.23:
Vts = g*dp^2*delta_Density/(18*viscosity_L);// [m/s]
// By defn. of power number:
// P = Po*Density_m*di^5*Ni^3
// vm = %pi*T^2*(Z+C)/4
// Solid Volume = S/Density_p;
// If these are substituted in Eqn. 11.22
deff('[y] = f(Z)','y = (((Z+C)^(1/3))*exp(4.35*Z/(T-0.1)))-((1.0839*Po*di^(11/2)*N^3*Density_p^(2/3))/(g*Vts*T^(7/6)*S^(2/3)))');
Z = fsolve(7,f);// [m]
phi_Sm = 4*S/(%pi*T^2*(Z+C)*Density_p);
Density_m = (phi_Sm*Density_p)+((1-phi_Sm)*Density_L);// [kg/cubic m]
phi_Ss = 0.6;
viscosity_m = viscosity_L/(1-(phi_Sm/phi_Ss))^1.8;// [kg/m.s]
Re = di^2*N*Density_m/viscosity_m;
P = Po*Density_m*N^3*di^5;// [W]
printf("Agitator Power required: %f W\n",P); |
fd9d4a38e978dd6af9c9aab8d1ddfa8d6ac6f833 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/GAssist-Interval-C/results/GAssist-Intervalar-C.led7digit-10-1tra/result0s0.tst | 9255081ceefd0648466b92a448add5bf4b20aca6 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 534 | tst | result0s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1, Led2, Led3, Led4, Led5, Led6, Led7
@outputs number
2 2
6 6
6 6
7 7
9 3
0 8
0 7
1 1
2 2
3 3
4 4
5 5
7 2
9 5
9 9
0 4
0 7
3 3
5 5
6 8
0 8
2 2
3 9
4 4
1 3
5 7
5 5
6 6
7 7
9 9
1 1
1 7
4 4
6 6
7 7
2 2
4 4
9 7
9 9
2 2
3 3
3 9
8 0
8 8
9 9
9 9
4 4
5 5
4 7
8 8
|
e11e84168d8d3758a7f1d69f1d9eb0e523276f6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH11/EX11.5/11_5.sce | 21297c80a8e56a910b768087c2bc66930dfee5d2 | [] | 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,426 | sce | 11_5.sce | clear;
clc;
n=5;
Z=0;
z=[ 0 1 .25*%i 1; 1 2 .06*%i 2; 2 3 .05*%i 2;3 4 .07*%i 2; 0 4 .2*%i 3];
for(i=1:n)
mcase=z(i,4)
znew=z(i,3)
n1=real(z(i,1))
n2=real(z(i,2))
dim=max(size(Z))
select mcase
case 1 then
if Z(1,1)==0 then
dim=dim-1
end
Z(dim+1, dim+1)=znew
case 2 then
Z(dim+1,dim+1)=znew+Z(n1,n1)
Z(1:dim,dim+1)=Z(1:dim, n1)
Z(dim+1,1:dim)=Z(n1,1:dim)
case 3 then
Z=Z-((Z(1:dim, n2)*Z(n2,1:dim))/(znew+Z(n2,n2)))
case 4 then
Z=Z-(((Z(1:dim, n1)-Z(1:dim, n2))*(Z(n1,1:dim)-Z(n2,1:dim)))/(znew+Z(n2,n2)+Z(n1,n1)-(2*+Z(n1,n2))))
else
break
end
end
Z1=Z;
Z2=Z;
n=5;
Z=0;
z=[ 0 1 .05*%i 1; 0 2 .06*%i 1; 2 3 .15*%i 2;3 4 .07*%i 2; 0 4 .14*%i 3];
for(i=1:n)
mcase=z(i,4)
znew=z(i,3)
n1=real(z(i,1))
n2=real(z(i,2))
dim=max(size(Z))
select mcase
case 1 then
if Z(1,1)==0 then
dim=dim-1
end
Z(dim+1, dim+1)=znew
case 2 then
Z(dim+1,dim+1)=znew+Z(n1,n1)
Z(1:dim,dim+1)=Z(1:dim, n1)
Z(dim+1,1:dim)=Z(n1,1:dim)
case 3 then
Z=Z-((Z(1:dim, n2)*Z(n2,1:dim))/(znew+Z(n2,n2)))
case 4 then
Z=Z-(((Z(1:dim, n1)-Z(1:dim, n2))*(Z(n1,1:dim)-Z(n2,1:dim)))/(znew+Z(n2,n2)+Z(n1,n1)-(2*+Z(n1,n2))))
else
break
end
end
Z0=Z;
Ib=262.4;
Vb=220;
E=1
V=ones(1,4);
I3(3,1)=E/(Z1(3,3)+Z2(3,3)+Z0(3,3));
I3(1,1)=I3(3,1)
I3(2,1)=I3(3,1)
i3=I3*Ib
a=exp(%i * 2*%pi/3)
A=[1 1 1; 1 a^2 a; 1 a a^2]
I=A*i3;
//I=round(I*100)/100;
mprintf("(a)\nLine currents at bus 3\nIa = %.2f ang ( %.0f ) deg A,\nIb = %.2f ang ( %.0f ) deg A,\nIc = %.2f ang ( %.0f ) deg A",abs(I(1)),acotd(real(I(1))/imag(I(1)))-180,abs(I(2)),acotd(real(I(2))/imag(I(2)))-180,abs(I(3)),acotd(real(I(3))/imag(I(3)))-180)
V2(1,1)=-1* Z0(2,3)*I3(3,1);
V2(2,1)=E-( Z1(2,3)*I3(1,1));
V2(3,1)=-1* Z2(2,3)*I3(2,1);
v=A*V2;
V=Vb*v/sqrt(3);
mprintf("\n(b)\nLine voltages at bus 2\nVa = %.2f ang ( %.2f ) degKv,\nVb = %.2f ang ( %.2f ) degkV,\nVc = %.2f ang ( %.2f ) degkV",abs(V(1)),atand(imag(V(1))/real(V(1))),abs(V(2)),atand(imag(V(2))/real(V(2)))+180,abs(V(3)),atand(imag(V(3))/real(V(3)))+180)
|
b9f6122e8c0fcf27e5931e4978c5b4b3cb1f4e48 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /macros/distfun_fpdf.sci | b1cf0b961c25358254eca06b0c56a7fd522d18c6 | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,604 | sci | distfun_fpdf.sci | // Copyright (C) 2012 - Prateek Papriwal
// Copyright (C) 2012 - Michael Baudin
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
function y = distfun_fpdf(varargin)
// Examples
// distfun_fpdf(3,4,5) // 0.06817955
// distfun_fpdf(3,2.5,1.5) // 0.0623281
// distfun_fpdf(1.e2,1.e10,1.e-10) // 5.000D-13
// distfun_fpdf(1.e2,1.e200,1.e-200) // 5e-203: TODO : fix this!
[lhs,rhs] = argn()
apifun_checkrhs("distfun_fpdf",rhs,3)
apifun_checklhs("distfun_fpdf",lhs,0:1)
x = varargin(1)
v1 = varargin(2)
v2=varargin(3)
//
// Check type
apifun_checktype("distfun_fpdf",x,"x",1,"constant")
apifun_checktype("distfun_fpdf",v1,"v1",2,"constant")
apifun_checktype("distfun_fpdf",v2,"v2",3,"constant")
//
// Check content
apifun_checkgreq("distfun_fpdf",x,"x",1,0)
tiniest=number_properties("tiniest")
apifun_checkgreq("distfun_fpdf",v1,"v1",2,tiniest)
apifun_checkgreq("distfun_fpdf",v2,"v2",3,tiniest)
[x,v1,v2] = apifun_expandvar(x,v1,v2)
if (x == []) then
y = []
return
end
halfv1=v1./2
v = log(v1) - log(v2)
r=v1./v2
tmp=r.*x
ynumerator=exp((halfv1-1).*log(tmp)-((v1+v2)./2).*log(1+tmp) + v)
ydenominator=beta(halfv1,v2./2)
y=ynumerator./ydenominator
endfunction |
72a7b6f792081746a44b99335faed386b5599688 | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/utils/vcpp_detect.sce | fdabc015004719db9737c15e94934a178e105834 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Scilab | false | false | 1,985 | sce | vcpp_detect.sce | // ***********************************************************
// * ScicosLab Pack Installer *
// * Requires: Scicoslab v4.4.1 *
// * Built/Tested On: XP, Windows 7 *
// * Description: Visual C++ 2008 9.0 detecting script *
// * Copyright (c) 2012 Evidence Srl *
// * Author: Dario Di Stefano, Evidence *
// ***********************************************************
// Set useful variables
SCIDIR = strsubst(SCI,'/','\');
vcpath_err = 0;
// °°° Step 1: Search in the configuration.ini, if the file exists...
[x_x_x,ini_err] = fileinfo(SCIDIR + '\contrib\scicos_ee\bin\configuration.ini');
if ini_err == 0
vcpath_conf = mgetl(SCIDIR + '\contrib\scicos_ee\bin\configuration.ini');
if vcpath_conf==[]
vcpath_err = 1;
else
[vcpath_row,vcpath_col]=grep(vcpath_conf,'VC\bin');
if vcpath_row == []
vcpath_err = 1;
else
vcpath_row = vcpath_row(1);
vc_index = strindex(vcpath_conf(vcpath_row),'VC\bin');
col_index = strindex(vcpath_conf(vcpath_row),':\');
visualc_path = part(vcpath_conf(vcpath_row),[(col_index-1):(vc_index+1)]);
end
end
else
// °°° Step 2: Search in the PATH
path_var = getenv('PATH','');
vc_bin_index = strindex(path_var,'VC\bin');
if vc_bin_index ~= []
vc_bin_index = vc_bin_index(1);
semic_index = strindex(path_var,';');
for icnt = 1:length(semic_index)
if semic_index(icnt) > vc_bin_index
icnt = icnt-1;
break;
end
end
if semic_index == []
semic_index = 0;
icnt = 1;
end
if (semic_index(icnt)+1) < (vc_bin_index+1)
visualc_path = part(path_var,[semic_index(icnt)+1:(vc_bin_index+1)]);
else
vcpath_err = 1;
end
else
vcpath_err = 1;
end
end
// °°° Step 3: Search failed, set a default path...
if vcpath_err > 0
visualc_path = 'C:\Programmi\Microsoft Visual Studio 9.0\VC';
end
|
54082badea1247c97b824fb2382c573769e0f8c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3159/CH16/EX16.2/Ex16_2.sce | 1ca826a0dcb97e47bd6d5dd3013d617b962f31bf | [] | 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 | 833 | sce | Ex16_2.sce | // Comparison of saturation temperatures
clc
t1 = 0 // temperature in kelvin
t2 = 300 // temperature in kelvin
m_net_Gd = 7 // net magnetic moment of gadolinium
m_net_Co = 1.7 // net magnetic moment of cobalt
t_c_Gd = 289 // curie temperature for Gd
printf("\n Example 16.2")
printf("\n Part A:")
if m_net_Gd> m_net_Co then
printf("\n At %d K, Net magnetic moment of gadolinium i.e. %d is greater than net magnetic moment of cobalt i.e. %.1f ",t1,m_net_Gd,m_net_Co)
printf("\n So, Gd will have higher saturation magnetization")
end
printf("\n\n Part B:")
if t_c_Gd<t2 then
printf("\n At temperature %d K, Gd is above its curie temperature of %dK",t2,t_c_Gd)
printf("\n Gd will be paramagnetic at %d K and will have negligible magnetization\n as compared to Co, which has higher curie temperature",t2)
end
|
15a3d2113f10a933a52f7728aeb57f5bab5b81d3 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/ok_bv2.tst | bddb3d66cbf29fc7681805deaf9f5fb3624ca725 | [] | no_license | IETS3/jSMTLIB | aeaa7ad19be88117c7454d807a944e8581184a66 | c724ac63056101bfeeb39cc3f366c8719aa23f7b | refs/heads/master | 2020-12-24T12:41:17.664907 | 2019-01-04T10:47:43 | 2019-01-04T10:47:43 | 76,446,229 | 1 | 0 | null | 2016-12-14T09:46:41 | 2016-12-14T09:46:41 | null | UTF-8 | Scilab | false | false | 1,404 | tst | ok_bv2.tst | ; checks the sorts of bit-vector functions
(set-logic QF_BV)
(declare-fun t () (_ BitVec 3))
(declare-fun x () (_ BitVec 3))
(declare-fun y () (_ BitVec 5))
(declare-fun z () (_ BitVec 8))
(assert (= (bvnot x) #b111))
(assert (= (bvneg x) #b111))
(assert (= (bvand x t) #b111))
(assert (= (bvor x x) #b111))
(assert (= (bvadd x x) #b111))
(assert (= (bvmul x x) #b111))
(assert (= (bvshl x x) #b111))
(assert (= (bvlshr x x) #b111))
(assert (= (bvudiv x x) #b111))
(assert (= (bvurem x x) #b111))
(assert (bvult x t))
(assert (= (concat x y) z))
(assert (= ((_ extract 4 2) z) x))
(assert (= #xF #b1111))
(assert (distinct #x0 #b0000))
(assert (= (_ bv17 5) #b10001 ))
(assert (= (bvnand x x) (bvneg x)))
(assert (= (bvnor x x) (bvneg x)))
(assert (= (bvsub x x) (_ bv0 3)))
(assert (= (bvxor x x) (_ bv0 3)))
(assert (= (bvxnor x x) #b111))
(assert (= (bvcomp x x) #b1))
(assert (= (bvsdiv x x) x))
(assert (= (bvsrem x x) x))
(assert (= (bvsdiv x x) x))
(assert (= (bvsmod x x) x))
(assert (bvule x x))
(assert (bvuge x x))
(assert (not (bvugt x x)))
(assert (bvsle x x))
(assert (bvsge x x))
(assert (not (bvslt x x)))
(assert (not (bvsgt x x)))
(assert (= (bvashr x x) x))
(assert (= ((_ repeat 2) #b10) #b1010))
(assert (= ((_ zero_extend 2) #b11) #b0011))
(assert (= ((_ sign_extend 2) #b10) #b1110))
(assert (= ((_ rotate_left 1) #b0010) #b0100))
(assert (= ((_ rotate_right 1) #b0011) #b1001))
|
87f3d9db9bf58849055fc8b8516dc1b6005df6f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH15/EX15.8/Example15_8.sce | 0a45ac0d244b0c821c28bff8e7bd9419a290b4d2 | [] | 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 | 897 | sce | Example15_8.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 8: CORONA
// EXAMPLE : 8.8 :
// Page number 230
clear ; clc ; close ; // Clear the work space and console
// Given data
d = 2.0 // Diameter of conductor(cm)
D = 150.0 // Spacing b/w conductor(cm)
delta = 1.0 // Air density factor
// Calculations
r = d/2.0 // Radius of conductor(cm)
V_d = 21.1*delta*r*log(D/r) // Disruptive critical voltage(kV/phase)
V_d_ll = 3**0.5*V_d // Line voltage for commencing of corona(kV)
// Results
disp("PART II - EXAMPLE : 8.8 : SOLUTION :-")
printf("\nLine voltage for commencing of corona = %.2f kV \n", V_d_ll)
printf("\nNOTE: Solution is incomplete in textbook")
|
5f7ecf8c34ebbf51e25f9aaefa9733ad5f8d4d77 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH4/EX4.17/Example_17.sce | 483dd3afd73a3145ae8ba2536c6a2fc6707a44b5 | [] | 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 | 354 | sce | Example_17.sce | //Chapter-4,Example 17,Page 97
clc();
close();
q= 300 //heat energy
P= 2 // pressure in atm
V1= 10 // volume in litre
V2= 20 //volume in litre
//since 1 lit.atm = 24.25 cal
W=P*(V2-V1)*24.25 //work done
delta_E= q-W //from the 1st law of thermodynamics
printf('the change in internal energy is %.f cal',delta_E)
|
d1d8193f4bba54dcc64e7a98319ec5167680d5d3 | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /css/Scripts/Funciones/get_color_pelo.tst | b2c6fe6bfb088e52e92ce652268ef19cb04ec80c | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 175 | tst | get_color_pelo.tst | PL/SQL Developer Test script 3.0
4
begin
-- Call the function
:result := get_color_pelo(pcolor_pelo_id => :pcolor_pelo_id);
end;
2
result
1
Rubio
5
pcolor_pelo_id
1
1
4
0
|
a47e2ab014ba778fc7818e8fd1e7c52c9d6180e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3506/CH5/EX5.1/Exp_5_1.sce | d6066c2c425d246814a549194f7e1e3e35e778a8 | [] | 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 | 779 | sce | Exp_5_1.sce | //Optical Fiber communication by A selvarajan
//example 5.1
//OS=Windows XP sp3
//Scilab version 5.5.1
clc;
clear all;
//given
optical_power=10*10^-6//optical power in W
R=0.5//Responsivity in A/W
Is=optical_power*R//shot noise current in A
Id=2*10^-9//dark current in A
Rl=1e6//Load resistance in ohm
B=1e6//bandwidth in Hz
T=300//Temperature in K
K=1.38*10^-20//Boltzman constant in m2 g s-2 K-1
q=1.609*10^-19//charge of a electron in Coulombs
Ith=4*K*T*B/Rl//Mean Square Thermal noise current in A
SNR=(Is^2)/(2*q*(Is+Id)+Ith)//Signal to noise ratio
mprintf("Thermal noise current=%f*10^-18A",Ith*10^18)
mprintf("\nShot noise current=%f*10^-6A",Is*10^6)
mprintf("\nSignal to noise ratio=%fdB",10*log10(SNR))//The answers vary due to round off error
|
ba2bb82a298eec4ad6c4c2bf567c3f4563add900 | 8627886261b3eddf8440c0b470cd9ee25c762d97 | /24_lab_rabota.sce | aacd25d0c632d45480a9faed7e3b513a149262b8 | [] | no_license | timurzotov/pvis | ba75cf86fae91b6adc8dd3fe9cd2672eea561cca | d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba | refs/heads/master | 2020-09-08T07:59:31.719500 | 2019-11-11T21:14:13 | 2019-11-11T21:14:13 | 221,070,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,609 | sce | 24_lab_rabota.sce | clc
d=figure('position',[0,0,420,400]);
d.figure_name='Лабораторная работа №24';
set(d,'BackgroundColor',[1,0.9,0.9]);
str1=uicontrol(d,'style','text','position',[25,350,100,30],'string','Введите а');
str1.BackgroundColor='1|1|1';
edit1=uicontrol(d,'style','edit','position',[25,300,100,30]);
str2=uicontrol(d,'style','text','position',[25,250,100,30],'string','Введите b');
str2.BackgroundColor='1|1|1';
edit2=uicontrol(d,'style','edit','position',[25,200,100,30]);
str3=uicontrol(d,'style','text','position',[25,150,100,30],'string','Введите c');
str3.BackgroundColor='1|1|1';
edit3=uicontrol(d,'style','edit','position',[25,100,100,30]);
button1=uicontrol(d,'style','pushbutton','string','Найти корни квадратного уравнения','position',[150,200,250,30],'CallBack','y');
funcprot(0)
function y(button1)
a= evstr()(get(edit1,'string'));
b=evstr()(get(edit2,'string'));
c=evstr()(get(edit3,'string'));
str4=uicontrol(d,'style','text','position',[200,350,200,30],'string','Корни уравнения');
str4.BackgroundColor='1|1|1';
if (a==0 & b==0 & c==0) then
str5=uicontrol(d,'style','text','position',[200,300,200,30],'string','Уравнения не существует'),
str5.BackgroundColor='1|1|1',
set(str4,'string',' '),
set(str6,'string',' '),
str5.BackgroundColor='1|1|1';
elseif (a==0) then
x1=-c/b;
str5=uicontrol(d,'style','text','position',[200,300,200,30],'string','Это линейное уравнение'),
str5.BackgroundColor='1|1|1',
str6=uicontrol(d,'style','text','position',[200,250,200,30],'string',string(x1)),
str6.BackgroundColor='1|1|1';
else
dis=b^2-4*a*c,
x1=(-b-sqrt(dis))/(2*a);
x2=(-b+sqrt(dis))/(2*a);
str5=uicontrol(d,'style','text','position',[200,300,200,30],'string',string(x1));
str5.BackgroundColor='1|1|1';
str6=uicontrol(d,'style','text','position',[200,250,200,30],'string',string(x2));
str6.BackgroundColor='1|1|1';
end
endfunction
button2=uicontrol(d,'style','pushbutton','string','Закрыть приложение','position',[220,10,150,30],'CallBack','cl');
function cl
close(d);
endfunction
button3=uicontrol(d,'style','pushbutton','string','Очистить','position',[50,10,130,30],'CallBack','cc');
function d=cc
set(edit1,'string','')
set(edit2,'string','')
set(edit3,'string','')
set(Str4,'string','')
//set(Str5,'string','')
//set(Str6,'string','')
endfunction
|
92a540181cc2586e0c8824d0bf3ba0a20280bcb4 | b84a4a40dbd2d8bea5236b6ce15dfba9b560bd5a | /Bracketing_SALVEDIA.sce | b7d18f149df8199d312418b1a8eb1e583a6060f0 | [] | no_license | ronzohan/SciLab | f8cf060d8d7be63b7520fc97f5f2db9d5f576bd6 | bccd05f1f2a0cf56f1de25d466f496a2ba436b79 | refs/heads/master | 2021-01-10T21:40:00.810683 | 2014-10-01T13:23:07 | 2014-10-01T13:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,659 | sce | Bracketing_SALVEDIA.sce | function root = bracketing(func,method,xl,xu,e,maxiter) //method 1-bisection 2-regula falsi
disp("Iterations X.lower X.upper Root f(X L ) f(X R ) Approximate Error ");
xr_old = 0;
for i=0:maxiter
x = xu;
fxu = evstr(func); //Evaluate the function using the value at the right for the [xLeft,xRight] pair
x = xl;
fxl = evstr(func); //Evaluate the function using the value at the right for the [xLeft,xRight] pair
if method == 1 then
xr = (xu + xl)/2
else
xr = ((xl*fxu) - (xu*fxl))/(fxu-fxl)
end
x = xr;
fxr = evstr(func); //evaluate the function using the value of xr
approximateError = abs(((xr-xr_old)/xr)*100); //calculate percent error
xr_old = xr;
s = sprintf('%d %f %f %f %f %f %f',i,xl,xu,xr,fxl,fxr, approximateError);
disp(s);
if (fxl* fxr)<0 then
xu = xr;
else
xl = xr;
end
if (fxu * fxl > 0) disp("Change initial values. Root is not enclose");break;end
if (fxl == 0) disp("X_l is the root");break;end
if (fxu == 0) disp("X_u is the root");break;end
if (method == 2 & fxu - fxl == 0) disp("Division by zero.");break;end
if (approximateError <= e) break;end
end
if (i == maxiter) disp("Change Initial Values. Slowly Converges"); end
s = sprintf("#Iterations: %d Root = %f\n",i,xr);
disp(s);
root = xr
endfunction
|
c85937e760f38ce0fecfe6692269ca4e995e4671 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH20/EX20.15/20_15.sce | 78a8293c9446ebd74d35699af4be43345347f14d | [] | 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 | 578 | sce | 20_15.sce | clear;
clc;
x=1;
e=1;
i=e/x;
r=7.5e6;
v=6.6e3;
i=r/(sqrt(3)*v);
i=fix(i);
x2=.09;
i2=e/x2;
I2=i2*i;
I2=fix(I2/10)*10
idc=sqrt(2)*I2;
mc=idc*2;
x3=.15;
i3=e/x3;
I3=i3*i;
ib=I3*1.4;
Mva=sqrt(3)*v*ib;
idc=round(idc/1e2)*1e2;
mc=round(mc/1e2)*1e2;
I3=round(I3/10)*10;
Mva=fix(Mva/1e4)*1e4
mprintf("sustained short circuit current=%dA\ninitial symmetric SC current=%fkA\nmaximum dc component=%fkA\nmaking capacity required=%fkA\ntransient short circuit current=%fkA\n interrupting capacity required=%fMVA,Asymmetric",i,I2/1e3,idc/1e3,mc/1e3,I3/1e3,Mva/1e6);
|
94ad00577d9843a7299fc90a819b55c456ccf91e | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH10/EX10.25/10_25.sce | c0db371524af82fed4947ebe70a05f28d6dc8955 | [] | 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 | 10_25.sce | //To find dimensions of clutch plate
clc
//Given:
P=7.5*1000 //W
N=900 //rpm
p=0.07 //N/mm^2
mu=0.25
n=2
//Solution:
//Calculating the angular speed of the clutch
omega=2*%pi*N/60 //rad/s
//Calculating the torque transmitted
T=P/omega*1000 //N-mm
//Calculating the mean radius of the friction lining
R=(T/(%pi/2*n*mu*p))^(1/3) //mm
//Calculating the face width of the friction lining
w=R/4 //mm
//Calculating the outer and inner radii of the clutch plate
//We have, w = r1-r2, or r1-r2 = w .....(i)
//Also, R = (r1+r2)/2, or r1+r2 = 2*R .....(ii)
A=[1 -1; 1 1]
B=[w; 2*R]
V=A \ B
r1=V(1)
r2=V(2)
//Results:
printf("\n\n Mean radius of the friction lining, R = %d mm.\n",R)
printf(" Face width of the friction lining, w = %.2f mm.\n",w)
printf(" Outer radius of the clutch plate, r1 = %.3f mm.\n",r1)
printf(" Inner radius of the clutch plate, r2 = %.3f mm.\n\n",r2) |
4a82b39f2cff198113484345d8cdbda4421e8980 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH7/EX7.6/Ch07Ex6.sce | e6c794cee4b05e8063d63a72b7ce8ca6f64cadf8 | [] | 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 | 382 | sce | Ch07Ex6.sce | // Scilab code Ex7.6: Pg:293 (2008)
clc;clear;
dE = 15/1e+006; // Increase in energy per revolution, MeV
n = 1e+006; // Number of revolutions
E = dE*n; // Final energy of an electron after 10e+06 revolutions, MeV
printf("\nThe energy of an electron undergoing revolutions = %2.0f MeV ", E);
// Result
// The energy of an electron undergoing revolutions = 15 MeV |
308bf4d7f5befe414cad187899baa2df0b6220e1 | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/scripts/massvolfracsignal.tst | 431fb7b95f18afa95209fcba8a4a74e9951ae939 | [] | no_license | psy007/NNPC-CHEMICAL-SIM- | 4bddfc1012e0bc60c5ec6307149174bcd04398f9 | 8fb4c90180dc96be66f7ca05a30e59a8735fc072 | refs/heads/master | 2020-04-12T15:37:04.174834 | 2019-02-06T10:10:20 | 2019-02-06T10:10:20 | 162,587,144 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,734 | tst | massvolfracsignal.tst | units SI
/LiquidPhases = 2
displayproperties
commonproperties VapFrac T P MoleFlow MassFlow VolumeFlow StdLiqVolumeFlow Energy H S MolecularWeight MassDensity Cp ThermalConductivity Viscosity molarV ZFactor StdLiqMolarVol
displayproperties VapFrac T P MoleFlow MassFlow VolumeFlow StdLiqVolumeFlow Energy H S MolecularWeight MassDensity Cp ThermalConductivity Viscosity molarV ZFactor
$VMGThermo = VirtualMaterials.Advanced_Peng-Robinson
/ -> $VMGThermo
$VMGThermo + METHANE
$VMGThermo + ETHANE
$VMGThermo + PROPANE
/S1 = Stream.Stream_Material()
'/S1.In.T' = 30
'/S1.In.P' = 100
'/S1.In.MoleFlow' = 100
'/S1.In.Fraction' = 0.2 0.5 0.3
/S1.In.MassFraction
#Play with mass fraction signals
/S1.MassFrac_C1 = Stream.SensorPort('MassFraction_METHANE')
/S1.MassFrac_C1
'/S1.In.T' = 40
/S1.MassFrac_C1
'/S1.In.Fraction' = 1 2 3
/S1.MassFrac_C1
/S1.In.MassFraction
/S1.MassFrac_C1_Copy = Stream.SensorPort('MassFraction_METHANE')
/S1.MassFrac_C1_Copy
/S1.MassFrac_C1
'/S1.In.T' = 30
/S1.MassFrac_C2 = Stream.SensorPort('MassFraction_ETHANE')
/S1.MassFrac_C2
'/S1.In.Fraction' = 3 2 1
/S1.In.MassFraction
/S1.MassFrac_C2
#Now with volume fractions
/S1.VolFracOfEthane = Stream.SensorPort('StdVolFraction_ETHANE')
/S1.StdVolFraction
/S1.VolFracOfEthane
'/S1.In.T' = 40
/S1.VolFracOfEthane
'/S1.In.Fraction' = 1 2 3
/S1.VolFracOfEthane
/S1.In.StdVolFraction
#now attemt setting values. It should fail !
'/S1.In.Fraction' = None
/S1.MassFrac_C1_Copy = .1
/S1.VolFracOfEthane = .3
/S1.VolFracOfEthane
'/S1.In.Fraction' = 1 2 3
/S1.VolFracOfEthane
/S1.MassFrac_C1_Copy
/S1.VolFracOfEthane = None
/S1.MassFrac_C1_Copy = None
copy /S1
paste /
/S1Clone.Out.StdVolFraction
/S1Clone.VolFracOfEthane
/S1Clone.MassFrac_C2
|
4da5ee68d80b3b365d81ee1ad2e5f9ba8ed5cde8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH7/EX7.7/Chapter7_Example7.sce | b58eedc12a12581c2f65c9f40cb557dcaf0614d3 | [] | 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 | 432 | sce | Chapter7_Example7.sce | clc
clear
//INPUT
dp=50*10^6;//change in pressure in dynes/sq.cm
cp=7*4.2*10^7;//specific heat constant pressure in ergs/mole.K
a=1.32*10^12;//vanderwaal constant in cm^4.dyne/mole^2
b=31.2;//vanderwaal constant in cm^2/mole
t=300;//inital temperature in K
r=2*4.2*10^7;//ergs/mole.K
//CALCULATIONS
dt=((2*a/(r*t))-b)*dp/cp;//change in temperature in K
//OUTPUT
mprintf('the change in temperature is %3.2f K',dt)
|
91c8791c10ddfc0e3d9c94ff004a003f49e8c82f | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/6_16c_data.sci | 53529655f627ed91eef97e78c17d8d164ec6ccbc | [] | 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 | 289 | sci | 6_16c_data.sci | //for the jet power executive aircraft(CJ-1):
S=29.54;//wingarea(m^2)
D=1.225;//density at sea level(Kg/m^3)
W=88176.75;//normal gross weight(N)
Tf=16245;//thrust (N) provided by single turbofan engine
Cdo=0.02;//parasite drag coefficient
L_Dmax=16.9;//maximum L/D ,from example 6.13 |
2a2607ca71e3b589ae5fc23d0cc233e356b6a945 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH4/EX4.19/4_19.sce | bd111e58aa006473f6b0355bd66c8b9f2e4bf53e | [] | 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 | 588 | sce | 4_19.sce | //pathname=get_absolute_file_path('4.19.sce')
//filename=pathname+filesep()+'4.19-data.sci'
//exec(filename)
//Volume of 1st tank(in m^3):
v1=1.8
//Volume of 2nd tank(in m^3):
v2=3.6
//Initial pressure(in bar):
p1=12
//Initial temperature(in K):
T1=40+273
//Gas constant for argon(in kJ/kg.K):
R=0.208
//By gas law for final and initial state:
pf=p1*v1/(v1+v2)
printf("\nRESULT\n")
printf("\nFinal pressure = %d bar",pf)
//As there is no heat transfer, change in internal energy is 0:
Tf=T1
dH=0
W=0
printf("\nChange in enthalpy = %d",dH)
printf("\nWork done =%d",W) |
dd78cdf081540044ad5e177098aa71cc904662ad | 6fd3f19d2ced950a97cae01eba7080554840efd4 | /src/Decimacion.sci | 34085cfdc956cf1bf417bd186f2edd78fc8ecbf5 | [] | no_license | marcosamaris/FrFTScilab | 6563d281792332354330ea2eb5d18334338e0bfd | 8a5cb67873b881714a051336d472271c184a2083 | refs/heads/master | 2020-12-14T07:32:10.208263 | 2017-02-02T13:48:43 | 2017-02-02T13:48:43 | 68,461,393 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 93 | sci | Decimacion.sci | function xdec=bizdec(x)
k = 1:2:length(x);
xdec = x(k);
xdec = xdec(:);
endfunction
|
7cdd28189c99e519ade3559b0d2b2ffa2d0b2ed5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2615/CH23/EX110.4/110.sce | 5b4a1eefd8ae981d7879ac5b5e992a3356fa97b6 | [] | 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 | 203 | sce | 110.sce | clc
//initialisation of variables
d=10//mm
b=60//kg/mm^2
del=8//mm
sig=11.0+0.56*60//kg/mm^2
l=%pi*10//mm
f=l*del//mm^2
//CALCULATIONS
P=f*sig//kg
//RESULTS
printf('the pressure P=% f kg',P)
|
08ee178dcf4d52f6eee445286ecd5cb0eb28c375 | b972a9f3f59e83d23d3b6c8a1e1d81e9af564c7e | /SYS/TP3/tp3t2.tst | 73f4a91edf49fd5524a49bd56c7990172355ea31 | [] | no_license | AmarOk1412/TPS | 7b47c90894de882a9c199d11f968a1b349801bc8 | c50bde184133bf20bafe0ced7feebe8342ffc3c3 | refs/heads/master | 2021-01-01T17:10:55.333202 | 2015-06-05T09:05:05 | 2015-06-05T09:05:05 | 31,963,746 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 58 | tst | tp3t2.tst | l001234567890
l01azertyuiop
c000102c020203c010004l05a
q |
f11abe8fe4dc377c5f8d8a4d62e1a4b8c6e66b8c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH12/EX12.7/ex12_7.sce | 326ecf2ad28713f495bf44d246f0c77d27bda2ce | [] | 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,131 | sce | ex12_7.sce | //Transmission Lines : example 12-7 : (pg 592 & 593)
Zl=300;//load impedance
Zo=50;//characteristic impedance
v=2.07*10^8;//velocity in RG-8A/U cable
f=27*10^6;//operating frequency of citizen's band transmitter
Po=4;//output power of transmitter
l=10;//length of RG-8A/U cable
Rl=300;//input resistance of antenna
T=((Zl-Zo)/(Zl+Zo));//reflection coefficient
h=v/f;//length of cable in wavelength
le=l/h;//electrical length
x=Rl/Zo;//VSWR
y=((1+T)/(1-T));//VSWR
rp=(T)^2*Po;//reflected power
Pl=Po-rp;//load power
//part(a): The reflection coefficient
printf("\nT = ZL-Z0/ZL+Z0 = %.2f",T);
//part(b) : The electrical length of the cable in wavelengths(h)
printf("\nh = v/f = %.2f m",h);
mprintf("\nBecause the cable is 10m long,its electrical length is (%.f m)/(%.2f m/wavelength) = %.1fh",l,h,le);
//part(c) : The VSWR
printf("\nBecause load is resistive, \nVSWR = %.f",x);
printf("\nAn alternativr solution, because T is known, \nVSWR = 1+T/1-T = %.f",y);
//part(d) : absorbed power
mprintf("\nthe reflected voltage is T times the incident voltage,\nreflected voltage = %.2f W \nPload = %.2f W",rp,Pl);
|
04f3572b49ae48715f079be9b045bf46a306706f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH25/EX25.4/Chapter25_example4.sce | 8336c5cc4d59bf328b93575eddddd1773a895f84 | [] | 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,044 | sce | Chapter25_example4.sce | clc
clear
//Input data
g=1.4//Ratio of specific heats
Cp=0.24//Specific heat at constant pressure in kJ/kg.K
m=20.5//Air flow rate in kg/sec
p=[5.85,1.03,1.03,5.85]//Inlet and outlet pressure of turbine and compressor respectively in kg/cm^2
T=[20+273,250+273,600+273,360+273]//Inlet and outlet temperatures of turbine and compressor respectively in degree C. In textbook instead of 360 degree C, 375 degree C is given
//Calculations
T2=(T(1)*(p(4)/p(3))^((g-1)/g))//Temperature at the outlet of compressor in ideal cycle in K
T4=(T(3)/(p(1)/p(2))^((g-1)/g))//Temperature at the outlet of turbine in ideal cycle in K
ic=((T2-T(1))/(T(2)-T(1)))*100//Isentropic efficiency of compressor in percent
it=((T(3)-T(4))/(T(3)-T4))*100//Isentropic efficiency of turbine in percent
Wc=(Cp*(T(2)-T(1)))//Workdone in compressor in kcal/kg of air
Wt=(Cp*(T(3)-T(4)))//Workdone in turbine in kcal/kg of air
N=(Wt-Wc)//Net workdone in kcal/kg of air
P=(N*427*m)/75//Power output in H.P
//Output
printf('The net output is %3.0f H.P',P)
|
805be6b03be45481c59aed7c23549bb2ccea8d7d | b68ae1fc3cd37c85031f69e42d92903b7f1a90ab | /projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.tst | 8a4b71ff8362d22c728e8ce7e50ab89223db9793 | [] | no_license | bricef/The-Elements-of-Computing-Systems | fb3aa100c18176ccfc876e9d30319c0b8a5c7635 | 6be81eacaa30ad57b06f018c0aecbcf7e04841bc | refs/heads/master | 2021-01-18T13:43:02.653913 | 2011-04-06T19:23:52 | 2011-04-06T19:23:52 | 1,578,790 | 5 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 606 | tst | FibonacciSeries.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.tst
load FibonacciSeries.asm,
output-file FibonacciSeries.out,
compare-to FibonacciSeries.cmp,
output-list RAM[3000]%D1.6.2 RAM[3001]%D1.6.2 RAM[3002]%D1.6.2
RAM[3003]%D1.6.2 RAM[3004]%D1.6.2 RAM[3005]%D1.6.2;
set RAM[0] 256,
set RAM[1] 300,
set RAM[2] 400,
set RAM[400] 6,
set RAM[401] 3000,
repeat 1100 {
ticktock;
}
output;
|
66ea63cc4b7ec4dc28bd54f191ec401196086244 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH4/EX4.28/EX4_28.sce | 98cecfea4036741b099527e937cb543a14c31041 | [] | 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 | 305 | sce | EX4_28.sce | //EXAMPLE 4-28 PG NO-243
I1=1.42;
I2=1.683;
I3=0.325;
Iba=I2-I1;
disp(' CURRENT is = '+string(Iba)+' A');
Ibd=I1-I3;
disp(' CURRENT is = '+string(Ibd)+' A');
Iac=I2;
disp(' CURRENT is = '+string(Iac)+' A');
Icd=I3;
disp(' CURRENT is = '+string(Icd)+' A');
|
cec8400f3c29accb49f089639f962c393e97132e | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH24/EX24.4/24_04.sce | c4b2e5afa79ef5dfeac24d017799d302960e752d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sce | 24_04.sce | clear
clc
//Using material balance,we have
//PA3=1620-12.5*CB3
PA1=20;PA2=100;//Pa
Fg_by_Acs=10^5;
P=10^5;
HA=12.5;
kaga=0.32;kla=0.1;
//Form of rate eqn changes at PA=39.5 Pa
PA=39.5;//Pa
//h=((Fg/Acs)*integral(dPA/rA))/P
h=(Fg_by_Acs/P)*(integrate('1/(kaga*P)','P',PA1,PA)+integrate('((1/kaga)+(HA/kla))/1620','PA',PA,PA2));
printf("The height of the tower is %f",h)
printf("m") |
505694e6ba1f74070c52fe31170b7b2814d07038 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/lld.tst | aa541ae8a0ed7816b7c00c8b93ca2ea995603a6c | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 53,591 | tst | lld.tst | istituir istituesc V;IND;PL;3;PRS;LGSPEC2
cunvalider cunvalidaré V;IND;SG;1;FUT
produjer produj V;IND;PL;3;PRS
adoter adoteia V;NFIN;SG;2;LGSPEC2
acrediter acreditasse V;IPFV;SBJV;SG;1;PST
secuestrer secuestron V;IND;PL;1;PRS
giudicher giudiche V;SBJV;PL;3;PRS
destumer destumeie V;IND;SG;1;PRS;LGSPEC2
comprer compreia V;IND;PL;3;PRS;LGSPEC2
cunzeder cunzedessais V;IPFV;SBJV;PL;2;PST
renunzier renunzieie V;IND;SG;1;PRS;LGSPEC2
renunzier renunziassa V;IPFV;SBJV;SG;3;PST
coordiner coordinova V;IPFV;IND;PL;3;PST
spartir spartide V;NFIN;PL;2
volei voleis V;SBJV;PL;2;PRS
detlarer detlarassa V;IPFV;SBJV;PL;3;PST
romper rompon V;SBJV;PL;1;PRS
delibrer delibron V;IND;PL;1;PRS
gaujer gaujea V;IND;SG;3;PRS;LGSPEC3
garantir garantiva V;IPFV;IND;PL;3;PST
garantir garante V;SBJV;SG;1;PRS;LGSPEC1
mirer mirassa V;IPFV;SBJV;SG;3;PST
cruzier cruziovan V;IPFV;IND;PL;1;PST
reguler regulova V;IPFV;IND;SG;3;PST
messei messon V;IND;PL;1;PRS
nascer nascessa V;IPFV;SBJV;SG;3;PST
redujer redujon V;SBJV;PL;1;PRS
acrediter acredites V;SBJV;SG;2;PRS;LGSPEC1
adater adates V;SBJV;SG;2;PRS;LGSPEC1
coordener coordeneia V;NFIN;SG;2;LGSPEC2
marider maridareis V;IND;PL;2;FUT
arjonjer arjonjessa V;IPFV;SBJV;SG;3;PST
capir cap V;NFIN;SG;2;LGSPEC1
comprer comprassan V;IPFV;SBJV;PL;1;PST
coster costes V;SBJV;SG;2;PRS;LGSPEC1
volei volessa V;IPFV;SBJV;SG;3;PST
furmer furmoves V;IPFV;IND;SG;2;PST
deslier desliova V;IPFV;IND;PL;3;PST
cumporter cumportede V;NFIN;PL;2
cunferir cunferesc V;NFIN;SG;2;LGSPEC2
romper rompe V;SBJV;SG;1;PRS
ndicher ndicharé V;IND;SG;1;FUT
alesirer alesiraré V;IND;SG;1;FUT
rejoner rejoneia V;IND;SG;3;PRS;LGSPEC2
numiner numine V;IND;SG;1;PRS;LGSPEC1
dé darà V;IND;SG;3;FUT
perde perdaron V;IND;PL;1;FUT
storjer storjoves V;IPFV;IND;SG;2;PST
tramuder tramudede V;NFIN;PL;2
stipuler stipula V;IND;PL;3;PRS;LGSPEC1
parteziper partezipa V;IND;SG;3;PRS;LGSPEC1
morir morisse V;IPFV;SBJV;SG;1;PST
avei à V;IND;PL;3;PRS
perder perdesse V;IPFV;SBJV;SG;1;PST
ncurajer ncurajer V;NFIN;LGSPEC1
someter sometes V;SBJV;SG;2;PRS;LGSPEC1
ressolver ressolvovais V;IPFV;IND;PL;2;PST
trasferir trasferes V;IND;SG;2;PRS;LGSPEC1
vedei veides V;SBJV;SG;2;PRS
desgorjer desgorjarà V;IND;SG;3;FUT
jì vae V;SBJV;SG;3;PRS
educher educhovais V;IPFV;IND;PL;2;PST
sustenir susten V;IND;SG;3;PRS;LGSPEC1
promulgher promulghove V;IPFV;IND;SG;1;PST
cherder cherdarà V;IND;PL;3;FUT
azerter azerteies V;SBJV;SG;2;PRS;LGSPEC2
acurder acurdassa V;IPFV;SBJV;PL;3;PST
cumporter cumporteis V;IND;PL;2;PRS
renunzier renunziaron V;IND;PL;1;FUT
furmer furmeia V;IND;PL;3;PRS;LGSPEC2
nfurmer nfurmeis V;SBJV;PL;2;PRS
costituir costituissa V;IPFV;SBJV;SG;3;PST
corompe coromparas V;IND;SG;2;FUT
rester restassan V;IPFV;SBJV;PL;1;PST
prejenter prejenteie V;SBJV;SG;1;PRS;LGSPEC2
damander damandeie V;SBJV;SG;3;PRS;LGSPEC2
tramuder tramudon V;IND;PL;1;PRS
curespuender curespuendes V;IND;SG;2;PRS;LGSPEC1
publicher publichove V;IPFV;IND;SG;1;PST
mirer miraré V;IND;SG;1;FUT
messei messova V;IPFV;IND;PL;3;PST
damander damandeia V;NFIN;SG;2;LGSPEC2
storjer storj V;IND;SG;3;PRS
spidler spidler V;NFIN;LGSPEC1
acrediter acreditaron V;IND;PL;1;FUT
limiter limitove V;IPFV;IND;SG;1;PST
pruibir pruibe V;SBJV;PL;3;PRS;LGSPEC1
cunvalider cunvalideie V;SBJV;SG;1;PRS;LGSPEC2
scuter scutarà V;IND;PL;3;FUT
slunger slungeie V;SBJV;SG;3;PRS;LGSPEC2
segurer segurove V;IPFV;IND;SG;1;PST
danejer daneje V;SBJV;SG;3;PRS;LGSPEC1
purter purtarà V;IND;SG;3;FUT
mander mandeie V;SBJV;SG;1;PRS;LGSPEC2
tradujer tradujaré V;IND;SG;1;FUT
delibrer delibre V;SBJV;SG;1;PRS;LGSPEC1
acrediter acrediteies V;SBJV;SG;2;PRS;LGSPEC2
istruir istruiré V;IND;SG;1;FUT
slunger slunges V;IND;SG;2;PRS;LGSPEC1
cherder cherdeia V;NFIN;SG;2;LGSPEC2
desvier desvioves V;IPFV;IND;SG;2;PST
furmer furma V;NFIN;SG;2;LGSPEC1
usserver usservove V;IPFV;IND;SG;1;PST
capir capesc V;IND;PL;3;PRS;LGSPEC2
furmer furmeies V;SBJV;SG;2;PRS;LGSPEC2
anuler anulon V;IND;PL;1;PRS
mander mandes V;SBJV;SG;2;PRS;LGSPEC1
arbitrer arbitrer V;NFIN;LGSPEC1
deslier desliasses V;IPFV;SBJV;SG;2;PST
reprejenter reprejenton V;IND;PL;1;PRS
determiner determineies V;IND;SG;2;PRS;LGSPEC2
acuser acusaré V;IND;SG;1;FUT
adoter adote V;SBJV;SG;1;PRS;LGSPEC1
comunicher comunicheies V;SBJV;SG;2;PRS;LGSPEC2
sporjer sporjaré V;IND;SG;1;FUT
cunzeder cunzed V;NFIN;SG;2
depenjer depenjove V;IPFV;IND;SG;1;PST
parteziper partezipeia V;IND;PL;3;PRS;LGSPEC2
respuender respuendeies V;SBJV;SG;2;PRS;LGSPEC2
seurander seurandaras V;IND;SG;2;FUT
marider maridede V;NFIN;PL;2
istituir istituissais V;IPFV;SBJV;PL;2;PST
aplicher aplichon V;IND;PL;1;PRS
volei volova V;IPFV;IND;SG;3;PST
limiter limitede V;NFIN;PL;2
scurter scurtove V;IPFV;IND;SG;1;PST
dé dé V;IND;SG;1;PRS
udir udesc V;NFIN;SG;2;LGSPEC2
dormir dormesce V;SBJV;PL;3;PRS;LGSPEC2
capir capissa V;IPFV;SBJV;SG;3;PST
tramuder tramudarà V;IND;PL;3;FUT
aplicher aplicharas V;IND;SG;2;FUT
istruir istruissan V;IPFV;SBJV;PL;1;PST
pruibir pruibesce V;SBJV;SG;1;PRS;LGSPEC2
revucher revuchova V;IPFV;IND;SG;3;PST
deslier desliaron V;IND;PL;1;FUT
comunicher comunicheia V;NFIN;SG;2;LGSPEC2
autoriser autorisassa V;IPFV;SBJV;SG;3;PST
cianter ciantede V;NFIN;PL;2
onjer onje V;NFIN;LGSPEC2
njinier njiniassan V;IPFV;SBJV;PL;1;PST
finanzier finanziovan V;IPFV;IND;PL;1;PST
spartir spartesce V;SBJV;PL;3;PRS;LGSPEC2
scuter scutova V;IPFV;IND;PL;3;PST
mander mandeis V;SBJV;PL;2;PRS
atribuir atribu V;IND;PL;3;PRS;LGSPEC1
eserziter eserzita V;NFIN;SG;2;LGSPEC1
cianter ciantovan V;IPFV;IND;PL;1;PST
destiner destine V;SBJV;PL;3;PRS
furmer furmon V;IND;PL;1;PRS
scuter scouteie V;SBJV;SG;1;PRS;LGSPEC2
mirer mirasses V;IPFV;SBJV;SG;2;PST
cunzeder cunzedessa V;IPFV;SBJV;PL;3;PST
produjer produjova V;IPFV;IND;SG;3;PST
mpartir mparte V;SBJV;SG;3;PRS;LGSPEC1
manifester manifesteie V;IND;SG;1;PRS;LGSPEC2
entenjer entenjeis V;IND;PL;2;PRS
cundaner cundanon V;SBJV;PL;1;PRS
vedei vedarà V;IND;SG;3;FUT
cunferir cunferisses V;IPFV;SBJV;SG;2;PST
cherder cherde V;IND;SG;1;PRS;LGSPEC1
cumander cumandasses V;IPFV;SBJV;SG;2;PST
detlarer detlareie V;SBJV;SG;3;PRS;LGSPEC2
tramuder tramudeies V;IND;SG;2;PRS;LGSPEC2
mander mande V;SBJV;PL;3;PRS
cumporter cumportovais V;IPFV;IND;PL;2;PST
giudicher giudichova V;IPFV;IND;SG;3;PST
usserver usservaras V;IND;SG;2;FUT
rater rate V;IND;SG;1;PRS;LGSPEC1
jonjer jonjon V;IND;PL;1;PRS
cianter cianteia V;IND;PL;3;PRS;LGSPEC2
rester restarà V;IND;SG;3;FUT
erjer erje V;NFIN;LGSPEC2
dé dova V;IPFV;IND;SG;3;PST
adater adata V;NFIN;SG;2;LGSPEC1
rejoner rejonarà V;IND;PL;3;FUT
condujer condujessa V;IPFV;SBJV;SG;3;PST
segurer segurovan V;IPFV;IND;PL;1;PST
cianter cianteis V;IND;PL;2;PRS
sponjer sponjeis V;IND;PL;2;PRS
ancunter ancuntea V;IND;SG;3;PRS;LGSPEC3
prufesser prufessaron V;IND;PL;1;FUT
entenjer entenjarà V;IND;SG;3;FUT
condujer conduje V;SBJV;SG;1;PRS
strenjer strenje V;NFIN;LGSPEC2
adater adateie V;SBJV;SG;3;PRS;LGSPEC2
coordiner coordinove V;IPFV;IND;SG;1;PST
garantir garantiron V;IND;PL;1;FUT
prejenter prejenta V;NFIN;SG;2;LGSPEC1
marider maride V;IND;SG;1;PRS;LGSPEC1
fisser fissoves V;IPFV;IND;SG;2;PST
purter purtova V;IPFV;IND;SG;3;PST
marider marides V;SBJV;SG;2;PRS;LGSPEC1
romper rompova V;IPFV;IND;SG;3;PST
acurder acurdove V;IPFV;IND;SG;1;PST
afermer afermasse V;IPFV;SBJV;SG;1;PST
prufesser prufessa V;IND;PL;3;PRS;LGSPEC1
istruir istru V;IND;PL;3;PRS;LGSPEC1
usserver usservé V;NFIN;LGSPEC2
storjer storjovais V;IPFV;IND;PL;2;PST
spartir spartireis V;IND;PL;2;FUT
destumer destumer V;NFIN;LGSPEC1
anuler anulon V;SBJV;PL;1;PRS
publicher publicha V;IND;SG;3;PRS;LGSPEC1
autoriser autorisova V;IPFV;IND;PL;3;PST
ncurajer ncurajaras V;IND;SG;2;FUT
stabilir stabilesce V;SBJV;PL;3;PRS;LGSPEC2
nascer nascoves V;IPFV;IND;SG;2;PST
acuser acuse V;SBJV;PL;3;PRS
publicher publicharas V;IND;SG;2;FUT
afermer afermea V;IND;SG;3;PRS;LGSPEC3
comprer compraras V;IND;SG;2;FUT
perde perde V;SBJV;SG;1;PRS
coster costeie V;SBJV;SG;3;PRS;LGSPEC2
remander remandeis V;SBJV;PL;2;PRS
trater traté V;NFIN;LGSPEC2
muder mudes V;IND;SG;2;PRS;LGSPEC1
damander damandeie V;SBJV;SG;1;PRS;LGSPEC2
sponjer sponjessais V;IPFV;SBJV;PL;2;PST
damander damandassan V;IPFV;SBJV;PL;1;PST
jonjer jonjaras V;IND;SG;2;FUT
redujer redujaron V;IND;PL;1;FUT
scurter scurtova V;IPFV;IND;PL;3;PST
onjer onjarà V;IND;SG;3;FUT
resserver resservova V;IPFV;IND;SG;3;PST
determiner determinassa V;IPFV;SBJV;PL;3;PST
goder godasse V;IPFV;SBJV;SG;1;PST
mander mandaras V;IND;SG;2;FUT
redujer redujes V;IND;SG;2;PRS
trasferir trasferives V;IPFV;IND;SG;2;PST
cuntroler cuntrole V;SBJV;PL;3;PRS
comprer compraron V;IND;PL;1;FUT
detlarer detlarassan V;IPFV;SBJV;PL;1;PST
ndrezer ndrezé V;NFIN;LGSPEC2
damander damandarà V;IND;PL;3;FUT
segurer segura V;IND;PL;3;PRS;LGSPEC1
damander damandassa V;IPFV;SBJV;SG;3;PST
spidler spidlé V;NFIN;LGSPEC2
sustenir sustenes V;SBJV;SG;2;PRS;LGSPEC1
istituir istitue V;SBJV;SG;1;PRS;LGSPEC1
dovei dovan V;IPFV;IND;PL;1;PST;LGSPEC1
porter portarà V;IND;PL;3;FUT
cumporter cumportova V;IPFV;IND;PL;3;PST
alesirer alesiré V;NFIN;LGSPEC2
adoter adote V;SBJV;SG;3;PRS;LGSPEC1
cunferir cunferieis V;IND;PL;2;PRS
detlarer detlareis V;SBJV;PL;2;PRS
acurder acurdasses V;IPFV;SBJV;SG;2;PST
trater trataré V;IND;SG;1;FUT
reguler regulova V;IPFV;IND;PL;3;PST
romper rompe V;SBJV;SG;3;PRS
finanzier finanzieie V;SBJV;SG;3;PRS;LGSPEC2
finanzier finanziaras V;IND;SG;2;FUT
coordiner coordineie V;SBJV;SG;3;PRS;LGSPEC2
jì vas V;SBJV;SG;2;PRS
viuler viula V;IND;SG;3;PRS;LGSPEC1
garantir garantissa V;IPFV;SBJV;PL;3;PST
manifester manifesta V;NFIN;SG;2;LGSPEC1
franjer franjarà V;IND;SG;3;FUT
proibir proibion V;SBJV;PL;1;PRS
arjonjer arjonjeis V;SBJV;PL;2;PRS
passer passeie V;SBJV;SG;3;PRS;LGSPEC2
acrediter acreditassan V;IPFV;SBJV;PL;1;PST
sponjer sponjon V;SBJV;PL;1;PRS
resulter resultasses V;IPFV;SBJV;SG;2;PST
vegnì vegnì V;NFIN
remander remandeie V;SBJV;SG;3;PRS;LGSPEC2
istituir istituion V;SBJV;PL;1;PRS
spieter spieteie V;IND;SG;1;PRS;LGSPEC2
secuestrer secuestrasses V;IPFV;SBJV;SG;2;PST
seurander seurandeia V;IND;PL;3;PRS;LGSPEC2
rejoner rejona V;IND;PL;3;PRS;LGSPEC1
rater ratasse V;IPFV;SBJV;SG;1;PST
adater adateies V;SBJV;SG;2;PRS;LGSPEC2
secuestrer secuestrarà V;IND;SG;3;FUT
cunvalider cunvalidassan V;IPFV;SBJV;PL;1;PST
mpartir mparte V;IND;SG;1;PRS;LGSPEC1
istituir istituesces V;IND;SG;2;PRS;LGSPEC2
ejaminer ejamina V;NFIN;SG;2;LGSPEC1
fé fajarà V;IND;SG;3;FUT
afermer aferme V;IND;SG;1;PRS;LGSPEC1
acuser acuseia V;NFIN;SG;2;LGSPEC2
istituir istituissa V;IPFV;SBJV;SG;3;PST
purter purton V;SBJV;PL;1;PRS
perder perdon V;IND;PL;1;PRS
mener menove V;IPFV;IND;SG;1;PST
jonjer jonjes V;IND;SG;2;PRS
mander mandova V;IPFV;IND;PL;3;PST
sporjer sporjesse V;IPFV;SBJV;SG;1;PST
arjonjer arjonjove V;IPFV;IND;SG;1;PST
franjer franjede V;NFIN;PL;2
meter metovan V;IPFV;IND;PL;1;PST
dejeujer dejëujassa V;IPFV;SBJV;PL;3;PST
furmer furmeie V;IND;SG;1;PRS;LGSPEC2
schiver schiveis V;SBJV;PL;2;PRS
slunger slungeis V;SBJV;PL;2;PRS
arbitrer arbitreis V;IND;PL;2;PRS
perder perd V;NFIN;SG;2
eserziter eserzites V;SBJV;SG;2;PRS;LGSPEC1
defrenzier defrenziaras V;IND;SG;2;FUT
atribuir atribuivais V;IPFV;IND;PL;2;PST
manifester manifestova V;IPFV;IND;SG;3;PST
schiver schivassan V;IPFV;SBJV;PL;1;PST
messei messe V;SBJV;PL;3;PRS
passer passer V;NFIN;LGSPEC1
mantenir mantenissa V;IPFV;SBJV;SG;3;PST
dormir dorm V;NFIN;SG;2;LGSPEC1
aproer aproarà V;IND;SG;3;FUT
mander manda V;NFIN;SG;2;LGSPEC1
reguler reguleis V;IND;PL;2;PRS
ratificher ratificheie V;SBJV;SG;3;PRS;LGSPEC2
strenjer strenjon V;IND;PL;1;PRS
sporjer sporjovan V;IPFV;IND;PL;1;PST
dovei desses V;IPFV;SBJV;SG;2;PST;LGSPEC1
strenjer strenjovan V;IPFV;IND;PL;1;PST
prufesser prufesseia V;IND;SG;3;PRS;LGSPEC2
autoriser autorisé V;NFIN;LGSPEC2
reprejenter reprejente V;SBJV;SG;3;PRS;LGSPEC1
unir unive V;IPFV;IND;SG;1;PST
assegurer assegurassais V;IPFV;SBJV;PL;2;PST
afermer afermove V;IPFV;IND;SG;1;PST
destumer destumeia V;NFIN;SG;2;LGSPEC2
arester arestassais V;IPFV;SBJV;PL;2;PST
promulgher promulghasses V;IPFV;SBJV;SG;2;PST
rejoner rejone V;SBJV;PL;3;PRS
garantir garant V;NFIN;SG;2;LGSPEC1
purter purtede V;NFIN;PL;2
comunicher comunicha V;IND;PL;3;PRS;LGSPEC1
destumer destumé V;NFIN;LGSPEC2
furmer furmeis V;SBJV;PL;2;PRS
trasferir trasferesces V;IND;SG;2;PRS;LGSPEC2
azerter azerteis V;IND;PL;2;PRS
cogner cognes V;SBJV;SG;2;PRS;LGSPEC1
gaujer gaujareis V;IND;PL;2;FUT
cunvalider cunvalideis V;IND;PL;2;PRS
passer passeia V;IND;PL;3;PRS;LGSPEC2
respuender respuenda V;NFIN;SG;2;LGSPEC1
avei oves V;IPFV;IND;SG;2;PST;LGSPEC1
marider maridova V;IPFV;IND;SG;3;PST
promulgher promulghes V;SBJV;SG;2;PRS;LGSPEC1
marider marida V;NFIN;SG;2;LGSPEC1
revucher revuches V;IND;SG;2;PRS;LGSPEC1
desgorjer desgorj V;IND;PL;3;PRS
marider marideis V;SBJV;PL;2;PRS
romper romper V;NFIN;LGSPEC1
ncurajer ncuraje V;SBJV;PL;3;PRS
garantir garant V;IND;SG;3;PRS;LGSPEC1
rejoner rejonareis V;IND;PL;2;FUT
delibrer delibroves V;IPFV;IND;SG;2;PST
anuler anule V;SBJV;SG;1;PRS;LGSPEC1
entenjer entenjaré V;IND;SG;1;FUT
comprer comprove V;IPFV;IND;SG;1;PST
delegher delegheies V;SBJV;SG;2;PRS;LGSPEC2
arester arestede V;NFIN;PL;2
tradujer tradujove V;IPFV;IND;SG;1;PST
comprer compra V;IND;PL;3;PRS;LGSPEC1
anuler anulasse V;IPFV;SBJV;SG;1;PST
dormir dormiré V;IND;SG;1;FUT
adurver adurvon V;SBJV;PL;1;PRS
passer passeis V;SBJV;PL;2;PRS
unir unir V;NFIN;LGSPEC1
spidler spidleia V;IND;PL;3;PRS;LGSPEC2
secuestrer secuestres V;IND;SG;2;PRS;LGSPEC1
seurander seurandon V;SBJV;PL;1;PRS
ancunter ancuntovais V;IPFV;IND;PL;2;PST
emaner emaneis V;IND;PL;2;PRS
romper rompessan V;IPFV;SBJV;PL;1;PST
cuntroler cuntrolaré V;IND;SG;1;FUT
ndicher ndichede V;NFIN;PL;2
arjonjer arjonj V;IND;PL;3;PRS
numiner numinasses V;IPFV;SBJV;SG;2;PST
rater rataras V;IND;SG;2;FUT
goder godeie V;IND;SG;1;PRS;LGSPEC2
mpartir mpartivais V;IPFV;IND;PL;2;PST
scuter scoute V;IND;SG;1;PRS;LGSPEC1
adater adate V;SBJV;PL;3;PRS
tramuder tramudeia V;IND;SG;3;PRS;LGSPEC2
cogner cognon V;SBJV;PL;1;PRS
rester restasses V;IPFV;SBJV;SG;2;PST
produjer produje V;IND;SG;1;PRS
desvier desvia V;NFIN;SG;2;LGSPEC1
schiver schiva V;IND;SG;3;PRS;LGSPEC1
mpartir mpartiron V;IND;PL;1;FUT
adoter adotassan V;IPFV;SBJV;PL;1;PST
atuer atuassais V;IPFV;SBJV;PL;2;PST
acrediter acreditarà V;IND;PL;3;FUT
acurder acurdassa V;IPFV;SBJV;SG;3;PST
marider maridarà V;IND;SG;3;FUT
schiver schiva V;NFIN;SG;2;LGSPEC1
purter purtoves V;IPFV;IND;SG;2;PST
arbitrer arbitrassais V;IPFV;SBJV;PL;2;PST
ratificher ratifichede V;NFIN;PL;2
entenjer entenje V;SBJV;SG;1;PRS
sporjer sporje V;IND;SG;1;PRS
urganiser urganisé V;NFIN;LGSPEC2
porter porteis V;SBJV;PL;2;PRS
acurder acurdea V;IND;SG;3;PRS;LGSPEC3
ndicher ndicha V;IND;PL;3;PRS;LGSPEC1
populer populovais V;IPFV;IND;PL;2;PST
furmer furmeie V;SBJV;SG;3;PRS;LGSPEC2
alesirer alesireies V;SBJV;SG;2;PRS;LGSPEC2
segurer segureie V;SBJV;SG;1;PRS;LGSPEC2
goder goda V;IND;SG;3;PRS;LGSPEC1
resulter resulté V;NFIN;LGSPEC2
stabilir stabilesces V;IND;SG;2;PRS;LGSPEC2
ndicher ndicheia V;IND;PL;3;PRS;LGSPEC2
depenjer depenjaras V;IND;SG;2;FUT
adurver adurvoves V;IPFV;IND;SG;2;PST
franjer franjarà V;IND;PL;3;FUT
remplazer remplaze V;SBJV;SG;1;PRS;LGSPEC1
secuestrer secuestra V;IND;PL;3;PRS;LGSPEC1
porter portassan V;IPFV;SBJV;PL;1;PST
reurganiser reurganisassan V;IPFV;SBJV;PL;1;PST
volei volei V;NFIN;LGSPEC1
parteziper partezipasses V;IPFV;SBJV;SG;2;PST
njinier njinieie V;SBJV;SG;3;PRS;LGSPEC2
educher educha V;IND;PL;3;PRS;LGSPEC1
alesirer alesiraras V;IND;SG;2;FUT
cianter cianteia V;IND;SG;3;PRS;LGSPEC2
ressolver ressolvassa V;IPFV;SBJV;SG;3;PST
adoter adotarà V;IND;PL;3;FUT
arjonjer arjonjaré V;IND;SG;1;FUT
cunferir cunferion V;SBJV;PL;1;PRS
determiner determineia V;IND;SG;3;PRS;LGSPEC2
cunferir cunferide V;NFIN;PL;2
podei pos V;IND;SG;2;PRS
ejaminer ejaminova V;IPFV;IND;PL;3;PST
anuler anulé V;NFIN;LGSPEC2
urganiser urganisaras V;IND;SG;2;FUT
promulgher promulghareis V;IND;PL;2;FUT
muder mudeies V;SBJV;SG;2;PRS;LGSPEC2
capir capiva V;IPFV;IND;PL;3;PST
pronunzier pronunzier V;NFIN;LGSPEC1
dormir dormion V;IND;PL;1;PRS
spieter spietaré V;IND;SG;1;FUT
scriver scrivon V;IND;PL;1;PRS
giudicher giudiche V;SBJV;SG;1;PRS;LGSPEC1
pronunzier pronunzia V;NFIN;SG;2;LGSPEC1
arester aresta V;IND;PL;3;PRS;LGSPEC1
erjer erjede V;NFIN;PL;2
registrer registrova V;IPFV;IND;PL;3;PST
meter meton V;IND;PL;1;PRS
renunzier renunziaras V;IND;SG;2;FUT
jì jivais V;IPFV;IND;PL;2;PST
trasferir trasfere V;IND;SG;1;PRS;LGSPEC1
dormir dormesces V;IND;SG;2;PRS;LGSPEC2
furmer furmarà V;IND;SG;3;FUT
azerter azertareis V;IND;PL;2;FUT
passer passassan V;IPFV;SBJV;PL;1;PST
arester arestaré V;IND;SG;1;FUT
limiter limitarà V;IND;PL;3;FUT
giudicher giudiche V;IND;SG;1;PRS;LGSPEC1
furmer furmasse V;IPFV;SBJV;SG;1;PST
schiver schivasse V;IPFV;SBJV;SG;1;PST
scriver scrivesse V;IPFV;SBJV;SG;1;PST
coordener coordenassais V;IPFV;SBJV;PL;2;PST
produjer produjessa V;IPFV;SBJV;PL;3;PST
muder mudarà V;IND;SG;3;FUT
partir pert V;SBJV;PL;3;PRS
furmer furmeies V;IND;SG;2;PRS;LGSPEC2
sotscriver sotscrivessan V;IPFV;SBJV;PL;1;PST
mutiver mutivon V;IND;PL;1;PRS
entenjer entenje V;SBJV;PL;3;PRS
produjer produjessa V;IPFV;SBJV;SG;3;PST
publicher publicheies V;SBJV;SG;2;PRS;LGSPEC2
messei messove V;IPFV;IND;SG;1;PST
ratificher ratificha V;IND;SG;3;PRS;LGSPEC1
scurter scurtarà V;IND;PL;3;FUT
passer passeia V;NFIN;SG;2;LGSPEC2
messei messarà V;IND;SG;3;FUT
tramuder tramudaron V;IND;PL;1;FUT
dejeujer dejëujes V;IND;SG;2;PRS;LGSPEC1
acuser acusé V;NFIN;LGSPEC2
vedei vedessan V;IPFV;SBJV;PL;1;PST
autoriser autoriseis V;IND;PL;2;PRS
produjer produjon V;IND;PL;1;PRS
desvier desviovan V;IPFV;IND;PL;1;PST
muder mudareis V;IND;PL;2;FUT
manifester manifestassa V;IPFV;SBJV;PL;3;PST
deslier deslie V;SBJV;SG;3;PRS;LGSPEC1
nfurmer nfurme V;IND;SG;1;PRS;LGSPEC1
prejenter prejentassan V;IPFV;SBJV;PL;1;PST
marider maridaron V;IND;PL;1;FUT
jonjer jonje V;SBJV;PL;3;PRS
populer populeies V;IND;SG;2;PRS;LGSPEC2
comunicher comunicha V;NFIN;SG;2;LGSPEC1
reurganiser reurganison V;SBJV;PL;1;PRS
cogner cognede V;NFIN;PL;2
perder perdaras V;IND;SG;2;FUT
furmer furmeie V;SBJV;SG;1;PRS;LGSPEC2
mantenir manteniré V;IND;SG;1;FUT
publicher publichovan V;IPFV;IND;PL;1;PST
passer passa V;NFIN;SG;2;LGSPEC1
cuntroler cuntrole V;SBJV;SG;1;PRS;LGSPEC1
lascer lascovais V;IPFV;IND;PL;2;PST
mener menea V;IND;SG;3;PRS;LGSPEC3
destiner destinassa V;IPFV;SBJV;SG;3;PST
finanzier finanzieie V;SBJV;SG;1;PRS;LGSPEC2
scriver scrive V;SBJV;PL;3;PRS
costituir costituive V;IPFV;IND;SG;1;PST
cunferir cunfer V;NFIN;SG;2;LGSPEC1
danejer danejassais V;IPFV;SBJV;PL;2;PST
delibrer delibrea V;IND;SG;3;PRS;LGSPEC3
delibrer delibrassa V;IPFV;SBJV;SG;3;PST
acuser acusaras V;IND;SG;2;FUT
messei messe V;SBJV;SG;1;PRS
revucher revuché V;NFIN;LGSPEC2
resulter resultarà V;IND;SG;3;FUT
spieter spiete V;SBJV;SG;3;PRS;LGSPEC1
aplicher apliche V;SBJV;SG;3;PRS;LGSPEC1
eserziter eserzitede V;NFIN;PL;2
condujer condujesse V;IPFV;SBJV;SG;1;PST
rester resteie V;IND;SG;1;PRS;LGSPEC2
finanzier finanzia V;NFIN;SG;2;LGSPEC1
strenjer strenjova V;IPFV;IND;PL;3;PST
detlarer detlararé V;IND;SG;1;FUT
reverir reverion V;IND;PL;1;PRS
adurver adurvaron V;IND;PL;1;FUT
schiver schivea V;IND;SG;3;PRS;LGSPEC3
coordener coordeneie V;SBJV;SG;3;PRS;LGSPEC2
manifester manifestarà V;IND;SG;3;FUT
fisser fisson V;IND;PL;1;PRS
parteziper partezipovan V;IPFV;IND;PL;1;PST
istruir istruiva V;IPFV;IND;SG;3;PST
parteziper parteziparé V;IND;SG;1;FUT
renunzier renunziede V;NFIN;PL;2
secuestrer secuestre V;IND;SG;1;PRS;LGSPEC1
defrenzier defrenzion V;IND;PL;1;PRS
gaujer gaujer V;NFIN;LGSPEC1
depenjer depenjeis V;SBJV;PL;2;PRS
cuntroler cuntroleia V;IND;SG;3;PRS;LGSPEC2
cruzier cruziaré V;IND;SG;1;FUT
capir capissais V;IPFV;SBJV;PL;2;PST
eserziter eserzitasse V;IPFV;SBJV;SG;1;PST
dé daras V;IND;SG;2;FUT
costituir costitu V;IND;SG;3;PRS;LGSPEC1
mpartir mpartieis V;SBJV;PL;2;PRS
cherder cherdoves V;IPFV;IND;SG;2;PST
podei podon V;SBJV;PL;1;PRS
aproer aproovan V;IPFV;IND;PL;1;PST
corompe corompe V;NFIN;LGSPEC2
rater rateia V;IND;PL;3;PRS;LGSPEC2
afermer afermeies V;SBJV;SG;2;PRS;LGSPEC2
cruzier cruziove V;IPFV;IND;SG;1;PST
educher educhede V;NFIN;PL;2
passer passaron V;IND;PL;1;FUT
publicher publiche V;SBJV;PL;3;PRS
tramuder tramudovan V;IPFV;IND;PL;1;PST
revucher revuche V;IND;SG;1;PRS;LGSPEC1
sponjer sponjon V;IND;PL;1;PRS
pronunzier pronunzieie V;SBJV;SG;3;PRS;LGSPEC2
stabilir stabilieis V;SBJV;PL;2;PRS
danejer daneje V;SBJV;SG;1;PRS;LGSPEC1
goder godassais V;IPFV;SBJV;PL;2;PST
cianter cianta V;NFIN;SG;2;LGSPEC1
marider maridasse V;IPFV;SBJV;SG;1;PST
destumer destumeies V;IND;SG;2;PRS;LGSPEC2
numiner numinaron V;IND;PL;1;FUT
cunzeder cunzedeis V;SBJV;PL;2;PRS
dormir dormieis V;SBJV;PL;2;PRS
cumander cumandede V;NFIN;PL;2
defrenzier defrenzieis V;SBJV;PL;2;PRS
mander mandovais V;IPFV;IND;PL;2;PST
atuer atueis V;SBJV;PL;2;PRS
aproer aproeia V;IND;PL;3;PRS;LGSPEC2
scuter scutaras V;IND;SG;2;FUT
corompe corompessais V;IPFV;SBJV;PL;2;PST
strenjer strenjovais V;IPFV;IND;PL;2;PST
reprejenter reprejenteies V;IND;SG;2;PRS;LGSPEC2
tradujer tradujessa V;IPFV;SBJV;PL;3;PST
lascer lasce V;SBJV;SG;3;PRS;LGSPEC1
remplazer remplazareis V;IND;PL;2;FUT
volei volovan V;IPFV;IND;PL;1;PST
istituir istitue V;SBJV;PL;3;PRS;LGSPEC1
promulgher promulghassais V;IPFV;SBJV;PL;2;PST
cruzier cruzieie V;IND;SG;1;PRS;LGSPEC2
perde perdovais V;IPFV;IND;PL;2;PST
ressolver ressolvova V;IPFV;IND;PL;3;PST
depenjer depenjes V;SBJV;SG;2;PRS
acuser acusova V;IPFV;IND;PL;3;PST
resserver resservassa V;IPFV;SBJV;SG;3;PST
cianter cianton V;SBJV;PL;1;PRS
cianter cianteies V;IND;SG;2;PRS;LGSPEC2
jonjer jonj V;NFIN;SG;2
emaner emaner V;NFIN;LGSPEC1
afermer aferma V;NFIN;SG;2;LGSPEC1
onjer onj V;IND;PL;3;PRS
gaujer gaujé V;NFIN;LGSPEC2
assegurer assegureis V;IND;PL;2;PRS
podei podessais V;IPFV;SBJV;PL;2;PST
cunvalider cunvalidarà V;IND;SG;3;FUT
seurander seurandeie V;SBJV;SG;3;PRS;LGSPEC2
anuler anuleia V;IND;SG;3;PRS;LGSPEC2
unir univais V;IPFV;IND;PL;2;PST
manifester manifesteia V;IND;SG;3;PRS;LGSPEC2
educher educhassais V;IPFV;SBJV;PL;2;PST
arbitrer arbitreia V;NFIN;SG;2;LGSPEC2
emaner emanon V;SBJV;PL;1;PRS
ndicher ndiche V;SBJV;PL;3;PRS
stipuler stipuleia V;IND;PL;3;PRS;LGSPEC2
alesirer alesireie V;SBJV;SG;1;PRS;LGSPEC2
erjer erje V;IND;SG;1;PRS
coordiner coordine V;SBJV;SG;3;PRS;LGSPEC1
rater ratasses V;IPFV;SBJV;SG;2;PST
strenjer strenjessa V;IPFV;SBJV;SG;3;PST
giudicher giudicharé V;IND;SG;1;FUT
podei podeis V;IND;PL;2;PRS
acuser acusaron V;IND;PL;1;FUT
seurander seurandaron V;IND;PL;1;FUT
populer populeie V;SBJV;SG;1;PRS;LGSPEC2
seurander seurandareis V;IND;PL;2;FUT
rejoner rejonassan V;IPFV;SBJV;PL;1;PST
viuler viuleies V;IND;SG;2;PRS;LGSPEC2
emaner emaneis V;SBJV;PL;2;PRS
nascer nasc V;IND;PL;3;PRS
stabilir stabilireis V;IND;PL;2;FUT
adoter adotea V;IND;SG;3;PRS;LGSPEC3
gaujer gaujassais V;IPFV;SBJV;PL;2;PST
partir pert V;IND;SG;3;PRS
reverir rever V;IND;PL;3;PRS;LGSPEC1
populer populassais V;IPFV;SBJV;PL;2;PST
danejer danejaron V;IND;PL;1;FUT
capir capide V;NFIN;PL;2
reprejenter reprejenteie V;SBJV;SG;1;PRS;LGSPEC2
udir udion V;SBJV;PL;1;PRS
numiner numinassais V;IPFV;SBJV;PL;2;PST
viver vivon V;SBJV;PL;1;PRS
dormir dormesce V;SBJV;SG;1;PRS;LGSPEC2
sotscriver sotscrivaron V;IND;PL;1;FUT
muder mudeie V;SBJV;SG;3;PRS;LGSPEC2
cuntroler cuntrolassa V;IPFV;SBJV;PL;3;PST
reprejenter reprejentede V;NFIN;PL;2
avei arà V;IND;SG;3;FUT
scriver scrivarà V;IND;PL;3;FUT
cundaner cundanarà V;IND;SG;3;FUT
trasferir trasferireis V;IND;PL;2;FUT
promulgher promulghes V;IND;SG;2;PRS;LGSPEC1
comunicher comunichasses V;IPFV;SBJV;SG;2;PST
redujer redujessais V;IPFV;SBJV;PL;2;PST
resserver resserveia V;NFIN;SG;2;LGSPEC2
cherder cherdé V;NFIN;LGSPEC2
aproer aproareis V;IND;PL;2;FUT
savei savon V;SBJV;PL;1;PRS
marider maridon V;SBJV;PL;1;PRS
dormir dormivan V;IPFV;IND;PL;1;PST
njinier njiniaras V;IND;SG;2;FUT
rester restovais V;IPFV;IND;PL;2;PST
storjer storjede V;NFIN;PL;2
someter sometassa V;IPFV;SBJV;PL;3;PST
nfurmer nfurmarà V;IND;SG;3;FUT
adurver adurveies V;IND;SG;2;PRS;LGSPEC2
morir muere V;SBJV;SG;1;PRS
costituir costituiron V;IND;PL;1;FUT
cuntroler cuntrolaras V;IND;SG;2;FUT
sustenir sustenieis V;IND;PL;2;PRS
mantenir mantenesc V;NFIN;SG;2;LGSPEC2
ndicher ndicha V;NFIN;SG;2;LGSPEC1
mirer mires V;IND;SG;2;PRS;LGSPEC1
mutiver mutiveis V;IND;PL;2;PRS
pruibir pruibes V;IND;SG;2;PRS;LGSPEC1
messei messessa V;IPFV;SBJV;SG;3;PST
eserziter eserzite V;SBJV;SG;3;PRS;LGSPEC1
acurder acurdarà V;IND;PL;3;FUT
segurer segureia V;NFIN;SG;2;LGSPEC2
avei ove V;IPFV;IND;SG;1;PST;LGSPEC1
coordener coordenassa V;IPFV;SBJV;SG;3;PST
onjer onjon V;IND;PL;1;PRS
mantenir mantenesces V;IND;SG;2;PRS;LGSPEC2
proibir proibesce V;SBJV;PL;3;PRS;LGSPEC2
resulter resultassais V;IPFV;SBJV;PL;2;PST
savei savessan V;IPFV;SBJV;PL;1;PST
acurder acurda V;IND;PL;3;PRS;LGSPEC1
jonjer jonjove V;IPFV;IND;SG;1;PST
populer popularon V;IND;PL;1;FUT
seurander seurande V;SBJV;SG;1;PRS;LGSPEC1
emaner emanarà V;IND;PL;3;FUT
giudicher giudiche V;SBJV;SG;3;PRS;LGSPEC1
parteziper partezipassan V;IPFV;SBJV;PL;1;PST
udir udiva V;IPFV;IND;PL;3;PST
desvier desviassa V;IPFV;SBJV;PL;3;PST
condujer condujovais V;IPFV;IND;PL;2;PST
desvier desviarà V;IND;PL;3;FUT
azerter azerteia V;IND;PL;3;PRS;LGSPEC2
usserver usserveis V;SBJV;PL;2;PRS
comprer comprovais V;IPFV;IND;PL;2;PST
cumander cumandeia V;IND;PL;3;PRS;LGSPEC2
slunger slungoves V;IPFV;IND;SG;2;PST
cruzier cruziasses V;IPFV;SBJV;SG;2;PST
arbitrer arbitrova V;IPFV;IND;SG;3;PST
azerter azertovan V;IPFV;IND;PL;1;PST
capir capissan V;IPFV;SBJV;PL;1;PST
garantir garantirà V;IND;PL;3;FUT
remplazer remplazarà V;IND;PL;3;FUT
ancunter ancuntede V;NFIN;PL;2
mantenir mantenirà V;IND;PL;3;FUT
stabilir stabile V;IND;SG;1;PRS;LGSPEC1
dejeujer dejëuja V;IND;PL;3;PRS;LGSPEC1
respuender respuendon V;SBJV;PL;1;PRS
mpartir mpartesc V;NFIN;SG;2;LGSPEC2
adater adatova V;IPFV;IND;SG;3;PST
storjer storj V;IND;PL;3;PRS
franjer franjesse V;IPFV;SBJV;SG;1;PST
messei messessais V;IPFV;SBJV;PL;2;PST
autoriser autorise V;SBJV;SG;1;PRS;LGSPEC1
costituir costituesc V;IND;SG;3;PRS;LGSPEC2
scurter scurteie V;SBJV;SG;1;PRS;LGSPEC2
purter purtea V;IND;SG;3;PRS;LGSPEC3
ndrezer ndrezeis V;SBJV;PL;2;PRS
dejeujer dejëuje V;SBJV;SG;1;PRS;LGSPEC1
apurver apurva V;IND;PL;3;PRS;LGSPEC1
eserziter eserzitassais V;IPFV;SBJV;PL;2;PST
nfurmer nfurmede V;NFIN;PL;2
aproer aproeia V;IND;SG;3;PRS;LGSPEC2
cumporter cumportareis V;IND;PL;2;FUT
unir unesce V;SBJV;SG;1;PRS;LGSPEC2
pruibir pruibe V;SBJV;SG;1;PRS;LGSPEC1
ancunter ancunteies V;IND;SG;2;PRS;LGSPEC2
reverir reveresces V;IND;SG;2;PRS;LGSPEC2
rester reste V;SBJV;SG;1;PRS;LGSPEC1
istruir istruion V;SBJV;PL;1;PRS
comunicher comunichove V;IPFV;IND;SG;1;PST
unir unissan V;IPFV;SBJV;PL;1;PST
azerter azerte V;SBJV;SG;1;PRS;LGSPEC1
assenier asseniassan V;IPFV;SBJV;PL;1;PST
partir partivan V;IPFV;IND;PL;1;PST
educher educharon V;IND;PL;1;FUT
dormir dormir V;NFIN;LGSPEC1
assegurer asseguron V;IND;PL;1;PRS
franjer franje V;SBJV;SG;1;PRS
passer passe V;SBJV;SG;3;PRS;LGSPEC1
produjer produjovan V;IPFV;IND;PL;1;PST
autoriser autorisasses V;IPFV;SBJV;SG;2;PST
aplicher aplicha V;IND;SG;3;PRS;LGSPEC1
nfurmer nfurma V;IND;SG;3;PRS;LGSPEC1
autoriser autorisove V;IPFV;IND;SG;1;PST
reguler reguleies V;IND;SG;2;PRS;LGSPEC2
remplazer remplazeie V;SBJV;SG;3;PRS;LGSPEC2
giudicher giudicha V;IND;SG;3;PRS;LGSPEC1
atribuir atribuivan V;IPFV;IND;PL;1;PST
comprer compron V;IND;PL;1;PRS
deslier deslies V;IND;SG;2;PRS;LGSPEC1
porter porte V;SBJV;SG;1;PRS;LGSPEC1
mutiver mutiveie V;SBJV;SG;1;PRS;LGSPEC2
destumer destumon V;IND;PL;1;PRS
prejenter prejentes V;SBJV;SG;2;PRS;LGSPEC1
scurter scurton V;IND;PL;1;PRS
revucher revucha V;NFIN;SG;2;LGSPEC1
passer passassa V;IPFV;SBJV;PL;3;PST
depenjer depenjon V;IND;PL;1;PRS
rezever rezevaras V;IND;SG;2;FUT
perde perde V;SBJV;PL;3;PRS
jonjer jonjaron V;IND;PL;1;FUT
avei à V;IND;SG;3;PRS
tradujer tradujovais V;IPFV;IND;PL;2;PST
savei savova V;IPFV;IND;PL;3;PST
danejer danejeia V;IND;PL;3;PRS;LGSPEC2
resulter resultasse V;IPFV;SBJV;SG;1;PST
destiner destinova V;IPFV;IND;PL;3;PST
spieter spietassa V;IPFV;SBJV;PL;3;PST
ancunter ancunta V;NFIN;SG;2;LGSPEC1
coordener coordenon V;SBJV;PL;1;PRS
viuler viularà V;IND;PL;3;FUT
publicher publichassais V;IPFV;SBJV;PL;2;PST
scuter scouteies V;SBJV;SG;2;PRS;LGSPEC2
jonjer jonjessa V;IPFV;SBJV;SG;3;PST
destumer destumeia V;IND;PL;3;PRS;LGSPEC2
ressolver ressolvareis V;IND;PL;2;FUT
fisser fisseia V;IND;SG;3;PRS;LGSPEC2
ncurajer ncuraje V;IND;SG;1;PRS;LGSPEC1
muder muda V;IND;SG;3;PRS;LGSPEC1
ressolver ressolvea V;IND;SG;3;PRS;LGSPEC3
onjer onjovan V;IPFV;IND;PL;1;PST
proibir proibivan V;IPFV;IND;PL;1;PST
unir univan V;IPFV;IND;PL;1;PST
podei podesse V;IPFV;SBJV;SG;1;PST
spidler spidlarà V;IND;SG;3;FUT
ressolver ressolves V;SBJV;SG;2;PRS;LGSPEC1
mutiver mutivova V;IPFV;IND;SG;3;PST
meter metarà V;IND;PL;3;FUT
spieter spietes V;SBJV;SG;2;PRS;LGSPEC1
spartir spartivais V;IPFV;IND;PL;2;PST
numiner numines V;SBJV;SG;2;PRS;LGSPEC1
trater tratassan V;IPFV;SBJV;PL;1;PST
capir capesc V;NFIN;SG;2;LGSPEC2
delegher deleghove V;IPFV;IND;SG;1;PST
purter purtasses V;IPFV;SBJV;SG;2;PST
sotscriver sotscrive V;SBJV;SG;3;PRS
ndicher ndichassa V;IPFV;SBJV;SG;3;PST
porter porteies V;SBJV;SG;2;PRS;LGSPEC2
destiner destinassa V;IPFV;SBJV;PL;3;PST
proibir proibirà V;IND;PL;3;FUT
danejer danejova V;IPFV;IND;PL;3;PST
usserver usserve V;SBJV;SG;3;PRS;LGSPEC1
parteziper partezipoves V;IPFV;IND;SG;2;PST
anuler anula V;IND;SG;3;PRS;LGSPEC1
limiter limite V;SBJV;PL;3;PRS
fisser fissarà V;IND;SG;3;FUT
detlarer detlarede V;NFIN;PL;2
gaujer gaujassa V;IPFV;SBJV;PL;3;PST
cogner cognasses V;IPFV;SBJV;SG;2;PST
spieter spietasses V;IPFV;SBJV;SG;2;PST
ndrezer ndrezova V;IPFV;IND;PL;3;PST
danejer danejeis V;IND;PL;2;PRS
mpartir mpartissa V;IPFV;SBJV;PL;3;PST
coordener coordenon V;IND;PL;1;PRS
numiner numines V;IND;SG;2;PRS;LGSPEC1
corompe corompessa V;IPFV;SBJV;SG;3;PST
jonjer jonjesse V;IPFV;SBJV;SG;1;PST
adater adate V;SBJV;SG;1;PRS;LGSPEC1
azerter azerton V;IND;PL;1;PRS
resserver resservea V;IND;SG;3;PRS;LGSPEC3
mutiver mutiver V;NFIN;LGSPEC1
publicher publichassa V;IPFV;SBJV;PL;3;PST
mander mandé V;NFIN;LGSPEC2
assenier assenie V;SBJV;SG;3;PRS;LGSPEC1
comunicher comunicharon V;IND;PL;1;FUT
alesirer alesirede V;NFIN;PL;2
mpartir mpartisse V;IPFV;SBJV;SG;1;PST
spidler spidla V;IND;SG;3;PRS;LGSPEC1
scurter scurtes V;IND;SG;2;PRS;LGSPEC1
ncurajer ncuraja V;IND;PL;3;PRS;LGSPEC1
afermer afermassa V;IPFV;SBJV;SG;3;PST
morir moriva V;IPFV;IND;PL;3;PST
usserver usservea V;IND;SG;3;PRS;LGSPEC3
ncurajer ncurajaré V;IND;SG;1;FUT
produjer produje V;NFIN;LGSPEC2
lascer lasces V;SBJV;SG;2;PRS;LGSPEC1
comunicher comunichon V;IND;PL;1;PRS
arester aresteies V;SBJV;SG;2;PRS;LGSPEC2
adoter adotassa V;IPFV;SBJV;SG;3;PST
desvier desvion V;SBJV;PL;1;PRS
cundaner cundanaras V;IND;SG;2;FUT
lascer lascareis V;IND;PL;2;FUT
populer populeie V;IND;SG;1;PRS;LGSPEC2
tramuder tramudeie V;IND;SG;1;PRS;LGSPEC2
aplicher aplichea V;IND;SG;3;PRS;LGSPEC3
stipuler stipula V;NFIN;SG;2;LGSPEC1
destiner destinaré V;IND;SG;1;FUT
determiner determine V;SBJV;PL;3;PRS
reurganiser reurganisarà V;IND;PL;3;FUT
depenjer depenjesse V;IPFV;SBJV;SG;1;PST
rejoner rejoneia V;NFIN;SG;2;LGSPEC2
njinier njiniovais V;IPFV;IND;PL;2;PST
plovei plueve V;SBJV;SG;3;PRS
nfurmer nfurmeia V;NFIN;SG;2;LGSPEC2
terjer terjede V;NFIN;PL;2
promulgher promulghé V;NFIN;LGSPEC2
populer popule V;SBJV;PL;3;PRS
reprejenter reprejenteis V;SBJV;PL;2;PRS
comprer compra V;NFIN;SG;2;LGSPEC1
ejaminer ejaminaré V;IND;SG;1;FUT
coordener coordenaré V;IND;SG;1;FUT
manifester manifestes V;IND;SG;2;PRS;LGSPEC1
nascer nascova V;IPFV;IND;SG;3;PST
remplazer remplazassais V;IPFV;SBJV;PL;2;PST
adurver adurvassa V;IPFV;SBJV;PL;3;PST
atuer atuon V;IND;PL;1;PRS
njinier njinieie V;SBJV;SG;1;PRS;LGSPEC2
trater tratareis V;IND;PL;2;FUT
sustenir sustenesces V;IND;SG;2;PRS;LGSPEC2
gaujer gaujarà V;IND;PL;3;FUT
ressolver ressolvovan V;IPFV;IND;PL;1;PST
coordener coordenova V;IPFV;IND;SG;3;PST
trater tratede V;NFIN;PL;2
cundaner cundanaron V;IND;PL;1;FUT
tramuder tramuda V;NFIN;SG;2;LGSPEC1
ejaminer ejaminassa V;IPFV;SBJV;PL;3;PST
scriver scriv V;IND;PL;3;PRS
muder mudé V;NFIN;LGSPEC2
cunferir cunfer V;IND;SG;3;PRS;LGSPEC1
revucher revucharas V;IND;SG;2;FUT
apurver apurvova V;IPFV;IND;SG;3;PST
prufesser prufesseies V;IND;SG;2;PRS;LGSPEC2
numiner numinon V;SBJV;PL;1;PRS
dovei dessove V;IPFV;IND;SG;1;PST;LGSPEC2
delibrer delibraras V;IND;SG;2;FUT
destumer destume V;IND;SG;1;PRS;LGSPEC1
delegher delegha V;NFIN;SG;2;LGSPEC1
mpartir mpartissais V;IPFV;SBJV;PL;2;PST
storjer storjon V;IND;PL;1;PRS
ressolver ressolver V;NFIN;LGSPEC1
curespuender curespuende V;IND;SG;1;PRS;LGSPEC1
aplicher aplicheia V;NFIN;SG;2;LGSPEC2
scuter scouteia V;IND;PL;3;PRS;LGSPEC2
someter someteie V;SBJV;SG;1;PRS;LGSPEC2
furmer furma V;IND;SG;3;PRS;LGSPEC1
scriver scriveis V;SBJV;PL;2;PRS
educher educharé V;IND;SG;1;FUT
spidler spidles V;SBJV;SG;2;PRS;LGSPEC1
spidler spidlova V;IPFV;IND;SG;3;PST
determiner determinove V;IPFV;IND;SG;1;PST
sporjer sporjes V;SBJV;SG;2;PRS
acurder acurdaron V;IND;PL;1;FUT
adurver adurvé V;NFIN;LGSPEC2
cogner cogneis V;IND;PL;2;PRS
adoter adotassa V;IPFV;SBJV;PL;3;PST
trater trateies V;IND;SG;2;PRS;LGSPEC2
viuler viulon V;IND;PL;1;PRS
secuestrer secuestrassais V;IPFV;SBJV;PL;2;PST
emaner emaneia V;IND;SG;3;PRS;LGSPEC2
registrer registreie V;SBJV;SG;1;PRS;LGSPEC2
arbitrer arbitreie V;SBJV;SG;1;PRS;LGSPEC2
meter met V;NFIN;SG;2
cumporter cumportarà V;IND;SG;3;FUT
ncurajer ncurajes V;IND;SG;2;PRS;LGSPEC1
prufesser prufessove V;IPFV;IND;SG;1;PST
jì vae V;IND;SG;1;PRS
comunicher comunichassa V;IPFV;SBJV;SG;3;PST
cianter ciantaras V;IND;SG;2;FUT
morir moride V;NFIN;PL;2
rater rate V;SBJV;SG;3;PRS;LGSPEC1
garantir garantiva V;IPFV;IND;SG;3;PST
muder mude V;SBJV;SG;1;PRS;LGSPEC1
pruibir pruibe V;IND;SG;1;PRS;LGSPEC1
alesirer alesireia V;IND;PL;3;PRS;LGSPEC2
desgorjer desgorje V;NFIN;LGSPEC2
cumporter cumporter V;NFIN;LGSPEC1
determiner determinon V;SBJV;PL;1;PRS
fisser fissaras V;IND;SG;2;FUT
detlarer detlarova V;IPFV;IND;SG;3;PST
dejeujer dejëujes V;SBJV;SG;2;PRS;LGSPEC1
publicher publicha V;IND;PL;3;PRS;LGSPEC1
manifester manifestoves V;IPFV;IND;SG;2;PST
renunzier renunziova V;IPFV;IND;SG;3;PST
sustenir sustenes V;IND;SG;2;PRS;LGSPEC1
cunzeder cunzedon V;IND;PL;1;PRS
entenjer entenjer V;NFIN;LGSPEC1
defrenzier defrenziova V;IPFV;IND;SG;3;PST
autoriser autorisassa V;IPFV;SBJV;PL;3;PST
onjer onjoves V;IPFV;IND;SG;2;PST
cianter ciantes V;IND;SG;2;PRS;LGSPEC1
mander mandove V;IPFV;IND;SG;1;PST
afermer afermeies V;IND;SG;2;PRS;LGSPEC2
adurver adurves V;SBJV;SG;2;PRS;LGSPEC1
ratificher ratificharà V;IND;SG;3;FUT
perde perdon V;IND;PL;1;PRS
ratificher ratifiche V;SBJV;SG;1;PRS;LGSPEC1
publicher publicheia V;IND;SG;3;PRS;LGSPEC2
garantir garantesc V;IND;PL;3;PRS;LGSPEC2
educher educheies V;SBJV;SG;2;PRS;LGSPEC2
dormir dormesc V;NFIN;SG;2;LGSPEC2
dejeujer dejëujon V;IND;PL;1;PRS
fé fajaras V;IND;SG;2;FUT
curespuender curespuendeis V;SBJV;PL;2;PRS
cundaner cundaneie V;SBJV;SG;3;PRS;LGSPEC2
seurander seuranda V;IND;PL;3;PRS;LGSPEC1
morir moriron V;IND;PL;1;FUT
scurter scurtovais V;IPFV;IND;PL;2;PST
acurder acurdareis V;IND;PL;2;FUT
cunzeder cunzedessa V;IPFV;SBJV;SG;3;PST
scriver scrivova V;IPFV;IND;PL;3;PST
destiner destinovais V;IPFV;IND;PL;2;PST
aplicher aplicha V;IND;PL;3;PRS;LGSPEC1
atribuir atribuion V;SBJV;PL;1;PRS
istituir istituiva V;IPFV;IND;SG;3;PST
deslier deslieie V;IND;SG;1;PRS;LGSPEC2
reguler regulede V;NFIN;PL;2
dovei dovesses V;IPFV;SBJV;SG;2;PST;LGSPEC2
coordener coordene V;SBJV;PL;3;PRS
viuler viules V;IND;SG;2;PRS;LGSPEC1
cumander cumandove V;IPFV;IND;SG;1;PST
adater adateia V;NFIN;SG;2;LGSPEC2
curespuender curespuendovan V;IPFV;IND;PL;1;PST
ndrezer ndrezeia V;IND;SG;3;PRS;LGSPEC2
cuntroler cuntrolassan V;IPFV;SBJV;PL;1;PST
stabilir stabilesce V;SBJV;SG;3;PRS;LGSPEC2
assegurer assegureis V;SBJV;PL;2;PRS
entenjer entenjes V;IND;SG;2;PRS
someter sometarà V;IND;PL;3;FUT
eserziter eserziteies V;IND;SG;2;PRS;LGSPEC2
acurder acurdé V;NFIN;LGSPEC2
assenier assenioves V;IPFV;IND;SG;2;PST
someter sometoves V;IPFV;IND;SG;2;PST
ejaminer ejaminon V;IND;PL;1;PRS
comunicher comunichea V;IND;SG;3;PRS;LGSPEC3
sustenir sustene V;SBJV;SG;1;PRS;LGSPEC1
pruibir pruibesce V;IND;SG;1;PRS;LGSPEC2
rejoner rejonaron V;IND;PL;1;FUT
damander damandareis V;IND;PL;2;FUT
dovei desseis V;IND;PL;2;PRS
aplicher aplicharà V;IND;PL;3;FUT
autoriser autorisaré V;IND;SG;1;FUT
destumer destumeis V;IND;PL;2;PRS
storjer storje V;SBJV;SG;1;PRS
danejer danejeies V;IND;SG;2;PRS;LGSPEC2
educher eduche V;SBJV;SG;3;PRS;LGSPEC1
slunger slungé V;NFIN;LGSPEC2
adurver adurvasse V;IPFV;SBJV;SG;1;PST
vegnì vegn V;IND;PL;3;PRS
sotscriver sotscrivovais V;IPFV;IND;PL;2;PST
unir unisse V;IPFV;SBJV;SG;1;PST
desgorjer desgorjove V;IPFV;IND;SG;1;PST
cunferir cunferivais V;IPFV;IND;PL;2;PST
azerter azertede V;NFIN;PL;2
revucher revuche V;SBJV;PL;3;PRS
terjer terje V;NFIN;LGSPEC2
azerter azertova V;IPFV;IND;SG;3;PST
spidler spidlassan V;IPFV;SBJV;PL;1;PST
desgorjer desgorjes V;IND;SG;2;PRS
curespuender curespuendeie V;SBJV;SG;1;PRS;LGSPEC2
destiner destiné V;NFIN;LGSPEC2
eserziter eserzitarà V;IND;PL;3;FUT
pronunzier pronunzieies V;IND;SG;2;PRS;LGSPEC2
resulter resulta V;IND;SG;3;PRS;LGSPEC1
plovei plovova V;IPFV;IND;SG;3;PST
mander mandeia V;NFIN;SG;2;LGSPEC2
capir capesce V;IND;SG;1;PRS;LGSPEC2
pronunzier pronunzie V;SBJV;SG;3;PRS;LGSPEC1
scuter scouta V;IND;PL;3;PRS;LGSPEC1
mirer mireia V;IND;PL;3;PRS;LGSPEC2
rester resteia V;IND;SG;3;PRS;LGSPEC2
njinier njiniove V;IPFV;IND;SG;1;PST
seurander seurandeis V;SBJV;PL;2;PRS
giudicher giudicharas V;IND;SG;2;FUT
promulgher promulgheia V;IND;SG;3;PRS;LGSPEC2
prejenter prejenteia V;IND;SG;3;PRS;LGSPEC2
renunzier renunzieis V;IND;PL;2;PRS
detlarer detlare V;SBJV;SG;3;PRS;LGSPEC1
ejaminer ejamina V;IND;SG;3;PRS;LGSPEC1
destiner destinarà V;IND;PL;3;FUT
rater ratassan V;IPFV;SBJV;PL;1;PST
sporjer sporjessa V;IPFV;SBJV;PL;3;PST
dormir dormissais V;IPFV;SBJV;PL;2;PST
coordiner coordineies V;SBJV;SG;2;PRS;LGSPEC2
someter someteie V;SBJV;SG;3;PRS;LGSPEC2
scurter scurteie V;IND;SG;1;PRS;LGSPEC2
giudicher giudichoves V;IPFV;IND;SG;2;PST
liter litassan V;IPFV;SBJV;PL;1;PST
alesirer alesirovais V;IPFV;IND;PL;2;PST
aproer aproea V;IND;SG;3;PRS;LGSPEC3
finanzier finanzies V;IND;SG;2;PRS;LGSPEC1
secuestrer secuestreis V;IND;PL;2;PRS
cumporter cumportassa V;IPFV;SBJV;SG;3;PST
atribuir atribuieis V;SBJV;PL;2;PRS
spieter spietede V;NFIN;PL;2
educher educhove V;IPFV;IND;SG;1;PST
resserver resservassa V;IPFV;SBJV;PL;3;PST
volei vuele V;SBJV;PL;3;PRS
acurder acurdeie V;SBJV;SG;3;PRS;LGSPEC2
podei podeis V;SBJV;PL;2;PRS
purter purtovais V;IPFV;IND;PL;2;PST
romper rompon V;IND;PL;1;PRS
dejeujer dejëuje V;IND;SG;1;PRS;LGSPEC1
depenjer depenjer V;NFIN;LGSPEC1
cunvalider cunvalidon V;SBJV;PL;1;PRS
adoter adoton V;IND;PL;1;PRS
autoriser autorisareis V;IND;PL;2;FUT
detlarer detlarasse V;IPFV;SBJV;SG;1;PST
desvier desvieia V;IND;SG;3;PRS;LGSPEC2
reguler regula V;IND;PL;3;PRS;LGSPEC1
redujer reduje V;SBJV;SG;3;PRS
cruzier cruzies V;SBJV;SG;2;PRS;LGSPEC1
spartir spartiva V;IPFV;IND;PL;3;PST
urganiser urganison V;IND;PL;1;PRS
spartir spartieis V;IND;PL;2;PRS
schiver schivaras V;IND;SG;2;FUT
dejeujer dejëujé V;NFIN;LGSPEC2
capir capes V;SBJV;SG;2;PRS;LGSPEC1
sponjer sponjaré V;IND;SG;1;FUT
cundaner cundanes V;SBJV;SG;2;PRS;LGSPEC1
jì vas V;IND;SG;2;PRS
liter litarà V;IND;SG;3;FUT
promulgher promulghova V;IPFV;IND;PL;3;PST
adoter adoter V;NFIN;LGSPEC1
purter purtaré V;IND;SG;1;FUT
cunferir cunferesce V;IND;SG;1;PRS;LGSPEC2
costituir costituiras V;IND;SG;2;FUT
comunicher comunichovais V;IPFV;IND;PL;2;PST
meter metoves V;IPFV;IND;SG;2;PST
populer popularà V;IND;SG;3;FUT
coordener coordenove V;IPFV;IND;SG;1;PST
damander damandes V;IND;SG;2;PRS;LGSPEC1
franjer franjessan V;IPFV;SBJV;PL;1;PST
rejoner rejonaré V;IND;SG;1;FUT
desgorjer desgorjes V;SBJV;SG;2;PRS
apurver apurve V;IND;SG;1;PRS;LGSPEC1
reguler regules V;SBJV;SG;2;PRS;LGSPEC1
segurer seguroves V;IPFV;IND;SG;2;PST
danejer danejasses V;IPFV;SBJV;SG;2;PST
storjer storjon V;SBJV;PL;1;PRS
prufesser prufessareis V;IND;PL;2;FUT
cogner cogneies V;IND;SG;2;PRS;LGSPEC2
savei sas V;SBJV;SG;2;PRS
comprer comprassais V;IPFV;SBJV;PL;2;PST
educher educharas V;IND;SG;2;FUT
mirer mirede V;NFIN;PL;2
coordener coordeneia V;IND;SG;3;PRS;LGSPEC2
dé daes V;SBJV;SG;2;PRS
sustenir sustenieis V;SBJV;PL;2;PRS
desvier desviassan V;IPFV;SBJV;PL;1;PST
educher educhova V;IPFV;IND;SG;3;PST
avei aessa V;IPFV;SBJV;SG;3;PST;LGSPEC2
secuestrer secuestraré V;IND;SG;1;FUT
ndicher ndicher V;NFIN;LGSPEC1
adater adatassa V;IPFV;SBJV;SG;3;PST
meter metova V;IPFV;IND;PL;3;PST
trasferir trasferivan V;IPFV;IND;PL;1;PST
assegurer assegurassan V;IPFV;SBJV;PL;1;PST
unir unireis V;IND;PL;2;FUT
capir cap V;IND;SG;3;PRS;LGSPEC1
adoter adotasse V;IPFV;SBJV;SG;1;PST
dé don V;IND;PL;1;PRS
ejaminer ejaminovais V;IPFV;IND;PL;2;PST
danejer danejovan V;IPFV;IND;PL;1;PST
cogner cognova V;IPFV;IND;PL;3;PST
curespuender curespuendasse V;IPFV;SBJV;SG;1;PST
viver vivon V;IND;PL;1;PRS
mpartir mpartes V;IND;SG;2;PRS;LGSPEC1
capir capesce V;SBJV;SG;3;PRS;LGSPEC2
dejeujer dejëujeia V;NFIN;SG;2;LGSPEC2
sponjer sponjareis V;IND;PL;2;FUT
urganiser urganisassais V;IPFV;SBJV;PL;2;PST
autoriser autoriseia V;IND;PL;3;PRS;LGSPEC2
promulgher promulgheis V;IND;PL;2;PRS
rester reston V;SBJV;PL;1;PRS
secuestrer secuestreia V;NFIN;SG;2;LGSPEC2
respuender respuendarà V;IND;PL;3;FUT
depenjer depenjovais V;IPFV;IND;PL;2;PST
stabilir stabilì V;NFIN;LGSPEC2
scurter scurta V;IND;SG;3;PRS;LGSPEC1
registrer registreis V;SBJV;PL;2;PRS
someter sometove V;IPFV;IND;SG;1;PST
vedei vedove V;IPFV;IND;SG;1;PST
desgorjer desgorjessan V;IPFV;SBJV;PL;1;PST
proibir proib V;NFIN;SG;2;LGSPEC1
entenjer entenjon V;SBJV;PL;1;PRS
pronunzier pronunzion V;IND;PL;1;PRS
ndicher ndicheia V;NFIN;SG;2;LGSPEC2
terjer terje V;SBJV;SG;3;PRS
cundaner cundanovais V;IPFV;IND;PL;2;PST
garantir garantesce V;SBJV;SG;1;PRS;LGSPEC2
perder perdessa V;IPFV;SBJV;SG;3;PST
comprer compreia V;NFIN;SG;2;LGSPEC2
cumander cumandes V;IND;SG;2;PRS;LGSPEC1
renunzier renunzieia V;IND;PL;3;PRS;LGSPEC2
mener menarà V;IND;PL;3;FUT
registrer registres V;SBJV;SG;2;PRS;LGSPEC1
prejenter prejente V;SBJV;PL;3;PRS
registrer registré V;NFIN;LGSPEC2
scuter scutove V;IPFV;IND;SG;1;PST
parteziper partezipove V;IPFV;IND;SG;1;PST
lascer lascede V;NFIN;PL;2
comprer comprareis V;IND;PL;2;FUT
resulter resultarà V;IND;PL;3;FUT
assegurer assegurovan V;IPFV;IND;PL;1;PST
scriver scrives V;IND;SG;2;PRS
perdujer perduj V;NFIN;SG;2
rater rate V;SBJV;SG;1;PRS;LGSPEC1
istituir istitues V;IND;SG;2;PRS;LGSPEC1
acrediter acrediteie V;SBJV;SG;3;PRS;LGSPEC2
vegnì vegnissa V;IPFV;SBJV;PL;3;PST
cruzier cruzie V;SBJV;SG;3;PRS;LGSPEC1
reverir reverissais V;IPFV;SBJV;PL;2;PST
secuestrer secuestrassan V;IPFV;SBJV;PL;1;PST
atribuir atribuirà V;IND;SG;3;FUT
passer passe V;IND;SG;1;PRS;LGSPEC1
rezever rezevessa V;IPFV;SBJV;SG;3;PST
ancunter ancuntaré V;IND;SG;1;FUT
acrediter acrediteia V;IND;SG;3;PRS;LGSPEC2
afermer afermeis V;IND;PL;2;PRS
secuestrer secuestreie V;SBJV;SG;1;PRS;LGSPEC2
mantenir mantenireis V;IND;PL;2;FUT
pronunzier pronunzia V;IND;SG;3;PRS;LGSPEC1
revucher revucharà V;IND;PL;3;FUT
schiver schiveie V;IND;SG;1;PRS;LGSPEC2
someter someta V;IND;PL;3;PRS;LGSPEC1
delibrer delibrarà V;IND;SG;3;FUT
cogner cogna V;IND;SG;3;PRS;LGSPEC1
autoriser autorises V;IND;SG;2;PRS;LGSPEC1
cumporter cumporta V;IND;SG;3;PRS;LGSPEC1
gaujer gaujoves V;IPFV;IND;SG;2;PST
dé dé V;NFIN;LGSPEC1
usserver usserveies V;IND;SG;2;PRS;LGSPEC2
proibir proibisses V;IPFV;SBJV;SG;2;PST
reguler regulovais V;IPFV;IND;PL;2;PST
revucher revuchon V;IND;PL;1;PRS
spartir spartirà V;IND;PL;3;FUT
dejeujer dejëujeies V;SBJV;SG;2;PRS;LGSPEC2
aproer aproaré V;IND;SG;1;FUT
viver vivovan V;IPFV;IND;PL;1;PST
aplicher aplicheie V;SBJV;SG;3;PRS;LGSPEC2
aproer aproova V;IPFV;IND;PL;3;PST
unir unide V;NFIN;PL;2
terjer terjaron V;IND;PL;1;FUT
pruibir pruibiron V;IND;PL;1;FUT
lascer lascassan V;IPFV;SBJV;PL;1;PST
ndrezer ndrezeia V;IND;PL;3;PRS;LGSPEC2
delegher delegheia V;IND;PL;3;PRS;LGSPEC2
cunferir cunferes V;IND;SG;2;PRS;LGSPEC1
publicher publichoves V;IPFV;IND;SG;2;PST
limiter limitassa V;IPFV;SBJV;PL;3;PST
autoriser autorisovais V;IPFV;IND;PL;2;PST
scurter scurtoves V;IPFV;IND;SG;2;PST
assegurer assegurea V;IND;SG;3;PRS;LGSPEC3
desvier desviea V;IND;SG;3;PRS;LGSPEC3
udir udiva V;IPFV;IND;SG;3;PST
purter purta V;NFIN;SG;2;LGSPEC1
parteziper partezipon V;IND;PL;1;PRS
apurver apurve V;SBJV;SG;3;PRS;LGSPEC1
udir udesc V;IND;PL;3;PRS;LGSPEC2
reprejenter reprejenteia V;NFIN;SG;2;LGSPEC2
remander remanda V;IND;SG;3;PRS;LGSPEC1
entenjer entenje V;SBJV;SG;3;PRS
cruzier cruzieia V;IND;PL;3;PRS;LGSPEC2
comunicher comunichova V;IPFV;IND;SG;3;PST
eserziter eserzité V;NFIN;LGSPEC2
atuer atuove V;IPFV;IND;SG;1;PST
storjer storjer V;NFIN;LGSPEC1
njinier njiniassais V;IPFV;SBJV;PL;2;PST
cumander cumandeia V;NFIN;SG;2;LGSPEC2
scurter scurta V;IND;PL;3;PRS;LGSPEC1
detlarer detlare V;SBJV;PL;3;PRS
savei savovan V;IPFV;IND;PL;1;PST
mander mandeie V;IND;SG;1;PRS;LGSPEC2
coster costarà V;IND;SG;3;FUT
strenjer strenjova V;IPFV;IND;SG;3;PST
podei podaré V;IND;SG;1;FUT
delibrer delibrassais V;IPFV;SBJV;PL;2;PST
costituir costituieis V;IND;PL;2;PRS
tradujer tradujer V;NFIN;LGSPEC1
acuser acusasses V;IPFV;SBJV;SG;2;PST
cumander cumandaras V;IND;SG;2;FUT
stabilir stabiliras V;IND;SG;2;FUT
resserver resserva V;IND;SG;3;PRS;LGSPEC1
autoriser autoriseia V;IND;SG;3;PRS;LGSPEC2
ratificher ratifichareis V;IND;PL;2;FUT
spartir spartissais V;IPFV;SBJV;PL;2;PST
unir unieis V;IND;PL;2;PRS
cunzeder cunzed V;IND;SG;3;PRS
nfurmer nfurmova V;IPFV;IND;PL;3;PST
cumander cumandova V;IPFV;IND;SG;3;PST
fisser fisseie V;IND;SG;1;PRS;LGSPEC2
mirer miré V;NFIN;LGSPEC2
capir capì V;NFIN;LGSPEC2
cumander cumandassais V;IPFV;SBJV;PL;2;PST
aplicher aplichovan V;IPFV;IND;PL;1;PST
seurander seurandassa V;IPFV;SBJV;PL;3;PST
produjer produjareis V;IND;PL;2;FUT
acrediter acredite V;IND;SG;1;PRS;LGSPEC1
trasferir trasferiva V;IPFV;IND;SG;3;PST
adoter adoteies V;IND;SG;2;PRS;LGSPEC2
sotscriver sotscrives V;IND;SG;2;PRS
sotscriver sotscrivarà V;IND;PL;3;FUT
reurganiser reurganisasses V;IPFV;SBJV;SG;2;PST
scriver scrivovais V;IPFV;IND;PL;2;PST
spieter spietarà V;IND;SG;3;FUT
rester restova V;IPFV;IND;SG;3;PST
spidler spidlovais V;IPFV;IND;PL;2;PST
urganiser urganisaron V;IND;PL;1;FUT
cianter ciantassa V;IPFV;SBJV;PL;3;PST
ndicher ndicheis V;IND;PL;2;PRS
spidler spidleis V;IND;PL;2;PRS
comunicher comunicheis V;SBJV;PL;2;PRS
prufesser prufesson V;IND;PL;1;PRS
trasferir trasferir V;NFIN;LGSPEC1
someter sometassais V;IPFV;SBJV;PL;2;PST
alesirer alesires V;IND;SG;2;PRS;LGSPEC1
assenier assenieia V;NFIN;SG;2;LGSPEC2
podei podovan V;IPFV;IND;PL;1;PST
delibrer delibre V;IND;SG;1;PRS;LGSPEC1
finanzier finanziaré V;IND;SG;1;FUT
defrenzier defrenziessa V;IPFV;SBJV;PL;3;PST
eserziter eserzite V;SBJV;SG;1;PRS;LGSPEC1
atuer atuova V;IPFV;IND;PL;3;PST
cumander cumandarà V;IND;SG;3;FUT
desgorjer desgorjesses V;IPFV;SBJV;SG;2;PST
istituir istituisses V;IPFV;SBJV;SG;2;PST
autoriser autorise V;IND;SG;1;PRS;LGSPEC1
registrer registre V;IND;SG;1;PRS;LGSPEC1
partir partivais V;IPFV;IND;PL;2;PST
arbitrer arbitre V;SBJV;SG;3;PRS;LGSPEC1
coster costovan V;IPFV;IND;PL;1;PST
mutiver mutivasse V;IPFV;SBJV;SG;1;PST
prufesser prufesseis V;SBJV;PL;2;PRS
determiner determine V;IND;SG;1;PRS;LGSPEC1
reurganiser reurganisove V;IPFV;IND;SG;1;PST
trasferir trasferieis V;IND;PL;2;PRS
morir muere V;SBJV;SG;3;PRS
arester areste V;SBJV;PL;3;PRS
stipuler stipulon V;IND;PL;1;PRS
reurganiser reurganisa V;IND;PL;3;PRS;LGSPEC1
ndrezer ndrezarà V;IND;SG;3;FUT
mutiver mutiveia V;IND;SG;3;PRS;LGSPEC2
adater adatoves V;IPFV;IND;SG;2;PST
dejeujer dejëujassa V;IPFV;SBJV;SG;3;PST
alesirer alesirareis V;IND;PL;2;FUT
aproer aproa V;IND;PL;3;PRS;LGSPEC1
renunzier renunzié V;NFIN;LGSPEC2
proibir proibesce V;IND;SG;1;PRS;LGSPEC2
reverir reveresce V;IND;SG;1;PRS;LGSPEC2
aproer aproaras V;IND;SG;2;FUT
aproer aproeie V;SBJV;SG;1;PRS;LGSPEC2
rezever rezevede V;NFIN;PL;2
deslier desliova V;IPFV;IND;SG;3;PST
educher educher V;NFIN;LGSPEC1
storjer storje V;NFIN;LGSPEC2
cundaner cundana V;NFIN;SG;2;LGSPEC1
coordiner coordinaras V;IND;SG;2;FUT
emaner emaneie V;IND;SG;1;PRS;LGSPEC2
alesirer alesireies V;IND;SG;2;PRS;LGSPEC2
perdujer perdujoves V;IPFV;IND;SG;2;PST
acurder acurdassan V;IPFV;SBJV;PL;1;PST
ncurajer ncurajeie V;SBJV;SG;3;PRS;LGSPEC2
mpartir mpartesces V;IND;SG;2;PRS;LGSPEC2
delegher deleghon V;SBJV;PL;1;PRS
acrediter acreditasses V;IPFV;SBJV;SG;2;PST
coordiner coordineis V;SBJV;PL;2;PRS
stipuler stipules V;SBJV;SG;2;PRS;LGSPEC1
podei podessan V;IPFV;SBJV;PL;1;PST
goder godeies V;IND;SG;2;PRS;LGSPEC2
fé fajeis V;IND;PL;2;PRS
udir ud V;NFIN;SG;2;LGSPEC1
manifester manifeste V;SBJV;PL;3;PRS
cumporter cumporte V;SBJV;PL;3;PRS
ejaminer ejaminasses V;IPFV;SBJV;SG;2;PST
stabilir stabilives V;IPFV;IND;SG;2;PST
mirer miron V;SBJV;PL;1;PRS
coordiner coordinon V;IND;PL;1;PRS
franjer franjaré V;IND;SG;1;FUT
registrer registrea V;IND;SG;3;PRS;LGSPEC3
remander remande V;SBJV;SG;3;PRS;LGSPEC1
dejeujer dejëujaras V;IND;SG;2;FUT
sustenir sustenesc V;IND;PL;3;PRS;LGSPEC2
nascer nasceis V;IND;PL;2;PRS
ratificher ratificheies V;IND;SG;2;PRS;LGSPEC2
resulter resultovan V;IPFV;IND;PL;1;PST
someter someton V;IND;PL;1;PRS
ressolver ressolveis V;IND;PL;2;PRS
ratificher ratifichassan V;IPFV;SBJV;PL;1;PST
finanzier finanziasse V;IPFV;SBJV;SG;1;PST
secuestrer secuestrova V;IPFV;IND;PL;3;PST
usserver usserves V;SBJV;SG;2;PRS;LGSPEC1
acurder acurda V;NFIN;SG;2;LGSPEC1
aproer aproeie V;SBJV;SG;3;PRS;LGSPEC2
azerter azertes V;IND;SG;2;PRS;LGSPEC1
reurganiser reurganisa V;IND;SG;3;PRS;LGSPEC1
remander remandea V;IND;SG;3;PRS;LGSPEC3
adoter adotovais V;IPFV;IND;PL;2;PST
deslier deslié V;NFIN;LGSPEC2
populer populassan V;IPFV;SBJV;PL;1;PST
mander mandon V;SBJV;PL;1;PRS
muder muder V;NFIN;LGSPEC1
liter liteie V;SBJV;SG;3;PRS;LGSPEC2
apurver apurva V;IND;SG;3;PRS;LGSPEC1
comunicher comuniche V;IND;SG;1;PRS;LGSPEC1
morir morissa V;IPFV;SBJV;PL;3;PST
destumer destumeies V;SBJV;SG;2;PRS;LGSPEC2
remplazer remplazeia V;IND;SG;3;PRS;LGSPEC2
onjer onjessan V;IPFV;SBJV;PL;1;PST
aussei aussova V;IPFV;IND;SG;3;PST
resulter resulteie V;IND;SG;1;PRS;LGSPEC2
franjer franj V;IND;PL;3;PRS
goder godeia V;IND;SG;3;PRS;LGSPEC2
mutiver mutivareis V;IND;PL;2;FUT
viver vivede V;NFIN;PL;2
mutiver mutiva V;NFIN;SG;2;LGSPEC1
sponjer sponjoves V;IPFV;IND;SG;2;PST
condujer condujaron V;IND;PL;1;FUT
ndicher ndicharà V;IND;SG;3;FUT
onjer onjessais V;IPFV;SBJV;PL;2;PST
perder perdon V;SBJV;PL;1;PRS
assegurer assegureia V;IND;SG;3;PRS;LGSPEC2
remander remande V;SBJV;PL;3;PRS
educher eduche V;IND;SG;1;PRS;LGSPEC1
stipuler stipuleie V;SBJV;SG;3;PRS;LGSPEC2
vedei vedeis V;SBJV;PL;2;PRS
numiner numina V;IND;SG;3;PRS;LGSPEC1
mirer mirova V;IPFV;IND;PL;3;PST
aplicher aplicheies V;IND;SG;2;PRS;LGSPEC2
cogner cognassa V;IPFV;SBJV;SG;3;PST
viver vives V;IND;SG;2;PRS
prejenter prejentassa V;IPFV;SBJV;SG;3;PST
parteziper partezipassais V;IPFV;SBJV;PL;2;PST
numiner numinasse V;IPFV;SBJV;SG;1;PST
coordener coordener V;NFIN;LGSPEC1
cogner cogner V;NFIN;LGSPEC1
arbitrer arbitra V;IND;SG;3;PRS;LGSPEC1
deslier deslia V;IND;PL;3;PRS;LGSPEC1
schiver schive V;SBJV;SG;1;PRS;LGSPEC1
produjer produjoves V;IPFV;IND;SG;2;PST
coordiner coordineies V;IND;SG;2;PRS;LGSPEC2
condujer condujoves V;IPFV;IND;SG;2;PST
redujer redujova V;IPFV;IND;PL;3;PST
sporjer sporjeis V;IND;PL;2;PRS
perdujer perdujesses V;IPFV;SBJV;SG;2;PST
arbitrer arbitrarà V;IND;PL;3;FUT
messei messaré V;IND;SG;1;FUT
manifester manifestovan V;IPFV;IND;PL;1;PST
prejenter prejentasses V;IPFV;SBJV;SG;2;PST
tramuder tramudasses V;IPFV;SBJV;SG;2;PST
prejenter prejentassa V;IPFV;SBJV;PL;3;PST
adater adaton V;IND;PL;1;PRS
reurganiser reurganisasse V;IPFV;SBJV;SG;1;PST
adurver adurveie V;SBJV;SG;3;PRS;LGSPEC2
erjer erjovan V;IPFV;IND;PL;1;PST
eserziter eserziteis V;IND;PL;2;PRS
tradujer tradujarà V;IND;PL;3;FUT
adurver adurvaré V;IND;SG;1;FUT
jonjer jonjoves V;IPFV;IND;SG;2;PST
ncurajer ncurajeies V;IND;SG;2;PRS;LGSPEC2
slunger slungeis V;IND;PL;2;PRS
aplicher aplicheie V;SBJV;SG;1;PRS;LGSPEC2
ressolver ressolvassan V;IPFV;SBJV;PL;1;PST
cianter ciantea V;IND;SG;3;PRS;LGSPEC3
njinier njiniova V;IPFV;IND;PL;3;PST
ancunter ancunté V;NFIN;LGSPEC2
aproer aproe V;SBJV;SG;1;PRS;LGSPEC1
autoriser autoriseia V;NFIN;SG;2;LGSPEC2
mutiver mutivede V;NFIN;PL;2
prejenter prejentarà V;IND;SG;3;FUT
usserver usservede V;NFIN;PL;2
dejeujer dejëujove V;IPFV;IND;SG;1;PST
purter purtareis V;IND;PL;2;FUT
ndicher ndicheie V;SBJV;SG;3;PRS;LGSPEC2
muder mudeies V;IND;SG;2;PRS;LGSPEC2
reprejenter reprejentarà V;IND;PL;3;FUT
lascer lascaron V;IND;PL;1;FUT
arbitrer arbitra V;IND;PL;3;PRS;LGSPEC1
finanzier finanzia V;IND;PL;3;PRS;LGSPEC1
udir udir V;NFIN;LGSPEC1
cunferir cunfere V;SBJV;SG;1;PRS;LGSPEC1
entenjer entenjesse V;IPFV;SBJV;SG;1;PST
ncurajer ncurajea V;IND;SG;3;PRS;LGSPEC3
prufesser prufessasse V;IPFV;SBJV;SG;1;PST
destiner destineia V;IND;SG;3;PRS;LGSPEC2
depenjer depenjede V;NFIN;PL;2
comunicher comunicharà V;IND;PL;3;FUT
comunicher comuniches V;SBJV;SG;2;PRS;LGSPEC1
stipuler stipule V;SBJV;SG;1;PRS;LGSPEC1
vegnì vegnissan V;IPFV;SBJV;PL;1;PST
cunferir cunferirà V;IND;PL;3;FUT
emaner emanaré V;IND;SG;1;FUT
usserver usserve V;IND;SG;1;PRS;LGSPEC1
nfurmer nfurmeies V;SBJV;SG;2;PRS;LGSPEC2
destiner destinoves V;IPFV;IND;SG;2;PST
afermer afermassa V;IPFV;SBJV;PL;3;PST
istruir istruide V;NFIN;PL;2
comprer compre V;SBJV;PL;3;PRS
defrenzier defrenzie V;SBJV;PL;3;PRS
rater rata V;IND;PL;3;PRS;LGSPEC1
mpartir mpartesc V;IND;SG;3;PRS;LGSPEC2
someter somete V;IND;SG;1;PRS;LGSPEC1
vegnì vegne V;IND;SG;1;PRS
slunger slungeia V;NFIN;SG;2;LGSPEC2
franjer franjareis V;IND;PL;2;FUT
cumander cumandaron V;IND;PL;1;FUT
cunzeder cunzedova V;IPFV;IND;SG;3;PST
njinier njinié V;NFIN;LGSPEC2
anuler anuleie V;SBJV;SG;1;PRS;LGSPEC2
aussei aussesse V;IPFV;SBJV;SG;1;PST
|
56e285e8dec6accd048f4971c57801189044c13d | 449d555969bfd7befe906877abab098c6e63a0e8 | /881/CH13/EX13.4/exa13_4.sce | 95919a0d4e6ffb9188915fec99b97aaf09cfb617 | [] | 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 | 282 | sce | exa13_4.sce | clc;
//Example 13.4
//Page No 558
//solution
n1=1.48;
n2=1.46;
L=6000;
d=((n1-n2)/n1);
disp(d,"d = ");
t=((d*L)/(3*10^8));
T=0.03996;
disp('ns',T,"Intermodal delay t = ");
disp("Therefore, the maximum data rate Fmax is given by, ");
F=(1/(2*T));
disp('MHz',F,"Fmax = ");
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.