blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c85860c65c75b698f2934c8f8afcea2b5c38068e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2744/CH9/EX9.8/Ex9_8.sce | 872e02aa27772c67be3706e1b89c5613b0ea2da9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 657 | sce | Ex9_8.sce | clear;
clc;
D = 7;// inches
t = 3/4;// inches
l = 16;// feet
P = 12;// tons
e = 3/4;// inches
E = 6000;// tons/in^2
d = D-2*t;// inches
A = 0.25*%pi*(D^2 - d^2);// in^2
I = (%pi/64)*(D^4 - d^4);// in^4
p_0 = P/A;// tons/in^2
Z = 2*I/D;// in^3
M = P*e*sec(0.25*l*12*sqrt(P/(E*I)));// ton-inches
p_b = M/Z;// tons/in^2
p_max = p_0+p_b;// tons/in^2
p_min = p_0-p_b;// tons/in^2
//if tension is just on the point being induced in the section, p_b = p_0
e = p_0*t*Z/M;// inches
printf('Stress intensities, p_max = %.3f tons/in^2.,compressive\n p_min = %.3f tons/in^2., compressive',p_max,p_min);
printf('\n Maximum possible eccentricity, e = %.2f inches',e);
|
97aa9a30bd8a3e6d18dccbce2eb17c59b8af7238 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH13/EX13.1/13_1.sce | 04d3a7ef91055755617c8ec97acd15bddadaefaa | [] | 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 | 533 | sce | 13_1.sce | T1 = 273+35;
P1 = 100e03; // in kN/m2
Q1 = 2100;
R = 0.287;
v1 = 0.884; v2 = 0.11; v3 = v2;
rk = 8; g = 1.4; // gamma
n_cycle = 1-(1/rk^(1.4-1));
v12 = 8; // v1/v2
v1 = (R*T1)/P1;
v2 = v1/8;
T2 = T1*(v1/v2)^(g-1);
cv = 0.718;
T3 = Q1/cv + T2
P21 = (v1/v2)^g;
P2 = P21*P1;
P3 = P2*(T3/T2);
Wnet = Q1*n_cycle;
Pm = Wnet/(v1-v2);
disp("MPa",P3/1e06,"Maximum pressure is")
disp("K",T3,"Temperature of the cycle is")
disp("%",n_cycle*100,"Cycle efficiency is")
disp("MPa",Pm/1e06,"Mean effective pressure is")
|
702449710e2b3d61d97a46020bab569d47beede4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.37/ex4_37.sce | 7fe2cfe78f40d033679438c4cdd875e20c8a4c67 | [] | 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 | 390 | sce | ex4_37.sce | // Exa 4.37
clc;
clear;
close;
// Given data
V_BB = 2.5;// in V
V_BE = 0.7;// in V
V_E = V_BB-V_BE;// in V
disp(V_E,"The emitter voltage in V is");
R_E = 1.8;// in kohm
R_E = R_E * 10^3;// in ohm
I_E = V_E/R_E;// in A
I_C= I_E;// in A
V_CC = 20;// in V
R_C = 10;// in kohm
R_C = R_C * 10^3;// in ohm
V_C = V_CC-(I_C*R_C);// in V
disp(V_C,"The collector voltage in V is");
|
1a44e727af1d61a0d31d3cabf88b7ff7608bba7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH1/EX1.17/ex1_17.sce | 6f8fd0dd4ad3f69333ef70447e9a51a2d9d0dcbc | [] | 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 | 582 | sce | ex1_17.sce | // Exa 1.17
clc;
clear;
close;
format('e',9)
// Given data
l = 1000;// in ft
l = l * 12*2.54;// in cm
R = 6.51;// in ohm
rho = R/l;// in ohm/cm
// The conductivity
sigma = 1/rho;// in mho/cm
sigma = sigma * 10^2;// in mho/m
D= 1.03*10^-3;// in m
A= %pi*D^2/4;// in m^2
disp(sigma,"The conductivity in mho/m is");
q = 1.6*10^-19;// in C
n = 8.4*10^28;// in electrons/m^3
// sigma = n*q*miu;
miu = sigma/(n*q);// in m^2/V-s
disp(miu,"The mobility in m^2/V-s is");
T = 2;
// The drift velocity
V = T/(n*q*A);// in m/s
disp(V,"The drift velocity in m/s is");
|
90df104351b7aa5849ca4996caae5fe2d0608f6c | bf400b84766ff01b45ef666378ad780a8ccc2d99 | /03 X/a/OnOff.tst | 4161c81985a99961a13957f32c8feb09f9b0656c | [] | no_license | AButelman/Nand2Tetris | 910fff2baa9aa474b3b5e80dcff794527f02b6f7 | 2b4b085d7f3f0d93b21e09f5f59997c020c93206 | refs/heads/master | 2021-04-30T05:19:39.906600 | 2018-02-13T17:18:13 | 2018-02-13T17:18:13 | 121,412,315 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 49 | tst | OnOff.tst | load OnOff.hdl,
repeat 200 {
tick;
tock;
}
|
d34d77849b872057aab987863968095d084a540e | f8069f807511c33c023dd3240987dba02f91c33e | /src/gnu960/src/lib/libfp/common/fpfncs.tst | 0aa3832b950b567e146ba68fb294d8da51ca500f | [
"BSD-2-Clause"
] | permissive | DrItanium/i960 | 37bbbfbd6afff11093d0627cba57fedc9f956e97 | 6736a0ca299fbb59f5813ed22ff7d94fdb8cbdc8 | refs/heads/master | 2021-09-28T10:43:04.057666 | 2021-09-09T16:43:06 | 2021-09-09T16:43:06 | 146,672,649 | 3 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,930 | tst | fpfncs.tst | m
-1.789 fa hbf87d1d8 =
0 fa 0 =
1.2 fa h3f604557 =
3.6 fa h3fa66178 =
5.0 fa h3fafcb99 =
h38000000 fa h38000000 =
h38000001 fa h38000001 =
h37ffffff fa h37ffffff =
h2b75fdf3 fa h2b75fdf3 =
h2f75fdf3 fa h2f75fdf3 =
h3375fdf3 fa h3375fdf3 =
h3775fdf3 fa h3775fdf3 =
hbf800000 fa hbf490fdb =
1234987 fa h3fc90fd4 =
h7f800000 fa h3fc90fdb =
hff800000 fa hbfc90fdb =
hffffffff fa hffffffff =
-1.789 fe h3e2b2365 =
0 fe 1 =
0.7 fe h4000e153 =
1 fe h402df854 =
1.1 fe h40404442 =
1.3 fe h406ad5c1 =
1.6 fe h409e7f3e =
1.789 fe h40bf788e =
1.97 fe h40e5762f =
88.72 fe h7f7f4648 =
88.73 fe h7f800000 =
-87 fe h00b33687 =
-200 fe 0 =
1234987 fe h7f800000 =
h7f800000 fe h7f800000 =
hff800000 fe 0 =
hffffffff fe hffffffff =
hff800000 fl hffffffff =
-1.789 fl hffffffff =
1.789 fl h3e815625 =
0 fl hff800000 =
1234987 fl h40c2eee6 =
h7f800000 fl h7f800000 =
hffffffff fl hffffffff =
1 fn 0 =
h3f808000 fn h3b7f8055 =
h3f9f1234 fn h3e5e8968 =
h3faf1234 fn h3ea056c3 =
h3fbf1234 fn h3ecd1d75 =
h3fcf1234 fn h3ef649d3 =
h3fdf1234 fn h3f0e32a6 =
h3fef1234 fn h3f1fee5b =
h3fff1234 fn h3f3083dd =
h3f7f8000 fn hbb00200b =
h3f700000 fn hbd842cc6 =
h3f5f1234 fn hbe0cfdc9
h3f612345 fn hbe038c4e =
1234987 fn h41606cd6 =
-1.789 fn hffffffff =
0 fn hff800000 =
h7f800000 fn h7f800000 =
hff800000 fn hffffffff =
hffffffff fn hffffffff =
-1.789 fr hffffffff =
0 fr 0 =
0.7 fr h3f562f5a =
1 fr 1 =
1.1 fr h3f863f5e =
1.3 fr h3f91f145 =
1.6 fr h3fa1e89b =
1.789 fr h3fab345a =
1.97 fr h3fb3a814 =
2 fr h3fb504f3 =
3.9 fr h3ffcc79e =
1234987 fr h448ae997 =
h7f800000 fr h7f800000 =
hff800000 fr hffffffff =
hffffffff fr hffffffff =
0 fs 0 =
-1.789 fs hbf79ee01 =
-0.5 fs hbef57744 =
0.5 fs h3ef57744 =
1.3 fs h3f76abc0 =
2.1 fs h3f5cfb4b =
2.9 fs h3e74fdc0 =
3.7 fs hbf07a358 =
4.5 fs hbf7a3f6a =
5.3 fs hbf550f79 =
6.1 fs hbe3a88d5 =
7.009 fs h3f29eb2e =
h4b448bbe fs hbf7ec45f =
h46f56fdb fs h3a9d1635 =
hc7491fff fs h3ed75766 =
h45c90ddb fs hbe7d29fd =
65000 fs h3eddc750 =
h7f800000 fs hffffffff =
hff800000 fs hffffffff =
hffffffff fs hffffffff =
-1.789 fc hbe5dabf6 =
0 fc 1 =
-0.5 fc h3f60a940 =
0.5 fs h3ef57744 =
1.3 fc h3e88f59d =
2.1 fc hbf013d97 =
2.9 fc hbf7890b7 =
3.7 fc hbf591d15 =
4.5 fc hbe57dadb =
5.3 fc h3f0deb7d =
6.1 fc h3f7bb77b =
h4749129d fc hbf6d83ba =
hc7491fff fc hbf6841a1 =
h47200000 fc h3f7f134c =
h4b000000 fc hbf66d965 =
h3fc90fdb fc hb33bbd2e =
65000 fc h3f66bcac =
h7f800000 fc hffffffff =
hff800000 fc hffffffff =
hffffffff fc hffffffff =
-1.789 ft h40905129 =
0 ft 0 =
-0.5 ft hbf0bda7b =
0.5 ft h3f0bda7b =
1.3 ft h406688d6 =
2.1 ft hbfdadc44 =
2.9 ft hbe7c51ab =
3.7 ft h3f1fee83 =
4.5 ft h40946506 =
5.3 ft hbfc029b6 =
6.1 ft hbe3db568 =
7.009 ft h3f632d2d =
hc0c90fdb ft hb43bbd2e =
hc196cbe4 ft hb34cde2e =
h40c90fdb ft h343bbd2e =
h4196cbe4 ft h334cde2e =
h421d1463 ft hc9a60bef =
h42bc7edd ft h34800add =
h4b448bbe ft hc1226fb2 =
h4ac3998d ft hb55d4a39 =
hc2bc7edd ft hb4800add =
h7f800000 ft hffffffff =
hff800000 ft hffffffff =
hffffffff ft hffffffff =
hff800000 f^-3 -0 =
hff800000 f^-4 0 =
hff800000 f^0 hffffffff =
hff800000 f^4 h7f800000 =
hff800000 f^5 hff800000 =
-1.789 f^-3 hbe32d77c =
-1.789 f^0 1 =
-1.789 f^-78965 -0 =
-1.789 f^-4 h3dc7ef54 =
-1.789 f^4 h4123e4b4 =
-1.789 f^3 hc0b73934 =
-1.789 f^500 h7f800000 =
-1.789 f^497 hff800000 =
8.789 f^-3 h3ac10f48 =
8.789 f^0 1 =
8.789 f^-78965 0 =
8.789 f^-4 h392fba7d =
8.789 f^4 h45ba7831 =
8.789 f^3 h4429bada =
8.789 f^500 h7f800000 =
8.789 f^497 h7f800000 =
65000.7 f^-3 h27833040 =
65000.7 f^-78965 0 =
65000.7 f^-4 h1f8444d4 =
65000.7 f^4 h5f77bce3 =
65000.7 f^3 h5779c72e =
65000.7 f^500 h7f800000 =
65000.7 f^497 h7f800000 =
0 f^-3 h7f800000 =
0 f^-78965 h7f800000 =
0 f^-4 h7f800000 =
0 f^4 0 =
0 f^3 0 =
0 f^500 0 =
0 f^0 hffffffff =
h7f800000 f^-3 0 =
h7f800000 f^-4 0 =
h7f800000 f^0 hffffffff =
h7f800000 f^4 h7f800000 =
h7f800000 f^5 h7f800000 =
hffffffff f^-3 hffffffff =
hffffffff f^0 hffffffff =
hffffffff f^4 hffffffff =
q
|
1e4e03d9394729619900d6bc515d142514231b41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH7/EX7.11/ex7_11.sce | 30b1bce540503ea4fa79a64cba522fdc4d68af6a | [] | 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,120 | sce | ex7_11.sce | // Exa 7.11
clc;
clear;
close;
format('v',6)
// Given data
I_DSS = 5.6;// in mA
I_DSS = I_DSS * 10^-3;// in A
V_P = -4;// in V
R_S = 10;// in k ohm
R_S = R_S * 10^3;// in ohm
R_D = 4.7;// in k ohm
R_D = R_D * 10^3;// in ohm
V_CC = 12;// in V
V_DD = 22;// in V
// (a) Calculation to find the value of Vo at Vi = 0 V
Vi = 0;// in V
V_GS= poly(0,'V_GS');
I_D= (V_CC-V_GS)/R_S;// in A
V_GS= I_D-I_DSS*(1-V_GS/V_P)^2;// in A
V_GS= roots(V_GS)
V_GS= V_GS(2);// in V
I_D= (V_CC-V_GS)/R_S;// in A
Vo= Vi-V_GS;// in V
disp(Vo,"For Vi=0 V, The value of Vo in volts is ; ")
// (a) Calculation to find the value of Vo at Vi = 10 V
Vi = 10;// in V
V_GS= poly(0,'V_GS');
I_D= (V_DD-V_GS)/R_S;// in A
V_GS= I_D-I_DSS*(1-V_GS/V_P)^2;// in A
V_GS= roots(V_GS)
V_GS= V_GS(2);// in V
I_D= (V_CC-V_GS)/R_S;// in A
Vo= Vi-V_GS;// in V
disp(Vo,"For Vi=10 V, The value of Vo in volts is ; ")
// (a) Calculation to find the value of Vi at Vo = 10 V
Vo= 0;// in V
I_D= V_CC/R_S;// in A
V_GS= V_P*(1-sqrt(I_D/I_DSS));// in V
Vi= V_GS+Vo;// in V
disp(Vi,"For Vo=0 V, The value of Vi in volts is ; ")
|
fed2b061c0def3f2919f8eb8a5744e1a6ddc6cf0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH2/EX2.9/ex2_9.sce | e8b79baecf551e46eca7f02b839fe565ed185a90 | [] | 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 | 669 | sce | ex2_9.sce | //Chapter-2, Example 2.9, Page 95
//=============================================================================
clc;
clear;
//INPUT DATA
lg=10^-3;//length of air gap in m
B=0.9;//flux density in wb/m^2
li=0.3;//length of ironpath in m
Hi=800;//magnetic flux density in AT/m
u0=4*%pi*10^-7;//permeabilty in free space
//CALCULATIONS
//for iron path
MMF_required1=Hi*li;//magnetic motive force in AT
//for air gap
MMF_required2=(B/u0)*lg;//magnetic motive force in AT
Totalmmf=MMF_required1+MMF_required2
//OUTPUT
mprintf("Thus total MMF required is %d AT",Totalmmf);
//=================================END OF PROGRAM==============================
|
e2098a6b065c6030deb70405362c530ca5454767 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.20/Ch02Ex20.sce | 0d6cba1c8b093038f94d2d945b13ae0ca2a44a4c | [] | 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 | 709 | sce | Ch02Ex20.sce | // Scilab Code Ex1.20:: Page-2.16 (2009)
clc; clear;
y1 = 40; // Distance between biprism from the slit, cm
D = 160; // Distance between slit and the screen, cm
mu = 1.52; // Refractive index of material of the prism
lambda = 5893e-008; // Wavelength of light used, cm
b = 0.01; // Fringe width, cm
// As b = lambda*D/d, solving for d
d = lambda*D/b; // Distance between virtual sources, cm
// But d = 2*y1*(mu-1)*alpha, solving for alpha
alpha = d/(2*y1*(mu-1))*180/%pi; // Angle of biprism, degrees
theta = 180-2*alpha; // Angle of vertex of biprism, degrees
printf("\nThe angle of vertex of biprism = %5.1f degree", theta);
// Result
// The angle of vertex of biprism = 177.4 degree
|
01f535df94f1ad51d8612cc2af81d3406c3ef133 | 449d555969bfd7befe906877abab098c6e63a0e8 | /26/CH2/EX2.7.1/2_7_1.sce | 2c2dd056be451d3b4ba6b52a692ce407ceb8bc00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | 2_7_1.sce | disp('consider the matrix')
a=[1 .25 0;0 1 0;0 0 1]
disp(a)
disp('consider a vector')
x=[6;8;0]
disp(x)
disp('the effect of the matric on the vector is:')
disp(a*x)
disp('now consider the matrix:')
b=[1 .25;0 1]
disp(b)
disp('considering the same vector')
x1=[6;8]
disp(x1)
disp('the effect of the new matrix on the vector is:')
disp(b*x1)
disp('thus we can see that the two matrices have the same effect on vectors') |
60ac810ec6e0171073790313443f75ac8ac15974 | 72b0437731d44d03866f19e69d3356a2c65ef27f | /Parseval_Th.sce | 323e62c939825b6bf9a5bd349a28a8b0c7ecd254 | [] | no_license | sonusharma55/Discrete-Time-Signal-Processing | 217f1753fbacf4bd67e557d3630ce1cf018ce036 | 6c255a9ca331c984598a04b81bb67e903e2e4c16 | refs/heads/master | 2020-07-25T21:12:32.026102 | 2019-09-14T11:36:56 | 2019-09-14T11:36:56 | 208,425,368 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 553 | sce | Parseval_Th.sce | //Title :- Parseval Theorem || Sonu Sharma, Roll No -B630
clear
function[X] = dft_s(x)
N = length(x)
n = 0:1:N-1
w = exp(-1*%i*2*%pi/N)
z = n'*n
TF = w.^z
disp(TF,"Twidle factor matrix")
X = x*TF
endfunction
clc
disp("To Verify : Energy in time domain == Energy in frequency domain")
x = input("Enter a sequence x(n)=")
X = dft_s(x)
disp(X,"X(k) = ")
N = length(x)
Etd = sum(abs(x).^2)
Efd = sum(abs(X).^2)/N
disp(Etd,"Energy in time domain Etd = ")
disp(Efd,"Energy in frequency domain Efd = ")
|
8df266d19f7ce6956c0594009b1d1a85a3ebcb9d | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH7/EX7.5/7_5.sce | 968df8a5374a248572faef026b713b591d468c80 | [] | 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 | 719 | sce | 7_5.sce | //water chemistry//
//example 7.5//
W1=144;//MgCO3 in water in mg/lit//
W2=25;//CaCO3 in water in mg/lit//
W3=111;//CaCl2 in water in mg/lit//
W4=95;//MgCl2 in water in mg/lit//
M1=100/84;//multiplication factor of MgCO3//
M2=100/100;//multiplication factor of CaCO3//
M3=100/111;//multiplication factor of CaCl2//
M4=100/95;//multiplication factor of MgCl2//
P1=W1*M1;//MgCO3 in terms of CaCO3 or ppm//
P2=W2*M2;//CaCO3 in terms of CaCO3 or ppm//
P3=W3*M3;//CaCl2 in terms of CaCO3 or ppm//
P4=W4*M4;//MgCl2 in terms of CaCO3 or ppm//
V=50000;//volume of water in lit//
L=0.74*(2*P1+P2+P4)*V;
printf("Requirement of lime is %fmg",L);
S=1.06*(P1+P3+P4)*V;
printf("\nRequirement of soda is %fmg",S);
|
36fb45fedad945b7295f449137226a44d02c4840 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH16/EX16.10/Ex16_10.sce | 5539e21dcf0b155b3adde8c46ab3f96af7837849 | [] | 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,489 | sce | Ex16_10.sce | //Fluid Systems - By Shiv Kumar
//Chapter 16- Hydraulic Power and Its Transmissions
//Example 16.10
//To Find (i)The Weight of Loaded Cylinder and energy stored by the Cylinder (ii)Ther Power supplied by the Accumulator (iii)The Diameter of ram of an ordinary Accumulator.
clc
clear
//Given Data:-
D=180; // mm
d=150; //mm
L=1.25; //Stroke length, m
p=100; //Pressure of Water, bar
//Computations:-
D=D/1000; //m
d=d/1000; //m
p=p*10^5; //N/m^2
A=(%pi/4)*(D^2-d^2); //Annular area of Ram, m^2
//(i)
W=p*A/1000; //Weight of Loaded Cylinder, kN
Energy=W*L; //Energy stored in the Accumulator, kNm
//(ii)
t=90; //Time taken by ram to complete the stroke, seconds
P=W*L/t; //kW
//(iii)
D=(W*1000/(p*%pi/4))^(1/2)*1000; //mm
//Results:-
printf("(i)Weight of Loaded Cylinder, W=%.2f kN\n",W) //The answer vary due to round off error
printf(" Energy stored in the Accumulator=%.3f kNm\n",Energy) //The answer vary due to round off error
printf("(ii)Power Supplied by the Accumulator=%.3f kW\n",P) //The answer vary due to round off error
printf("(iii)Ram Diameter (In case of Ordinary Accumulator) = %.2f mm\n",D) //The answer vary due to round off error
|
ef2fb6e4d7b7735d8ea659a7ff970929870151bb | 7ed1d2e173ac7ffd8b5c4aa3a8c69d2d4a24f3b7 | /sestavy/daniela stloukalová/5/SML/G32SMLS1.TST | 56566f7da9469ac8fb77bb2d4ee3cf969dee7fa2 | [] | no_license | StepanSukovyc/navrhar-sestav | 6b98e3ed56b0b9e15aec495fd32b7ec58eec7319 | 9b6fbca9dd62222f17a4e2522234871ea1554f6d | refs/heads/master | 2023-07-29T02:24:17.924750 | 2021-09-08T10:47:29 | 2021-09-08T10:47:29 | 268,037,919 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 896 | tst | G32SMLS1.TST | [program]
revize=32SMLS138001L12
licence_od=GPRA
licence_pro=TSKR
dat_akt=2019-01-23
[files]
@(GINADR)@\SML\FRM
GPRAA047.ALF s=7787 c=2989 sha2=5B7837AFA6F1AED0F8FF7B0D67416EF6984D17B6519B16019088EBD8AF647DBC
GPRAA048.ALF s=7793 c=3428 sha2=3853499A3F1E96B7D43EB57E79ABB2056BA70B57E236AD9AF8F75E7B22BA85CC
GPRAA049.ALF s=7790 c=3329 sha2=67DEA855E57F82480474D327C24328FBB1B630B4465CC0C6CC036C8E94185752
GPRAA047.ZIP s=70502 c=27572 sha2=5273E96CD1269C33D08A0CD0BF036C5AF2D3F1E0AD1F0BDF55E78C8BB4B1D761
GPRAA048.ZIP s=70638 c=45712 sha2=CD68764FC6A21514BEA8A37C0856E37793247F6C159CF1FC6484B88694FD6424
GPRAA049.ZIP s=70777 c=62142 sha2=AB856E22CD6035BDDA467124FCF00C1E3A1341F52A18F4DAFAAEA7800759E1E0
@(GINADR)@\SML
G32SMLS1.TST
|
59028fc50b6fb63e9345854cc387800a19b10c3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH10/EX10.6/10_6.sce | d46d7f7a9d012b4fe8609193cdab4711e7a9cd09 | [] | 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,008 | sce | 10_6.sce | clc
clear
//Input data
T2=298;//Maximum temperature at which ammonia refrigerating system works in K
T1=263;//Minimum temperature at which ammonia refrigerating system works in K
mf=5;//Fluid flow rate in kg/min
sf1=0.5443;//Liquid entropy at 298 K in kJ/kg K
sf2=1.1242;//Liquid entropy at 263 K in kJ/kg K
hfg1=1297.68;//Latent heat at 298 K in kJ/kg
hfg2=1166.94;//Latent heat at 263 K in kJ/kg
hf1=135.37;//Liquid enthalpy at point 1 in graph in kJ/kg
hf2=298.9;//Liquid enthalpy at point 2 in graph in kJ/kg
TR=210;//One tonne refrigeration in TR
//Calculations
s2=sf2+(hfg2/T2);//Entropy at point 2 in kJ/kg
x1=(s2-sf1)/(hfg1/T1);//Dryness fraction at point 1
h1=hf1+(x1*hfg1);//Enthalpy at point 1 in kJ/kg
h=h1-hf2;//Heat extracted of refrigerating effect produced per kg of refrigerant in kJ/kg
ht=mf*h;//Total heat extracted at a fluid flow rate of 5 kg/min in kJ/min
C=ht/TR;//Capacity of refrigerating in TR
//Output
printf('The capacity of refrigerator is %3.0f TR',C)
|
9704202bcb0aa57400adfd5814003e75403e3c67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2966/CH1/EX1.24/1_24.sce | 7d01037df90364bb981ada2840e221492486b8cd | [] | 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 | 830 | sce | 1_24.sce | //water//
//page 1.37 example 8//
clc
Purity_Lime=.8
Purity_soda=.9
W1=7.1;//amount of Mg(HCO3)2 in ppm//
W2=8.1;//amount of Ca(HCO3)2 in ppm//
W3=4.195;//amount of MgCO3 in ppm//
W4=10;//amount of CaCO3 in ppm//
M1=100/146;//multiplication factor of Mg(HCO3)2//
M2=100/162;//multiplication factor of Ca(HCO3)2//
M3=100/84;//multiplication factor of MgCO3//
M4=100/100;//multiplication factor of CaCO3//
P1=W1*M1;//in terms of CaCO3//2*L
P2=W2*M2;//in terms of CaCO3//L
P3=W3*M3;//in terms of CaCO3//2*L
P4=W4*M4;//in terms of CaCO3//L
V=100000;//volume of water in litres//
L=0.74*(2*P1+P2+2*P3+P4)*V/Purity_Lime;//lime required in mg//
L=L/10^3;
printf("\n Amount of Lime required is %.f g",L);
S=1.06*(0)*V/Purity_soda;//soda required in mg//
S=S/10^3;
printf("\n Amount of Soda required is %.f g",S) |
4b1cd0f485b445e9a135e577e3f104c8082f8253 | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/Pseigyo.sce | 13ca70abb736d8a150560ccd95b6a92f4b4d5f67 | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | UTF-8 | Scilab | false | false | 248 | sce | Pseigyo.sce | s=%s;
t=0:0.01:3;
G=10/((s+5)*(s+2));
Kp=1;sys=syslin("c",G*Kp/(1+G*Kp));
y1=csim("step",t,sys);
Kp=10;sys=syslin("c",G*Kp/(1+G*Kp));
y2=csim("step",t,sys);
Kp=100;sys=syslin("c",G*Kp/(1+G*Kp));
y3=csim("step",t,sys);
clf();plot2d(t',[y1',y2',y3']) |
d88d6de492992b824d5bae46b9f480bacf1e06a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH13/EX13.5/13_5.sce | 787ddd12788434b51994ecc7cbd6615aad77f119 | [] | 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 | 521 | sce | 13_5.sce | clc;
// page no 447
// prob no 13_5
//signal with bandwidth Bbb=200 kHz & SNR=20 dB spred at chip rate 50:1
Bbb=200*10^3;//Bandwidth
Gp=50;//chip rate
SNR_in=20;//SNR is 20 dB without spreading
//Determination of BW after spreading
Brf=Gp*Bbb;
disp('MHz',Brf,'The value of BW after spreading');
//Converting into dB
Gp_dB=10*log10(Gp);
disp('dB',Gp_dB,'The value of processing gain');
//Determination of SNR after spreadng
SNR_out=SNR_in-Gp_dB;
disp('dB',SNR_out,'The value of SNR after spreading in dB'); |
8eff11945c29d7fc2792dc8f7c883405f3df7d9a | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ee_vrt_ind/~BivLCM-SR-bfas_ee_vrt_ind-PLin-VLin.tst | 95ce6b1ce16db1d39d81c5e198b57be620e2220d | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfas_ee_vrt_ind-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.376863D+00
2 -0.155601D-02 0.319963D-02
3 -0.264399D-01 -0.461913D-03 0.351951D+00
4 0.375328D-03 -0.165850D-03 -0.650722D-02 0.298660D-02
5 0.215346D-02 0.225116D-03 0.459947D-03 -0.168959D-03 0.310842D-02
6 -0.708647D-03 0.344583D-05 -0.405430D-03 0.504236D-04 0.213185D-03
7 -0.257846D-02 0.466845D-04 -0.112389D-02 0.351912D-03 0.410764D-03
8 -0.156136D-02 -0.167825D-04 -0.167756D-03 0.102002D-03 -0.145502D-03
9 -0.327656D+00 0.414790D-01 0.146809D+00 0.136914D-02 0.110630D+00
10 0.646335D-01 0.176066D-01 0.151034D+00 -0.152679D-01 0.154940D+00
11 -0.558676D-01 -0.181383D-01 -0.343329D+00 0.163660D-01 -0.791934D-01
12 -0.393270D+00 0.923572D-02 0.292989D+00 -0.497617D-01 0.627048D-01
13 -0.188234D+00 0.832565D-02 -0.214715D-03 0.165489D-01 0.220730D-01
14 0.310560D-01 0.199987D-02 0.431939D+00 0.125912D-01 0.128010D-02
15 -0.728138D+00 -0.100657D+00 -0.311500D+00 0.308932D-01 -0.184768D+00
16 -0.480740D-01 -0.993624D-02 0.847095D-02 0.225199D-02 -0.293458D-02
17 -0.658874D-02 -0.609568D-03 0.266689D-02 0.446583D-05 -0.497419D-03
18 -0.493801D-01 0.347788D-01 0.408876D-01 -0.195836D-01 -0.148365D-01
19 0.335107D-01 0.180476D-02 0.103751D+00 0.823513D-03 -0.203760D-03
20 -0.852609D-01 -0.151997D-01 0.183481D+00 -0.312709D-01 -0.154845D-01
21 -0.169650D-01 0.224537D-02 -0.116254D+00 -0.909562D-02 0.194677D-02
22 0.210317D-02 -0.819750D-04 -0.343313D-02 -0.327268D-03 0.892060D-04
23 0.143075D-02 -0.267846D-02 0.335970D-01 0.867664D-04 0.215096D-02
24 -0.255985D-02 -0.151928D-04 -0.138288D-02 0.821752D-03 -0.365416D-03
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
6 7 8 9 10
________ ________ ________ ________ ________
6 0.742202D-03
7 0.548926D-03 0.297366D-02
8 0.219916D-03 0.819319D-03 0.279732D-02
9 -0.470402D-02 0.328228D-01 0.109882D-01 0.591621D+02
10 0.111576D-01 0.131051D-01 -0.970303D-02 0.323223D+01 0.206349D+02
11 0.312675D-01 -0.430537D-02 -0.114258D-01 -0.151251D+02 -0.584998D+01
12 -0.313468D-01 0.395354D-01 0.546354D-01 0.163871D+02 0.467858D+01
13 0.448181D-01 0.976342D-01 0.399539D-01 -0.296133D+00 0.182857D+01
14 0.291987D-01 0.585522D-01 0.115499D+00 0.178857D+01 0.176257D+01
15 0.359895D-01 -0.956141D-02 -0.136892D-01 -0.180764D+02 -0.141241D+02
16 -0.716473D-04 0.100069D-02 -0.524949D-03 0.727575D+00 -0.342124D+00
17 -0.163511D-03 0.142714D-03 0.119102D-03 -0.957257D-01 -0.468915D-01
18 -0.633074D-01 -0.111606D+00 -0.481374D-01 0.339516D+01 0.256770D+01
19 -0.158936D-01 -0.679129D-02 -0.578393D-02 0.228118D+01 0.133383D+00
20 -0.386130D-01 -0.100719D+00 -0.180449D+00 -0.479520D+01 0.527617D+01
21 0.144268D-01 0.551170D-02 0.561033D-02 -0.259427D+01 0.133406D+00
22 -0.216266D-04 -0.186385D-03 0.677629D-04 -0.595806D-02 -0.528713D-02
23 0.628453D-03 0.168250D-02 -0.283653D-03 0.319376D+00 0.890374D-01
24 -0.679719D-04 -0.342007D-04 -0.248278D-03 -0.156843D-01 -0.203614D-01
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
11 12 13 14 15
________ ________ ________ ________ ________
11 0.501910D+02
12 -0.265131D+02 0.138551D+03
13 -0.207981D+01 0.715208D+00 0.127362D+02
14 0.314215D+01 0.201238D+01 0.991043D+00 0.496305D+02
15 0.135161D+02 -0.133393D+02 0.324167D+01 -0.151001D+01 0.329076D+03
16 0.614815D-01 -0.426225D+00 0.439264D-01 0.159583D+00 0.273294D+01
17 -0.174195D-01 0.491391D-01 -0.193687D-01 -0.192591D-01 -0.132313D+01
18 -0.517567D+01 0.359454D+01 -0.721708D+01 0.374903D+01 -0.494958D+02
19 0.339659D+00 0.230766D+00 -0.196276D+01 -0.125741D+01 -0.257050D+01
20 -0.958884D+01 -0.111563D+01 -0.244531D+01 -0.269798D+02 0.137216D+02
21 0.250107D+00 -0.848903D+00 0.186338D+01 0.153584D+01 0.248164D+01
22 -0.338614D-01 0.341098D-01 -0.664492D-02 -0.495215D-01 0.186980D+00
23 -0.668569D+00 0.112561D+01 0.153099D+00 0.126632D+00 -0.239424D+00
24 0.104763D+00 -0.292424D+00 -0.220526D-01 0.856416D-02 -0.895076D-02
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
16 17 18 19 20
________ ________ ________ ________ ________
16 0.567196D+00
17 -0.222001D-01 0.159684D-01
18 -0.173464D+00 0.167888D+00 0.206525D+03
19 -0.833356D-01 0.121510D-01 0.489982D+01 0.520440D+01
20 0.876393D-01 -0.417497D-01 -0.116378D+02 -0.175482D+00 0.319364D+03
21 -0.324530D-01 -0.232223D-01 -0.179965D+01 -0.464381D+01 -0.645911D+00
22 -0.443909D-02 -0.188371D-02 -0.927764D+00 -0.341738D-01 0.108630D+00
23 0.144361D-01 0.275511D-02 -0.214898D+00 0.143598D-01 0.305093D+01
24 0.216215D-02 0.404623D-03 0.800495D-01 0.107783D-02 -0.142939D+01
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
21 22 23 24
________ ________ ________ ________
21 0.549302D+01
22 -0.172810D-01 0.105828D-01
23 -0.464180D-01 0.109006D-02 0.536200D+00
24 0.317998D-02 -0.781636D-03 -0.557372D-01 0.155909D-01
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 1.000
2 -0.045 1.000
3 -0.073 -0.014 1.000
4 0.011 -0.054 -0.201 1.000
5 0.063 0.071 0.014 -0.055 1.000
6 -0.042 0.002 -0.025 0.034 0.140
7 -0.077 0.015 -0.035 0.118 0.135
8 -0.048 -0.006 -0.005 0.035 -0.049
9 -0.069 0.095 0.032 0.003 0.258
10 0.023 0.069 0.056 -0.062 0.612
11 -0.013 -0.045 -0.082 0.042 -0.200
12 -0.054 0.014 0.042 -0.077 0.096
13 -0.086 0.041 0.000 0.085 0.111
14 0.007 0.005 0.103 0.033 0.003
15 -0.065 -0.098 -0.029 0.031 -0.183
16 -0.104 -0.233 0.019 0.055 -0.070
17 -0.085 -0.085 0.036 0.001 -0.071
18 -0.006 0.043 0.005 -0.025 -0.019
19 0.024 0.014 0.077 0.007 -0.002
20 -0.008 -0.015 0.017 -0.032 -0.016
21 -0.012 0.017 -0.084 -0.071 0.015
22 0.033 -0.014 -0.056 -0.058 0.016
23 0.003 -0.065 0.077 0.002 0.053
24 -0.033 -0.002 -0.019 0.120 -0.052
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
6 7 8 9 10
________ ________ ________ ________ ________
6 1.000
7 0.369 1.000
8 0.153 0.284 1.000
9 -0.022 0.078 0.027 1.000
10 0.090 0.053 -0.040 0.093 1.000
11 0.162 -0.011 -0.030 -0.278 -0.182
12 -0.098 0.062 0.088 0.181 0.087
13 0.461 0.502 0.212 -0.011 0.113
14 0.152 0.152 0.310 0.033 0.055
15 0.073 -0.010 -0.014 -0.130 -0.171
16 -0.003 0.024 -0.013 0.126 -0.100
17 -0.047 0.021 0.018 -0.098 -0.082
18 -0.162 -0.142 -0.063 0.031 0.039
19 -0.256 -0.055 -0.048 0.130 0.013
20 -0.079 -0.103 -0.191 -0.035 0.065
21 0.226 0.043 0.045 -0.144 0.013
22 -0.008 -0.033 0.012 -0.008 -0.011
23 0.032 0.042 -0.007 0.057 0.027
24 -0.020 -0.005 -0.038 -0.016 -0.036
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
11 12 13 14 15
________ ________ ________ ________ ________
11 1.000
12 -0.318 1.000
13 -0.082 0.017 1.000
14 0.063 0.024 0.039 1.000
15 0.105 -0.062 0.050 -0.012 1.000
16 0.012 -0.048 0.016 0.030 0.200
17 -0.019 0.033 -0.043 -0.022 -0.577
18 -0.051 0.021 -0.141 0.037 -0.190
19 0.021 0.009 -0.241 -0.078 -0.062
20 -0.076 -0.005 -0.038 -0.214 0.042
21 0.015 -0.031 0.223 0.093 0.058
22 -0.046 0.028 -0.018 -0.068 0.100
23 -0.129 0.131 0.059 0.025 -0.018
24 0.118 -0.199 -0.049 0.010 -0.004
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
16 17 18 19 20
________ ________ ________ ________ ________
16 1.000
17 -0.233 1.000
18 -0.016 0.092 1.000
19 -0.049 0.042 0.149 1.000
20 0.007 -0.018 -0.045 -0.004 1.000
21 -0.018 -0.078 -0.053 -0.869 -0.015
22 -0.057 -0.145 -0.628 -0.146 0.059
23 0.026 0.030 -0.020 0.009 0.233
24 0.023 0.026 0.045 0.004 -0.641
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
21 22 23 24
________ ________ ________ ________
21 1.000
22 -0.072 1.000
23 -0.027 0.014 1.000
24 0.011 -0.061 -0.610 1.000
|
4998964e33b7f045604f9f25841289e4418fd69e | d4e77af84a9eba1cc0b4e9fc79c0d42ec8729c27 | /tests/brutedist/rnd7.tst | 5df11536d3e01598d7a0fed4ddfa6327c555dd65 | [] | no_license | fericss/super-secret-avalg13-project2 | 94e9ab7e4a4106f3f68ede9e7402edd54d137ced | 9e9d062e1702f6adda56439394a4f3ec704d0637 | refs/heads/master | 2021-01-06T20:41:43.350335 | 2013-12-06T17:35:25 | 2013-12-06T17:35:25 | 32,411,892 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | tst | rnd7.tst | 7
47.289037313396655 76.82568127631781
40.589016694955895 95.43907689601907
77.81128026409 89.38907633392247
25.019850084940476 4.345129816896465
37.888423965718246 66.05502199182357
31.12652782714177 28.987049013953502
42.523843840993166 79.24634889379509
236.8235141973949
|
b49e6d1a14c138916691246d20f75fa589e60c67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH10/EX10.4/ex10_4.sce | d2cb49fb925ab33cc60c74ee3734db2a8533c3bc | [] | 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 | 620 | sce | ex10_4.sce | //ex10.4
A_v_mid=100;
//At 1Hz frequency,voltage gain is 3 dB less than at midrange. At -3dB, the voltage is reduced by a factor of 0.707
A_v=0.707*A_v_mid;
disp(A_v,'actual voltage gain at 1Hz frequency')
//At 100Hz frequency,voltage gain is 20 dB less than at critical frequency (f_c ). At -20dB, the voltage is reduced by a factor of 0.1
A_v=0.1*A_v_mid;
disp(A_v,'actual voltage gain at 100Hz frequency')
//At 10Hz frequency,voltage gain is 40 dB less than at critical frequency (f_c). At -40dB, the voltage is reduced by a factor of 0.01
A_v=0.01*A_v_mid;
disp(A_v,'actual voltage gain at 10Hz frequency') |
215a74f67f7957707ff3a2e05ae8d1d9c0a3c64e | 449d555969bfd7befe906877abab098c6e63a0e8 | /758/CH10/EX10.4/Ex_10_4.sce | 0216a2f655cc696c49e7ec62aaf639476150da69 | [] | 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 | 120 | sce | Ex_10_4.sce | //Example 10.4
clc; clear;
//y(n)=0.9y(n-1)+x(n)
a=0.9;
l=ceil(0.5/(1-abs(a)));
disp([-l l],'Deadband interval ') |
7882f3758712381e16c8cb525cd11074eb5238d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH6/EX6.19/6_19.sce | 047cd53248c86137515075d176e4a67a91d436aa | [] | 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 | 714 | sce | 6_19.sce | clc;
clear;
format('e',11);
epsilone_0=8.85*10^-12;
epsilone_r1=2;
epsilone_r2=4;
E1=[-3 5 7];
E1_tan=[-3 5 0]; //tangential component of E1.
E1_n=[0 0 7]; //normal component of E1.
E2_tan=E1_tan; //as the tangential electric field is continous.
D2_tan=epsilone_r2*epsilone_0*E2_tan;
D1_n=epsilone_r1*epsilone_0*E1_n;
D2_n=D1_n; //as the normal electric flux density is continous.
D2=D2_tan+D2_n;
E2=D2/(4*epsilone_0);
disp(D2,"D2=");
disp(E2,"E2=");
Xe1=epsilone_r1-1; //Xe1=electric susceptibility of the region1.
Xe2=epsilone_r2-1; //Xe2=electric susceptibility of region2.
P2=epsilone_0*Xe2*E2;
disp(P2,"P2=");
|
906e1d7b499d67856f873c8faca14563df113c0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3556/CH11/EX11.14/Ex11_14.sce | 00161c97f702035e715a1b1a2fa6086b7dbbcac9 | [] | 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,333 | sce | Ex11_14.sce | clc
// Fundamental of Electric Circuit
// Charles K. Alexander and Matthew N.O Sadiku
// Mc Graw Hill of New York
// 5th Edition
// Part 2 : AC Circuits
// Chapter 11 : AC power Analysis
// Example 11 - 14
clear; clc; close;
//
// Given data
Z1 = complex(60*cosd(-30),60*sind(-30))
Z2 = complex(40*cosd(45),40*sind(45))
Vrms_mag = 120.0000;
Vrms_angle = 10.0000;
Vrms = complex(Vrms_mag*cosd(Vrms_angle),Vrms_mag*sind(Vrms_angle))
// Calculations I1 and I2
I1 = Vrms/Z1;
I2 = Vrms/Z2;
// Calculation S1, S2 and St
S1 = (Vrms_mag)^2/conj(Z1);
S2 = (Vrms_mag)^2/conj(Z2);
St = S1 + S2;
// Calculations Total Apparent Power
St_mag = norm(St);
// Calculations Total Real Power
Pt = real(St);
// Calculations Total Reactive Power
Qt = imag(St);
// Calculations Power Factor
pf = Pt/St_mag;
//
disp("Example 11-14 Solution : ");
printf(" \n a. St_mag = Total Apparent Power = %.3f VA",St_mag)
printf(" \n b. Pt = Total Real Power = %.3f Watt",Pt)
printf(" \n c. Qt = Total Reactive Power = %.3f VAR",Qt)
printf(" \n c. Pf = Power Factor = %.3f Lagging",pf)
|
f1b2d79b1323d1cdcead2102c023477c53631fa4 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/deleteall.tst | 3e98e18a951e221ff624e771b4886e9bbc9d1860 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 164 | tst | deleteall.tst | ## Test if commands handling tree contents understand deleteall
set echo
read <deleteall.fi
set interactive
:13 manifest
[/^README/a] resolve
[/^README$/a] resolve
|
36dd1bb6925182cfa5f25f7b6323e06dc1935fef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH7/EX7.8/Exa7_8.sce | 068af063b9ca71085528ac0a8f956b64b826b211 | [] | 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 | 717 | sce | Exa7_8.sce | //Exa 7.8
clc;
clear;
close;
//Given data :
format('v',6);
VB=200;//in volts
R=0.2;//in ohm/km
X=0.3;//in ohm/km
I=100;//in Ampere
ZAB=(R+%i*X);//in ohm
ZMB=ZAB/2;//in ohm
ZAM=ZMB;//in ohm
cosfi_1=0.6;//unitless
cosfi_2=0.8;//unitless
IMB=I*(cosfi_2-%i*cosfi_1);//in A
I2=IMB;//in Ampere
VMB=IMB*ZMB;//in volts
VM=VB+VMB;//in volts
disp(VM,"Voltage at M(in volt)");
fi=atand(imag(VM)/real(VM));//in degree
fi_1=acosd(cosfi_1);//in degree
fi_VBandI1=fi_1-fi;//in degree
I1=I*(cosd(fi_VBandI1)-%i*sind(fi_VBandI1));//in Ampere
IAM=I1+I2;//inA Ampere
VAM=ZAM*IAM;//in volts
VA=VM+VAM;//in volts
magVA=sqrt(real(VA)^2+imag(VA)^2);
disp(magVA,"Voltage at A, standing end voltage(in volts) :"); |
b50c4cade4a84abd1caae5ebd861f20b53aa3260 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH2/EX2.7/Example2_7.sce | b4c31747839e4dd3e5bce10a40586c4e34b2db07 | [] | 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 | Example2_7.sce | //Example 2.7
clear;
clc;
R1=15*10^3;
R2=3*10^3;
R3=R1;
R4=R2;
a=200*10^3;
Ro1num=R1*R2;
Ro1den=R1+R2;
Ro1=Ro1num/Ro1den;
Ro2num=a;
Ro2den=(1+(R2/R1));
Ro2=Ro2num/Ro2den;
Ro=Ro1*(1+Ro2);//Output resistance
printf("Output Resistance (Ro)=%.f Mohms",Ro*10^(-6)); |
fdcdf361c5d3c23b978dba50114a884bd80f7f32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH1/EX1.32/1_32.sce | 9e1aee114b9a3e85340292e14d7b5331c6a739e1 | [] | 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 | 135 | sce | 1_32.sce | //Example 1.32
//Add
//Page no. 26
clc;clear;close;
a=0.4532e3;b=0.5427e7;
c=a+b
printf('Addition of %.2g and %.6g = %.4g',a,b,c) |
e0b2b94a3bcfa0f48e69feaf8fc57489c3d66f06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH1/EX1.4/Ex1_4.sce | 844830ced8afc973dcd0a67d11a3ad54326880f2 | [] | 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 | 636 | sce | Ex1_4.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 1 : REVIEW OF ELECRTIC CIRCUITS
// Example : 1.4
clc;clear; // clears the console and command history
// Given data
V_t1 = 30 // magnitudes of voltages in V 0 < t1 < 2
V_t2 = -10 // magnitudes of voltages in V 2 < t2 < 4
T = 4 // time period from figure
// caclulations
V1 = 30;
V2 = -10;
X= sqrt((1/4)*(integrate('V1^2','x',0,2) + integrate('V2^2','x',2,4)));
//display the result
disp("Example 1.4 solution");
printf("\n RMS value of the voltage waveform : \n V_rms = %.2f V ", X);
|
65536739cf0e852ab561d8e01c7d565555bb44b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH1/EX1.5/5.sce | 121913e1fcbed2e809adeb9352f816c2c3ae7f3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sce | 5.sce |
//Variable declaration
m=1;
n=9; //repulsive exponent value
a=1.748*10**-28;
r0=0.281*10**-9; //seperation(m)
e=1.6*10**-19;
//Calculation
Ur0=-a*(1-(m/n))/(e*r0**m); //cohesive energy(eV)
//Result
printf('cohesive energy is %0.3f eV \n',(Ur0))
|
021930a88a099cbca4202580b0cf37b1e0d1fca4 | b948892b36eefdb35c47c821c51f69bb60989633 | /FFT.sce | c6d527412a6ad64117d34fc4a0304b7540c85ee5 | [] | no_license | lucas-medeiros/Digital-Signal-Processing | c5479eab20119e72ccb6adfe1c1d45fddf6dae7c | ba329ce5e5f6ca9ba7d46faba8661e9344627f9d | refs/heads/master | 2020-07-15T04:51:18.868263 | 2019-08-31T02:20:15 | 2019-08-31T02:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,682 | sce | FFT.sce | function FFT(x)
tamXX = length(x);
tamREX = (tamXX/ 2) + 1;
tamIMX = tamREX;
REX = zeros(1:1:tamREX);
IMX = zeros(1:1:tamIMX);
n = tamXX + 1;
for k = 1:1:tamREX
for i = 1:1:tamXX
REX(k) = REX(k) + x(i) * cos(2*%pi*k*i/n);
IMX(k) = IMX(k) - x(i) * sin(2*%pi*k*i/n);
end
end
nm1 = tamXX;
nd2 = tamXX / 2;
m = (int) (log(tamXX) / log(2));
j = nd2;
for i = 1:1:tamXX - 2
if (i >= j)
k = nd2;
else
TR = REX(j);
TI = IMX(j);
REX(j) = REX(i);
IMX(j) = IMX(j);
REX(i) = TR;
IMX(i) = TI;
k = nd2;
end
if (k > j)
j = j + k;
else
while(k < j)
j = j - k;
k = k / 2;
end
end
end
for l = 1:1:m
le = (int) (2^l);
le2 = le / 2;
ur = 1;
ui = 0;
SR = cos (%pi/le2);
SI = -sin(%pi/le2);
for j = 2:1:le2
jm1 = j - 1;
for k = jm1:le:nm1
if (k>0)
ip = k + le2;
TR = REX(ip) * ur - IMX(ip) * ui;
TI = REX(ip) * ui + IMX(ip) * ur;
//if ((k>-1))
REX(ip) = REX(k) - TR;
IMX(ip) = IMX(k) - TI;
REX(k) = REX(k) + TR;
IMX(k) = IMX(k) + TI;
end
end
TR = ur;
ur = TR * SR - ui*SI;
ui = TR * SI + ui*SR;
end
end
endfunction
|
89ae476c611584c4a910ad971ddae8dc0789d822 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH9/EX9.2/9_2.sce | 76ef757ffddfe4f95199a2bc1e2dd1ecedb42ed6 | [] | 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 | 515 | sce | 9_2.sce | clear
clc
//Example 9.2
disp('Example 9.2')
mu=[0.5 0.8 0.2]; //population means of z y x
S=[0.01 0.020 0.005];//population std dev of z y x
z=[0.485]; //steady state values
y=[0.825];
x=0.205;
F=4;D=2;B=2; //flow rates
Ec=F*z-D*y-B*x;
disp(Ec,"Ec=")
sigma_Ec=sqrt(F^2*S(1)^2+D^2*S(2)^2+B^2*S(3)^2)
disp(sigma_Ec,"sigma_Ec")
Z=(Ec-0)/sigma_Ec;
disp(Z,"Z=");
[P,Q]=cdfnor("PQ",0.120,0,sigma_Ec);
//Since P is close to 1, we use Q
Probability=1-2*Q;
disp(Probability,"Probability of abnormal event=")
|
15744027086f1af1582c0be42d5fc0f7bca586a4 | 468a1ec1a04ab99eb46811103f55ed1a32266ff7 | /histogram.sce | b2fa17bb4d15508827d641d14cc056d2fd11692a | [] | no_license | sricharraan/Image-Processing | e2c152b3127425c17ecd36548a457b81b4b74466 | 2ea4b68d172359ee2c58f4d2fc7a4f0cb99d4440 | refs/heads/master | 2022-04-16T04:11:31.984041 | 2020-04-22T05:18:47 | 2020-04-22T05:18:47 | 257,531,057 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 612 | sce | histogram.sce | clc;
clear all;
close;
A1=imread('C:\Program Files\MATLAB\R2014a\toolbox\images\imdata\pout.tif')
A=double(A1)
[r c]=size(A)
[nk]=zeros(256,1)
B=zeros(r,c)
for i=1:256
j=find(A==i)
nk(i)=length(j)
end
n=1:256
scf(0)
plot2d3(n,nk)
pdf=nk/(r*c)
cdf(1)=pdf(1)
for i=2:256
cdf(i)=cdf(i-1)+pdf(i)
end
Sk=round(255*cdf)
for i1=1:256
j1=find(A==i1)
B(j1)=Sk(i1)
end
n0=zeros(256,1)
for i=1:256
j=find(B==i)
n0(i)=length(j)
end
scf(1)
n=1:256
plot2d3(n,n0)
figure
subplot(1,2,1)
imshow(uint8(A1));
title('input image');
subplot(1,2,2)
imshow(uint8(B));
title('equalized image'); |
463a46ef07c484098d5eef1548908124acd01762 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/percent/%hm_cos.sci | 5f6e7c5b3f26da0fba33e4fe229bef42c51ba0a7 | [
"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 | 78 | sci | %hm_cos.sci | function M=%hm_cos(M)
// Copyright INRIA
M('entries')=cos(M('entries'))
|
409e6e32a34fad0d1fed758439998b6db9e4d112 | 262ac6443426f24d5d9b13945d080affb0bd6d9b | /opgaves/vpw-eendjes/edit-me.sce | 3597973a8d2079c623c2fbf99b8c1d1d724a704a | [] | no_license | slegers/Scilab | 9ebd1d486f28cf66e04b1552ad6e94ea4bc98a0b | 1b5dc3434def66355dafeb97c01916736a936301 | refs/heads/master | 2021-01-12T01:42:01.493578 | 2017-01-09T10:54:09 | 2017-01-09T10:54:09 | 78,420,343 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | edit-me.sce | function [result] = solve(ns,k)
if k >= length(ns) then
result = sum(ns);
else
result = 0;
for i = 1:(length(ns)-(k-1))
temp = sum(ns(i:i+(k-1)));
if result < temp then
result = temp;
end
end
end
endfunction
|
2ec9ab0b1c9361f096995aa46ae4fdc5c1f057ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH13/EX13.1.2/example13_2.sce | 5002fe99c81a6bd5c508c5cb7effa593962535cd | [] | 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 | 958 | sce | example13_2.sce |
//exapple 13.2
clc; funcprot(0);
// Initialization of Variable
sigma=55*10^6;//maximum stress
d=35.2/100;
rhos=8890;//density of bronze
rho=1105;//density of solution
t=80/1000;//thickness
tau=4.325/1000;
pi=3.1428;
//calculation
//part1
ri=d/2-t;//radius internal
function [y ]= fround(x,n)
// fround(x,n)
// Round the floating point numbers x to n decimal places
// x may be a vector or matrix// n is the integer number of places to round to
y=round(x*10^n)/10^n;
endfunction
omega=sqrt((sigma*tau*2/d)/(.5*rho*(d^2/4-ri^2)+rhos*tau*d/2));
N=60*omega/2/pi;
disp(N,"The maximum safe speed allowed in rpm:");
//part2
P=.5*rho*(d^2/4-ri^2)*omega^2;
P=fround(P/10^4,1)*10^4;
//disp(P,"the power in N/m^2:");
printf('the power in N/m^2: %3.2e\n', P);
a=rho*omega^2*d/2;
a=fround(a/10^6,1)*10^6;
//disp(a,"pressure gradient in radial direction in N/m^3:")
printf('pressure gradient in radial direction in N/m^3: %3.2e\n', a);
|
22daf32b81c403721ed4bfc6121cfa203e8a79db | 449d555969bfd7befe906877abab098c6e63a0e8 | /3161/CH11/EX11.4/Ex11_4.sce | f0cd9a4476a4016eedc5f1920aca2fae89a15b75 | [] | 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 | 591 | sce | Ex11_4.sce | clc;
//page 559
//problem 11.4
//Part b
//Voltage level V1 = 1
V1 = 1;
//Voltage level V2 = -1
V2 = -1;
//Prior probability of s1 P_s1 = 0.4
P_s1 = 0.4;
//Prior probability of s2 P_s2 = 1 - P_s1
P_s2 = 1 - P_s1;
//Cost of selecting s1 when s2 is transmitted C12 = 0.7
C12 = 0.7;
//Cost of selecting s2 when s1 is transmitted C21 = 1 - C12
C21 = 1 - C12;
//Noise Variance sigma = 10^-3
sigma = 10^-3;
//Descision Threshold lambda
lambda = (V1+V2)/2 + (sigma)*log((C12*P_s2)/(C21*P_s1))/(V1-V2);
disp('The decision threshold is '+string(lambda)+' V');
|
800eceec6617076036126becc706b38d0cf6dacc | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_Chemical_Reaction_Engineering_O._Levenspiel_249.zip/Chemical_Reaction_Engineering_O._Levenspiel_249/CH29/EX29.2/29_02.sce | c2faddf1ca6aafff15b20ef637b30cf9c75c2087 | [] | 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 | 74 | sce | 29_02.sce | errcatch(-1,"stop");mode(2);
printf("\n Its a theorotical qn")
exit();
|
639ca1f8a99116be25a87a1820c8e584de4bf3b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2420/CH7/EX7.1/7_1.sce | dc59b2f2e2c740a33d7bca688872ec0509abb2c5 | [] | 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 | 488 | sce | 7_1.sce | clc
clear
//Initialization of variables
P1=200 //psia
T1=500 //psia
m=1 //lb /s
P4=140 //psia
P11=1 //psia
x=0.808
//calculations
disp("From mollier charts,")
h1=1268.9 //Btu/lb
h4=1234.7 //Btu/lb
V4=223.8*sqrt(h1-h4)
v4=3.584 //cu ft/lb
A4=m*v4/V4
h11=907.4 //Btu/lb
V11=223.8*sqrt(h1-h11)
vf=0.01614 //cu ft/lb
vg=333.6 //cu ft/lb
vfg=vg-vf
v11=x*vg
A11=m*v11/V11
//results
printf("Area of nozzle = %.5f sq ft",A4)
printf("\n Area of nozzle = %.4f sq ft",A11)
|
8f4937ade1007312dd9d5e3654e256a9ae5691fa | 31e4300165c63baae330532146643d9cf88ace38 | /scilab/phylogenetic_tree/extract_genes.sce | f1ae2c73f7a80e2009b7b8cfbe373e1208180e96 | [] | no_license | Laknath1996/Genomic-Signal-Processing | 8556ba2bced9a512cfdd338bfd30d6ddb85b45a1 | 5c9a0d75f7712ecae3fdd4d0a85df719e5774548 | refs/heads/master | 2020-05-23T09:04:38.309925 | 2019-06-22T16:22:59 | 2019-06-22T16:22:59 | 186,701,178 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,448 | sce | extract_genes.sce |
clc;
clear all;
close();
exec('helper_functions.sce');
//proteinName = "diaminopimelate decarboxylase";
proteinName = 'DnaK';
numOfgenes = 22;
AssignmentFolder = '/Users/ashwin/Semester 7/Genomic Signal Processing/GSP_Codes/scilab/phylogenetic_tree'
ProteinFolderPath = '/Users/ashwin/Semester 7/Genomic Signal Processing/GSP_Codes/scilab/phylogenetic_tree/protein'
FastaFolderPath = '/Users/ashwin/Semester 7/Genomic Signal Processing/GSP_Codes/scilab/phylogenetic_tree/fasta'
//NZ_CP014692.1 Acetobacter aceti
//NC_013209.1/AP011121.1 Acetobacter pasteurianus
//NZ_CP023657.1/CP023657.1 Acetobacter pomorum
//NZ_CP022699.1/CP022699.1 Acetobacter tropicalis
//NZ_CP014687.1/CP014687.1 Acetobacter persici
//NZ_LN606600.1/LN606600.1 Acetobacter senegalensis
//NZ_CP011120.1/CP011120.1 Acetobacter oryzifermentans
//NZ_CP015164.1 Acetobacter ascendens
//NZ_CP015168.1 Acetobacter ascendens
//NZ_CP021524.1 Acetobacter ascendens
//NZ_CP022374.1/CP022374.1 Acetobacter oryzifermentans
//NZ_AP018515.1/AP018515.1 Acetobacter orientalis
//NZ_CP023189.1/CP023189.1 Acetobacter pomorum
//NC_017100.1/AP011128.1 Acetobacter pasteurianus
//NC_017121.1/AP011135.1 Acetobacter pasteurianus
//NC_017125.1/AP011142.1 Acetobacter pasteurianus
//NC_017146.1/AP011149.1 Acetobacter pasteurianus
//NZ_LN609302.1 Acetobacter ghanensis
//NC_017111.1/AP011156.1 Acetobacter pasteurianus
//NC_017150.1/AP011163.1 Acetobacter pasteurianus
//NC_017108.1/AP011170.1 Acetobacter pasteurianus
//NZ_AP014881.1/AP014881.1 Acetobacter pasteurianus
files = findfiles(ProteinFolderPath,'*.txt');
fileNames = gsort(files,'g','i');
gene_pos=zeros(numOfgenes,3);
for i=1:numOfgenes
fileName=ProteinFolderPath+"\"+fileNames(i);
f=mopen(fileName,'r');
disp(fileName);
while(meof(f)==0)
line=mgetl(f,1);
indx=strindex(line,ascii(9));
line=strsplit(line,indx);
line=stripblanks(line,%t); //strip leading and trailing blanks including tabs
// if (line(size(line)(1))==proteinName)||(line(size(line)(1))=='MULTISPECIES: '+proteinName) then
if (grep(line(size(line)(1)),proteinName)==1)
gPos(i,1)=strtod(line(3));
gPos(i,2)=strtod(line(4));
if (line(5)=='+') then
gPos(i,3)=1;
else
gPos(i,3)=0;
end
break
end
end
mclose(f);
end
fileName = AssignmentFolder+"\"+proteinName+'_protein locations.txt';
f=mopen(fileName,'w');
for i=1:numOfgenes
mputl((string(i)+ascii(9)+string(gPos(i,1))+ascii(9)+string(gPos(i,2))+ascii(9)+string(gPos(i,3))),f);
end
mclose(f);
fileName = AssignmentFolder+"\"+proteinName+'_protein locations.txt';
gPos=zeros(numOfgenes,3);
f=mopen(fileName,'r');
for i=1:numOfgenes
line=mgetl(f,1);
indx=strindex(line,ascii(9));
line=strsplit(line,indx);
line=stripblanks(line,%t);
gPos(i,1)=strtod(line(2));
gPos(i,2)=strtod(line(3));
gPos(i,3)=strtod(line(4));
end
mclose(f)
f_files = findfiles(FastaFolderPath,'*.fasta');
f_fileNames = gsort(f_files,'g','i');
geneSet={};
organisms = {};
//NZ_CP014692.1
//NC_013209.1/AP011121.1
//NZ_CP023657.1/CP023657.1
//NZ_CP022699.1/CP022699.1
//NZ_CP014687.1/CP014687.1
//NZ_LN606600.1/LN606600.1
//NZ_CP011120.1/CP011120.1
//NZ_CP015164.1
//NZ_CP015168.1
//NZ_CP021524.1
//NZ_CP022374.1/CP022374.1
//NZ_AP018515.1/AP018515.1
//NZ_CP023189.1/CP023189.1
//NC_017100.1/AP011128.1
//NC_017121.1/AP011135.1
//NC_017125.1/AP011142.1
//NC_017146.1/AP011149.1
//NZ_LN609302.1
//NC_017111.1/AP011156.1
//NC_017150.1/AP011163.1
//NC_017108.1/AP011170.1
//NZ_AP014881.1/AP014881.1
gene_lengths = [];
for i=1:numOfgenes
fileName=FastaFolderPath+"\"+f_fileNames(i);
organisms{i} = part(f_fileNames(i), [1:$-6]);
f=mopen(fileName,'r');
disp(fileName);
gene=get_fasta_at(fileName,gPos(i,1),gPos(i,2),gPos(i,3));
disp(length(gene));
disp(ascii(gene));
gene_lengths = [gene_lengths length(gene)];
geneSet{i} = gene;
end
idx = [21, 22, 19, 17, 16, 15, 14, 20, 2, 11, 13, 7, 18, 6, 1, 8, 9, 10, 3, 4, 5, 12];
lengths = gene_lengths(idx);
disp(lengths);
f=mopen(AssignmentFolder+"\"+'set_of_extracted_genes_dnak.txt','w');
for i=1:numOfgenes
// header='>'+ascii(65-1+i);
organism = organisms{i}
header='>'+organism;
//header = ">" + ;
mputl(header,f);
mputl(ascii(geneSet{i}),f);
end
mclose(f);
|
8c10d0769b23ee502421399d29889bc798ee0c00 | 18df283fb5101e31bf18ec6b27f48fa7ecb3f4e4 | /src/assign6/scilab/Prob2.sci | a364e1db9c86003228fbc7f06325f6568e787ee9 | [] | no_license | Assimilater/ENGR2450 | ada8988b883aef5e8bfb2990c8e7dff0d923e46c | 49280b9ce8309b2b5cb9cc664eba448e7af45ed6 | refs/heads/master | 2021-01-01T18:47:54.820828 | 2015-04-17T04:43:33 | 2015-04-17T04:43:33 | 30,390,731 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sci | Prob2.sci | function [z] = f(x, y)
z = .026 * (1 - y / 12000.0) * y;
endfunction;
x0 = 1950.0; y0 = 2555.0; xn = 2000.0; h = 10.0;
x = [x0:h:xn];
y = ode("rk", y0, x0, x, f);
disp("x y"); // show titles for output table
disp("--------"); // show a line for the table
disp([x' y']);
// fe(x) = exact solution
function z = fe(x)
z = 12000 / (1 - (1 - (12000 / 2555.0)) * exp(-.026 * (x - 1950.0)));
endfunction;
xe = [x0:h / 10:xn];
n = length(xe);
for i = 1:n
ye(i) = fe(xe(i));
end;
// NEXT: plot numerical solution as red circles and
// exact solution as a continuous blue line
plot(x, y, 'ro', xe, ye, '-b');
legend('RK4', 'Exact', 3);
xtitle('Solving dp/dt = k(1-p/pmax)p', 't', 'p');
|
71fe5a53faa5870b0d2948b23fbd2e1d85c082a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH7/EX7.1/7_1.sci | b0afaaac19dadc212e64448c6d153f69e8f16735 | [] | 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 | 593 | sci | 7_1.sci | //Inverter Circuits//
//Example 7.1//
L=10*10^-3;//Inductance of series inverter circuit in Henry//
C=0.1*10^-6;//Capacitance of series inverter circuit in Farads//
R=400;//Load Resistance in Ohms//
Toff=0.2*10^-3;//Off time of Duty cycle in sec//
w=sqrt((1/(L*C))-(R^2/(4*L^2)));//Angular Frequency in rad/sec//
printf('value of w=%f',w);
F=w/(3.14+(w*Toff));//Output Frequency in Hertz//
printf('\nvalue of the Output Frequency=F=%fHertz',F);
T=1/F;//Time period of Output in sec//
AF=exp((-R/(2*L))*T);//Attenuation Factor//
printf('\nvalue of the Attenuation Factor=AF=%f',AF); |
d9cd5b40ff5b8cfbf0ed5e154f36572aab5ee01c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.15/Ex11_15.sce | ced8a28f2c46acc8d9e22dae02e2af74a3c79d12 | [] | 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 | 664 | sce | Ex11_15.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.15\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.15 (page no. 574)
// Solution
D=3.5/12; //3.5 inch = 3.5/12 feet//Unit:ft //Outside diameter
Ti=120; //Inside temperature //unit:fahrenheit
To=70; //Outside temperature //unit:fahrenheit
deltaT=Ti-To; //unit:fahrenheit //Change in temperature
h=0.9; //Coefficient of heat transfer //Unit:Btu/(hr*ft^2*F)
L=5; //Length //Unit:ft //From problem 11.10
A=(%pi*D)*L; //Area //Unit:ft^2
Q=h*A*deltaT; //The heat loss due to convection //Unit:Btu/hr //Newton's law of cooling
printf("The heat loss due to convection is %f Btu/hr",Q);
|
6a4aab52306a8268131976971200dd6d548bd766 | fa96b6f7b84fc275c3bc6a2ec1413711285aa54a | /Negative, Logarithmic & Power Law Transform/Logarithmic Transformation.sce | e95ce2697ca8ffe1c2ab6f59fb04981dcb0021b9 | [] | no_license | Sid-149/Image-Processing-and-Machine-Vision | 9d4d4308b39d7bd3fb0ab8171531fbbfe4381de9 | 94bb83e4005b39c2f08d15e23c5be73cde01b364 | refs/heads/main | 2022-12-30T01:51:08.942675 | 2020-10-19T05:15:12 | 2020-10-19T05:15:12 | 302,541,282 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | Logarithmic Transformation.sce | clc
clear
im=imread('color.jpg')
subplot(3,1,1)
title('Orignal')
imshow(im)
a=rgb2gray(im)
subplot(3,1,2)
title('Grayscale')
imshow(a)
n=im2double(a)
s=log1p(n)
c=(255)/max(max(n))
x=c*s
u=uint8(x)
subplot(3,1,3)
title('Logarithmic Tranform')
imshow(u)
|
b9068cf5e4bda73538093b9c2034a03b4b476ac1 | 00fc439a1f2cc38d50ec7b050222d6ba1c2b76cf | /macros/datadeploy.sci | 3594ebe3076d816c9fe549d82ab78f4a23d94f01 | [] | no_license | slevin48/datadeploy | c9cc657db8d45aa0ab8fa5845b8f2552f3781140 | 1ed8be8d0b4ad5ab5cbdb91f20338df90e913f88 | refs/heads/master | 2022-07-28T20:19:46.917688 | 2020-05-25T08:58:25 | 2020-05-25T08:58:25 | 266,721,169 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 753 | sci | datadeploy.sci | function datadeploy(header,data,herokuapp)
// header: header of the variable to deploy
// data: core of the data to deploy
// herokuapp: name of heroku app to deploy (contained in the URL)
// M = ['A','B';
// '1','2';
// '3','4']
//
// header = M(1,:)
// data = M(2:$,:)
if size(header)(2)==size(data)(2)
// check that header and data have the same number of columns
if ~isdir(SCIHOME+'\datadeploy\')
gitinit(herokuapp)
end
cd(SCIHOME+'\datadeploy')
csvWrite([header;data],"data.csv")
herokupython()
gitpush()
unix('heroku open -a '+herokuapp)
disp("API deployed on: "+herokuapp+".herokuapp.com\")
end
endfunction
|
1153009dbbefaa12c7786520043c9fe4eeeb06c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH25/EX25.6/ex25_6.sce | 8649478f1819a78da22f84e8ab383f6de74352de | [] | 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 | 265 | sce | ex25_6.sce | clc;
c=12.01; //mass of carbon
h=1.008; //mass of hydrogen
o=16.00; //mass of oxygen
mass=((6*c)+(12*h)+(6*o)); //calculating formula mass
m=500*454; //mass of glucose in g
moles=m/mass; //moles
disp(moles,"Moles = "); //displaying result
|
d5d5def78b8d5e9ecfe9ade360b608d5dca1dd8a | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/fpaacal.sce | 7f26828d02bf0fd3c57269babedcfcfb2f0c7e10 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 8,452 | sce | fpaacal.sce | // This GUI file is generated by guibuilder version 2.2
//////////
fcal=figure('figure_position',[800,400],'figure_size',[250,600],'auto_resize','on','background',[12],'figure_name','FPAA Calibration');
//////////
delmenu(fcal.figure_id,gettext('File'))
delmenu(fcal.figure_id,gettext('?'))
delmenu(fcal.figure_id,gettext('Tools'))
delmenu(fcal.figure_id,gettext('Edit'))
toolbar(fcal.figure_id,'off')
handles.dummy = 0;
handles.Choose_Board2=uicontrol(fcal,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.94,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String','Choose Board|3.0|3.0 A|3.0 N|3.0 H','Style','popupmenu','Value',[1 2 3 4 5],'VerticalAlignment','middle','Visible','on','Tag','Choose_Board2','Callback','Choose_Board2_callback()');
handles.Choose_Chip2=uicontrol(fcal,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.88,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String','Enter Chip Number','Style','edit','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Choose_Chip2','Callback','Choose_Chip2_callback()');
handles.Initate_Amm=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.82,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.05],'String',' Initiate FPAA & Ammeter','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Initate_Amm','Callback','Initate_Amm_callback()');
handles.Step_1=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.76,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String'," Step 1. Diode ADC",'Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_1','Callback','Step_1_callback()');
handles.Step_2=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.7,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 2. Drain DAC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_2','Callback','Step_2_callback()');
handles.Step_3=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.64,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 3. Gate DAC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_3','Callback','Step_3_callback()');
handles.Step_4=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.58,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 4. Gate Coupling','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_4','Callback','Step_4_callback()');
handles.Step_5=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.52,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 5. Pulse width','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_5','Callback','Step_5_callback()');
handles.Step_6=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.46,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 6. Check FG Prog.','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_6','Callback','Step_6_callback()');
handles.Step_7=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.4,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 7. Golden FETs','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_7','Callback','Step_7_callback()');
handles.Step_8=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.34,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 8. Signal DAC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_8','Callback','Step_8_callback()');
handles.Step_9=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.28,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 9. MITE ADC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_9','Callback','Step_9_callback()');
handles.Step_10=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.22,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 10. FG OTA DAC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_10','Callback','Step_10_callback()');
handles.Step_11=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.16,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 11. Ramp ADC','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_11','Callback','Step_11_callback()');
handles.Step_12=uicontrol(fcal,'unit','normalized','BackgroundColor',[0.27,0.5,0.7],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[1,1,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.10,0.7,0.045],'Relief','flat','SliderStep',[0.01,0.1],'String',' Step 12. Vt0 Mismatch','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Step_12','Callback','Step_12_callback()');
dir_menu = uimenu("Parent", fcal, "Label", gettext("Directions"), 'ForegroundColor',[0.53,0.81,0.98],"callback", "dir_callback();");
|
23c8bc075b4fe383b67ffd839b641acb4823787e | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH12/EX12.1/ch12_1.sci | 134bb3a35a6e29c8098227feb56c0256efa08f35 | [] | 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 | 130 | sci | ch12_1.sci | //calculate power fed to load
clc;
V=100;
Va=(V/(sqrt(2)*%pi))*(2+1/sqrt(2));
Rd=10;
Pa=Va^2/Rd;
disp(Pa,'load power(W)'); |
b2f4d4e570ecab8c30a4182638382ece487227f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH18/EX18.1/Ex18_1.sce | eaee3c8139bd3a4f48f8092026e35b6123302953 | [] | 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 | 642 | sce | Ex18_1.sce | //Example 18.1
r=0.530*10^-10;//Separation (m)
k=8.99*10^9;//Coulomb's constant (N.m^2/C^2)
q1=-1.60*10^-19;//Charge of electron (C)
q2=1.60*10^-19;//Charge of proton (C)
F=k*abs(q1*q2)/r^2;//Coulomb force (N)
printf('Electrostatic force = %0.2e N',F)
G=6.67*10^-11;//Gravitational constant (N.m^2/kg^2)
m=9.11*10^-31;//Electron mass (kg)
M=1.67*10^-27;//Proton mass (kg)
F_G=G*m*M/r^2;//Gravitational force (N)
printf('\nGravitational force = %0.2e N',F_G)
printf('\nRatio of electrostatic force to gravitational force = %0.2e',F/F_G)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
332257b6907e95d5c82185e17038fcb080b5efa4 | 2de662559376150e2952a0d0e2b0d080997054c5 | /gmv_posicional.sce | 3cb82c66d3202901e1abd7c9ca09ebdd6eda494d | [] | no_license | virginiabrioso/controle-otimo | 401ea6c85f80e58628188cbd70675c7c70183d23 | 64ab5a8aa5f1ae60caa46222d9f344c42fa73894 | refs/heads/main | 2023-05-11T19:46:40.895422 | 2021-06-01T00:29:59 | 2021-06-01T00:29:59 | 372,653,014 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,257 | sce | gmv_posicional.sce | // Exemplo: regulador de variância mínima
clear; xdel(winsid()); clc;
// Condições Iniciais
z = %z;
Ts = 0.1;
tfinal = 50;
N = round( tfinal/Ts );
t = 0:Ts:N*Ts-Ts;
yr(1:50)=0; yr(51:N+1)=1;
y(1:3)=0; u(1:3)=0; e(1:3)=0;
// Parametros fornecidos
Bz = [0.0234015 0.5489666 0.0751607]
b0 = Bz(1); b1 = Bz(2); b2 = Bz(3);
Az = [1 -0.4641429 0.077525 0.0429111];
a1 = Az(2); a2 = Az(3); a3 = Az(4);
// Ruido branco
Variancia = 0.0007362;
xi = grand(N, "mn", 0, Variancia);
// Projeto do GMV Posicional
f0 = -a1;
f1 = -a2;
f2 = -a3;
q0 = 1;
for k = 4:N
// Simula modelo do processo
y(k) = -a1*y(k-1) -a2*y(k-2) -a3*y(k-3) +b0*u(k-1) +b1*u(k-2) +b2*u(k-3)+xi(k);
// Parcela do regulador de variância mínima
u(k) = (1/(b0+q0))*( -b1*u(k-1) -b2*u(k-2) +yr(k+1) -f0*y(k) -f1*y(k-1) -f2*y(k-2));
e(k) = yr(k) - y(k);
end
subplot(3,1,1);
plot(t,yr(1:N),'k')
ylabel('yr(t) [Unid.]'); xlabel('Tempo [s]');
legend({'Referência'}, 'Location','northwestoutside')
subplot(3,1,2);
plot(t,u,'b')
ylabel('u(t) [Unid.]'); xlabel('Tempo [s]');
legend({'Controle'},'Location','northwestoutside')
subplot(3,1,3);
plot(t, y, 'r')
ylabel('y(t) [Unid.]'); xlabel('Tempo [s]');
legend({'Saída'}, 'Location','northwestoutside')
|
1fa5f82e4f65cfd56a6d5213f8e618cadd05bc5d | 3073307fa4b6da9371518f0718c199501b8c5c71 | /viejos/gauss_elim_pivoteo.sci | 6a303213a565b25cd8f5746bff3c8b5f0bcd335b | [] | no_license | fern17/CalculoNumerico | 8b04abdf8e1da4b69a1256334a4bc58ff5c9180d | c793733ce17616361dd02f358ef63c1d9be5c99e | refs/heads/master | 2020-06-04T00:06:19.723655 | 2011-12-20T13:47:40 | 2011-12-20T13:47:40 | 2,929,202 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | sci | gauss_elim_pivoteo.sci | //Realiza la eliminacion de Gauss con Pivoteo
//A es matriz de nxn
//b es vector fila de n
//B es la matriz triangular superior resultado de la eliminacion
//si el elemento pivote es 0, busca el menor entero p tal que a_pi != 0.
// Si no lo encuentra, arroja error.
function [B] = gauss_elim_pivoteo(A,b)
A = [A,b'];
M = zeros(size(A));
n = length(b);
for i=1:(n-1)
for p=i:n
if(A(p,i) <> 0)
A([i p],:) = A([p i],:);
break;
end
end
if (A(i,i) == 0)
disp("ERROR. No Existe Solucion Unica");
return
end
for j=(i+1):n
M(j,i) = A(j,i)/A(i,i);
A(j,:) = A(j,:) - M(j,i)*A(i,:);
end
if A(n,n) == 0
disp("ERROR. No Existe Solucion Unica");
return
end
end
B = A;
endfunction |
aee2785ba2cb5fc3ba77263a78d3ae9b9ec6f47e | 51c4c028f490213495b3a6df77e94afcfa03c254 | /delta-2_robot/DirectKinem.sci | 65e34b1058005f6e3fac03482845705145b390b9 | [] | no_license | dgerod/robotics-utils | d8b130290ba77a3aa2fbe9502c39cfba78f40609 | 5d5d6c4c426de3bf859303b56c431ecd4b203d86 | refs/heads/master | 2020-05-17T08:31:03.702958 | 2016-08-20T11:14:57 | 2016-08-20T11:14:57 | 32,637,117 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,049 | sci | DirectKinem.sci | // =================================================================================
// DirectKinem.sci
// =================================================================================
function [Ret, TCP0] = d2rDirKinem (KinemParams, Joints)
//
// DESCRIPTION
// Solves the Direct Kinematics problem of a delta-2 robot.
// PARAMETERS
// KinemParams [IN] : Kinematics parameters [rf,lf,le,re].
// Joints [IN] : Position [j1,j2]' in JCS (radians).
// TCP0 [OUT] : Pose [x,y,z]' in RCS.
// RETURN
// Ret : Success (1) or error (<0)
//
Ret = 1;
TCP0 = zeros(3,1);
// Inputs
// --------------------------------------------
rf = KinemParams(1);
lf = KinemParams(2);
le = KinemParams(3);
re = KinemParams(4);
theta1 = Joints(1);
theta2 = Joints(2);
// Solve kinematics
// --------------------------------------------
ac = rf - re;
// 1. Calcualte G1' and G2'
// ///////////////////////////////
// 1.1. G1'
d1 = ac + lf*cos(theta1);
xG1p = d1;
zG1p = -lf*sin(theta1);
G1p = [xG1p zG1p];
// 1.2. G2'
d2 = ac + lf*cos(theta2);
xG2p = -d2;
zG2p = -lf*sin(theta2);
G2p = [xG2p zG2p];
// 2. TCP-0 as intersection of 2 circles
// ///////////////////////////////
// Center and radius of the circles
x0 = xG1p; y0 = zG1p; r0 = le;
x1 = xG2p; y1 = zG2p; r1 = le;
// dx and dy are the vertical and horizontal distances between
// the circle centers, they are the components of d.
dx = x1 - x0;
dy = y1 - y0;
// Determine the straight-line distance between the centers.
d = sqrt( (dy*dy) + (dx*dx) );
// Check for solvability
if d > (r0 + r1)
// ERROR - No solution. circles do not intersect.
Ret = -1;
TCP0 = [ 0,0,0 ]';
return [Ret,TCP0];
end
if d < abs(r0 - r1)
// ERROR - No solution. one circle is contained in the other
Ret = -2;
TCP0 = [ 0,0,0 ]';
return [Ret,TCP0];
end
// 'point 2' is the point where the line through the circle
// intersection points crosses the line between the circle
// centers.
// Determine the distance from point 0 to point 2.
a = ((r0*r0) - (r1*r1) + (d*d)) / (2.0*d) ;
// Determine the coordinates of point 2.
x2 = x0 + (dx * a/d);
y2 = y0 + (dy * a/d);
// Determine the distance from point 2 to either of the
// intersection points.
h = sqrt((r0*r0) - (a*a));
// Now determine the offsets of the intersection points from
// point 2.
// Determine the absolute intersection points.
// Select P1 or P2
// We have to chose smaller point
xi_1 = x2 - dy*(h/d);
yi_1 = y2 + dx*(h/d);
x0 = xi_1;
z0 = yi_1;
// Return TCP-0
// --------------------------------------------
TCP0 = [x0,0,z0]';
Ret = 1;
return [Ret,TCP0];
endfunction
// =================================================================================
|
2cf8b34d60270e6481a935aff16237e4a454415a | dc628e7d8425aa0bb1460d2583f04c9969b4ec9c | /dlog-server/examples/iocaste/c15.tst | fd16847eb6f7f99496b0dac8b563e8d2397e8a5a | [] | no_license | logicmoo/DLog | bc2c43523ccbc3747c381f2eb0e25960cfc8d6e1 | 855774c38c1eea119405fde0057cfdb1032006f0 | refs/heads/master | 2021-05-28T14:03:35.596790 | 2015-01-12T22:49:56 | 2015-01-12T22:49:56 | 27,461,790 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,697 | tst | c15.tst | %Generated from '../examples/iocaste/c15.dig'.
query(instances(aconcept('Good')), [i1]).
concept('Good').
concept('Patricide').
role(hasChild).
implies(and([some(arole(hasChild), and([aconcept('Patricide'), some(arole(hasChild), not(aconcept('Patricide')))]))]), aconcept('Good')).
implies(aconcept('Good'), and([some(arole(hasChild), and([aconcept('Patricide'), some(arole(hasChild), not(aconcept('Patricide')))]))])).
cassertion(not(aconcept('Patricide')), i17).
cassertion(aconcept('Patricide'), i2).
rassertion(arole(hasChild), i16, i17).
rassertion(arole(hasChild), i15, i16).
rassertion(arole(hasChild), i14, i15).
rassertion(arole(hasChild), i13, i14).
rassertion(arole(hasChild), i12, i13).
rassertion(arole(hasChild), i11, i12).
rassertion(arole(hasChild), i10, i11).
rassertion(arole(hasChild), i9, i10).
rassertion(arole(hasChild), i8, i9).
rassertion(arole(hasChild), i7, i8).
rassertion(arole(hasChild), i6, i7).
rassertion(arole(hasChild), i5, i6).
rassertion(arole(hasChild), i4, i5).
rassertion(arole(hasChild), i3, i4).
rassertion(arole(hasChild), i2, i3).
rassertion(arole(hasChild), i1, i16).
rassertion(arole(hasChild), i1, i15).
rassertion(arole(hasChild), i1, i14).
rassertion(arole(hasChild), i1, i13).
rassertion(arole(hasChild), i1, i12).
rassertion(arole(hasChild), i1, i11).
rassertion(arole(hasChild), i1, i10).
rassertion(arole(hasChild), i1, i9).
rassertion(arole(hasChild), i1, i8).
rassertion(arole(hasChild), i1, i7).
rassertion(arole(hasChild), i1, i6).
rassertion(arole(hasChild), i1, i5).
rassertion(arole(hasChild), i1, i4).
rassertion(arole(hasChild), i1, i3).
rassertion(arole(hasChild), i1, i2).
|
3729404f9ebdf63f5f50318cb3a4252e0402cbbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1268/CH5/EX5.6/5_6.sce | 33b0ee33bbf2b845e27f734483c6aafa14215d63 | [] | 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 | 134 | sce | 5_6.sce | clc;
disp("Example 5.6")
Rex=5e5
Re=5.5*(Rex^0.5)
disp(Re,"Reynolds number based on boundary layer thickness is approximately ")
|
ca2b63192e012282da48c4e4b1f8e1d5463416c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3014/CH1/EX1.13/Ex1_13.sce | 8707b1f46eb85f3d4e09cfbffc67569951a07832 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 346 | sce | Ex1_13.sce |
clc
//Given that
v = 2e8 // speed of moving proton in m/s
c = 3e8 // speed of light in m/s
m = 1.67e-27 // Mass of proton in Kg
h = 6.62e-34 // Plank constant
printf("Example 1.13")
lambda = h/(m*v/sqrt(1-(v/c)^2)) // Calculation of velocity of moving electron
printf("\n Wavelength of electron is %e angstrom.\n\n\n", lambda*1e10)
|
6c907002fdac918dce358a51f607f44e96195744 | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH3/EX3.3.85/Ch3_3_85.sce | e01150cfa534dc01e797fd960e638bb791b5acdf | [] | 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 | 549 | sce | Ch3_3_85.sce | clc
disp("Example 3.85")
printf("\n")
disp("Find the stability factor & change in Ic for increase in temperature of base bias circuit")
printf("Given\n")
//given
hFE=100
Rc=2.2*10^3
Rb=470*10^3
Icbo1=15*10^-9
T1=25
T2=105
//stability factor
S=1+hFE
//Change in collector to base reverse saturation current(delIcbo)
n=(T2-T1)/10
Icbo2=Icbo1*2^8
delIcbo=Icbo2-Icbo1
//Change in Ic for increase in temperature
delIc=S*delIcbo
printf("Stability factor is \n%f\n",S)
printf("the change in collector current is \n%f ampere\n",delIc)
|
be0c1f3f12d56da3054fedc62c3cb1f93ff4db6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH10/EX10.1/CH10Exa1.sce | 08c62275dd8c7072d9581c9c7f34b29a911daf22 | [] | 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 | 332 | sce | CH10Exa1.sce | // Scilab code Exa10.1 : : Page-455 (2011)
clc; clear;
M = 47.668; // Total mass of reaction, MeV
E = 44.359; // Total energy, MeV
Q = M-E; // Q-value, MeV
printf("\nThe Q-value for the formation of P30 = %5.3f MeV", Q);
// Result
// The Q-value for the formation of P30 = 3.309 MeV |
548f0bf0a621d7249c9cb7a69f250329e5bd7004 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1241/CH6/EX6.7/exa6_7.sce | 5c4a1702281feb10b9d47712199b9ed05b74618c | [] | 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 | 819 | sce | exa6_7.sce | //Example 6-7//
//Map X=ABC+AB''C+AB''C''//
clc
//clears the console//
clear
//clears all existing variables//
//Mapping the expression//
disp(' B''C'' B''C BC BC'' ')
disp('A'' 0 0 0 0 ')
disp('A 1 1 1 0 ')
disp(' From the map, high outputs for 4,5 and 7 ')
a=[1 0 0 ; 1 0 1 ; 1 1 1]
disp(a)
for i=1: 3
if a(i,1)==1 then
b(i,1)='A'
else
b(i,1)='A'''
end
if a(i,2)==1 then
b(i,2)='B'
else
b(i,2)='B'''
end
if a(i,3)==1 then
b(i,3)='C'
else
b(i,3)='C'''
end
end
disp(' evaluating expression from truth table and map ')
l=strcat([ b(1,1),b(1,2),b(1,3)])
m=strcat([ b(2,1),b(2,2),b(2,3)])
n=strcat([ b(3,1),b(3,2),b(3,3)])
x=strcat([l"+",m"+",n ])
disp(x)
//Expression is displayed//
|
95c907aedee720ec60dc57b7b8c94f2ec090540b | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /ledblink_brightness.sci | bfafec2911957b57e9f6c7ea638a4c137fe253be | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 369 | sci | ledblink_brightness.sci | function ledblink_brightness()
for x=1:10 //Run for 10 iterations
p = cmd_analog_in(1,2);
if(p>0 & p<320) then //threshold one
cmd_analog_out(1,9,p);
elseif p>=320 & p<=900 //threshold two
cmd_analog_out(1,10,p);
elseif p>900 & p<=1023 //threshold three
cmd_analog_out(1,11,p);
end
end
endfunction
|
6f359840d76cce381014a410b5f2c0c35dd310b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH2/EX2.1/Ch02Ex1.sce | b0682acafeeae52b0219a66659ff7220f59a395f | [] | 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,825 | sce | Ch02Ex1.sce | // scilab code Ex2.1: Pg 32 (2008)
clc; clear;
E = 24; // E.m.f of battery,V
R1 = 330; // Resistance, ohms
R2 = 1500; // Resistance, ohms
R3 = 470; // Resistance, ohms
// As resistances R1, R2 & R3 are joined end-to-end hence, they are in series & in series connection, circuit resistance is the sum of individual resistances present in the circuit
R = R1 + R2 + R3; // Resistance of circuit, ohms
I = E/R; // Circuit current, A
// As the resistances are in series so same current flows through each resistor & potential drop across each resistor is equal to the product of circuit current & its respective resistance( from Ohm's law, V = I*R )
V1 = I*R1; // Potential difference developed across resistance R1, V
V2 = I*R2; // Potential difference developed across resistance R2, V
V3 = I*R3; // Potential difference developed across resistance R3, V
P = E*I; // Electric power dissipated by the complete circuit, W
printf("\nThe circuit resistance = %4d ohms or %3.1f kilo-ohms", R, R*1e-03);
printf("\nThe circuit current = %5.2f milli-ampere",I/1e-03);
printf("\nThe potential drop across resisatnce R1 = %4.2f volts\nThe potential drop across resistance R2 = %5.2f volts\nThe potential drop across resistance R3 = %4.2f volts", V1, V2, V3);
printf("\nThe power dissipated by the complete circuit = %4.2f watt or %3d milli-watt", P,P/1e-03 );
// Result
// The circuit resistance = 2300 ohms or 2.3 kilo-ohms
// The circuit current = 10.43 milli-ampere
// The potential drop across resisatnce R1 = 3.44 volts
// The potential drop across resistance R2 = 15.65 volts
// The potential drop across resistance R3 = 4.90 volts
// The power dissipated by the complete circuit = 0.25 watt or 250 milli-watt
|
53315ef810bff42ecbf387daba79251acc0ada28 | 0764595c2d11c42afddd3351da341f9e9c4db651 | /codigos_aula/MetodosIntervalares.sci | a79f2765ef1be83a6fc9545ab7e2e26d846dca47 | [] | no_license | ThiagosLima/metodos-numericos | e3933c43362c6f047714980841f7c64f1a345bb0 | df21508b72b94e64a424e6b50564e948019a9eab | refs/heads/main | 2022-12-30T10:06:57.560852 | 2020-10-05T00:41:52 | 2020-10-05T00:41:52 | 301,257,290 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,709 | sci | MetodosIntervalares.sci | function Bisseção(f,a,b,tol)
if (f(a)*f(b)>0) then
printf("não há raiz no intervalo [%f,%f]]",a,b)
return
end
printf ('i \ta\t\t\tx1\t\t\tb\t\t\terro\n')
for (k=1:500)
erro=abs(b-a)
x1=(a+b)/2 // Bisseção
printf ("%d\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n",...
k,a,sign(f(a)),x1,sign(f(x1)),b,sign(f(b)),erro)
if ( (erro<tol) | (f(x1)==0) ) break end
if f(x1)*f(a) < 0
b=x1
else
a=x1
end
end
printf ("\nraiz = %.10f(%2d) após %i iterações",x1,sign(f(x1)),k)
endfunction
function Bisseção2(f,a,b,tol)
if (f(a)*f(b)>0) then
printf("não há raiz no intervalo [%f,%f]]",a,b)
return
end
printf ('i \ta\t\t\tx1\t\t\tb\t\t\terro\n')
x1=a;
erro= 1;
for (k=1:500)
x0=x1
x1=(a+b)/2 // Bisseção
if(x1<>0) erro =abs((x1-x0)/x1) end
printf ( '%i\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n',k,...
a,sign(f(a)),x1,sign(f(x1)),b,sign(f(b)),erro)
if ( (erro<tol) | (f(x1)==0) ) break end
if f(x1)*f(a) < 0 then
b=x1
else
a=x1
end
end
printf ("\nraiz = %.10f(%2d) após %i iterações",x1,sign(f(x1)),k)
endfunction
function FalsaPosição(f,a,b,tol)
if (f(a)*f(b)>0) then
printf("não há raiz no intervalo [%f,%f]]",a,b)
return
end
printf ('i \ta\t\t\tx1\t\t\tb\t\t\terro\n')
x1=a;
erro= 1;
for (k=1:500)
x0=x1
x1=(a*f(b)-b*f(a))/(f(b)-f(a)) // Falsa Posição ( Bisseção x1=(a+b)/2 )
if(x1<>0) erro =abs((x1-x0)/x1) end
printf ( '%i\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n',...
k,a,sign(f(a)),x1,sign(f(x1)),b,sign(f(b)),erro)
if ( (erro<tol) | (f(x1)==0) ) break end
if f(x1)*f(a) < 0 then
b=x1
else
a=x1
end
end
printf ("\nraiz = %.10f(%2d) após %i iterações",x1,sign(f(x1)),k)
endfunction
function FalsaPosiçãoModificado(f,a,b,tol)
if (f(a)*f(b)>0) then
printf("não há raiz no intervalo [%f,%f]]",a,b)
return
end
printf ('i \ta\t\t\tx1\t\t\tb\t\t\terro\n')
x1=a;
fa = f(a);
fb = f(b);
na=0;
nb=0;
for(k=1:500)
x0=x1;
x1=(a*fb-b*fa)/(fb-fa) // falsa posição modificado
fx1 = f(x1)
if(x1<>0) erro =abs((x1-x0)/x1) end
printf ( '%i\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n',...
k,a,sign(f(a)),x1,sign(f(x1)),b,sign(f(b)),erro)
if ( (erro<tol) | (f(x1)==0) ) break end
if fx1*fa < 0 then
b=x1
fb = fx1;
nb=0;
na=na+1
if (na>=2) fa = fa/2; end
else
a=x1;
fa = fx1;
na=0;
nb=nb+1
if (nb>=2) fb = fb/2; end;
end
end
printf ("\nraiz = %.10f(%2d) após %i iterações",x1,sign(f(x1)),k)
endfunction
function Bisseção3(f,a,b,tol)
if (f(a)*f(b)>0) then
printf("Escolha outro intervalo pois f(a) e f(b) possuem o mesmo sinal")
return
end
n=ceil(log((b-a)/tol)/log(2))
printf("Previsão de %d iterações\n",n)
printf ('i \ta\t\t\tx1\t\t\tb\t\t\terro\n')
for (k=1:n)
x1=(a+b)/2 // Bisseção
printf ("%d\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n",...
k,a,sign(f(a)),x1,sign(f(x1)),b,sign(f(b)),abs(b-a))
if ( f(x1)==0 ) break end
if f(x1)*f(a) < 0
b=x1
else
a=x1
end
end
printf ("\nraiz = %.10f(%2d) após %i iterações",x1,sign(f(x1)),k)
endfunction
function Multisseção(f,a,b,tol,N)
if (f(a)*f(b)>0) then
printf("não há raiz no intervalo [%f,%f]]",a,b)
return
end
n=ceil(log((b-a)/tol)/log(N))
printf("Previsão de %d iterações\n",n)
printf ('i \ta\t\t\tb\t\t\tx1\t\t\terro\n')
for (k=1:n)
x=linspace(a,b,N)
fx1 = f(x)
[f_min,index]=min(abs(fx1))
erro=abs(b-a)/(N-1)
printf ( '%i\t%.10f(%2d)\t%.10f(%2d)\t%.10f(%2d)\t%.1e\n',...
k,a,sign(f(a)),b,sign(f(b)),x(index),sign(f(x(index))),erro)
if (f(x(index))==0) break end
if f(x(index))*f(x(index+1)) < 0
a=x(index)
b=x(index+1)
else
a=x(index-1)
b=x(index)
end
end
printf ( '\nraiz = %.10f após %i iterações',x(index),k)
endfunction
|
4803387090703b18d1ed5e6b6a6f6f51ca081681 | 3592fbcb99d08024f46089ba28a6123aeb81ff3c | /src/transformation/RxRyRzfromRotationMatrix.sci | 390731e1bf4550494551dab17b2e768f6bec84ca | [] | no_license | clairedune/sciGaitanLib | a29ab61206b726c6f0ac36785ea556adc9ef03b9 | 7498b0d707a24c170fc390f7413359ad1bfefe9f | refs/heads/master | 2020-12-11T01:51:13.640472 | 2015-01-28T13:52:26 | 2015-01-28T13:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sci | RxRyRzfromRotationMatrix.sci | function v = RxRyRzfromRotationMatrix(R)
// auteur CLaire dune
// Date novembre 2009
// Mouvement de rotation
phi = 0;
if ((abs(R(2,3)) < %eps) & (abs(R(3,3)) < %eps))
phi = 0 ;
else
phi = atan(-R(2,3), R(3,3)) ;
end;
si=sin(phi);
co=cos(phi);
theta = atan(R(1,3), -si*R(2,3)+co*R(3,3));
psi = atan(co*R(2,1)+si*R(3,1),co*R(2,2)+si*R(3,2));
//theta = -asin(R(1,3));
//if ((abs(R(1,2)) < %eps) & (abs(R(1,1)) < %eps))
// psi = 0 ;
//else
//psi = atan(R(1,2),R(1,1));
//end
v(1) = phi ;
v(2) = theta ;
v(3) = psi ;
v=v';
endfunction
|
0b6848775c99aa9c78d5db6efbf64ad542c6abb9 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/germanic/nob.tst | f58803274774b98bf91cc4cb3087c953ef1a3075 | [] | 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 | 63,071 | tst | nob.tst | asbest N;DEF;SG
bukett N;NDEF;PL
bukett N;DEF;SG
bukett N;DEF;PL
profet N;NDEF;PL
profet N;DEF;SG
profet N;DEF;PL
ubrutt ADJ;DEF;SG+PL
ubrutt ADJ;NEUT;SG
spare V;PRS
spare V.PTCP;PRS
spare V;IMP
spare V;PST
spare V.PTCP;PST
teddybjørn N;DEF;SG
teddybjørn N;DEF;PL
teddybjørn N;NDEF;PL
legitim ADJ;DEF;SG+PL
legitim ADJ;NEUT;SG
gjær N;DEF;SG
badekar N;DEF;SG
badekar N;NDEF;PL
badekar N;DEF;PL
badekar N;DEF;PL
grå ADJ;CMPR
grå ADJ;DEF;SG+PL
grå ADJ;NEUT;SG
grå ADJ;SPRL;DEF
grå ADJ;SPRL;NDEF
strømme V;IMP
strømme V;PRS
strømme V;PST
strømme V.PTCP;PST
strømme V.PTCP;PRS
strømme V;PST
konferere V.PTCP;PST
konferere V;PRS
konferere V;PST
konferere V;IMP
bensin N;DEF;SG
enkelt ADJ;DEF;SG+PL
enkelt ADJ;NEUT;SG
talgokse N;NDEF;PL
talgokse N;DEF;SG
talgokse N;DEF;PL
kinesisk ADJ;DEF;SG+PL
kinesisk ADJ;NEUT;SG
kinesisk N;DEF;SG
kjole N;DEF;PL
kjole N;DEF;SG
kjole N;NDEF;PL
tålmodighet N;DEF;SG
israelitt N;DEF;PL
israelitt N;NDEF;PL
israelitt N;DEF;SG
dong N;NDEF;PL
dong N;DEF;PL
dong N;DEF;SG
bein N;NDEF;PL
bein N;DEF;PL
bein N;DEF;SG
bein N;DEF;PL
vinsje V;IMP
vinsje V;PRS
vinsje V;PST
restaurere V;IMP
restaurere V.PTCP;PRS
restaurere V.PTCP;PST
restaurere V;PST
restaurere V;PRS
filosof N;DEF;SG
filosof N;DEF;PL
filosof N;NDEF;PL
mislykket ADJ;DEF;SG+PL
mislykket ADJ;NEUT;SG
mislykket ADJ;DEF;SG+PL
barnløs ADJ;NEUT;SG
barnløs ADJ;DEF;SG+PL
velkjent ADJ;NEUT;SG
velkjent ADJ;DEF;SG+PL
jukeboks N;DEF;SG
jukeboks N;DEF;PL
jukeboks N;NDEF;PL
gås N;DEF;PL
gås N;DEF;SG
gås N;NDEF;PL
gås N;DEF;PL
gås N;NDEF;PL
gås N;DEF;SG
optimistisk ADJ;DEF;SG+PL
optimistisk ADJ;NEUT;SG
forsterker N;DEF;PL
forsterker N;NDEF;PL
forsterker N;DEF;SG
tilhenger N;NDEF;PL
tilhenger N;DEF;PL
tilhenger N;DEF;SG
notisbok N;DEF;SG
notisbok N;DEF;PL
notisbok N;DEF;SG
notisbok N;NDEF;PL
hevelse N;NDEF;PL
hevelse N;DEF;PL
hevelse N;DEF;SG
bokholder N;DEF;PL
bokholder N;NDEF;PL
bokholder N;DEF;SG
naturlig ADJ;NEUT;SG
naturlig ADJ;DEF;SG+PL
kaffer N;NDEF;PL
kaffer N;DEF;SG
kaffer N;DEF;PL
seycheller N;DEF;PL
seycheller N;NDEF;PL
seycheller N;DEF;SG
snill ADJ;DEF;SG+PL
snill ADJ;NEUT;SG
baksete N;DEF;SG
baksete N;DEF;PL
baksete N;NDEF;PL
flyfrakt N;DEF;SG
sår N;NDEF;PL
sår ADJ;DEF;SG+PL
sår N;DEF;PL
sår ADJ;NEUT;SG
sår N;DEF;PL
sår N;DEF;SG
algerier N;DEF;PL
algerier N;NDEF;PL
algerier N;DEF;SG
universitet N;DEF;PL
universitet N;NDEF;PL
universitet N;DEF;SG
botaniker N;NDEF;PL
botaniker N;DEF;PL
botaniker N;DEF;SG
ting N;DEF;PL
ting N;NDEF;PL
ting N;DEF;SG
ting N;DEF;SG
celle N;DEF;SG
celle N;DEF;PL
celle N;NDEF;PL
pukkel N;NDEF;PL
pukkel N;DEF;PL
pukkel N;DEF;SG
trene V.PTCP;PST
trene V;PST
trene V;IMP
trene V.PTCP;PRS
trene V;PST
trene V;PST
trene V;PRS
trene V.PTCP;PST
basar N;DEF;SG
basar N;DEF;PL
basar N;NDEF;PL
grunnflate N;DEF;SG
grunnflate N;DEF;PL
grunnflate N;NDEF;PL
rosin N;DEF;SG
rosin N;DEF;PL
rosin N;DEF;SG
rosin N;NDEF;PL
spenning N;DEF;SG
spenning N;NDEF;PL
spenning N;DEF;PL
aksjonær N;NDEF;PL
aksjonær N;DEF;SG
aksjonær N;DEF;PL
kanadisk ADJ;NEUT;SG
kanadisk ADJ;DEF;SG+PL
økonom N;DEF;SG
økonom N;DEF;PL
økonom N;NDEF;PL
gjennombrudd N;NDEF;PL
gjennombrudd N;DEF;PL
gjennombrudd N;DEF;SG
gjensidig ADJ;DEF;SG+PL
gjensidig ADJ;NEUT;SG
prestisje N;DEF;SG
skisse N;DEF;SG
skisse N;NDEF;PL
skisse N;DEF;PL
jakte V.PTCP;PRS
jakte V;PST
jakte V;PRS
jakte V;IMP
jakte V;PST
hjerne N;DEF;SG
hjerne N;NDEF;PL
hjerne N;DEF;PL
bibliotekar N;DEF;PL
bibliotekar N;NDEF;PL
bibliotekar N;DEF;SG
pisse V.PTCP;PRS
pisse V;PST
pisse V.PTCP;PST
pisse V;PRS
pisse V;PST
pisse V;IMP
minutt N;DEF;SG
minutt N;NDEF;PL
minutt N;DEF;PL
minutt N;DEF;PL
offisiell ADJ;NEUT;SG
offisiell ADJ;DEF;SG+PL
uren ADJ;DEF;SG+PL
uren ADJ;NEUT;SG
regntid N;DEF;SG
regntid N;NDEF;PL
regntid N;DEF;PL
keiserinne N;NDEF;PL
keiserinne N;DEF;SG
keiserinne N;DEF;SG
keiserinne N;DEF;PL
unntak N;DEF;PL
unntak N;DEF;SG
unntak N;DEF;PL
unntak N;NDEF;PL
datamaskin N;DEF;PL
datamaskin N;DEF;SG
datamaskin N;NDEF;PL
bøffel N;DEF;PL
bøffel N;DEF;SG
bøffel N;NDEF;PL
trett ADJ;SPRL;NDEF
trett ADJ;SPRL;DEF
trett ADJ;CMPR
trett ADJ;NEUT;SG
trett ADJ;DEF;SG+PL
håndflate N;NDEF;PL
håndflate N;DEF;SG
håndflate N;DEF;PL
bjørnebær N;DEF;PL
bjørnebær N;DEF;SG
bjørnebær N;NDEF;PL
scene N;DEF;SG
scene N;NDEF;PL
scene N;DEF;PL
løp N;DEF;PL
løp N;DEF;SG
løp N;NDEF;PL
løp N;DEF;PL
fornyelse N;DEF;PL
fornyelse N;DEF;SG
fornyelse N;NDEF;PL
ecuadorianer N;DEF;PL
ecuadorianer N;DEF;SG
ecuadorianer N;NDEF;PL
oversjøisk ADJ;NEUT;SG
oversjøisk ADJ;DEF;SG+PL
betong N;DEF;SG
rhodium N;DEF;SG
interessere V;IMP
interessere V.PTCP;PST
interessere V;PRS
interessere V;PST
uendret ADJ;DEF;SG+PL
uendret ADJ;NEUT;SG
gnage V;PST
gnage V;IMP
gnage V;PRS
gnage V.PTCP;PST
gnage V;PST
gnage V.PTCP;PST
nasjonalsang N;DEF;PL
nasjonalsang N;DEF;SG
nasjonalsang N;NDEF;PL
publisitet N;DEF;SG
bær N;DEF;PL
bær N;DEF;SG
bær N;NDEF;PL
svoger N;NDEF;PL
svoger N;DEF;PL
svoger N;DEF;SG
lesepult N;NDEF;PL
lesepult N;DEF;PL
lesepult N;DEF;SG
leite V;PST
leite V;IMP
leite V.PTCP;PST
leite V;PRS
leite V;PST
bryte V.PTCP;PST
bryte V;PST
bryte V.PTCP;PRS
bryte V;IMP
bryte V;PRS
bryte V;PST
orden N;DEF;SG
orden N;DEF;PL
orden N;NDEF;PL
agenda N;DEF;SG
agenda N;NDEF;PL
agenda N;DEF;PL
frelser N;NDEF;PL
frelser N;DEF;PL
frelser N;DEF;SG
kontrollere V;PRS
kontrollere V.PTCP;PST
kontrollere V.PTCP;PRS
kontrollere V;PST
kontrollere V;IMP
bred ADJ;SPRL;DEF
bred ADJ;NEUT;SG
bred ADJ;DEF;SG+PL
bred ADJ;CMPR
bred ADJ;SPRL;NDEF
tape N;DEF;SG
tape N;NDEF;PL
tape N;DEF;PL
skoggrense N;DEF;SG
skoggrense N;DEF;PL
skoggrense N;NDEF;PL
skoggrense N;DEF;SG
ansvarlig ADJ;SPRL
ansvarlig ADJ;CMPR
ansvarlig ADJ;DEF;SG+PL
ansvarlig ADJ;NEUT;SG
identisk ADJ;DEF;SG+PL
identisk ADJ;NEUT;SG
ekkolodd N;DEF;PL
ekkolodd N;NDEF;PL
ekkolodd N;DEF;SG
protein N;DEF;SG
protein N;NDEF;PL
protein N;DEF;PL
protein N;DEF;PL
minimum N;DEF;SG
minimum N;NDEF;PL
minimum N;DEF;PL
minimum N;DEF;PL
partikkel N;DEF;PL
partikkel N;NDEF;PL
partikkel N;DEF;SG
turner N;DEF;SG
turner N;NDEF;PL
turner N;DEF;PL
dynamitt N;DEF;SG
laken N;DEF;SG
laken N;DEF;PL
laken N;NDEF;PL
laken N;DEF;PL
forventning N;DEF;SG
forventning N;DEF;PL
forventning N;NDEF;PL
forventning N;DEF;SG
kammer N;NDEF;PL
kammer N;DEF;SG
kammer N;DEF;PL
nummen ADJ;NEUT
nummen ADJ;PL
nummen ADJ;CMPR
nummen ADJ;SPRL
dukke N;DEF;PL
dukke N;DEF;SG
dukke N;NDEF;PL
ur N;DEF;SG
ur N;NDEF;PL
ur N;DEF;PL
potensiell ADJ;NEUT;SG
potensiell ADJ;DEF;SG+PL
råmateriale N;DEF;PL
råmateriale N;DEF;SG
råmateriale N;NDEF;PL
stasjonsvogn N;DEF;PL
stasjonsvogn N;NDEF;PL
stasjonsvogn N;DEF;SG
stasjonsvogn N;DEF;SG
tungtvann N;DEF;SG
fylke N;NDEF;PL
fylke N;DEF;SG
fylke N;DEF;PL
monark N;NDEF;PL
monark N;DEF;SG
monark N;DEF;PL
laste V;PRS
laste V;IMP
laste V.PTCP;PRS
laste V;PST
laste V;PST
skolisse N;DEF;PL
skolisse N;DEF;SG
skolisse N;NDEF;PL
skolisse N;DEF;SG
ordfører N;NDEF;PL
ordfører N;DEF;PL
ordfører N;DEF;SG
wikipedianer N;DEF;PL
wikipedianer N;DEF;SG
wikipedianer N;NDEF;PL
femdoblet ADJ;DEF;SG+PL
femdoblet ADJ;NEUT;SG
alder N;NDEF;PL
alder N;DEF;PL
alder N;DEF;SG
alder N;NDEF;PL
fryse V;PRS
fryse V;PST
fryse V.PTCP;PRS
fryse V.PTCP;PST
fryse V;IMP
fryse V;IMP
mekanisk ADJ;NEUT;SG
mekanisk ADJ;DEF;SG+PL
sprade N;DEF;SG
sprade N;NDEF;PL
sprade N;DEF;PL
åpen ADJ;NEUT;SG
åpen ADJ;CMPR
åpen ADJ;SPRL;NDEF
åpen ADJ;SPRL;DEF
åpen ADJ;DEF;SG+PL
medfødt ADJ;DEF;SG+PL
medfødt ADJ;NEUT;SG
felt N;DEF;SG
felt N;NDEF;PL
felt N;DEF;PL
felt N;DEF;PL
havbunn N;NDEF;PL
havbunn N;DEF;PL
havbunn N;DEF;SG
budbringer N;NDEF;PL
budbringer N;DEF;PL
budbringer N;DEF;SG
elev N;DEF;SG
elev N;NDEF;PL
elev N;DEF;PL
individ N;DEF;SG
individ N;DEF;PL
individ N;NDEF;PL
astat N;DEF;SG
privatfly N;DEF;SG
privatfly N;DEF;PL
privatfly N;NDEF;PL
russer N;DEF;PL
russer N;NDEF;PL
russer N;DEF;SG
arkeologi N;DEF;SG
nattpotte N;DEF;SG
nattpotte N;DEF;PL
nattpotte N;NDEF;PL
gammelengelsk N;DEF;SG
samleie N;DEF;SG
samleie N;DEF;PL
samleie N;NDEF;PL
samleie N;DEF;PL
armbåndsur N;NDEF;PL
armbåndsur N;DEF;SG
armbåndsur N;DEF;PL
plutselig ADJ;DEF;SG+PL
plutselig ADJ;NEUT;SG
kaos N;DEF;SG
implantat N;DEF;SG
implantat N;DEF;PL
implantat N;NDEF;PL
aseksuell ADJ;NEUT;SG
aseksuell ADJ;DEF;SG+PL
passivisering N;DEF;SG
passivisering N;NDEF;PL
passivisering N;DEF;PL
nabolag N;DEF;PL
nabolag N;NDEF;PL
nabolag N;DEF;SG
lufttett ADJ;NEUT;SG
lufttett ADJ;DEF;SG+PL
syre N;DEF;SG
syre N;NDEF;PL
syre N;DEF;PL
avsporing N;DEF;SG
avsporing N;DEF;PL
avsporing N;NDEF;PL
svak ADJ;SPRL;NDEF
svak ADJ;DEF;SG+PL
svak ADJ;CMPR
svak ADJ;SPRL;DEF
svak ADJ;NEUT;SG
kolombianer N;NDEF;PL
kolombianer N;DEF;PL
kolombianer N;DEF;SG
kreft N;DEF;SG
xenon N;DEF;SG
myndighet N;DEF;SG
myndighet N;NDEF;PL
myndighet N;DEF;PL
myndighet N;DEF;SG
plankton N;DEF;SG
hete V.PTCP;PST
hete N;DEF;SG
hete V.PTCP;PRS
hete V;PRS
hete V;PST
hete V;PST
fløy N;DEF;PL
fløy N;DEF;SG
fløy N;NDEF;PL
fløy N;DEF;SG
slekt N;DEF;SG
slekt N;DEF;PL
slekt N;NDEF;PL
slekt N;DEF;SG
svinelær N;DEF;SG
mat N;DEF;SG
vernehjelm N;DEF;SG
vernehjelm N;NDEF;PL
vernehjelm N;DEF;PL
mistenksom ADJ;DEF;SG+PL
mistenksom ADJ;NEUT;SG
nettkamera N;DEF;SG
nettkamera N;NDEF;PL
nettkamera N;DEF;PL
knapphullsblomst N;DEF;PL
knapphullsblomst N;DEF;SG
knapphullsblomst N;NDEF;PL
bratsj N;NDEF;PL
bratsj N;DEF;PL
bratsj N;DEF;SG
piggsvin N;DEF;SG
piggsvin N;DEF;PL
piggsvin N;NDEF;PL
hånd N;NDEF;PL
hånd N;DEF;SG
hånd N;DEF;PL
hånd N;DEF;SG
frysepunkt N;NDEF;PL
frysepunkt N;DEF;SG
frysepunkt N;DEF;PL
frysepunkt N;DEF;PL
aksel N;DEF;SG
aksel N;DEF;PL
aksel N;NDEF;PL
håndkle N;DEF;SG
håndkle N;DEF;PL
håndkle N;NDEF;PL
kondensasjon N;DEF;SG
kondensasjon N;DEF;PL
kondensasjon N;NDEF;PL
måke N;DEF;PL
måke V.PTCP;PRS
måke V;PST
måke V;IMP
måke N;NDEF;PL
måke N;DEF;SG
måke V;PRS
måke V.PTCP;PST
måke N;DEF;SG
måke V.PTCP;PST
måke V.PTCP;PST
juveler N;DEF;SG
juveler N;DEF;PL
juveler N;NDEF;PL
hval N;DEF;SG
hval N;NDEF;PL
hval N;DEF;PL
barrikade N;DEF;SG
barrikade N;NDEF;PL
barrikade N;DEF;PL
jernbanestasjon N;DEF;PL
jernbanestasjon N;NDEF;PL
jernbanestasjon N;DEF;SG
vietnameser N;DEF;SG
vietnameser N;NDEF;PL
vietnameser N;DEF;PL
sørende N;DEF;SG
håndtering N;NDEF;PL
håndtering N;DEF;SG
håndtering N;DEF;PL
flamsk ADJ;DEF;SG+PL
flamsk ADJ;NEUT;SG
kyrillisk ADJ;NEUT;SG
kyrillisk ADJ;DEF;SG+PL
berømthet N;DEF;SG
berømthet N;DEF;PL
berømthet N;NDEF;PL
rop N;DEF;SG
rop N;DEF;PL
rop N;NDEF;PL
motorvei N;DEF;PL
motorvei N;NDEF;PL
motorvei N;DEF;SG
passform N;DEF;SG
passform N;NDEF;PL
passform N;DEF;SG
passform N;DEF;PL
manuskript N;DEF;PL
manuskript N;DEF;SG
manuskript N;DEF;PL
manuskript N;NDEF;PL
manuskript N;NDEF;PL
lidelse N;DEF;PL
lidelse N;DEF;SG
lidelse N;NDEF;PL
spille V;PST
spille V;PRS
spille V.PTCP;PRS
spille V;IMP
spille V.PTCP;PST
mygg N;DEF;PL
mygg N;DEF;SG
mygg N;NDEF;PL
gen N;NDEF;PL
gen N;DEF;PL
gen N;DEF;SG
gen N;DEF;PL
gen N;DEF;SG
forvente V;PST
forvente V;IMP
forvente V;PRS
synder N;DEF;SG
synder N;DEF;PL
synder N;NDEF;PL
strømavtaker N;NDEF;PL
strømavtaker N;DEF;SG
strømavtaker N;DEF;PL
mannlig ADJ;DEF;SG+PL
mannlig ADJ;NEUT;SG
prisliste N;DEF;SG
prisliste N;DEF;PL
prisliste N;NDEF;PL
pels N;DEF;PL
pels N;DEF;SG
pels N;NDEF;PL
selvportrett N;DEF;PL
selvportrett N;NDEF;PL
selvportrett N;DEF;SG
selvportrett N;NDEF;PL
selvportrett N;DEF;PL
grave V.PTCP;PRS
grave V;PST
grave V.PTCP;PST
grave V;IMP
grave V;PRS
skuespillerinne N;NDEF;PL
skuespillerinne N;DEF;SG
skuespillerinne N;DEF;PL
eddiksyre N;DEF;SG
eddiksyre N;DEF;SG
starte V;PST
starte V;IMP
starte V;PRS
italiener N;DEF;SG
italiener N;DEF;PL
italiener N;NDEF;PL
håndveske N;DEF;SG
håndveske N;NDEF;PL
håndveske N;DEF;PL
overflate N;DEF;PL
overflate N;NDEF;PL
overflate N;DEF;SG
vinterlig ADJ;DEF;SG+PL
vinterlig ADJ;NEUT;SG
infisere V;IMP
infisere V;PST
infisere V.PTCP;PST
infisere V.PTCP;PRS
infisere V;PRS
iraker N;DEF;PL
iraker N;DEF;SG
iraker N;NDEF;PL
felle N;NDEF;PL
felle N;DEF;SG
felle V.PTCP;PST
felle V;IMP
felle V;PRS
felle N;DEF;PL
felle V;PST
bøk N;NDEF;PL
bøk N;DEF;PL
bøk N;DEF;SG
mørkbrun ADJ;NEUT;SG
mørkbrun ADJ;DEF;SG+PL
protestantisk ADJ;DEF;SG+PL
protestantisk ADJ;NEUT;SG
sete N;DEF;PL
sete N;DEF;SG
sete N;NDEF;PL
sete N;DEF;PL
stadion N;DEF;SG
stadion N;NDEF;PL
stadion N;DEF;PL
pulver N;NDEF;PL
pulver N;DEF;PL
pulver N;DEF;SG
svigersøster N;DEF;PL
svigersøster N;DEF;SG
svigersøster N;NDEF;PL
svigersøster N;NDEF;PL
indikere V;IMP
indikere V.PTCP;PRS
indikere V;PST
indikere V;PRS
indikere V.PTCP;PST
syklus N;DEF;PL
syklus N;DEF;SG
syklus N;NDEF;PL
turkmener N;DEF;PL
turkmener N;DEF;SG
turkmener N;NDEF;PL
bussjåfør N;DEF;PL
bussjåfør N;DEF;SG
bussjåfør N;NDEF;PL
homoseksualitet N;DEF;SG
byråkratisk ADJ;NEUT;SG
byråkratisk ADJ;DEF;SG+PL
mengde N;DEF;SG
mengde N;NDEF;PL
mengde N;DEF;PL
kunstverk N;NDEF;PL
kunstverk N;DEF;PL
kunstverk N;DEF;SG
akseptere V;PRS
akseptere V.PTCP;PRS
akseptere V.PTCP;PST
akseptere V;PST
akseptere V;IMP
hankjønn N;DEF;PL
hankjønn N;NDEF;PL
hankjønn N;DEF;PL
hankjønn N;DEF;SG
industrialisere V;IMP
industrialisere V.PTCP;PRS
industrialisere V;PRS
industrialisere V.PTCP;PST
industrialisere V;PST
multiplikasjon N;DEF;SG
multiplikasjon N;DEF;PL
multiplikasjon N;NDEF;PL
jord N;DEF;SG
undertøy N;DEF;SG
flystripe N;DEF;SG
flystripe N;DEF;PL
flystripe N;NDEF;PL
varsler N;DEF;PL
varsler N;DEF;SG
varsler N;NDEF;PL
fiende N;NDEF;PL
fiende N;DEF;SG
fiende N;DEF;PL
afar N;DEF;PL
afar N;NDEF;PL
afar N;DEF;SG
naturgass N;DEF;PL
naturgass N;NDEF;PL
naturgass N;DEF;SG
utforming N;NDEF;PL
utforming N;DEF;SG
utforming N;DEF;PL
utforming N;DEF;SG
turist N;DEF;SG
turist N;DEF;PL
turist N;NDEF;PL
apekatt N;DEF;SG
apekatt N;NDEF;PL
apekatt N;DEF;PL
utnytte V;PRS
utnytte V;PST
utnytte V;IMP
utnytte V;PST
sutra N;DEF;SG
sutra N;NDEF;PL
sutra N;DEF;PL
kappe N;DEF;SG
kappe N;DEF;PL
kappe N;NDEF;PL
spir N;DEF;SG
spir N;NDEF;PL
spir N;DEF;PL
ghanesisk ADJ;DEF;SG+PL
ghanesisk ADJ;NEUT;SG
boksåpner N;DEF;PL
boksåpner N;DEF;SG
boksåpner N;NDEF;PL
leiebil N;DEF;PL
leiebil N;NDEF;PL
leiebil N;DEF;SG
makrell N;DEF;PL
makrell N;DEF;SG
makrell N;NDEF;PL
tørketrommel N;DEF;PL
tørketrommel N;NDEF;PL
tørketrommel N;DEF;SG
lingvistikk N;DEF;SG
geit N;DEF;SG
geit N;NDEF;PL
geit N;DEF;PL
sentrifugal ADJ;DEF;SG+PL
sentrifugal ADJ;NEUT;SG
tunnelbane N;DEF;SG
tunnelbane N;DEF;PL
tunnelbane N;NDEF;PL
område N;DEF;PL
område N;DEF;SG
område N;NDEF;PL
område N;DEF;PL
lekeplass N;NDEF;PL
lekeplass N;DEF;PL
lekeplass N;DEF;SG
adgang N;DEF;SG
adgang N;NDEF;PL
adgang N;DEF;PL
trakassere V;IMP
trakassere V;PST
trakassere V;PRS
trakassere V.PTCP;PST
trakassere V.PTCP;PRS
statlig ADJ;DEF;SG+PL
statlig ADJ;NEUT;SG
kirke N;DEF;SG
kirke N;DEF;PL
kirke N;NDEF;PL
kirke N;DEF;SG
motta V;IMP
motta V.PTCP;PRS
motta V;PST
motta V;PRS
motta V.PTCP;PST
hore N;NDEF;PL
hore N;DEF;PL
hore N;DEF;SG
høns N;DEF;PL
høns N;DEF;PL
akkar N;NDEF;PL
akkar N;DEF;SG
akkar N;DEF;PL
endestasjon N;DEF;PL
endestasjon N;NDEF;PL
endestasjon N;DEF;SG
tannverk N;DEF;SG
andreplass N;DEF;SG
andreplass N;NDEF;PL
andreplass N;DEF;PL
triumfere V;PRS
triumfere V.PTCP;PST
triumfere V;PST
triumfere V;IMP
legendarisk ADJ;NEUT;SG
legendarisk ADJ;DEF;SG+PL
universell ADJ;NEUT;SG
universell ADJ;DEF;SG+PL
angolaner N;DEF;SG
angolaner N;DEF;PL
angolaner N;NDEF;PL
assistere V.PTCP;PST
assistere V;PRS
assistere V;IMP
assistere V.PTCP;PRS
assistere V;PST
permanent ADJ;DEF;SG+PL
permanent ADJ;NEUT;SG
grossist N;DEF;PL
grossist N;DEF;SG
grossist N;NDEF;PL
øye N;DEF;PL
øye N;NDEF;PL
øye N;NDEF;PL
øye N;DEF;SG
alkohol N;NDEF;PL
alkohol N;DEF;SG
alkohol N;DEF;PL
argentiner N;DEF;PL
argentiner N;DEF;SG
argentiner N;NDEF;PL
platina N;DEF;SG
humoristisk ADJ;NEUT;SG
humoristisk ADJ;DEF;SG+PL
tips N;DEF;PL
tips N;NDEF;PL
tips N;DEF;PL
tips N;DEF;SG
solbrille N;DEF;PL
solbrille N;NDEF;PL
solbrille N;DEF;SG
vibrasjon N;NDEF;PL
vibrasjon N;DEF;PL
vibrasjon N;DEF;SG
dreie V;PST
dreie V;IMP
dreie V.PTCP;PRS
dreie V.PTCP;PST
dreie V;PRS
dreie V.PTCP;PST
dreie V;PST
keramisk ADJ;DEF;SG+PL
keramisk ADJ;NEUT;SG
ingeniør N;DEF;SG
ingeniør N;DEF;PL
ingeniør N;NDEF;PL
aserbajdsjansk N;DEF;SG
aserbajdsjansk ADJ;NEUT;SG
aserbajdsjansk ADJ;DEF;SG+PL
diakon N;DEF;SG
diakon N;DEF;PL
diakon N;NDEF;PL
myke V.PTCP;PST
myke V;IMP
myke V.PTCP;PST
myke V;PST
myke V.PTCP;PRS
myke V;PST
myke V;PRS
gelatin N;DEF;SG
føde V;PST
føde V.PTCP;PST
føde V;PRS
føde V;IMP
koloni N;NDEF;PL
koloni N;DEF;PL
koloni N;DEF;SG
fantastisk ADJ;NEUT;SG
fantastisk ADJ;DEF;SG+PL
abakus N;DEF;SG
abakus N;NDEF;PL
abakus N;DEF;PL
turnering N;DEF;SG
turnering N;NDEF;PL
turnering N;DEF;PL
gjel N;DEF;PL
gjel N;DEF;PL
gjel N;DEF;SG
gjel N;NDEF;PL
usikkerhet N;DEF;SG
usikkerhet N;DEF;PL
usikkerhet N;NDEF;PL
fortelle V;PST
fortelle V.PTCP;PST
fortelle V.PTCP;PRS
fortelle V;IMP
fortelle V;PRS
struts N;DEF;PL
struts N;DEF;SG
struts N;NDEF;PL
mykne V;PST
mykne V;PRS
mykne V.PTCP;PRS
mykne V;PST
revolusjonere V;PST
revolusjonere V.PTCP;PST
revolusjonere V;PRS
revolusjonere V;IMP
comeback N;DEF;PL
comeback N;NDEF;PL
comeback N;DEF;SG
lengsel N;NDEF;PL
lengsel N;DEF;SG
lengsel N;DEF;PL
dinosaur N;DEF;PL
dinosaur N;NDEF;PL
dinosaur N;DEF;SG
tømmerstokk N;NDEF;PL
tømmerstokk N;DEF;PL
tømmerstokk N;DEF;SG
kaptein N;NDEF;PL
kaptein N;DEF;SG
kaptein N;DEF;PL
jerv N;DEF;PL
jerv N;DEF;SG
jerv N;NDEF;PL
komponent N;DEF;PL
komponent N;NDEF;PL
komponent N;DEF;SG
bestyrer N;NDEF;PL
bestyrer N;DEF;PL
bestyrer N;DEF;SG
sikring N;NDEF;PL
sikring N;DEF;SG
sikring N;DEF;PL
eksistere V;IMP
eksistere V.PTCP;PRS
eksistere V.PTCP;PST
eksistere V;PST
eksistere V;PRS
adverb N;DEF;SG
adverb N;NDEF;PL
adverb N;DEF;PL
adverb N;NDEF;PL
retorikk N;DEF;SG
forfriske V.PTCP;PRS
forfriske V;PRS
forfriske V;PST
forfriske V;IMP
putetrekk N;DEF;PL
putetrekk N;DEF;SG
putetrekk N;NDEF;PL
vakker ADJ;SPRL;NDEF
vakker ADJ;SPRL;DEF
vakker ADJ;NEUT;SG
vakker ADJ;DEF;SG+PL
vakker ADJ;CMPR
forbruker N;NDEF;PL
forbruker N;DEF;PL
forbruker N;DEF;SG
kjedereaksjon N;NDEF;PL
kjedereaksjon N;DEF;PL
kjedereaksjon N;DEF;SG
purre N;DEF;SG
purre N;DEF;PL
purre N;NDEF;PL
pessimisme N;DEF;SG
turnpike N;DEF;SG
turnpike N;NDEF;PL
turnpike N;DEF;PL
spindelvev N;DEF;PL
spindelvev N;NDEF;PL
spindelvev N;DEF;SG
spindelvev N;NDEF;PL
spindelvev N;DEF;PL
spindelvev N;DEF;SG
tygge V;IMP
tygge V.PTCP;PST
tygge V;PRS
tygge V;PST
tygge V.PTCP;PRS
tygge V;PST
nordisk ADJ;NEUT;SG
nordisk ADJ;DEF;SG+PL
gammeldags ADJ;DEF;SG+PL
gammeldags ADJ;NEUT;SG
subtrahere V.PTCP;PST
subtrahere V;IMP
subtrahere V;PRS
subtrahere V;PST
subtrahere V.PTCP;PRS
anakronisme N;DEF;SG
anakronisme N;NDEF;PL
anakronisme N;DEF;PL
varsle V;PRS
varsle V.PTCP;PRS
varsle V;IMP
varsle V;PST
askebeger N;DEF;PL
askebeger N;NDEF;PL
askebeger N;DEF;SG
skrog N;DEF;SG
skrog N;NDEF;PL
skrog N;DEF;PL
legemiddel N;DEF;SG
legemiddel N;DEF;PL
legemiddel N;NDEF;PL
legemiddel N;DEF;PL
fastnøkkel N;DEF;PL
fastnøkkel N;NDEF;PL
fastnøkkel N;DEF;SG
topp N;DEF;PL
topp N;NDEF;PL
topp N;DEF;SG
etanol N;DEF;SG
glassverk N;DEF;PL
glassverk N;NDEF;PL
glassverk N;DEF;SG
transportere V;PRS
transportere V;IMP
transportere V.PTCP;PST
transportere V;PST
ressurs N;DEF;SG
ressurs N;NDEF;PL
ressurs N;DEF;PL
konsulent N;DEF;PL
konsulent N;NDEF;PL
konsulent N;DEF;SG
høl N;DEF;PL
høl N;DEF;SG
høl N;NDEF;PL
influensa N;DEF;SG
influensa N;DEF;PL
influensa N;NDEF;PL
knapp N;DEF;SG
knapp N;DEF;PL
knapp N;NDEF;PL
morse V;PST
morse N;DEF;SG
morse V;PRS
morse V;PST
morse V;IMP
kalkun N;NDEF;PL
kalkun N;DEF;SG
kalkun N;DEF;PL
jekk N;DEF;PL
jekk N;NDEF;PL
jekk N;DEF;SG
forslag N;NDEF;PL
forslag N;DEF;PL
forslag N;DEF;SG
forslag N;DEF;PL
åndedrag N;DEF;PL
åndedrag N;NDEF;PL
åndedrag N;DEF;SG
synge V.PTCP;PRS
synge V.PTCP;PST
synge V;PRS
synge V;PST
synge V;IMP
brannmur N;NDEF;PL
brannmur N;DEF;PL
brannmur N;DEF;SG
undulat N;NDEF;PL
undulat N;DEF;SG
undulat N;DEF;PL
prinsipiell ADJ;DEF;SG+PL
prinsipiell ADJ;NEUT;SG
nådeløs ADJ;NEUT;SG
nådeløs ADJ;DEF;SG+PL
rullebane N;NDEF;PL
rullebane N;DEF;SG
rullebane N;DEF;PL
forgifte V;PRS
forgifte V;IMP
forgifte V;PST
lengde N;NDEF;PL
lengde N;DEF;SG
lengde N;DEF;PL
svindel N;DEF;SG
svindel N;NDEF;PL
svindel N;DEF;PL
kobberrør N;DEF;PL
kobberrør N;DEF;SG
kobberrør N;DEF;PL
kobberrør N;NDEF;PL
stråling N;NDEF;PL
stråling N;DEF;SG
stråling N;DEF;PL
stråling N;DEF;SG
kafé N;DEF;PL
kafé N;NDEF;PL
kafé N;DEF;SG
kafé N;DEF;SG
kniv N;DEF;SG
kniv N;DEF;PL
kniv N;NDEF;PL
regn N;DEF;SG
tiende N;NDEF;PL
tiende N;DEF;PL
tiende N;DEF;SG
splitt N;DEF;SG
splitt N;DEF;PL
splitt N;NDEF;PL
eplepai N;NDEF;PL
eplepai N;DEF;SG
eplepai N;DEF;PL
havn N;DEF;SG
havn N;DEF;PL
havn N;DEF;SG
havn N;NDEF;PL
befrukte V.PTCP;PRS
befrukte V;PRS
befrukte V;PST
befrukte V;IMP
befrukte V;PST
sentralstasjon N;DEF;SG
sentralstasjon N;NDEF;PL
sentralstasjon N;DEF;PL
esperanto N;DEF;SG
smertefull ADJ;DEF;SG+PL
smertefull ADJ;NEUT;SG
innhøste V;IMP
innhøste V;PST
innhøste V;PRS
bokser N;DEF;PL
bokser N;DEF;SG
bokser N;NDEF;PL
forbudt ADJ;NEUT;SG
forbudt ADJ;DEF;SG+PL
superlativ N;NDEF;PL
superlativ N;DEF;SG
superlativ N;DEF;PL
sonde N;DEF;PL
sonde N;DEF;SG
sonde N;NDEF;PL
russisk ADJ;DEF;SG+PL
russisk N;DEF;SG
russisk ADJ;NDEF;NEUT;SG
propan N;DEF;SG
tryllekunstner N;DEF;SG
tryllekunstner N;DEF;PL
tryllekunstner N;NDEF;PL
tillatelse N;DEF;SG
tillatelse N;DEF;PL
tillatelse N;NDEF;PL
løpe V;IMP
løpe V.PTCP;PST
løpe V;PST
løpe V.PTCP;PRS
løpe V;PRS
tøs N;DEF;PL
tøs N;DEF;SG
tøs N;NDEF;PL
tøs N;DEF;SG
diplomatisk ADJ;DEF;SG+PL
diplomatisk ADJ;NEUT;SG
informasjon N;NDEF;PL
informasjon N;DEF;SG
informasjon N;DEF;PL
oppfinnelse N;NDEF;PL
oppfinnelse N;DEF;PL
oppfinnelse N;DEF;SG
våt ADJ;CMPR
våt ADJ;DEF;SG+PL
våt ADJ;SPRL;DEF
våt ADJ;NEUT;SG
våt ADJ;SPRL;NDEF
torsk N;DEF;SG
torsk N;NDEF;PL
torsk N;DEF;PL
determinativ N;NDEF;PL
determinativ N;DEF;PL
determinativ N;DEF;SG
determinativ N;DEF;PL
determinativ N;NDEF;PL
albino N;DEF;PL
albino N;NDEF;PL
albino N;DEF;SG
hoppe V;PRS
hoppe V;PST
hoppe N;DEF;SG
hoppe N;DEF;PL
hoppe V.PTCP;PRS
hoppe N;NDEF;PL
hoppe V;IMP
hoppe V;PST
nyfødt ADJ;NEUT;SG
nyfødt ADJ;DEF;SG+PL
forby V;PST
forby V;PRS
forby V;IMP
forby V.PTCP;PST
demens N;DEF;SG
fargerik ADJ;DEF;SG+PL
fargerik ADJ;NEUT;SG
stryking N;DEF;SG
stryking N;NDEF;PL
stryking N;DEF;PL
syntetisk ADJ;NEUT;SG
syntetisk ADJ;DEF;SG+PL
komorer N;DEF;PL
komorer N;DEF;SG
komorer N;NDEF;PL
rundkjøring N;DEF;SG
rundkjøring N;DEF;PL
rundkjøring N;NDEF;PL
prins N;DEF;PL
prins N;NDEF;PL
prins N;DEF;SG
destruere V.PTCP;PST
destruere V;IMP
destruere V;PST
destruere V;PRS
verdifull ADJ;NEUT;SG
verdifull ADJ;DEF;SG+PL
synke V;PST
synke V;IMP
synke V;PRS
synke V.PTCP;PRS
synke V.PTCP;PST
parlament N;DEF;SG
parlament N;NDEF;PL
parlament N;DEF;PL
parlament N;NDEF;PL
parlament N;DEF;PL
lukker N;NDEF;PL
lukker N;DEF;SG
lukker N;DEF;PL
saltholdig ADJ;DEF;SG+PL
saltholdig ADJ;NEUT;SG
skyhøy ADJ;DEF;SG+PL
skyhøy ADJ;NEUT;SG
kystlinje N;DEF;SG
kystlinje N;NDEF;PL
kystlinje N;DEF;PL
suffiks N;NDEF;PL
suffiks N;DEF;PL
suffiks N;DEF;SG
sketsj N;DEF;SG
sketsj N;NDEF;PL
sketsj N;DEF;PL
hygienisk ADJ;NEUT;SG
hygienisk ADJ;DEF;SG+PL
forene V.PTCP;PST
forene V;IMP
forene V;PST
forene V.PTCP;PRS
forene V;PRS
forene V.PTCP;PST
segl N;DEF;PL
segl N;NDEF;PL
segl N;DEF;SG
segl N;DEF;PL
kontinuerlig ADJ;DEF;SG+PL
kontinuerlig ADJ;NEUT;SG
skyld N;DEF;PL
skyld N;DEF;SG
skyld N;NDEF;PL
syfilis N;DEF;SG
piksel N;DEF;SG
piksel N;NDEF;PL
piksel N;DEF;PL
art N;NDEF;PL
art N;DEF;PL
art N;DEF;SG
art N;DEF;SG
snakke V;IMP
snakke V;PRS
snakke V;PST
litauer N;DEF;SG
litauer N;DEF;PL
litauer N;NDEF;PL
gangbru N;DEF;SG
gangbru N;DEF;PL
gangbru N;DEF;SG
gangbru N;NDEF;PL
skinke N;DEF;SG
skinke N;DEF;PL
skinke N;NDEF;PL
beskjed N;NDEF;PL
beskjed N;DEF;SG
beskjed N;DEF;PL
språk N;NDEF;PL
språk N;DEF;PL
språk N;DEF;SG
språk N;DEF;PL
fisker N;DEF;SG
fisker N;DEF;PL
fisker N;NDEF;PL
begavelse N;NDEF;PL
begavelse N;DEF;SG
begavelse N;DEF;PL
tidsskrift N;NDEF;PL
tidsskrift N;DEF;PL
tidsskrift N;DEF;SG
tidsskrift N;NDEF;PL
vaskeservant N;DEF;PL
vaskeservant N;NDEF;PL
vaskeservant N;DEF;SG
diktatur N;DEF;PL
diktatur N;NDEF;PL
diktatur N;DEF;SG
pakke N;NDEF;PL
pakke N;DEF;SG
pakke N;DEF;PL
pakke N;DEF;SG
virksom ADJ;NEUT;SG
virksom ADJ;DEF;SG+PL
korridor N;DEF;SG
korridor N;NDEF;PL
korridor N;DEF;PL
perfekt ADJ;NEUT;SG
perfekt ADJ;DEF;SG+PL
sjonglør N;DEF;SG
sjonglør N;NDEF;PL
sjonglør N;DEF;PL
bibelsk ADJ;NEUT;SG
bibelsk ADJ;DEF;SG+PL
matche V;PST
matche V;PRS
matche V.PTCP;PRS
matche V;IMP
dødfødt ADJ;DEF;SG+PL
dødfødt ADJ;NEUT;SG
ytringsfrihet N;DEF;SG
ytringsfrihet N;NDEF;PL
ytringsfrihet N;DEF;SG
ytringsfrihet N;DEF;PL
viking N;NDEF;PL
viking N;DEF;SG
viking N;DEF;PL
fuktig ADJ;NEUT;SG
fuktig ADJ;DEF;SG+PL
fuktig ADJ;SPRL;NDEF
fuktig ADJ;CMPR
fuktig ADJ;SPRL;DEF
renslighet N;DEF;SG
renslighet N;DEF;SG
bøtte N;NDEF;PL
bøtte N;DEF;PL
bøtte N;DEF;SG
bøtte N;DEF;SG
prisindeks N;DEF;SG
prisindeks N;NDEF;PL
prisindeks N;DEF;PL
nå V.PTCP;PST
nå V;IMP
nå V;PST
nå V;PRS
tastatur N;NDEF;PL
tastatur N;DEF;SG
tastatur N;DEF;PL
tastatur N;DEF;PL
sykdom N;DEF;PL
sykdom N;DEF;SG
sykdom N;NDEF;PL
egg N;DEF;PL
egg N;DEF;SG
egg N;NDEF;PL
hustru N;DEF;PL
hustru N;DEF;SG
hustru N;NDEF;PL
hustru N;DEF;SG
symbolsk ADJ;NEUT;SG
symbolsk ADJ;DEF;SG+PL
førstehjelp N;DEF;SG
etnisitet N;DEF;PL
etnisitet N;NDEF;PL
etnisitet N;DEF;SG
brikke N;DEF;SG
brikke N;DEF;PL
brikke N;NDEF;PL
barnesykdom N;NDEF;PL
barnesykdom N;DEF;PL
barnesykdom N;DEF;SG
statussymbol N;NDEF;PL
statussymbol N;DEF;PL
statussymbol N;DEF;SG
symbol N;DEF;PL
symbol N;DEF;SG
symbol N;NDEF;PL
symbol N;DEF;PL
kjær ADJ;SPRL;NDEF
kjær ADJ;DEF;SG+PL
kjær ADJ;NEUT;SG
kjær ADJ;SPRL;DEF
kjær ADJ;CMPR
mangle V;PST
mangle V;IMP
mangle V.PTCP;PRS
mangle V;PRS
mangle V;PST
kartlegge V.PTCP;PRS
kartlegge V;IMP
kartlegge V;PRS
kartlegge V;PST
kartlegge V.PTCP;PST
synd N;DEF;SG
synd N;DEF;PL
synd N;DEF;SG
synd N;NDEF;PL
costaricaner N;NDEF;PL
costaricaner N;DEF;SG
costaricaner N;DEF;PL
ikon N;DEF;SG
ikon N;DEF;PL
ikon N;NDEF;PL
ikon N;NDEF;PL
verdi N;DEF;PL
verdi N;DEF;SG
verdi N;NDEF;PL
huskatt N;DEF;PL
huskatt N;DEF;SG
huskatt N;NDEF;PL
dokumentmappe N;DEF;SG
dokumentmappe N;NDEF;PL
dokumentmappe N;DEF;PL
berømt ADJ;NEUT;SG
berømt ADJ;DEF;SG+PL
pyramide N;DEF;PL
pyramide N;DEF;SG
pyramide N;NDEF;PL
posisjon N;DEF;PL
posisjon N;DEF;SG
posisjon N;NDEF;PL
mager ADJ;DEF;SG+PL
mager ADJ;NEUT;SG
metropol N;NDEF;PL
metropol N;DEF;PL
metropol N;DEF;SG
barnelærdom N;DEF;SG
barnelærdom N;NDEF;PL
barnelærdom N;DEF;PL
golf N;NDEF;PL
golf N;DEF;SG
golf N;DEF;PL
utkonkurrere V;IMP
utkonkurrere V;PST
utkonkurrere V.PTCP;PST
utkonkurrere V;PRS
svarting N;DEF;SG
svarting N;NDEF;PL
svarting N;DEF;PL
botanisk ADJ;NEUT;SG
botanisk ADJ;DEF;SG+PL
kraft N;DEF;PL
kraft N;NDEF;PL
kraft N;DEF;SG
kraft N;DEF;SG
kulturell ADJ;DEF;SG+PL
kulturell ADJ;NEUT;SG
frosset ADJ;NEUT;SG
frosset ADJ;DEF;SG+PL
søppel N;DEF;SG
vannmølle N;DEF;PL
vannmølle N;DEF;SG
vannmølle N;NDEF;PL
nasjonalitet N;NDEF;PL
nasjonalitet N;DEF;PL
nasjonalitet N;DEF;SG
slektskap N;DEF;PL
slektskap N;DEF;SG
slektskap N;DEF;PL
slektskap N;DEF;SG
slektskap N;NDEF;PL
trone N;DEF;SG
trone N;DEF;PL
trone N;NDEF;PL
omkrets N;DEF;SG
omkrets N;DEF;PL
omkrets N;NDEF;PL
servitør N;DEF;PL
servitør N;DEF;SG
servitør N;NDEF;PL
edderkopp N;DEF;SG
edderkopp N;DEF;PL
edderkopp N;NDEF;PL
revolver N;NDEF;PL
revolver N;DEF;SG
revolver N;DEF;PL
varemerke N;DEF;SG
varemerke N;NDEF;PL
varemerke N;DEF;PL
sang N;DEF;PL
sang N;NDEF;PL
sang N;DEF;SG
kristadelfianer N;DEF;SG
kristadelfianer N;NDEF;PL
kristadelfianer N;DEF;PL
eksplosjon N;DEF;SG
eksplosjon N;DEF;PL
eksplosjon N;NDEF;PL
ha V;PST
ha V;PRS
ha V;IMP
ha V.PTCP;PST
perfeksjonist N;DEF;PL
perfeksjonist N;NDEF;PL
perfeksjonist N;DEF;SG
legemlig ADJ;NEUT;SG
legemlig ADJ;DEF;SG+PL
bruk N;DEF;SG
bruk N;DEF;SG
sportslig ADJ;NEUT;SG
sportslig ADJ;DEF;SG+PL
burmeser N;NDEF;PL
burmeser N;DEF;PL
burmeser N;DEF;SG
flass N;NDEF;PL
flass N;DEF;SG
flass N;DEF;PL
flass N;DEF;PL
istid N;DEF;SG
istid N;DEF;PL
istid N;NDEF;PL
skål N;DEF;SG
skål N;DEF;PL
skål N;NDEF;PL
skål N;DEF;SG
garderobe N;NDEF;PL
garderobe N;DEF;PL
garderobe N;DEF;SG
folkemusikk N;DEF;SG
tørst ADJ;CMPR
tørst ADJ;SPRL;DEF
tørst ADJ;NEUT;SG
tørst ADJ;DEF;SG+PL
tørst N;DEF;SG
tørst ADJ;SPRL;NDEF
jordskjelv N;DEF;PL
jordskjelv N;DEF;SG
jordskjelv N;NDEF;PL
mutter N;NDEF;PL
mutter N;DEF;SG
mutter N;DEF;PL
mutter N;DEF;PL
mutter N;NDEF;PL
kvadratkilometer N;DEF;PL
kvadratkilometer N;NDEF;PL
kvadratkilometer N;DEF;SG
italiensk N;DEF;SG
italiensk ADJ;DEF;SG+PL
italiensk ADJ;NEUT;SG
ukentlig ADJ;DEF;SG+PL
ukentlig ADJ;NEUT;SG
kvartal N;NDEF;PL
kvartal N;DEF;PL
kvartal N;DEF;PL
kvartal N;NDEF;PL
kvartal N;DEF;SG
bekk N;DEF;SG
bekk N;DEF;PL
bekk N;NDEF;PL
viskositet N;NDEF;PL
viskositet N;DEF;SG
viskositet N;DEF;PL
maler N;DEF;SG
maler N;NDEF;PL
maler N;DEF;PL
dele V;PRS
dele V;IMP
dele V.PTCP;PST
dele V;PST
skrekkelig ADJ;NEUT;SG
skrekkelig ADJ;DEF;SG+PL
skrekkelig ADJ;SPRL;NDEF
skrekkelig ADJ;SPRL;DEF
skrekkelig ADJ;CMPR
tredemølle N;DEF;SG
tredemølle N;DEF;PL
tredemølle N;DEF;SG
tredemølle N;NDEF;PL
syndebukk N;DEF;PL
syndebukk N;DEF;SG
syndebukk N;NDEF;PL
implisere V;PST
implisere V.PTCP;PST
implisere V;PRS
implisere V;IMP
implisere V.PTCP;PRS
mester N;NDEF;PL
mester N;DEF;SG
mester N;DEF;PL
mester N;DEF;PL
år N;DEF;PL
år N;DEF;SG
år N;NDEF;PL
flom N;DEF;SG
flom N;NDEF;PL
flom N;DEF;PL
nordkoreaner N;NDEF;PL
nordkoreaner N;DEF;SG
nordkoreaner N;DEF;PL
jordmor N;DEF;SG
jordmor N;NDEF;PL
jordmor N;DEF;PL
jordmor N;NDEF;PL
kubaner N;DEF;PL
kubaner N;DEF;SG
kubaner N;NDEF;PL
montenegriner N;DEF;PL
montenegriner N;NDEF;PL
montenegriner N;DEF;SG
fortid N;DEF;SG
fortid N;DEF;PL
fortid N;NDEF;PL
fortid N;DEF;SG
sirkelsag N;DEF;SG
sirkelsag N;NDEF;PL
sirkelsag N;DEF;PL
hjelpsom ADJ;DEF;SG+PL
hjelpsom ADJ;NEUT;SG
frivillig ADJ;DEF;SG+PL
frivillig ADJ;NEUT;SG
enfoldig ADJ;DEF;SG+PL
enfoldig ADJ;NEUT;SG
plakk N;DEF;SG
løselig ADJ;DEF;SG+PL
løselig ADJ;NEUT;SG
motvirke V.PTCP;PRS
motvirke V;PST
motvirke V;PRS
motvirke V;IMP
motvirke V;PST
tablett N;NDEF;PL
tablett N;DEF;PL
tablett N;DEF;SG
singaporer N;DEF;PL
singaporer N;NDEF;PL
singaporer N;DEF;SG
algoritme N;DEF;SG
algoritme N;NDEF;PL
algoritme N;DEF;PL
røyskatt N;NDEF;PL
røyskatt N;DEF;PL
røyskatt N;DEF;SG
røyker N;NDEF;PL
røyker N;DEF;SG
røyker N;DEF;PL
vitne N;DEF;PL
vitne N;NDEF;PL
vitne N;DEF;SG
vitne N;DEF;PL
torsdag N;NDEF;PL
torsdag N;DEF;SG
torsdag N;DEF;PL
reservoar N;DEF;PL
reservoar N;DEF;SG
reservoar N;NDEF;PL
lufthavn N;DEF;SG
lufthavn N;NDEF;PL
lufthavn N;DEF;PL
koordinasjon N;DEF;SG
koordinasjon N;NDEF;PL
koordinasjon N;DEF;PL
fluid N;DEF;PL
fluid N;NDEF;PL
fluid N;DEF;SG
fluid N;DEF;PL
fluid N;NDEF;PL
drake N;DEF;PL
drake N;DEF;SG
drake N;NDEF;PL
sigarett N;NDEF;PL
sigarett N;DEF;SG
sigarett N;DEF;SG
målestokk N;DEF;SG
målestokk N;DEF;PL
målestokk N;NDEF;PL
diskvalifisere V;IMP
diskvalifisere V.PTCP;PRS
diskvalifisere V.PTCP;PST
diskvalifisere V;PST
diskvalifisere V;PRS
frigjøre V;IMP
frigjøre V.PTCP;PRS
frigjøre V.PTCP;PST
frigjøre V;PST
hakekors N;DEF;PL
hakekors N;DEF;SG
hakekors N;NDEF;PL
brøk N;NDEF;PL
brøk N;DEF;SG
brøk N;DEF;PL
skihopper N;NDEF;PL
skihopper N;DEF;PL
skihopper N;DEF;SG
ubegrenset ADJ;NEUT;SG
ubegrenset ADJ;DEF;SG+PL
ubegrenset ADJ;DEF;SG+PL
alternativ ADJ;DEF;SG+PL
alternativ N;NDEF;PL
alternativ ADJ;NEUT;SG
alternativ N;DEF;PL
alternativ N;NDEF;PL
alternativ N;DEF;SG
kremere V;PST
kremere V.PTCP;PST
kremere V;PRS
kremere V;IMP
repertoar N;DEF;PL
repertoar N;NDEF;PL
repertoar N;DEF;SG
repertoar N;DEF;PL
årsdag N;DEF;PL
årsdag N;NDEF;PL
årsdag N;DEF;SG
plast N;DEF;PL
plast N;DEF;SG
plast N;NDEF;PL
nauruer N;DEF;PL
nauruer N;DEF;SG
nauruer N;NDEF;PL
kontekst N;NDEF;PL
kontekst N;DEF;PL
kontekst N;DEF;SG
gordisk knute N;DEF;SG
milliardær N;DEF;SG
milliardær N;NDEF;PL
milliardær N;DEF;PL
hundeeier N;DEF;SG
hundeeier N;DEF;PL
hundeeier N;NDEF;PL
gjenbruk N;DEF;SG
gjenbruk N;DEF;SG
høyteknologisk ADJ;NEUT;SG
høyteknologisk ADJ;DEF;SG+PL
fotball N;NDEF;PL
fotball N;DEF;PL
fotball N;DEF;SG
program N;NDEF;PL
program N;DEF;PL
program N;DEF;SG
program N;DEF;PL
isolere V.PTCP;PST
isolere V;PST
isolere V;IMP
isolere V;PRS
isolere V.PTCP;PRS
rørsukker N;DEF;SG
rapportere V;IMP
rapportere V;PRS
rapportere V;PST
rapportere V.PTCP;PST
rapportere V.PTCP;PRS
alkoholholdig ADJ;DEF;SG+PL
alkoholholdig ADJ;NEUT;SG
halvøy N;DEF;SG
halvøy N;DEF;PL
halvøy N;NDEF;PL
nyttårsdag N;DEF;SG
nyttårsdag N;DEF;PL
nyttårsdag N;NDEF;PL
forskjellig ADJ;NEUT;SG
forskjellig ADJ;DEF;SG+PL
kvikksand N;DEF;SG
bevæpne V;IMP
bevæpne V;PRS
bevæpne V;PST
bevæpne V;IMP
bore V;PST
bore V;IMP
bore V;PRS
bore V.PTCP;PRS
tilpasse V;PST
tilpasse V;PRS
tilpasse V.PTCP;PRS
tilpasse V;IMP
tilpasse V;PST
topphemmelig ADJ;DEF;SG+PL
topphemmelig ADJ;NEUT;SG
sterk ADJ;DEF;SG+PL
sterk ADJ;SPRL;DEF
sterk ADJ;NEUT;SG
sterk ADJ;SPRL;NDEF
sterk ADJ;CMPR
magedanserinne N;DEF;SG
magedanserinne N;NDEF;PL
magedanserinne N;DEF;PL
forklaring N;DEF;PL
forklaring N;DEF;SG
forklaring N;NDEF;PL
forklaring N;DEF;SG
vegetariansk ADJ;DEF;SG+PL
vegetariansk ADJ;NEUT;SG
økotype N;NDEF;PL
økotype N;DEF;PL
økotype N;DEF;SG
dynetrekk N;DEF;PL
dynetrekk N;NDEF;PL
dynetrekk N;DEF;PL
dynetrekk N;DEF;SG
forkortelse N;NDEF;PL
forkortelse N;DEF;SG
forkortelse N;NDEF;PL
provins N;DEF;SG
provins N;DEF;PL
provins N;NDEF;PL
skifte V;PST
skifte V.PTCP;PRS
skifte V;IMP
skifte V;PST
skifte V;PRS
ingenmannsland N;DEF;SG
onkel N;NDEF;PL
onkel N;DEF;PL
onkel N;DEF;SG
forhindre V;PRS
forhindre V;PST
forhindre V;PST
forhindre V;IMP
forhindre V;IMP
fallskjerm N;NDEF;PL
fallskjerm N;DEF;PL
fallskjerm N;DEF;SG
dis N;DEF;SG
utelukke V;PRS
utelukke V;IMP
utelukke V;PST
utelukke V;PST
forandre V;PST
forandre V;IMP
forandre V;PRS
forandre V;IMP
pryde V.PTCP;PRS
pryde V;PRS
pryde V;PST
pryde V;IMP
årtusen N;DEF;SG
årtusen N;NDEF;PL
årtusen N;DEF;PL
drøm N;DEF;PL
drøm N;NDEF;PL
drøm N;DEF;SG
perfeksjon N;DEF;SG
perfeksjon N;NDEF;PL
perfeksjon N;DEF;PL
landsby N;NDEF;PL
landsby N;DEF;PL
landsby N;DEF;SG
None V;PRS;PASS
None V;NFIN;ACT
None V;PRS;ACT
None V;NFIN;PASS
None V.PTCP;PST
None V.PTCP;PRS
None V;IMP
None V;PST
None V.PTCP;PRS
None V;PRS;PASS
None V;PRS;ACT
oljemaleri N;DEF;PL
oljemaleri N;DEF;SG
oljemaleri N;NDEF;PL
oljemaleri N;DEF;PL
oljemaleri N;NDEF;PL
brødrister N;DEF;SG
brødrister N;NDEF;PL
brødrister N;DEF;PL
bronkitt N;DEF;SG
bronkitt N;NDEF;PL
bronkitt N;DEF;PL
rød dag N;PL
troll N;DEF;SG
troll N;DEF;PL
troll N;NDEF;PL
troll N;DEF;PL
kolonne N;DEF;SG
kolonne N;NDEF;PL
kolonne N;DEF;PL
bilkø N;DEF;PL
bilkø N;DEF;SG
bilkø N;NDEF;PL
skuespill N;NDEF;PL
skuespill N;DEF;SG
skuespill N;DEF;PL
silisium N;DEF;SG
blindpassasjer N;NDEF;PL
blindpassasjer N;DEF;PL
blindpassasjer N;DEF;SG
brenne V;IMP
brenne V.PTCP;PST
brenne V.PTCP;PRS
brenne V;PST
brenne V;PRS
statistisk ADJ;NEUT;SG
statistisk ADJ;DEF;SG+PL
forstad N;DEF;PL
forstad N;NDEF;PL
forstad N;DEF;SG
totalitær ADJ;NEUT;SG
totalitær ADJ;DEF;SG+PL
tyngdekraft N;DEF;PL
tyngdekraft N;DEF;SG
tyngdekraft N;NDEF;PL
tyngdekraft N;DEF;SG
kran N;DEF;PL
kran N;NDEF;PL
kran N;DEF;SG
kran N;DEF;SG
frukthage N;DEF;SG
frukthage N;DEF;PL
frukthage N;NDEF;PL
komfyr N;NDEF;PL
komfyr N;DEF;PL
komfyr N;DEF;SG
fiken N;NDEF;PL
fiken N;DEF;SG
fiken N;DEF;PL
forkjølelse N;DEF;PL
forkjølelse N;NDEF;PL
forkjølelse N;DEF;SG
verdensmesterskap N;NDEF;PL
verdensmesterskap N;DEF;SG
verdensmesterskap N;DEF;PL
verdensmesterskap N;DEF;PL
tilskuer N;DEF;SG
tilskuer N;DEF;PL
tilskuer N;NDEF;PL
kartografi N;DEF;SG
klær N;DEF;PL
håndfull N;NDEF;PL
håndfull N;DEF;SG
håndfull N;DEF;PL
ambisjon N;NDEF;PL
ambisjon N;DEF;SG
ambisjon N;DEF;PL
epidemisk ADJ;DEF;SG+PL
epidemisk ADJ;NEUT;SG
konisk ADJ;NEUT;SG
konisk ADJ;DEF;SG+PL
forbindelse N;NDEF;PL
forbindelse N;DEF;PL
forbindelse N;DEF;SG
million N;DEF;PL
million N;NDEF;PL
million N;DEF;SG
oppdage V;IMP
oppdage V;PST
oppdage V;PRS
oppdage V.PTCP;PRS
forord N;NDEF;PL
forord N;DEF;SG
forord N;DEF;PL
forord N;DEF;PL
stykke N;NDEF;PL
stykke N;DEF;SG
stykke N;DEF;PL
albatross N;DEF;SG
albatross N;DEF;PL
albatross N;NDEF;PL
lett ADJ;NEUT;SG
lett ADJ;DEF;SG+PL
lett ADJ;SPRL;DEF
lett ADJ;CMPR
lett ADJ;SPRL;NDEF
skinn N;DEF;PL
skinn N;DEF;SG
skinn N;NDEF;PL
skinn N;DEF;PL
finne opp V;PST
finne opp V;PRS
finne opp V;IMP
finne opp V.PTCP;PST
sammenligne V.PTCP;PRS
sammenligne V;PST
sammenligne V;PST
sammenligne V;IMP
hunn N;DEF;SG
hunn N;NDEF;PL
hunn N;DEF;PL
uvennlig ADJ;NEUT;SG
uvennlig ADJ;DEF;SG+PL
galskap N;DEF;SG
galskap N;NDEF;PL
galskap N;DEF;PL
radioaktiv ADJ;NEUT;SG
radioaktiv ADJ;DEF;SG+PL
vital ADJ;DEF;SG+PL
vital ADJ;NEUT;SG
nypotet N;NDEF;PL
nypotet N;DEF;PL
nypotet N;DEF;SG
dataprogram N;DEF;PL
dataprogram N;NDEF;PL
dataprogram N;DEF;SG
dataprogram N;DEF;PL
dataprogram N;NDEF;PL
fortau N;DEF;PL
fortau N;DEF;SG
fortau N;NDEF;PL
fortau N;DEF;PL
fortau N;NDEF;PL
hode N;DEF;SG
hode N;DEF;PL
hode N;NDEF;PL
hode N;DEF;PL
fugleliv N;DEF;SG
fattig ADJ;DEF;SG+PL
fattig ADJ;SPRL;DEF
fattig ADJ;SPRL;NDEF
fattig ADJ;NEUT;SG
fattig ADJ;CMPR
tidel N;DEF;PL
tidel N;NDEF;PL
tidel N;DEF;SG
blindeskrift N;DEF;SG
hinne N;NDEF;PL
hinne N;DEF;SG
hinne N;DEF;PL
sol N;DEF;PL
sol N;NDEF;PL
sol N;DEF;SG
millionær N;DEF;SG
millionær N;NDEF;PL
millionær N;DEF;PL
behandling N;NDEF;PL
behandling N;DEF;SG
behandling N;DEF;SG
behandling N;DEF;PL
saltvann N;DEF;SG
kreere V;PST
kreere V;PRS
kreere V;IMP
kreere V.PTCP;PRS
kreere V.PTCP;PST
univers N;DEF;PL
univers N;DEF;SG
univers N;NDEF;PL
univers N;NDEF;PL
univers N;DEF;PL
uforandret ADJ;NEUT;SG
uforandret ADJ;DEF;SG+PL
vindmølle N;DEF;PL
vindmølle N;NDEF;PL
vindmølle N;DEF;SG
vindmølle N;DEF;SG
symptom N;DEF;PL
symptom N;NDEF;PL
symptom N;DEF;SG
polsk N;DEF;SG
polsk ADJ;DEF;SG+PL
polsk ADJ;NEUT;SG
skulle V;PRS
skulle V.PTCP;PST
skulle V;PST
hårklipp N;NDEF;PL
hårklipp N;DEF;PL
hårklipp N;DEF;SG
edelsten N;DEF;PL
edelsten N;NDEF;PL
edelsten N;DEF;SG
knallsyre N;DEF;SG
knallsyre N;DEF;SG
veg N;NDEF;PL
veg N;DEF;PL
veg N;DEF;SG
tjern N;DEF;PL
tjern N;DEF;SG
tjern N;NDEF;PL
tjern N;DEF;PL
tjern N;NDEF;PL
tjern N;DEF;SG
bety V.PTCP;PST
bety V;IMP
bety V;PST
bety V;PST
bety V;PRS
myte N;NDEF;PL
myte N;DEF;SG
myte N;DEF;PL
liturgisk ADJ;DEF;SG+PL
liturgisk ADJ;NEUT;SG
monarki N;DEF;PL
monarki N;NDEF;PL
monarki N;DEF;SG
abbed N;DEF;PL
abbed N;DEF;SG
abbed N;NDEF;PL
kvadratisk ADJ;DEF;SG+PL
kvadratisk ADJ;NEUT;SG
symbolisere V;PRS
symbolisere V.PTCP;PST
symbolisere V;PST
symbolisere V;IMP
appelsintre N;DEF;PL
appelsintre N;NDEF;PL
appelsintre N;NDEF;PL
appelsintre N;DEF;SG
periodesystem N;DEF;SG
jordskred N;DEF;PL
jordskred N;DEF;SG
jordskred N;NDEF;PL
jordskred N;DEF;PL
uvilkårlig ADJ;NEUT;SG
uvilkårlig ADJ;DEF;SG+PL
gruvearbeider N;DEF;PL
gruvearbeider N;DEF;SG
gruvearbeider N;NDEF;PL
hårbørste N;NDEF;PL
hårbørste N;DEF;SG
hårbørste N;DEF;PL
punktlig ADJ;DEF;SG+PL
punktlig ADJ;NEUT;SG
appetitt N;DEF;SG
addisjon N;DEF;SG
addisjon N;DEF;PL
addisjon N;NDEF;PL
redigere V;PRS
redigere V;PST
redigere V.PTCP;PRS
redigere V;IMP
redigere V.PTCP;PST
melasse N;DEF;SG
meningsløs ADJ;DEF;SG+PL
meningsløs ADJ;NEUT;SG
nerve N;DEF;SG
nerve N;DEF;PL
nerve N;NDEF;PL
folie N;NDEF;PL
folie N;DEF;PL
folie N;DEF;SG
gammel ADJ;DEF;SG+PL
gammel ADJ;SPRL;DEF
gammel ADJ;NEUT;SG
gammel ADJ;CMPR
gammel ADJ;SPRL;NDEF
skarlagen N;DEF;PL
skarlagen N;DEF;SG
skarlagen N;NDEF;PL
gruppe N;DEF;PL
gruppe N;DEF;SG
gruppe N;NDEF;PL
gruppe N;DEF;SG
forhandling N;NDEF;PL
forhandling N;DEF;PL
forhandling N;DEF;SG
tisse V;PST
tisse V;IMP
tisse V;PRS
tisse V;PST
sperrebånd N;DEF;PL
sperrebånd N;NDEF;PL
sperrebånd N;DEF;PL
sperrebånd N;DEF;SG
teppe N;DEF;SG
teppe N;DEF;PL
teppe N;NDEF;PL
teppe N;DEF;PL
skjønn ADJ;DEF;SG+PL
skjønn ADJ;NEUT;SG
kule N;DEF;SG
kule N;NDEF;PL
kule N;DEF;PL
stengel N;DEF;PL
stengel N;NDEF;PL
stengel N;DEF;SG
verdiløs ADJ;DEF;SG+PL
verdiløs ADJ;NEUT;SG
inndele V;PRS
inndele V;PST
inndele V.PTCP;PST
inndele V;IMP
blasfemi N;DEF;SG
ibenholt N;DEF;SG
ibenholt N;DEF;SG
male V;IMP
male V.PTCP;PST
male V;PRS
male V.PTCP;PRS
male V;PST
vokabular N;NDEF;PL
vokabular N;DEF;SG
vokabular N;DEF;PL
vokabular N;DEF;PL
autoritet N;NDEF;PL
autoritet N;DEF;PL
autoritet N;DEF;SG
halvautomatisk ADJ;DEF;SG+PL
halvautomatisk ADJ;NEUT;SG
tvetydig ADJ;DEF;PL
tvetydig ADJ;NEUT
bru N;DEF;SG
bru N;NDEF;PL
bru N;DEF;PL
bru N;DEF;SG
morgen N;NDEF;PL
morgen N;DEF;SG
morgen N;DEF;PL
ingefærøl N;DEF;SG
gammastråling N;DEF;SG
gammastråling N;DEF;SG
løsne V;PST
løsne V;PRS
løsne V;IMP
påvirke V;IMP
påvirke V;PRS
påvirke V;PST
himmel N;DEF;SG
himmel N;NDEF;PL
himmel N;DEF;PL
sølvtøy N;DEF;SG
brorskap N;DEF;PL
brorskap N;NDEF;PL
brorskap N;DEF;PL
brorskap N;NDEF;PL
brorskap N;DEF;SG
størrelse N;NDEF;PL
størrelse N;DEF;SG
størrelse N;DEF;PL
seksdel N;NDEF;PL
seksdel N;DEF;SG
seksdel N;DEF;PL
produsere V.PTCP;PST
produsere V;PST
produsere V;IMP
produsere V;PRS
komedie N;DEF;PL
komedie N;NDEF;PL
komedie N;DEF;SG
brett N;DEF;PL
brett N;NDEF;PL
brett N;DEF;SG
brett N;NDEF;PL
brett N;DEF;PL
fjerdedel N;DEF;PL
fjerdedel N;DEF;SG
fjerdedel N;NDEF;PL
pessimist N;DEF;PL
pessimist N;DEF;SG
pessimist N;NDEF;PL
natriumklorid N;DEF;SG
gren N;NDEF;PL
gren N;DEF;PL
gren N;DEF;SG
gren N;DEF;SG
flyte V;PST
flyte V;IMP
flyte V.PTCP;PRS
flyte V.PTCP;PST
flyte V;PST
flyte V;PRS
krasje V;PST
krasje V;PRS
krasje V.PTCP;PRS
krasje V;IMP
krasje V;PST
justerbar ADJ;DEF;SG+PL
justerbar ADJ;NEUT;SG
massiv ADJ;NEUT;SG
massiv ADJ;DEF;SG+PL
kunde N;DEF;SG
kunde N;DEF;PL
kunde N;NDEF;PL
dikter N;NDEF;PL
dikter N;DEF;PL
dikter N;DEF;SG
beniner N;NDEF;PL
beniner N;DEF;SG
beniner N;DEF;PL
madagasser N;NDEF;PL
madagasser N;DEF;SG
madagasser N;DEF;PL
jernbanelinje N;NDEF;PL
jernbanelinje N;DEF;SG
jernbanelinje N;DEF;SG
jernbanelinje N;DEF;PL
råtne V;PST
råtne V;IMP
råtne V;PRS
råtne V.PTCP;PRS
autisme N;DEF;SG
skjegg N;NDEF;PL
skjegg N;DEF;PL
skjegg N;DEF;SG
skjegg N;DEF;PL
sprengstoff N;DEF;SG
sprengstoff N;NDEF;PL
sprengstoff N;DEF;PL
sprengstoff N;DEF;PL
indonesier N;DEF;PL
indonesier N;NDEF;PL
indonesier N;DEF;SG
dogme N;DEF;PL
dogme N;DEF;SG
dogme N;NDEF;PL
dogme N;DEF;PL
luksuriøs ADJ;NEUT;SG
luksuriøs ADJ;DEF;SG+PL
akustisk ADJ;NEUT;SG
akustisk ADJ;DEF;SG+PL
snømåke N;DEF;PL
snømåke N;NDEF;PL
snømåke N;DEF;SG
kurder N;DEF;PL
kurder N;NDEF;PL
kurder N;DEF;SG
komiker N;DEF;PL
komiker N;NDEF;PL
komiker N;DEF;SG
automat N;DEF;PL
automat N;DEF;SG
automat N;NDEF;PL
navlestreng N;DEF;SG
navlestreng N;NDEF;PL
navlestreng N;DEF;PL
kommersiell ADJ;NEUT;SG
kommersiell ADJ;DEF;SG+PL
bredde N;NDEF;PL
bredde N;DEF;PL
bredde N;DEF;SG
tefat N;NDEF;PL
tefat N;DEF;PL
tefat N;DEF;SG
horde N;NDEF;PL
horde N;DEF;SG
horde N;DEF;PL
dobbelthake N;NDEF;PL
dobbelthake N;DEF;SG
dobbelthake N;DEF;PL
attraksjon N;NDEF;PL
attraksjon N;DEF;PL
attraksjon N;DEF;SG
nedgradere V;PST
nedgradere V;IMP
nedgradere V.PTCP;PRS
nedgradere V;PRS
nedgradere V.PTCP;PST
skjermutskrift N;DEF;PL
skjermutskrift N;DEF;SG
skjermutskrift N;NDEF;PL
skjermutskrift N;DEF;SG
bygdelag N;DEF;PL
bygdelag N;DEF;SG
bygdelag N;NDEF;PL
bygdelag N;DEF;PL
forhold N;DEF;PL
forhold N;NDEF;PL
forhold N;DEF;SG
tresleiv N;DEF;SG
tresleiv N;DEF;PL
tresleiv N;NDEF;PL
aluminiumsfolie N;DEF;SG
aluminiumsfolie N;DEF;PL
aluminiumsfolie N;NDEF;PL
bakke N;DEF;SG
bakke N;DEF;PL
bakke N;NDEF;PL
gotisk ADJ;DEF;SG+PL
gotisk ADJ;NEUT;SG
marked N;NDEF;PL
marked N;DEF;PL
marked N;DEF;SG
marked N;NDEF;PL
kreativitet N;DEF;SG
kongerike N;DEF;PL
kongerike N;NDEF;PL
kongerike N;DEF;SG
kongerike N;DEF;PL
fruktbar ADJ;DEF;SG+PL
fruktbar ADJ;NEUT;SG
biskop N;NDEF;PL
biskop N;DEF;PL
biskop N;DEF;SG
halvkule N;DEF;SG
halvkule N;DEF;PL
halvkule N;NDEF;PL
or N;DEF;SG
or N;DEF;PL
or N;NDEF;PL
skjære V;IMP
skjære V;PST
skjære V.PTCP;PST
skjære N;NDEF;PL
skjære N;DEF;PL
skjære N;DEF;SG
skjære V;PRS
skjære N;DEF;SG
presentasjon N;DEF;PL
presentasjon N;NDEF;PL
presentasjon N;DEF;SG
steinblokk N;NDEF;PL
steinblokk N;DEF;SG
steinblokk N;DEF;PL
hengebro N;DEF;SG
hengebro N;DEF;PL
hengebro N;NDEF;PL
dødsdømt ADJ;DEF;SG+PL
dødsdømt ADJ;NEUT;SG
lugar N;DEF;SG
lugar N;NDEF;PL
lugar N;DEF;PL
vitsemaker N;DEF;PL
vitsemaker N;NDEF;PL
vitsemaker N;DEF;SG
månedlig ADJ;NEUT;SG
månedlig ADJ;DEF;SG+PL
snøbrett N;DEF;SG
snøbrett N;DEF;PL
snøbrett N;NDEF;PL
snøbrett N;DEF;PL
islandsk N;DEF;SG
islandsk ADJ;NEUT;SG
islandsk ADJ;DEF;SG+PL
fanatisk ADJ;NEUT;SG
fanatisk ADJ;DEF;SG+PL
opprinnelse N;DEF;PL
opprinnelse N;DEF;SG
opprinnelse N;NDEF;PL
ferdig ADJ;DEF;SG+PL
ferdig ADJ;NEUT;SG
uidentifisert ADJ;NEUT;SG
uidentifisert ADJ;DEF;SG+PL
forekomst N;NDEF;PL
forekomst N;DEF;SG
forekomst N;DEF;PL
utstillingsdukke N;DEF;PL
utstillingsdukke N;NDEF;PL
utstillingsdukke N;DEF;SG
forandring N;DEF;PL
forandring N;DEF;SG
forandring N;NDEF;PL
gasse N;NDEF;PL
gasse N;DEF;SG
gasse N;DEF;PL
nymfomani N;DEF;SG
nivå N;DEF;SG
nivå N;DEF;PL
nivå N;NDEF;PL
nivå N;NDEF;PL
nivå N;DEF;PL
portugisisk ADJ;NEUT;SG
portugisisk ADJ;DEF;SG+PL
portugisisk N;DEF;SG
prinsesse N;DEF;SG
prinsesse N;NDEF;PL
prinsesse N;DEF;PL
prinsesse N;DEF;SG
radio N;NDEF;PL
radio N;DEF;SG
radio N;DEF;PL
kurdisk ADJ;NEUT;SG
kurdisk ADJ;DEF;SG+PL
blomsterbed N;DEF;SG
blomsterbed N;NDEF;PL
blomsterbed N;DEF;PL
gi V;PST
gi V.PTCP;PST
gi V;PRS
gi V;IMP
gi V;PST
primær ADJ;NEUT;SG
primær ADJ;DEF;SG+PL
bueskytter N;NDEF;PL
bueskytter N;DEF;PL
bueskytter N;DEF;SG
ekspedisjon N;DEF;SG
ekspedisjon N;DEF;PL
ekspedisjon N;NDEF;PL
finlender N;DEF;SG
finlender N;DEF;PL
finlender N;NDEF;PL
tonn N;DEF;PL
tonn N;NDEF;PL
tonn N;DEF;PL
tonn N;DEF;SG
firedoble V;PRS
firedoble V;PST
firedoble V;IMP
firedoble V;IMP
firedoble V;PST
salomoner N;NDEF;PL
salomoner N;DEF;PL
salomoner N;DEF;SG
sanktlusianer N;NDEF;PL
sanktlusianer N;DEF;SG
sanktlusianer N;DEF;PL
stenge V;PST
stenge V;IMP
stenge V;PRS
stenge V.PTCP;PST
levering N;DEF;SG
levering N;DEF;PL
levering N;NDEF;PL
levering N;DEF;SG
jødisk ADJ;DEF;SG+PL
jødisk ADJ;NEUT;SG
venezuelaner N;NDEF;PL
venezuelaner N;DEF;SG
venezuelaner N;DEF;PL
bryllupskake N;DEF;SG
bryllupskake N;DEF;PL
bryllupskake N;NDEF;PL
hertugdømme N;DEF;SG
hertugdømme N;DEF;PL
hertugdømme N;NDEF;PL
hertugdømme N;DEF;PL
sjømann N;DEF;SG
sjømann N;DEF;PL
sjømann N;NDEF;PL
spiralfjær N;NDEF;PL
spiralfjær N;DEF;PL
spiralfjær N;DEF;SG
spiralfjær N;DEF;SG
spiralfjær N;NDEF;PL
mikroskopisk ADJ;NEUT;SG
mikroskopisk ADJ;DEF;SG+PL
fingertupp N;DEF;SG
fingertupp N;NDEF;PL
fingertupp N;DEF;PL
olje N;NDEF;PL
olje N;DEF;PL
olje N;DEF;SG
olje N;DEF;SG
fiskebåt N;NDEF;PL
fiskebåt N;DEF;SG
fiskebåt N;DEF;PL
senter N;DEF;SG
senter N;NDEF;PL
senter N;DEF;PL
senter N;DEF;PL
senter N;NDEF;PL
tankefull ADJ;NEUT;SG
tankefull ADJ;DEF;SG+PL
møte N;DEF;SG
møte V;PRS
møte N;DEF;PL
møte V.PTCP;PST
møte V;PST
møte V;IMP
møte N;NDEF;PL
møte N;DEF;PL
spekter N;DEF;SG
spekter N;DEF;PL
spekter N;NDEF;PL
spekter N;DEF;PL
spekter N;NDEF;PL
spekter N;DEF;SG
konvolutt N;DEF;SG
konvolutt N;NDEF;PL
konvolutt N;DEF;PL
isbryter N;NDEF;PL
isbryter N;DEF;SG
isbryter N;DEF;PL
uniform N;DEF;SG
uniform N;DEF;PL
uniform N;NDEF;PL
single N;DEF;SG
single N;DEF;PL
single N;NDEF;PL
mur N;NDEF;PL
mur N;DEF;SG
mur N;DEF;PL
ministerium N;DEF;PL
ministerium N;DEF;SG
ministerium N;NDEF;PL
unødvendig ADJ;NEUT;SG
unødvendig ADJ;DEF;SG+PL
maje N;DEF;SG
maje N;NDEF;PL
maje N;DEF;PL
trykkoker N;DEF;PL
trykkoker N;DEF;SG
trykkoker N;NDEF;PL
sørlig ADJ;DEF;SG+PL
sørlig ADJ;NEUT;SG
kamera N;DEF;SG
kamera N;DEF;PL
kamera N;NDEF;PL
allmenn ADJ;NEUT;SG
allmenn ADJ;DEF;SG+PL
øve V;PST
øve V;PRS
øve V.PTCP;PST
øve V.PTCP;PRS
øve V;IMP
øve V.PTCP;PST
øve V;PST
elmotor N;NDEF;PL
elmotor N;DEF;SG
elmotor N;DEF;PL
hodepine N;NDEF;PL
hodepine N;DEF;PL
hodepine N;DEF;SG
eksoterm ADJ;NEUT;SG
eksoterm ADJ;DEF;SG+PL
setebelte N;DEF;PL
setebelte N;DEF;SG
setebelte N;NDEF;PL
teknologi N;DEF;SG
teknologi N;DEF;PL
teknologi N;NDEF;PL
beundring N;DEF;SG
beundring N;DEF;SG
estetisk ADJ;NEUT;SG
estetisk ADJ;DEF;SG+PL
endring N;NDEF;PL
endring N;DEF;SG
endring N;DEF;PL
endring N;DEF;SG
afrikansk ADJ;FEM
afrikansk ADJ;DEF;SG+PL
afrikansk ADJ;MASC
afrikansk ADJ;NEUT
halvtime N;DEF;SG
halvtime N;NDEF;PL
halvtime N;DEF;PL
milkshake N;DEF;SG
milkshake N;DEF;PL
milkshake N;NDEF;PL
tegn N;DEF;PL
tegn N;DEF;SG
tegn N;NDEF;PL
migrene N;DEF;PL
migrene N;NDEF;PL
migrene N;DEF;SG
forhugning N;NDEF;PL
forhugning N;DEF;SG
forhugning N;DEF;SG
forhugning N;DEF;PL
dagbrudd N;DEF;SG
dagbrudd N;DEF;PL
dagbrudd N;NDEF;PL
appelsin N;DEF;SG
appelsin N;NDEF;PL
appelsin N;DEF;PL
skogbruk N;DEF;SG
skogbruk N;DEF;PL
skogbruk N;NDEF;PL
skogbruk N;DEF;PL
spanjol N;DEF;SG
spanjol N;DEF;PL
spanjol N;NDEF;PL
kork N;NDEF;PL
kork N;DEF;SG
kork N;DEF;PL
hærverk N;DEF;PL
hærverk N;NDEF;PL
hærverk N;NDEF;PL
hærverk N;DEF;SG
hærverk N;DEF;PL
blåbær N;NDEF;PL
blåbær N;DEF;SG
blåbær N;DEF;PL
filosofere V;PRS
filosofere V.PTCP;PST
filosofere V;IMP
filosofere V;PST
datasimulering N;DEF;SG
datasimulering N;DEF;PL
datasimulering N;NDEF;PL
datasimulering N;DEF;SG
mineral N;NDEF;PL
mineral N;DEF;SG
mineral N;DEF;PL
mineral N;NDEF;PL
mineral N;DEF;PL
vinge N;DEF;SG
vinge N;NDEF;PL
vinge N;DEF;PL
hyperlenke N;DEF;SG
hyperlenke N;DEF;PL
hyperlenke N;NDEF;PL
islending N;NDEF;PL
islending N;DEF;SG
islending N;DEF;PL
kjegle N;DEF;SG
kjegle N;DEF;SG
kjegle N;NDEF;PL
kjegle N;DEF;PL
tapet N;DEF;PL
tapet N;NDEF;PL
tapet N;DEF;SG
hydrokarbon N;NDEF;PL
hydrokarbon N;DEF;SG
hydrokarbon N;DEF;PL
hydrokarbon N;DEF;PL
billett N;DEF;PL
billett N;DEF;SG
billett N;NDEF;PL
dirigent N;DEF;SG
dirigent N;DEF;PL
dirigent N;NDEF;PL
flertall N;NDEF;PL
flertall N;DEF;SG
flertall N;DEF;PL
flertall N;DEF;PL
forsage V;PRS
forsage V;PST
forsage V.PTCP;PRS
revolusjonær ADJ;DEF;SG+PL
revolusjonær N;NDEF;PL
revolusjonær N;DEF;PL
revolusjonær ADJ;NDEF;NEUT;SG
revolusjonær N;DEF;SG
etterligne V;IMP
etterligne V;PST
etterligne V.PTCP;PRS
etterligne V;PST
etterligne V;PRS
meteorologi N;DEF;SG
produksjon N;NDEF;PL
produksjon N;DEF;SG
produksjon N;DEF;PL
munn N;DEF;PL
munn N;NDEF;PL
munn N;DEF;SG
latter N;DEF;SG
hytte N;DEF;SG
hytte N;NDEF;PL
hytte N;DEF;PL
slovakisk ADJ;DEF;SG+PL
slovakisk N;DEF;SG
slovakisk ADJ;NEUT;SG
salto N;NDEF;PL
salto N;DEF;SG
salto N;DEF;PL
fotosyntese N;DEF;SG
forurensning N;DEF;PL
forurensning N;DEF;SG
forurensning N;NDEF;PL
forurensning N;DEF;SG
langskip N;NDEF;PL
langskip N;DEF;PL
langskip N;DEF;SG
andel N;DEF;SG
andel N;DEF;PL
andel N;NDEF;PL
definisjon N;DEF;PL
definisjon N;NDEF;PL
definisjon N;DEF;SG
kontinental ADJ;DEF;SG+PL
kontinental ADJ;NEUT;SG
øyenskygge N;DEF;SG
øyenskygge N;DEF;PL
øyenskygge N;NDEF;PL
sink N;DEF;SG
søvnløs ADJ;NEUT;SG
søvnløs ADJ;DEF;SG+PL
bauxitt N;DEF;SG
velge V;PRS
velge V;IMP
velge V.PTCP;PRS
velge V;PST
velge V.PTCP;PST
badeby N;NDEF;PL
badeby N;DEF;SG
badeby N;DEF;PL
forelder N;NDEF;PL
forelder N;DEF;PL
forelder N;DEF;SG
mamma N;NDEF;PL
mamma N;DEF;SG
mamma N;DEF;PL
landskap N;DEF;PL
landskap N;NDEF;PL
landskap N;DEF;SG
trulig ADJ;DEF;SG+PL
trulig ADJ;NEUT;SG
japansk ADJ;DEF;SG+PL
japansk ADJ;NEUT;SG
japansk N;DEF;SG
subtraksjon N;DEF;SG
subtraksjon N;NDEF;PL
subtraksjon N;DEF;PL
misjon N;NDEF;PL
misjon N;DEF;PL
misjon N;DEF;SG
prosent N;NDEF;PL
prosent N;DEF;SG
prosent N;DEF;PL
gjerning N;DEF;PL
gjerning N;NDEF;PL
gjerning N;DEF;SG
prosedyre N;NDEF;PL
prosedyre N;DEF;PL
prosedyre N;DEF;SG
fullblodshest N;NDEF;PL
fullblodshest N;DEF;SG
fullblodshest N;DEF;PL
æra N;DEF;SG
æra N;NDEF;PL
æra N;DEF;PL
flaggermus N;DEF;PL
flaggermus N;DEF;SG
flaggermus N;DEF;SG
flaggermus N;NDEF;PL
grønnsak N;DEF;SG
grønnsak N;DEF;PL
grønnsak N;NDEF;PL
kakiplomme N;NDEF;PL
kakiplomme N;DEF;SG
kakiplomme N;DEF;SG
kakiplomme N;DEF;PL
band N;DEF;PL
band N;DEF;SG
band N;NDEF;PL
band N;DEF;PL
glassmester N;NDEF;PL
glassmester N;DEF;PL
glassmester N;DEF;SG
flate N;NDEF;PL
flate N;DEF;SG
flate N;DEF;PL
flate N;DEF;SG
elektromotor N;DEF;SG
elektromotor N;DEF;PL
elektromotor N;NDEF;PL
andorraner N;DEF;SG
andorraner N;DEF;PL
andorraner N;NDEF;PL
tilgang N;DEF;PL
tilgang N;NDEF;PL
tilgang N;DEF;SG
infeksiøs ADJ;DEF;SG+PL
infeksiøs ADJ;NEUT;SG
undervurdere V;IMP
undervurdere V;PST
undervurdere V;PRS
undervurdere V.PTCP;PRS
undervurdere V.PTCP;PST
minske V;PST
minske V;PRS
minske V;IMP
fabrikant N;DEF;PL
fabrikant N;DEF;SG
fabrikant N;NDEF;PL
ending N;DEF;SG
ending N;DEF;PL
ending N;NDEF;PL
oppnå V;IMP
oppnå V.PTCP;PST
oppnå V;PST
oppnå V;PRS
udelelig ADJ;NEUT;SG
udelelig ADJ;DEF;SG+PL
fuktighet N;DEF;SG
fuktighet N;DEF;SG
superlim N;DEF;SG
niese N;DEF;SG
niese N;NDEF;PL
niese N;DEF;PL
fantasere V.PTCP;PST
fantasere V;PST
fantasere V.PTCP;PRS
fantasere V;IMP
fantasere V;PRS
avgjøre V;PST
avgjøre V.PTCP;PRS
avgjøre V;IMP
avgjøre V.PTCP;PST
avgjøre V;PRS
forskjell N;DEF;PL
forskjell N;NDEF;PL
forskjell N;DEF;SG
ønske N;DEF;PL
ønske V;PST
ønske V;IMP
ønske V.PTCP;PST
ønske N;NDEF;PL
ønske N;DEF;SG
ønske V;PRS
ønske V.PTCP;PST
ønske N;DEF;PL
barneprostitusjon N;DEF;SG
amfetamin N;NDEF;PL
amfetamin N;DEF;PL
amfetamin N;DEF;PL
amfetamin N;DEF;SG
amfetamin N;NDEF;PL
kolposkop N;NDEF;PL
kolposkop N;DEF;PL
kolposkop N;DEF;SG
kolposkop N;NDEF;PL
skaper N;DEF;PL
skaper N;NDEF;PL
skaper N;DEF;SG
vakuum N;DEF;PL
vakuum N;NDEF;PL
vakuum N;NDEF;PL
vakuum N;DEF;SG
fotballspiller N;NDEF;PL
fotballspiller N;DEF;PL
fotballspiller N;DEF;SG
proporsjonal ADJ;NEUT;SG
proporsjonal ADJ;DEF;SG+PL
angstbiting N;DEF;SG
angstbiting N;NDEF;PL
angstbiting N;DEF;PL
angstbiting N;DEF;SG
pedo N;DEF;SG
pedo N;DEF;PL
pedo N;NDEF;PL
overfladisk ADJ;DEF;SG+PL
overfladisk ADJ;NEUT;SG
modellfly N;DEF;PL
modellfly N;NDEF;PL
modellfly N;DEF;SG
modellfly N;DEF;PL
fluidmekanikk N;DEF;SG
utropstegn N;NDEF;PL
utropstegn N;DEF;PL
utropstegn N;DEF;SG
spark N;DEF;PL
spark N;NDEF;PL
spark N;DEF;SG
draft N;DEF;SG
draft N;DEF;PL
draft N;NDEF;PL
draft N;DEF;PL
draft N;NDEF;PL
sekund N;DEF;PL
sekund N;DEF;SG
sekund N;NDEF;PL
sekund N;NDEF;PL
lisens N;DEF;PL
lisens N;DEF;SG
lisens N;NDEF;PL
inngang N;DEF;PL
inngang N;NDEF;PL
inngang N;DEF;SG
karbonmonoksid N;DEF;SG
istapp N;DEF;PL
istapp N;NDEF;PL
istapp N;DEF;SG
verktøy N;DEF;PL
verktøy N;NDEF;PL
verktøy N;DEF;SG
verktøy N;NDEF;PL
hue N;NDEF;PL
hue N;DEF;PL
hue N;DEF;SG
hue N;DEF;SG
bakteriologi N;DEF;SG
barn N;NDEF;PL
barn N;DEF;PL
barn N;DEF;SG
barn N;DEF;PL
sersjant N;DEF;PL
sersjant N;DEF;SG
sersjant N;NDEF;PL
uro N;DEF;SG
uro N;DEF;PL
uro N;NDEF;PL
pandemi N;DEF;PL
pandemi N;NDEF;PL
pandemi N;DEF;SG
påhengsmotor N;DEF;SG
påhengsmotor N;NDEF;PL
påhengsmotor N;DEF;PL
skilletegn N;DEF;SG
skilletegn N;DEF;PL
skilletegn N;NDEF;PL
massakre N;DEF;PL
massakre N;DEF;SG
massakre N;NDEF;PL
kirurgisk ADJ;DEF;SG+PL
kirurgisk ADJ;NEUT;SG
merkelig ADJ;NEUT;SG
merkelig ADJ;DEF;SG+PL
grafisk ADJ;DEF;SG+PL
grafisk ADJ;NEUT;SG
stratenrøver N;DEF;PL
stratenrøver N;NDEF;PL
stratenrøver N;DEF;SG
merr N;DEF;PL
merr N;DEF;SG
merr N;NDEF;PL
yoghurt N;DEF;SG
yoghurt N;DEF;PL
yoghurt N;NDEF;PL
rødhet N;DEF;SG
låne V;PST
låne V.PTCP;PRS
låne V.PTCP;PST
låne V;IMP
låne V;PRS
journalist N;DEF;SG
journalist N;DEF;PL
journalist N;NDEF;PL
gummi N;DEF;PL
gummi N;NDEF;PL
gummi N;DEF;SG
rogn N;NDEF;PL
rogn N;DEF;PL
rogn N;DEF;SG
rogn N;DEF;SG
kloster N;NDEF;PL
kloster N;DEF;SG
kloster N;DEF;PL
kloster N;DEF;SG
flis N;DEF;SG
flis N;NDEF;PL
flis N;DEF;PL
flis N;DEF;SG
matforgiftning N;DEF;SG
matforgiftning N;NDEF;PL
matforgiftning N;DEF;PL
afrikaner N;DEF;PL
afrikaner N;DEF;SG
afrikaner N;NDEF;PL
hundredel N;NDEF;PL
hundredel N;DEF;SG
hundredel N;DEF;PL
ghaneser N;DEF;PL
ghaneser N;DEF;SG
ghaneser N;NDEF;PL
nyzealender N;DEF;PL
nyzealender N;NDEF;PL
nyzealender N;DEF;SG
sag N;DEF;SG
sag N;NDEF;PL
sag N;DEF;PL
sag N;DEF;SG
krystallklar ADJ;NEUT;SG
krystallklar ADJ;DEF;SG+PL
mjølk N;DEF;SG
unaturlig ADJ;NEUT;SG
unaturlig ADJ;DEF;SG+PL
svigerfar N;NDEF;PL
svigerfar N;DEF;SG
svigerfar N;DEF;PL
kassett N;DEF;SG
kassett N;NDEF;PL
kassett N;DEF;PL
rabarbra N;DEF;SG
rabarbra N;NDEF;PL
rabarbra N;DEF;PL
sopp N;DEF;SG
sopp N;DEF;PL
sopp N;NDEF;PL
tekopp N;NDEF;PL
tekopp N;DEF;SG
tekopp N;DEF;PL
sengetid N;DEF;SG
sengetid N;NDEF;PL
sengetid N;DEF;PL
sengetid N;DEF;SG
vaffel N;NDEF;PL
vaffel N;DEF;PL
vaffel N;DEF;SG
diameter N;NDEF;PL
diameter N;DEF;PL
diameter N;DEF;SG
diameter N;DEF;PL
turve V;PST
turve V;IMP
turve V.PTCP;PST
turve V;PRS
lukte V;PRS
lukte V.PTCP;PRS
lukte V;IMP
lukte V;PST
lukte V;PST
kvadratrot N;DEF;SG
kvadratrot N;NDEF;PL
kvadratrot N;DEF;PL
kvadratrot N;DEF;SG
bevisst ADJ;DEF;SG+PL
bevisst ADJ;NEUT;SG
samtale N;DEF;SG
samtale N;NDEF;PL
samtale N;DEF;PL
tjener N;DEF;SG
tjener N;DEF;PL
tjener N;NDEF;PL
kineser N;DEF;PL
kineser N;NDEF;PL
kineser N;DEF;SG
kuwaiter N;DEF;PL
kuwaiter N;NDEF;PL
kuwaiter N;DEF;SG
sjettedel N;NDEF;PL
sjettedel N;DEF;PL
sjettedel N;DEF;SG
morgenkåpe N;NDEF;PL
morgenkåpe N;DEF;PL
morgenkåpe N;DEF;SG
kroat N;DEF;PL
kroat N;NDEF;PL
kroat N;DEF;SG
verdensrekord N;NDEF;PL
verdensrekord N;DEF;SG
verdensrekord N;DEF;PL
lineær ADJ;NEUT;SG
lineær ADJ;DEF;SG+PL
versjon N;DEF;SG
versjon N;DEF;PL
versjon N;NDEF;PL
sønn N;DEF;PL
sønn N;NDEF;PL
sønn N;DEF;SG
rokke N;DEF;SG
rokke N;NDEF;PL
rokke N;DEF;PL
rokke N;DEF;SG
relasjon N;NDEF;PL
relasjon N;DEF;PL
relasjon N;DEF;SG
slette N;NDEF;PL
slette N;DEF;PL
slette N;DEF;SG
krangel N;NDEF;PL
krangel N;DEF;PL
krangel N;DEF;SG
rekord N;DEF;SG
rekord N;DEF;PL
rekord N;NDEF;PL
rør N;DEF;PL
rør N;NDEF;PL
rør N;DEF;SG
vits N;DEF;PL
vits N;NDEF;PL
vits N;DEF;SG
par N;DEF;SG
par N;DEF;PL
par N;NDEF;PL
par N;DEF;PL
glorifisere V;PST
glorifisere V;PRS
glorifisere V.PTCP;PST
glorifisere V;IMP
nøkkel N;DEF;PL
nøkkel N;NDEF;PL
nøkkel N;DEF;SG
hertuginne N;NDEF;PL
hertuginne N;DEF;SG
hertuginne N;DEF;PL
hertuginne N;DEF;SG
skiftenøkkel N;DEF;PL
skiftenøkkel N;NDEF;PL
skiftenøkkel N;DEF;SG
sosialisme N;DEF;SG
dårlig ADJ;PL
dårlig ADJ;SPRL
dårlig ADJ;CMPR
pluskvamperfektum N;DEF;SG
pluskvamperfektum N;NDEF;PL
pluskvamperfektum N;DEF;PL
svigerdatter N;NDEF;PL
svigerdatter N;DEF;SG
svigerdatter N;DEF;PL
reportasje N;DEF;SG
reportasje N;NDEF;PL
reportasje N;DEF;PL
svovel N;DEF;SG
svanger ADJ;NEUT;SG
svanger ADJ;DEF;SG+PL
varsel N;NDEF;PL
varsel N;DEF;SG
varsel N;DEF;PL
varsel N;NDEF;PL
varsel N;DEF;PL
millimeter N;DEF;SG
millimeter N;DEF;PL
millimeter N;NDEF;PL
hypnotisme N;DEF;SG
anklage V;IMP
anklage V.PTCP;PST
anklage V.PTCP;PRS
anklage V;PRS
anklage V;PST
anklage V;PST
profesjon N;DEF;PL
profesjon N;NDEF;PL
profesjon N;DEF;SG
lenestol N;DEF;PL
lenestol N;NDEF;PL
lenestol N;DEF;SG
eie V;PST
eie V;IMP
eie V.PTCP;PST
eie V;PST
eie V;PRS
eie V.PTCP;PST
strømpebukse N;NDEF;PL
strømpebukse N;DEF;SG
strømpebukse N;DEF;PL
syn N;DEF;PL
syn N;NDEF;PL
syn V;GEN
syn N;DEF;SG
prisbevisst ADJ;DEF;SG+PL
prisbevisst ADJ;NEUT;SG
referanse N;DEF;SG
referanse N;DEF;PL
referanse N;NDEF;PL
kjøtt N;DEF;SG
hekk N;DEF;PL
hekk N;NDEF;PL
hekk N;DEF;SG
danser N;NDEF;PL
danser N;DEF;SG
danser N;DEF;PL
pasient N;DEF;PL
pasient N;DEF;SG
pasient N;NDEF;PL
tema N;DEF;PL
tema N;NDEF;PL
tema N;DEF;SG
tema N;NDEF;PL
middag N;NDEF;PL
middag N;DEF;PL
middag N;DEF;SG
optimist N;NDEF;PL
optimist N;DEF;PL
optimist N;DEF;SG
diskotek N;NDEF;PL
diskotek N;DEF;PL
diskotek N;DEF;SG
kryss N;DEF;SG
kryss N;DEF;PL
kryss N;NDEF;PL
periode N;DEF;SG
periode N;NDEF;PL
periode N;DEF;PL
gigantisk ADJ;DEF;SG+PL
gigantisk ADJ;NEUT;SG
hengekøye N;NDEF;PL
hengekøye N;DEF;SG
hengekøye N;DEF;SG
hengekøye N;DEF;PL
kostbar ADJ;NEUT;SG
kostbar ADJ;DEF;SG+PL
liv N;DEF;PL
liv N;DEF;PL
liv N;NDEF;PL
liv N;DEF;SG
høflig ADJ;DEF;SG+PL
høflig ADJ;SPRL;NDEF
høflig ADJ;CMPR
høflig ADJ;NEUT;SG
høflig ADJ;SPRL;DEF
slovak N;NDEF;PL
slovak N;DEF;PL
slovak N;DEF;SG
politiker N;NDEF;PL
politiker N;DEF;SG
politiker N;DEF;PL
glemme V;PRS
glemme V.PTCP;PST
glemme V;IMP
glemme V;PST
septisk ADJ;NEUT;SG
septisk ADJ;DEF;SG+PL
landemerke N;DEF;SG
landemerke N;NDEF;PL
landemerke N;DEF;PL
landemerke N;DEF;PL
bygning N;DEF;SG
bygning N;NDEF;PL
bygning N;DEF;PL
tidlig ADJ;SPRL;NDEF
tidlig ADJ;NEUT;SG
tidlig ADJ;CMPR
tidlig ADJ;SPRL;DEF
tidlig ADJ;DEF;SG+PL
kråke N;DEF;PL
kråke N;DEF;SG
kråke N;NDEF;PL
kråke N;DEF;SG
premie N;NDEF;PL
premie N;DEF;PL
premie N;DEF;SG
utgift N;DEF;SG
utgift N;DEF;PL
utgift N;NDEF;PL
skulderveske N;DEF;PL
skulderveske N;NDEF;PL
skulderveske N;DEF;SG
karaffel N;DEF;SG
karaffel N;DEF;PL
karaffel N;NDEF;PL
missil N;NDEF;PL
missil N;DEF;SG
missil N;DEF;PL
rype N;DEF;SG
rype N;DEF;PL
rype N;NDEF;PL
rype N;DEF;SG
relativitet N;DEF;SG
desimalkomma N;DEF;PL
desimalkomma N;DEF;SG
desimalkomma N;NDEF;PL
tegning N;NDEF;PL
tegning N;DEF;PL
tegning N;DEF;SG
sommer N;NDEF;PL
sommer N;DEF;PL
sommer N;DEF;SG
sommer N;NDEF;PL
sommer N;DEF;PL
osean N;DEF;PL
osean N;DEF;SG
osean N;NDEF;PL
nigerer N;DEF;SG
nigerer N;NDEF;PL
nigerer N;DEF;PL
idrett N;NDEF;PL
idrett N;DEF;PL
idrett N;DEF;SG
bringe N;DEF;SG
bringe N;NDEF;PL
bringe N;DEF;PL
enkel ADJ;CMPR
enkel ADJ;SPRL;NDEF
enkel ADJ;DEF;SG+PL
enkel ADJ;NEUT;SG
enkel ADJ;SPRL;DEF
umulig ADJ;DEF;SG+PL
umulig ADJ;NEUT;SG
prostituert ADJ;NEUT;SG
prostituert ADJ;DEF;SG+PL
allé N;DEF;PL
allé N;DEF;SG
allé N;NDEF;PL
allé N;NDEF;PL
allé N;DEF;PL
støttann N;NDEF;PL
støttann N;DEF;SG
støttann N;DEF;PL
næringsstoff N;NDEF;PL
næringsstoff N;DEF;PL
næringsstoff N;DEF;SG
kulehull N;DEF;PL
kulehull N;NDEF;PL
kulehull N;DEF;SG
kulehull N;NDEF;PL
maksimere V.PTCP;PRS
maksimere V;IMP
maksimere V.PTCP;PST
maksimere V;PRS
maksimere V;PST
formalisere V;PST
formalisere V.PTCP;PST
formalisere V;IMP
formalisere V;PRS
trofé N;DEF;PL
trofé N;NDEF;PL
trofé N;DEF;SG
trofé N;DEF;SG
trofé N;NDEF;PL
trofé N;NDEF;PL
trofé N;DEF;SG
strekke V.PTCP;PST
strekke V;PST
strekke V;IMP
strekke V;PRS
strekke V.PTCP;PRS
opprettholde V;PST
opprettholde V;IMP
opprettholde V;PRS
opprettholde V.PTCP;PRS
uløst ADJ;DEF;SG+PL
uløst ADJ;NEUT;SG
muslim N;NDEF;PL
muslim N;DEF;PL
muslim N;DEF;SG
umyndig ADJ;DEF;SG+PL
umyndig ADJ;NEUT;SG
renessanse N;NDEF;PL
renessanse N;DEF;PL
renessanse N;DEF;SG
ror N;NDEF;PL
ror N;DEF;PL
ror N;DEF;SG
etiopier N;DEF;PL
etiopier N;DEF;SG
etiopier N;NDEF;PL
sten N;DEF;SG
sten N;DEF;PL
sten N;NDEF;PL
tam ADJ;DEF;SG+PL
tam ADJ;NEUT;SG
umenneskelig ADJ;DEF;SG+PL
umenneskelig ADJ;NEUT;SG
brukergrensesnitt N;NDEF;PL
brukergrensesnitt N;DEF;SG
brukergrensesnitt N;DEF;PL
brukergrensesnitt N;DEF;PL
aspekt N;DEF;SG
aspekt N;DEF;PL
aspekt N;NDEF;PL
aspekt N;DEF;SG
ledelse N;NDEF;PL
ledelse N;DEF;SG
ledelse N;DEF;PL
avtale N;NDEF;PL
avtale N;DEF;SG
avtale N;DEF;PL
eufemistisk ADJ;NEUT;SG
eufemistisk ADJ;DEF;SG+PL
mikser N;DEF;PL
mikser N;DEF;SG
mikser N;NDEF;PL
øyenvipp N;DEF;PL
øyenvipp N;NDEF;PL
øyenvipp N;DEF;SG
leveranse N;DEF;SG
leveranse N;DEF;PL
leveranse N;NDEF;PL
følsom ADJ;NEUT;SG
følsom ADJ;DEF;SG+PL
omslag N;DEF;PL
omslag N;NDEF;PL
omslag N;DEF;SG
omslag N;DEF;PL
dansegulv N;DEF;PL
dansegulv N;NDEF;PL
dansegulv N;DEF;SG
teleskopisk ADJ;NEUT;SG
teleskopisk ADJ;DEF;SG+PL
hockey N;DEF;SG
voldsom ADJ;NEUT;SG
voldsom ADJ;DEF;SG+PL
reform N;DEF;SG
reform N;DEF;PL
reform N;NDEF;PL
annen ADJ;DEF
annen ADJ;NEUT
annen ADJ;PL
annen ADJ;FEM
hellighet N;DEF;SG
hellighet N;DEF;SG
encyklopedi N;NDEF;PL
encyklopedi N;DEF;PL
encyklopedi N;DEF;SG
vulkan N;NDEF;PL
vulkan N;DEF;PL
vulkan N;DEF;SG
takke V;IMP
takke V;PST
takke V;PRS
kapitél N;DEF;PL
kapitél N;NDEF;PL
kapitél N;DEF;SG
kapitél N;DEF;PL
fremgang N;DEF;SG
fremgang N;NDEF;PL
fremgang N;DEF;PL
smakløs ADJ;NEUT;SG
smakløs ADJ;DEF;SG
tilstrekkelig ADJ;NEUT;SG
tilstrekkelig ADJ;DEF;SG+PL
viser N;DEF;PL
viser N;DEF;SG
viser N;NDEF;PL
pigment N;DEF;SG
pigment N;DEF;PL
pigment N;NDEF;PL
pigment N;DEF;PL
pigment N;NDEF;PL
avis N;DEF;SG
avis N;DEF;PL
avis N;NDEF;PL
strekk N;NDEF;PL
strekk N;DEF;SG
strekk N;DEF;PL
strekk N;NDEF;PL
strekk N;DEF;SG
strekk N;DEF;PL
|
4d04373fa4d29fc208cab0ff095fe1a8c3cbe05c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH12/EX12.9/Ex12_9.sce | 58de35897637d1bfdc0df0226fc6d7f3845b6aea | [] | 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 | 277 | sce | Ex12_9.sce | clc;
Idqmax=0.002;
Idqmin=0.0015;
Vgsmax=-5;
Vgsmin=-0.5;
Vdd=30;
R1=1500000;
R2=1500000;
Vg=Vdd*(R2/(R1+R2));
Vs=Vg-Vgsmax;
Rs=10000;
Idq1=Vs/Rs;
Idq2=(Vg-Vgsmin)/(Rs);
disp('mA',Idq1*1000,"Idq1=")
disp('mA',Idq2*1000,"Idq2=")
disp('Result Is verified', ," ")
|
b746abc33df0b7f2f91f1c1396ac3818aa086c31 | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/rule/0006.tst | 42cc94322bcfdc6bfc7812f615cbd2f69645a41c | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10 | tst | 0006.tst | ut=/ l-;
|
72fe411aba632686140216ad1f7dfba925641c4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH5/EX5.5/Ex5_5.sce | d2e531011dc63e68998ca7bb0a83e9231c584d27 | [] | 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 | 475 | sce | Ex5_5.sce | //Example 5_5
clc;
clear;
close;
format('v',6);
//Part(a) Derivation
//Part(b)
//given data :
mu_p=500;//cm^2/V-s
q=1.6*10^-19;//C/electron
rho=3;//ohm-cm
V0=0.4;//V//Barrier Height
Vd=4.5;//V//Reverse Voltage
D=40;//mils
D=D*10^-3;//inch
D=D*2.54;//cm/in
A=%pi/4*D^2;//cm^2
NA=1/rho/mu_p/q;//cm^-3
W=sqrt((V0+Vd)/(14.13*10^10));//m^2
Vj=V0+Vd;//V
CT=2.9*10^-4*sqrt(NA/Vj)*A;///pF
disp(CT,"CT(pF) : ");
//Answer given in the textbook is not accurate.
|
93fa3465af5848b988ae261cf40cb568e8162b95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH3/EX3.4/Ch03Exa4.sce | 6e47b20fd3ad4224f69aedc2cf97c5ab66cc96f2 | [] | 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 | 475 | sce | Ch03Exa4.sce | // Scilab code Exa3.4: : Page-124 (2011)
clc; clear;
E_max = 1.17; // Maximum energy of the beta particle, mega electron volts
D = 2.7; // Density of Al,gram per cubic metre
u_m = 22/E_max; // Mass absorption coefficient,centimetre square per gram
x_h = log(2)/(u_m*D); // Half value thickness for beta absorption, cm
printf("\nThe Half value thickness for beta absorption = %5.3f cm", x_h);
// Result
// The Half value thickness for beta absorption = 0.014 cm
|
6dcf5d0231be400b242852e05310663f33b5621a | e84c695e8b1696d2aeef6bd6e769c7948dbeb16a | /cn/interpolacaoLagrange.sce | dc04c2d6ed53248770c6e3578ee63b800aa25005 | [] | no_license | xarmison/disciplinas | 33bdef9ced6b7fd2da82d9929eb06a2fe5f66143 | 0fd6cd2241ab5108061e46f95f6db01b1ad8a350 | refs/heads/master | 2022-01-05T16:37:51.066680 | 2019-06-29T15:35:46 | 2019-06-29T15:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | sce | interpolacaoLagrange.sce | clear
clc
function l = lagrange(a, x, y, n)
soma = 0;
for i = 1:n
pr = y(i);
for j = 1:n
if(i <> j)
pr = pr * ((a-x(j))/(x(i) - x(j)));
end
end
soma = soma + pr;
end
l = soma;
endfunction
x = [-2; 1; 2];
y = [11; 2; 3];
a = lagrange(1.5, x, y, length(x))
|
512d594ca819b678f8683becbf05f6ff907270a7 | 64985f9f867ac83189b9c0abd35889bb76cc9427 | /Data/kinect/kinect.sce | d0ebeb9704b0b703298b4cb83bb5390e6ab3147f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Tanny2017/Signature-of-Geometric-Centroids | dce0b253f91a7f67815dd91e577a9d2ccd5d7741 | bafa9aa26d9d60aa819628f09c7f26630bda4e5d | refs/heads/master | 2020-09-08T04:21:14.620901 | 2018-12-05T07:12:06 | 2018-12-05T07:12:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 14 | sce | kinect.sce | 03.ply
04.ply |
71bf398a62967b08ed4736a661dab95855cd6898 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH15/EX15.7/7.sce | 7c396f9f67f8a5d68e3d2e7d71da586370986d99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | 7.sce | clc
L_A=0.003; //m
L_B=0.05; //m
L_C=L_A;
k_A=46.5; //W/m 0C
k_B=0.046; //W/m 0C
k_C=k_A;
h0=11.6; //W/m^2 0C
hi=14.5; //W/m^2 0C
t0=25; //0C
ti=6; //0C
A=0.5*0.5*2+0.5*1*4; //m^2
disp("(i) The rate of removal of heat =")
Q=A*(t0-ti)/(1/h0 + L_A/k_A + L_B/k_B + L_C/k_C + 1/hi);
disp(Q)
disp("W")
disp("(ii) The temperature at the outer surface of the metal sheet =")
t1=t0-Q/h0/A;
disp(t1)
disp("0C") |
e398019ec89aa911bc859d608b5acea4c54e9559 | 45f213223f8afdcceee98a1a3f6a5e90cfb73687 | /jcore-lingpipegazetteer-ae/src/test/resources/dictionary.tst | e1ba3b5b1daacbe3fa9c282b5a647d95fb2930dc | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-free-unknown"
] | permissive | JULIELab/jcore-base | 1b74ad8e70ad59e2179ba58301738ba3bf17ef38 | 20902abb41b3bc2afd246f2e72068bd7c6fa3a93 | refs/heads/master | 2023-08-29T02:16:40.302455 | 2022-12-09T10:38:41 | 2022-12-09T10:38:41 | 45,028,592 | 29 | 14 | BSD-2-Clause | 2023-07-07T21:58:41 | 2015-10-27T08:59:13 | Java | UTF-8 | Scilab | false | false | 443 | tst | dictionary.tst | SHP-1 SHP-1
KLRG1 KLRG1
KLRG2 KLRG2
killer cell lectin-like receptor G2 KLRG2
immunoreceptor tyrosine-based inhibitory motif ITIM
((2-n-butyl-6,7-dichloro-2-cyclopentyl-2,3-dihydro-1-oxo-1H-inden-5-yl)oxy)acetic acid CHEM
Test Dosing Unit TDU
Parkinson Disease DISEASE
Jacob's Disease DISEASE
short form isnotin dictionary ISNOTINDICT
lysophospholipid-specific lysophospholipase GENE
PK PK
Ifi-16 3428(1.)
IFI16 3428(2.)
IFI 3458
beacon BEACON |
13d3880b3ddccc7a0313d927f631b0d96b154a94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH2/EX2.3/ch2_ex_3.sce | 21882fc33cac6ce4da2ed691bc558dcca6b9872f | [] | 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 | 503 | sce | ch2_ex_3.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 3
disp("CHAPTER 2");
disp("EXAMPLE 3");
//VARIABLE INITIALIZATION
v_m=5; //peak value of voltage in Volts
//SOLUTION
v_av=(integrate('v_m*sin(x)','x',0,%pi))/(%pi);
v_rms=(integrate('(v_m*sin(x))^2','x',0,%pi))/(%pi);
v_rms=sqrt(v_rms);
disp(sprintf("Average value of full wave rectifier sine wave is %f V",v_av));
disp(sprintf("Effective value of full wave rectifier sine wave is %f V",v_rms));
//END
|
8cababfe1a808db852b1504c48238663afab3fd0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1151/CH1/EX1.24/example24.sce | 99df02246a72f0fcdf40b8b24d64db4d02bd72ca | [] | 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 | 324 | sce | example24.sce | //find out transfer function of the system
printf("z1=(1+R*C2*s)*C1/(C1+C2+C1*C2*R*s)\n f=K1/((s^2*M2+K1+K2)*(K1+s^2*M1)-K1^2 \n Transfer function of electrical network Vo(s)/Vi(s)=f");
printf("g=(s*B+K2)/(K1+K2+s*B\n");
printf("Transfer function ofmechanical network analogous to electrical network X2(s)/X1(s)=g");
|
e19897709e4da8aee1a24ed3c4412873e5c86b7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH3/EX3.10/M_Ex_3_10.sce | 5aab2a5afe5863e51e21fd28a3ecd2f4501a6cf8 | [] | 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,084 | sce | M_Ex_3_10.sce |
clc
//Answers from the book are little deviated but the evaluated values in the scilab are correct results
//Chapter3: Modulation
//Example3.10, page no 143
//Given
//b
Pc=50e3//Carrier power
Z=36 + %i*40//base impedance of the antenna
Ma=1//modulation depth
Pmod=Pc*(1+((Ma^2)/2))//power delivered to the antenna under 100% modulation
//i
R=36//resistance of the antenna
Irms=sqrt(Pmod/R)//Antenna Current
//ii
Ic=sqrt(Pc/R)//RMS carrier current
Icm=Ic*sqrt(2)// Peak carrier current
Imod=2*Icm//Modulated current
Theta=atan(40/36)*180/%pi// from real and imaginary components of Z
Vbm100=Imod*Z//Peak base output voltage for 100% modulation
[Re_Vb,Im_Vb]=polar(Vbm100)
//iii
Ma=0.5
Imod=Icm*(1+0.5)
Vbm50=Imod*Z
[Re_Vb1,Im_Vb1]=polar(Vbm50)
mprintf('Antenna current for full modulation is: %f amp\nPeak base voltage is: %f/_%d volts\nPeak base voltage is: %f/_%d volts',Irms,Re_Vb,Theta,Re_Vb1,Theta)
// The Ans is little deviated from that of book as the decimal places considered while calculating at different stages might be different
|
8ad0551bc332fe0c468c78f6feb1fda15ab43ef2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH4/EX4.12/Chapter412.sce | 482634934820b1ef513ac9d8109d5caf15ee95b4 | [] | 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,277 | sce | Chapter412.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 4, Example 12")
//A large block of nickel steel conductivity(k=20W/(m*K)),thermal diffusivity(alpha=0.518*10-5 m^2/s) is at uniform temprature(Ti) of 30°C.
Ti=30;
k=20;
alpha=0.518*10^-5;
//One surface of the block is suddenly exposed to a constant surface heat flux(qo) of 6MW/m^2.
qo=6*10^6;//in W/m^2
//To determine the temprature at a depth(x) of 100mm after a time(t) of 100 seconds.
t=100;
x=0.1;//in metre
//Similarity parameter,eta=x/(4*alpha*t)
eta=x/((4*alpha*t)^0.5)
//E is gaussian error function
disp("gaussian error function is" )
E=erf(eta)
//The equation to determine temprature is T-Ti=((2*qo(alpha*t/%pi)^0.5)/(k))*e^((-x^2)/(4*alpha*t))-((qo*x)/(k))*erf(x/(2*(alpha*t)^0.5))
//Above equation can also be written as T=Ti+((2*qo(alpha*t/%pi)^0.5)/(k))*e^((-x^2)/(4*alpha*t))-((qo*x)/(k))*erf(x/(2*(alpha*t)^0.5))
disp("The temprature at a depth(x) of 100mm after a time(t) of 100 seconds,in °C is")
T=Ti+((2*qo*(alpha*t/%pi)^0.5)/(k))*%e^((-x^2)/(4*alpha*t))-((qo*x)/(k))*erfc(x/(2*(alpha*t)^0.5))//NOTE:The answer in the book is incorrect(Calculation mistake)
|
2803d2ee5b6775e00d280b979af872c28233a78c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH4/EX4.2/ex4_2.sce | 3b0355d9fd34276983709c2c80bb2093d7899777 | [] | 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 | ex4_2.sce | // Exa 4.2
format('v',7);clc;clear;close;
// Given data
n = 12;//number of bit
Vi = 4.095;//input voltage in V
Q_E = Vi/(((2^n)-1)*2);//quantizing error in V
Q_E = Q_E * 10^3;// in mV
disp(Q_E,"The quantizing error in mV is");
|
3d13eb3bb34179254cf9295823608c5af6806a92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH6/EX6.5/example6_5.sce | 97e5a56b9bba114ed7f0e6d666483a7b22b8fb22 | [] | 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 | 670 | sce | example6_5.sce | // Find id,Vgs,Rd,Vds
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 6-5 in page 276
clear; clc; close;
// Given data
Ids=10*10^-3; // Drain current in mA
Vp=-4; // Peak voltage in V
Vdd=12; // Drain voltage in V
Vgg=0; // Gate voltage in V
// Calculation
id=10*10^-3*(1-(2/4))^2;
Vgs=(sqrt(9/10)-1)*4;
Rd=(12-7.5)/(0.625*10^-3);
Vds=12-2-(3*0.625);
printf("(a)Id = %0.2e A\n",id);
printf("(b)Vgs = %0.3f V\n",Vgs);
printf("(c)Rd = %0.2e ohm\n",Rd);
printf("(d)Vds = %0.3f V",Vds);
// Result
// (a) Id = 2.5 mA
// Vgs = -0.205 V
// (c) Rd = 7.2 k-ohm
// (d) Vds = 8.125 V |
e0a2726f41759786846a2a23b5f671de223c80e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3392/CH14/EX14.2/Ex14_2.sce | bbde7f31129ef4fc17ef7c6885964bc802591ff7 | [] | 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 | 256 | sce | Ex14_2.sce | clc
// initialization of variables
clear
S_u=420 //MPa
SF=4.00
D=110 //mm
d=50.0 //mm
w=20 //mm
rho=10.0 //mm
SF=4.0
//calculations
t=(D-d)/2
tr=t/rho
rd=rho/d
S_cs=1+2*sqrt(tr)
A=w*d
Pf=S_u*A/1.83
P=Pf/SF
printf('P = %.1f kN',P/10^3)
|
7d9ab19afd227c5f507f85b7d2afcbef82c30640 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH8/EX8.4/Ch08Ex04.sce | 9af3a8814c60a57e6a41d4180d251314a4a20149 | [] | 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 | 446 | sce | Ch08Ex04.sce | // Scilab code Ex8.4: Pg.323-324 (2008)
clc; clear;
k = 1.38e-23; // Boltzmann constant, J/K
T = 300; // Temperature, K
E = (3/2)*k*T; // Average energy of H_2, J
m = 3.34e-27; // Mass of H_2, kg
// Also E = (0.5*m*v^2), solving for v, we get
v = sqrt((2*E)/m); // Average speed of H_2, m/s
printf("\nThe average speed of H_2 molecule = %4.2f km/s", v*1e-03);
// Result
// The average speed of H_2 molecule = 1.93 km/s |
75684a23ab0b0810563d8ddc22a8df079cb9d092 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH2/EX2.14/Ex2_14.sce | 362d3b6a09bf3abd4de7685ff4922d5fc4782545 | [] | 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 | 958 | sce | Ex2_14.sce | //Variable declaration
k=2. //device parameter
Vt=-1. //threshold voltage(V)
Vdd=-12. //drain voltage(V)
R1=300. //resistance(kohms)
R2=100. //resistance(kohms)
//Calculations
//Part a
Vgs=-2 //gate to source voltage(V)
Vgg=(R2*Vdd)/(R1+R2) //gate voltage(V)
Id=k*((Vgs-Vt)**2) //drain current(mA)
Rs=(Vgs-Vgg)/Id //source resistance(k ohms) as Id=Is,Kvl in GS loop
Is=Id
//Part b
Vds=-4 //drain to source voltage(V)
Rd=(-Vdd+Vds-(Is*Rs))/Id //applying kvl in DS loop
//Part c
Vt=-1.5 //threshold voltage(V)
Vgg=-1.5 //gate voltage using Id formula
R2new=(Vgg*R1)/(Vdd-Vgg) //new resistance(k ohms)
//Results
printf ("a)source resistance is %.1f kohm",Rs)
printf ("b)drain resistance is %.1f kohm",Rd)
printf ("c)R2new is %.2f kohm",R2new)
|
25e037ce3de370908765a33d9250b60dac98246f | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH3/EX3.2/3_2.sce | db39ddd8abb0cffaeb5c2d7b13312d07885b4c1b | [] | 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,070 | sce | 3_2.sce | //To find the time, torque and power
clc
//Given:
mC=500,mD=250 //kg
s=100,r=0.5,k=0.35 //m
m=3 //kg/m
//Solution:
//Velocities of the cage
u1=0,v1=10,v2=10,u3=10,v3=0 //m/s
//Accelerations of the cage
a1=1.5,a3=-6 //m/s^2
s=100 //m
//Calculating the time taken by the cage to reach the top
t1=(v1-u1)/a1 //seconds
//Calculating the distance moved by the cage during time t1
s1=(v1+u1)/2*t1 //m
//Calculating the time taken for the cage from initial velocity u3=10 m/s to final velocity of v3=0
t3=(v3-u3)/a3 //seconds
//Calculating the distance moved by the cage during time t3
s3=(v3+u3)/2*t3 //m
//Calculating the distance travelled during constant velocity of v2=10 m/s
s2=s-s1-s3 //m
//Calculating the time taken for the cage during constant velocity
t2=s2/v2 //seconds
//Calculating the time taken for the cage to reach the top
t=t1+t2+t3 //seconds
//Calculating the total mass of the rope for 100 metres
mR=m*s //kg
//Calculating the force to raise the cage and rope at uniform speed
F1=(mC+mR)*9.81 //N
//Calculating the torque to raise the cage and rope at uniform speed
T1=F1*r //N-m
//Calculating the force to accelerate the cage and rope
F2=(mC+mR)*a1 //N
//Calculating the torque to accelerate the cage and rope
T2=F2*r //N-m
//Calculating the mass moment of inertia of the drum
I=mD*k^2 //kg-m^2
//Calculating the angular acceleration of the drum
alpha=a1/r //rad/s^2
//Calculating the torque to accelerate the drum
T3=I*alpha //N-m
//Calculating the total torque which must be applied to the drum at starting
T=T1+T2+T3 //N-m
//Calculating the mass of 33.35 m rope
m1=m*33.35 //kg
//Calculating the reduction of torque
T4=(m1*9.81+m1*a1)*r //N-m
//Calculating the angular velocity of drum
omega=v2/(2*%pi*r) //rad/s
//Calculating the power
P=T4*omega/1000 //Power, kW
//Results:
printf("\n\n The time taken for the cage to reach the top, t = %.2f s.\n",t)
printf(" The total torque which must be applied to the drum during starting, T = %.1f N-m.\n",T)
printf(" The power required is %.3f kW.\n\n",P) |
f9ed8a88c37532a1b7b9242d63f14cd1b142ffd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH10/EX10.11/10Ex11.sce | f56bff90215320b9db2b1810ccb0ce8017e9000d | [] | 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 | 413 | sce | 10Ex11.sce | //chapter 10 Ex 11
clc;
clear;
close;
Diff=1660;
y=poly(0,'y');
x=Diff+y; //equation 1,given difference
x=(125/75)*y; //equation 2
for y=1:5000
if Diff+y ==(125/75)*y
mprintf("y=%i \n ",y);
break
end
end
disp("substitute value of y in any one of the above equations to find x");
x=(125/75)*y;
ans=[x y];
printf("\n Thus the two numbers are %d and %d",ans(1),ans(2));
|
82afe6bf8862db44962984c1d5f12d81ecedeb21 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testplotsurf.sce | d8b6e016bd2c95758702e31ffcef473d45642b7d | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | testplotsurf.sce | function z=saddle(x,y)
z=x^2-y^2
endfunction
// evaluate over a grid
x=[-1:0.2:1];y=x;z=feval(x,y,saddle);
// surface display
clf;
subplot(221)
surf(x,y,z')
xtitle('surf')
subplot(222)
mesh(x,y,z')
xtitle('mesh')
subplot(223)
plot3d(x,y,z)
xtitle('plot3d')
subplot(224)
plot3d1(x,y,z)
xtitle('plot3d1')
|
70ca7b3b8ba63900b6f70ab106ee73b4ac12e3d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH12/EX12.5/Ex12_5.sce | 9ec7d51e57459c3411584af8ea97a7675b43543c | [] | 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,165 | sce | Ex12_5.sce | //Ex12_5
clc
VEE=15
disp("VEE= "+string(VEE)+" volts") // voltage supply
VCC=15
disp("VCC= "+string(VCC)+" volts") // voltage supply
R1=10*10^(3)
disp("R1= "+string(R1)+ " ohm") // resistance
RF=20*10^(3)
disp("RF= "+string(RF)+ " ohm") // Feedback resistance
RB1=3*10^(3)
disp("R1= "+string(R1)+ " ohm") // resistance
RB2=RB1
RF1=1*10^(3)
disp("RF1= "+string(RF1)+ " ohm") // Feedback resistance
RF2=RF1
Av=1*10^(3)
disp("Av= "+string(Av))
disp("part(i)")
VBR1= (VCC*RF1)/RB1
VBR2 = VBR1
disp("VBR1=VBR2=(VCC*RF1)/RB1= "+string(VBR1)+" volts") //Limit values at the break points and VBR=VBR1=VBR2
So=-RF/R1
disp("So=-RF/R1= "+string(So))// slope of Transfer characteristic at zero crossings
S1=-(RF1/R1)
disp("S1=S2=-RF1/R1= "+string(S1))// slope of Transfer characteristic at the extreme ends
VSL=(-VBR1/So)
disp("VSL=VSU=(-VBR1/So)= "+string(VSL)+" volts") // magnitude of input voltage required to produce vo=VBR
VSU=VSL
disp("part(ii)")
VSU=(VBR2/Av)//Formulae
disp("VSU=VSL=(VBR2/Av)= -"+string(VSU)+", +"+string(VSU)+" volts") // magnitude of input voltage required to produce vo=VBR in case gain Av is very large
|
8bdbc1a3ef0519980e24cf2b2abb55adf3224c9d | b602f16275ae13b51d284e411b450ffad2d9a6fb | /randGen2.sci | e83bc64192daaaec8cbebbc5c5dfb2b4181abf51 | [] | no_license | panchuanbo/Ecology-Simulations | abedc8388d6111902e34ef3e6aa852f2f36f0bd1 | fb26667424d2b3fef4b99d7e316e6032064c8bf2 | refs/heads/master | 2020-04-28T10:24:28.749386 | 2013-06-23T23:48:56 | 2013-06-23T23:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 902 | sci | randGen2.sci | function a = randGen2(Mat, iterations, delay)
dim = size(Mat); t = 0;
for i = 1:iterations,
t=0;
while t == 0,
h1 = ceil(10*rand());
h2 = ceil(10*rand());
w1 = ceil(10*rand());
w2 = ceil(10*rand());
if h1 == h2 & w1 == w2 - 1 then
t = ceil(2 * rand());
elseif h1 == h2 & w1 == w2 + 1 then
t = ceil(2 * rand());
elseif w1 == w2 & h1 == h2 - 1 then
t = ceil(2 * rand());
elseif w1 == w2 & h1 == h2 + 1 then
t = ceil(2 * rand());
end
end
if t == 1 then
Mat(h1, w1) = Mat(h2, w2);
elseif t == 2 then
Mat(h2, w2) = Mat(h1, w1);
end
Matplot(Mat);
a = Mat;
if delay > 0 then
sleep(delay);
end
end
endfunction
|
b5f593cb5bbb6049706d758e3161a53587ccbf4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH11/EX11.4/ex11_4.sce | 07a57be720556007d7eb557d5b1b0e6442f4e00a | [] | 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 | 212 | sce | ex11_4.sce | //Example 11.4
clc;
//Given values of bridge elements
R1=5;
R2=2*R1; //Given R1 = 0.5*R2
Rb_Ra_ratio=1/1000; // Rb/Ra=1/1000
Rx=R2*Rb_Ra_ratio;
disp(Rx,'Value of unknown bridge element') |
1461117270ff1083e6597f23cf68289173828ab2 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/tests/signal-test/signal-test.sce | a2b5ecfae01b10c2bf204e4f8255a90f6e6a2edf | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 3,202 | sce | signal-test.sce | clc;
disp("Start signal-test:")
// --- ERRORS ----
disp("check errors handling...")
try
mdaqDSPStop();
catch
//if dsp wasn't loaded, then 'Unable to access DSP variable' error will occur
end
assert_checkerror("mdaqDSPSignalRead(1, 1, 10, 1500)", "Request timeout");
assert_checkerror("mdaqDSPStart(''notExistingFirmware.out'', 0.1)" , "Firmware file not found")
assert_checkerror("mdaqDSPStart(''dsp_test_apps\signalmodel_ext.out'', 4300)" , "Period for DSP application is to long (max 70 minutes)")
assert_checkerror("mdaqDSPStart(''dsp_test_apps\signalmodel_ext.out'', 0.0000001)" , "Period for DSP application is to short (min 1 us)")
mdaqDSPStart('dsp_test_apps\signalmodel_ext.out', 0.1);
assert_checkerror("mdaqDSPSignalRead(1, 9, 10, 1500)", "Wrong signal size or size of data is not multipy of signal size")
assert_checkerror("mdaqDSPSignalRead(5, 1, 10, 1500)", "Signal ID not found")
mdaqDSPStart('dsp_test_apps\signalmodel_stand.out', 0.1);
assert_checkerror("mdaqDSPSignalRead(1, 1, 10, 1500)", "Cannot read signal data (model is running in standalone mode)");
mdaqDSPStart('dsp_test_apps\signalmodel_ext.out', 1);
assert_checkerror("mdaqDSPSignalRead(1, 1, 10, 400)", "Request timeout");
mdaqDSPStop();
disp("pass.")
// --- STRESS TEST ---
disp("stress test (load DSP app multiple times)...")
for i=1:10
mdaqDSPStart('dsp_test_apps/use-case.out', 0.0001);
mdaqDSPStop()
end
disp("pass.")
// -- USE-CASE01
disp("use-case01 read 3 signals (same sizes)...")
mdaqDSPStart('dsp_test_apps/use-case.out', 0.1);
vec_size = 10
for i=1:3
[data] = mdaqDSPSignalRead(i, 1, vec_size, 1500);
plot(data);
disp(data);
end
mdaqDSPStop();
disp("make sure if pass.")
// -- USE-CASE02
figure();
disp("use-case02 read 4 signals (different sizes) + MEM BLOCK...")
vec_size = 100;
mdaqDSPStart('dsp_test_apps/use-case.out', 0.05);
mdaqMemWrite(1, [9 10 11 12]);
[data1] = mdaqDSPSignalRead(1, 1, vec_size, 1500);
[data2] = mdaqDSPSignalRead(2, 1, vec_size, 1500);
[data3] = mdaqDSPSignalRead(3, 1, vec_size, 1500);
[data4] = mdaqDSPSignalRead(4, 4, vec_size, 1500);
plot(data1); plot(data2); plot(data3);
plot(data4(:, 1)); plot(data4(:, 2)); plot(data4(:, 3));
mdaqDSPStop();
disp("make sure if pass.")
// -- USE-CASE03
figure();
disp("use-case03 one signal read...")
vec_size = 100;
mdaqDSPStart('dsp_test_apps\use-case.out', 0.001);
data3 = []
mdaqMemWrite(1, [9 10 11 12]);
for i=1:10
[data3] = [data3; mdaqDSPSignalRead(3, 1, vec_size, 1500)];
end
plot(data3);
mdaqDSPStop();
disp("make sure if pass.")
// -- USE-CASE04
disp("use-case04 random read...")
vec_size = 5;
mdaqDSPStart('dsp_test_apps\use-case.out', 0.1);
data1 = []
data2 = []
data3 = []
[data1] = [data1; mdaqDSPSignalRead(1, 1, vec_size, 1500)];
[data1] = [data1; mdaqDSPSignalRead(1, 1, vec_size, 1500)];
[data2] = [data2; mdaqDSPSignalRead(2, 1, vec_size, 1500)];
[data3] = [data3; mdaqDSPSignalRead(3, 1, vec_size, 1500)];
[data1] = [data1; mdaqDSPSignalRead(1, 1, vec_size, 1500)];
[data2] = [data2; mdaqDSPSignalRead(2, 1, vec_size*2, 1500)];
[data3] = [data3; mdaqDSPSignalRead(3, 1, vec_size, 1500)];
disp(data1);disp(data2);disp(data3);
mdaqDSPStop();
disp("make sure if pass.")
|
093e3160b83b9ddf8772bb8f2dbba7c4644c7a75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH10/EX10.1/ex10_1.sce | 70a79b1a1be866a514c44f487a841e2ded1204c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | ex10_1.sce | // Exa 10.1
clc;
clear;
close;
format('v',6)
// Given data
A = 60;// in dB
A= 10^(A/20)
Beta = 0.005;
dAbyA = -12/100;
// On putting the value of A, bita and dA/A
dAfbyAf = (1/(1+A*Beta))*(dAbyA);
disp(dAfbyAf,"The change in overall gain is");
|
8cfa3dbcf5d7e693655160520db0ab171cf1db25 | 376e86e6604cf24300b8795d60e31ceee6a76c80 | /el/templates/_element-no-decorator.tst | bef76f1fd2d008f76b3066d937947102044d4e27 | [
"MIT"
] | permissive | bsorrentino/generator-polymerts | 05081ed4324db1426dc6edf43f27de1a04f610dd | 547a0a79a2bbef68a4f6a5ef95f9245ce991e382 | refs/heads/master | 2020-04-27T06:11:41.969915 | 2016-02-01T15:17:33 | 2016-02-01T15:17:33 | 40,053,892 | 5 | 7 | null | 2016-01-27T14:10:55 | 2015-08-01T17:06:07 | TypeScript | UTF-8 | Scilab | false | false | 1,125 | tst | _element-no-decorator.tst | /// <reference path="../<%= pathToBower %>/polymer-ts/polymer-ts.d.ts"/>
class <%=className%> extends polymer.Base
{
is = '<%=elementName%>';
properties = {
greetAll: {
type: String,
computed: '_computeGreetAll(greet)'
},
greet: {
type:String,
value: 'Hello',
observer: "_greetChanged"
}
}
behaviors = [];
listeners = {
'greet-event':'_onButtonWasClicked'
}
_greetChanged(newValue:string, oldValue:string)
{
console.log(`greet has changed from ${oldValue} to ${newValue}`);
}
_computeGreetAll(test:string):string
{
return test+" to all";
}
// event handler
handleClick(e:Event)
{
this.greet = "Hello";
this.fire("greet-event");
}
_onButtonWasClicked(e:Event)
{
console.log('event "greet-event" received');
}
// lifecycle methods
ready()
{
console.log( this['is'], "ready!")
}
created() { }
attached() { }
detached() { }
}
<%=className%>.register();
|
aef45b88576e46f9599c9ca08c6767a69a5fdab1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH12/EX12.1/Ex12_1.sce | 27ab0a0bf9a61118fafcafa8498956f0cae0cad8 | [] | 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 | 532 | sce | Ex12_1.sce | //example 12.1
clc; funcprot(0);
Ap=%pi/4*1.75^2;
FS=4;
Nq=37.75;
L=8;
Es=50000;
mus=0.265;
pu=100;
Db=1.75;
q=6*16.2+2*19.2;
phi=36*%pi/180;
Fqs=1+tan(phi);
Fqd=1+2*tan(phi)*(1-sin(phi))^2*atan(L/Db);
Ir=Es/(2*(1+mus)*q*tan(phi));
delta=0.005*(1-phi/20*180/%pi+25/20)*q/pu;
Irr=Ir/(1+Ir*delta);
Fqc=exp(-3.8*tan(phi)+(3.07*sin(phi)*log10(2*Irr))/(1+sin(phi)));
Qp=Ap*(q*(Nq-1)*Fqs*Fqd*Fqc);
Qpall=Qp/FS;
disp(Qpall,"allowed load in kN");
disp("due to rounding off error there is slight change in answer")
|
398f35d6406d943898ddd6f21da51ac36e2b46c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3878/CH15/EX15.2/Ex15_2.sce | 17709776e157c4c9c85659b858a0da326cda0e15 | [] | 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,015 | sce | Ex15_2.sce | clear
// Variable declaration
T=5// The dry bulb temperature in
R=3.6// The rate of air change per day
V=35000// The store volume in m**3
v_spa=0.8// The specific volume in m**3/kg
q=600// m**3/h
n=2// The number of two pellet truck doors
h_1=15.9// kJ/kg
h_2=-24.3// kJ/kg
T_1=20// °C
T_2=-25// °C
t=24// Time duration for one day in hours
t_s=24*60*60// Time duration for one day in seconds
// Calculation
R_woh=V*R/v_spa// The rate of air change without dehumidification in kg/day
Q_woh=R_woh*(h_1-h_2)/t_s// The cooling load without dehumidification in kW
R_wh=q*n*t/v_spa// The rate of air change with dehumidification in kg/day
Q_wh=R_wh*(T_1-T_2)/t_s// The cooling load with dehumidification in kW
printf("\n \nThe rate of air change without dehumidification is %5.0f kg/day. \nThe cooling load without dehumidification %2.1f kW(calculation error).",R_woh,Q_woh)
printf("\n \nThe rate of air change with dehumidification is %5.0f kg/day. \nThe cooling load with dehumidification %2.2f kW.",R_wh,Q_wh)
|
67b826556c1e08ea6350e48d91f78ff46018cf2f | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/ATWM1_Working_Memory_MEG_TP55FGX_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | 70af42f4145454820e76279a4b986fbcdf69f227 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,597 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
43 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_080 gabor_065 gabor_137 gabor_097 gabor_080 gabor_065_alt gabor_137_alt gabor_097 "1_1_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_080_065_137_097_target_position_1_4_retrieval_position_1" gabor_080_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_1_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_033 gabor_018 gabor_151 gabor_096 gabor_033_alt gabor_018 gabor_151 gabor_096_alt "1_2_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_033_018_151_096_target_position_2_3_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_2_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_076 gabor_108 gabor_056 gabor_040 gabor_076 gabor_108_alt gabor_056 gabor_040_alt "1_3_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_076_108_056_040_target_position_1_3_retrieval_position_1" gabor_076_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_3_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_023 gabor_131 gabor_070 gabor_041 gabor_023 gabor_131 gabor_070_alt gabor_041_alt "1_4_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_023_131_070_041_target_position_1_2_retrieval_position_2" gabor_circ gabor_176_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_4_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_096 gabor_169 gabor_134 gabor_061 gabor_096_alt gabor_169_alt gabor_134 gabor_061 "1_5_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_096_169_134_061_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_012_framed blank blank blank blank fixation_cross_target_position_3_4 "1_5_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_180 gabor_099 gabor_074 gabor_045 gabor_180 gabor_099_alt gabor_074 gabor_045_alt "1_6_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_180_099_074_045_target_position_1_3_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_6_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2042 2992 2542 fixation_cross gabor_094 gabor_113 gabor_050 gabor_139 gabor_094 gabor_113_alt gabor_050 gabor_139_alt "1_7_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2550_gabor_patch_orientation_094_113_050_139_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_1_3 "1_7_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_156 gabor_097 gabor_128 gabor_048 gabor_156_alt gabor_097 gabor_128 gabor_048_alt "1_8_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_156_097_128_048_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_175_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_8_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2092 2992 1942 fixation_cross gabor_081 gabor_102 gabor_022 gabor_169 gabor_081 gabor_102_alt gabor_022 gabor_169_alt "1_9_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_1950_gabor_patch_orientation_081_102_022_169_target_position_1_3_retrieval_position_2" gabor_circ gabor_148_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_9_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_148_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 1942 fixation_cross gabor_077 gabor_164 gabor_056 gabor_098 gabor_077_alt gabor_164_alt gabor_056 gabor_098 "1_10_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1950_gabor_patch_orientation_077_164_056_098_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_144_framed blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2492 fixation_cross gabor_034 gabor_090 gabor_117 gabor_058 gabor_034 gabor_090_alt gabor_117 gabor_058_alt "1_11_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_034_090_117_058_target_position_1_3_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_11_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2492 fixation_cross gabor_057 gabor_090 gabor_163 gabor_178 gabor_057_alt gabor_090 gabor_163 gabor_178_alt "1_12_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_057_090_163_178_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_163_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_12_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_071 gabor_051 gabor_087 gabor_176 gabor_071_alt gabor_051 gabor_087 gabor_176_alt "1_13_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_071_051_087_176_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_132_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_13_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_029 gabor_096 gabor_009 gabor_148 gabor_029 gabor_096_alt gabor_009 gabor_148_alt "1_14_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_029_096_009_148_target_position_1_3_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 2142 fixation_cross gabor_079 gabor_123 gabor_001 gabor_050 gabor_079 gabor_123_alt gabor_001 gabor_050_alt "1_15_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_079_123_001_050_target_position_1_3_retrieval_position_2" gabor_circ gabor_169_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_15_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_169_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_043 gabor_178 gabor_119 gabor_095 gabor_043_alt gabor_178 gabor_119 gabor_095_alt "1_16_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_043_178_119_095_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_119_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_16_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_106 gabor_089 gabor_176 gabor_016 gabor_106 gabor_089 gabor_176_alt gabor_016_alt "1_17_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_106_089_176_016_target_position_1_2_retrieval_position_1" gabor_106_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_17_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_144 gabor_088 gabor_162 gabor_128 gabor_144_alt gabor_088_alt gabor_162 gabor_128 "1_18_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_144_088_162_128_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_target_position_3_4 "1_18_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_086 gabor_131 gabor_155 gabor_067 gabor_086 gabor_131_alt gabor_155 gabor_067_alt "1_19_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_086_131_155_067_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_155_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_19_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_020 gabor_063 gabor_088 gabor_104 gabor_020 gabor_063_alt gabor_088_alt gabor_104 "1_20_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_020_063_088_104_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_150_framed blank blank blank blank fixation_cross_target_position_1_4 "1_20_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_153 gabor_136 gabor_179 gabor_094 gabor_153 gabor_136_alt gabor_179 gabor_094_alt "1_21_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_153_136_179_094_target_position_1_3_retrieval_position_1" gabor_015_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_21_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_118 gabor_142 gabor_090 gabor_180 gabor_118 gabor_142 gabor_090_alt gabor_180_alt "1_22_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_118_142_090_180_target_position_1_2_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_22_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2442 fixation_cross gabor_072 gabor_160 gabor_110 gabor_139 gabor_072_alt gabor_160 gabor_110 gabor_139_alt "1_23_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2450_gabor_patch_orientation_072_160_110_139_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_2_3 "1_23_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_156 gabor_067 gabor_102 gabor_176 gabor_156_alt gabor_067 gabor_102 gabor_176_alt "1_24_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_156_067_102_176_target_position_2_3_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_24_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2142 2992 2092 fixation_cross gabor_172 gabor_124 gabor_012 gabor_141 gabor_172_alt gabor_124 gabor_012 gabor_141_alt "1_25_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2100_gabor_patch_orientation_172_124_012_141_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_093_framed blank blank blank blank fixation_cross_target_position_2_3 "1_25_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_119 gabor_170 gabor_100 gabor_031 gabor_119_alt gabor_170_alt gabor_100 gabor_031 "1_26_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_119_170_100_031_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_3_4 "1_26_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_157 gabor_099 gabor_117 gabor_177 gabor_157 gabor_099_alt gabor_117_alt gabor_177 "1_27_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_157_099_117_177_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_037_framed blank blank blank blank fixation_cross_target_position_1_4 "1_27_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2192 fixation_cross gabor_088 gabor_013 gabor_042 gabor_147 gabor_088 gabor_013_alt gabor_042 gabor_147_alt "1_28_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_088_013_042_147_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_28_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_168 gabor_038 gabor_116 gabor_146 gabor_168_alt gabor_038_alt gabor_116 gabor_146 "1_29_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_168_038_116_146_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_009_framed blank blank blank blank fixation_cross_target_position_3_4 "1_29_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_144 gabor_121 gabor_097 gabor_072 gabor_144 gabor_121 gabor_097_alt gabor_072_alt "1_30_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_144_121_097_072_target_position_1_2_retrieval_position_1" gabor_009_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_30_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2192 2992 2342 fixation_cross gabor_160 gabor_022 gabor_048 gabor_002 gabor_160_alt gabor_022 gabor_048_alt gabor_002 "1_31_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2350_gabor_patch_orientation_160_022_048_002_target_position_2_4_retrieval_position_1" gabor_160_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_31_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_160_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_003 gabor_085 gabor_111 gabor_164 gabor_003_alt gabor_085_alt gabor_111 gabor_164 "1_32_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_003_085_111_164_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_164_framed blank blank blank blank fixation_cross_target_position_3_4 "1_32_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2392 fixation_cross gabor_061 gabor_167 gabor_006 gabor_114 gabor_061_alt gabor_167 gabor_006 gabor_114_alt "1_33_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_061_167_006_114_target_position_2_3_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_33_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 2492 fixation_cross gabor_177 gabor_136 gabor_072 gabor_007 gabor_177_alt gabor_136 gabor_072 gabor_007_alt "1_34_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_177_136_072_007_target_position_2_3_retrieval_position_2" gabor_circ gabor_089_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_34_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_162 gabor_079 gabor_102 gabor_047 gabor_162_alt gabor_079 gabor_102 gabor_047_alt "1_35_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_162_079_102_047_target_position_2_3_retrieval_position_2" gabor_circ gabor_125_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_35_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_071 gabor_104 gabor_052 gabor_036 gabor_071 gabor_104_alt gabor_052_alt gabor_036 "1_36_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_071_104_052_036_target_position_1_4_retrieval_position_1" gabor_121_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_36_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2242 fixation_cross gabor_014 gabor_147 gabor_177 gabor_038 gabor_014_alt gabor_147_alt gabor_177 gabor_038 "1_37_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_014_147_177_038_target_position_3_4_retrieval_position_2" gabor_circ gabor_147_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_37_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_147_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2542 fixation_cross gabor_126 gabor_171 gabor_056 gabor_099 gabor_126 gabor_171_alt gabor_056 gabor_099_alt "1_38_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_126_171_056_099_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_056_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_38_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_058 gabor_121 gabor_178 gabor_094 gabor_058_alt gabor_121 gabor_178 gabor_094_alt "1_39_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_058_121_178_094_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_39_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_011 gabor_081 gabor_048 gabor_121 gabor_011 gabor_081 gabor_048_alt gabor_121_alt "1_40_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_011_081_048_121_target_position_1_2_retrieval_position_2" gabor_circ gabor_081_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_40_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_135 gabor_048 gabor_030 gabor_154 gabor_135 gabor_048_alt gabor_030 gabor_154_alt "1_41_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_135_048_030_154_target_position_1_3_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_41_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2242 fixation_cross gabor_168 gabor_043 gabor_062 gabor_086 gabor_168_alt gabor_043_alt gabor_062 gabor_086 "1_42_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_168_043_062_086_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_112_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_42_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1792 2992 2592 fixation_cross gabor_086 gabor_019 gabor_101 gabor_124 gabor_086_alt gabor_019 gabor_101_alt gabor_124 "1_43_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_086_019_101_124_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_43_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_116 gabor_078 gabor_057 gabor_002 gabor_116 gabor_078_alt gabor_057_alt gabor_002 "1_44_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_116_078_057_002_target_position_1_4_retrieval_position_1" gabor_163_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_44_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_052 gabor_141 gabor_125 gabor_109 gabor_052 gabor_141_alt gabor_125 gabor_109_alt "1_45_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_052_141_125_109_target_position_1_3_retrieval_position_1" gabor_052_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_45_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_010 gabor_075 gabor_116 gabor_145 gabor_010 gabor_075_alt gabor_116 gabor_145_alt "1_46_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_010_075_116_145_target_position_1_3_retrieval_position_1" gabor_010_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_46_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_088 gabor_146 gabor_169 gabor_112 gabor_088 gabor_146_alt gabor_169_alt gabor_112 "1_47_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_088_146_169_112_target_position_1_4_retrieval_position_2" gabor_circ gabor_146_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_47_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_086 gabor_107 gabor_130 gabor_161 gabor_086 gabor_107_alt gabor_130 gabor_161_alt "1_48_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_086_107_130_161_target_position_1_3_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_48_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_129 gabor_107 gabor_085 gabor_175 gabor_129_alt gabor_107 gabor_085 gabor_175_alt "1_49_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_129_107_085_175_target_position_2_3_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_49_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_100 gabor_124 gabor_165 gabor_018 gabor_100 gabor_124_alt gabor_165 gabor_018_alt "1_50_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_100_124_165_018_target_position_1_3_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_50_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2292 fixation_cross gabor_002 gabor_175 gabor_108 gabor_035 gabor_002_alt gabor_175 gabor_108 gabor_035_alt "1_51_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_002_175_108_035_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_108_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_51_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2092 2992 2342 fixation_cross gabor_130 gabor_061 gabor_042 gabor_016 gabor_130 gabor_061_alt gabor_042 gabor_016_alt "1_52_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2350_gabor_patch_orientation_130_061_042_016_target_position_1_3_retrieval_position_2" gabor_circ gabor_106_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_52_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_106_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_065 gabor_132 gabor_004 gabor_046 gabor_065_alt gabor_132 gabor_004_alt gabor_046 "1_53_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_065_132_004_046_target_position_2_4_retrieval_position_2" gabor_circ gabor_132_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_53_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_023 gabor_137 gabor_165 gabor_107 gabor_023_alt gabor_137_alt gabor_165 gabor_107 "1_54_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_023_137_165_107_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_target_position_3_4 "1_54_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 2142 fixation_cross gabor_071 gabor_025 gabor_180 gabor_110 gabor_071_alt gabor_025 gabor_180 gabor_110_alt "1_55_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_071_025_180_110_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_110_framed blank blank blank blank fixation_cross_target_position_2_3 "1_55_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_110_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_136 gabor_018 gabor_171 gabor_108 gabor_136 gabor_018_alt gabor_171_alt gabor_108 "1_56_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_136_018_171_108_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_108_framed blank blank blank blank fixation_cross_target_position_1_4 "1_56_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_098 gabor_134 gabor_013 gabor_045 gabor_098_alt gabor_134_alt gabor_013 gabor_045 "1_57_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_098_134_013_045_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_target_position_3_4 "1_57_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_110 gabor_037 gabor_152 gabor_065 gabor_110 gabor_037 gabor_152_alt gabor_065_alt "1_58_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_110_037_152_065_target_position_1_2_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_58_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_001 gabor_177 gabor_019 gabor_035 gabor_001_alt gabor_177 gabor_019 gabor_035_alt "1_59_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_001_177_019_035_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_019_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_59_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2092 2992 2192 fixation_cross gabor_163 gabor_039 gabor_018 gabor_094 gabor_163 gabor_039_alt gabor_018 gabor_094_alt "1_60_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_163_039_018_094_target_position_1_3_retrieval_position_2" gabor_circ gabor_179_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_60_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_179_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_158 gabor_002 gabor_121 gabor_044 gabor_158_alt gabor_002 gabor_121_alt gabor_044 "1_61_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_158_002_121_044_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_target_position_2_4 "1_61_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_067 gabor_022 gabor_038 gabor_157 gabor_067_alt gabor_022 gabor_038 gabor_157_alt "1_62_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_067_022_038_157_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_176_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_62_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 2392 fixation_cross gabor_172 gabor_104 gabor_040 gabor_127 gabor_172_alt gabor_104_alt gabor_040 gabor_127 "1_63_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_172_104_040_127_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_127_framed blank blank blank blank fixation_cross_target_position_3_4 "1_63_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 2042 fixation_cross gabor_118 gabor_074 gabor_002 gabor_138 gabor_118 gabor_074 gabor_002_alt gabor_138_alt "1_64_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2050_gabor_patch_orientation_118_074_002_138_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_050_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_64_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_050_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_084 gabor_155 gabor_019 gabor_047 gabor_084_alt gabor_155_alt gabor_019 gabor_047 "1_65_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_084_155_019_047_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_162 gabor_018 gabor_092 gabor_074 gabor_162_alt gabor_018 gabor_092 gabor_074_alt "1_66_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_162_018_092_074_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_092_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_66_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_074 gabor_143 gabor_027 gabor_101 gabor_074 gabor_143_alt gabor_027_alt gabor_101 "1_67_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_074_143_027_101_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_target_position_1_4 "1_67_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_090 gabor_002 gabor_123 gabor_172 gabor_090 gabor_002_alt gabor_123_alt gabor_172 "1_68_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_090_002_123_172_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_037_framed blank blank blank blank fixation_cross_target_position_1_4 "1_68_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2092 2992 2442 fixation_cross gabor_053 gabor_139 gabor_022 gabor_179 gabor_053 gabor_139_alt gabor_022_alt gabor_179 "1_69_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2450_gabor_patch_orientation_053_139_022_179_target_position_1_4_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_69_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_059 gabor_098 gabor_043 gabor_082 gabor_059 gabor_098 gabor_043_alt gabor_082_alt "1_70_Encoding_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_059_098_043_082_target_position_1_2_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_70_Retrieval_Working_Memory_MEG_P5_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# 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;
}; |
886357c53b92243f4d634aa578cccf66808d1243 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/scicos/FORTR.sci | 14fbe603a859bdf65b38c90fc62318d9abc70fa4 | [
"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 | 1,144 | sci | FORTR.sci | function [ok,tt]=FORTR(funam,tt,inp,out)
//
ni=size(inp,'*')
no=size(out,'*')
if tt==[] then
tete1=[' subroutine '+funam+'(flag,nevprt,t,xd,x,nx,z,nz,tvec,';..
' $ ntvec,rpar,nrpar,ipar,nipar']
tete2= ' $ '
for i=1:ni
tete2=tete2+',u'+string(i)+',nu'+string(i)
end
for i=1:no
tete2=tete2+',y'+string(i)+',ny'+string(i)
end
tete2=tete2+')'
tete3=[' double precision t,xd(*),x(*),z(*),tvec(*)';..
' integer flag,nevprt,nx,nz,ntvec,nrpar,ipar(*)']
tete4= ' double precision rpar(*)'
for i=1:ni
tete4=tete4+',u'+string(i)+'(*)'
end
for i=1:no
tete4=tete4+',y'+string(i)+'(*)'
end
tetec=['c';'c'];tetev=[' ';' '];
tetend=' end'
textmp=[tete1;tete2;tetec;tete3;tete4;tetec;tetev;tetec;tetend];
else
textmp=tt;
end
while 1==1
[txt]=x_dialog(['Function definition in fortran';
'Here is a skeleton of the functions which you shoud edit'],..
textmp);
if txt<>[] then
tt=txt
[ok]=do_forcomlink(funam,tt)
if ok then
textmp=txt;
end
break;
else
ok=%f;break;
end
end
|
83b747e0e5b6799ef7405270947409cb66f9f567 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH12/EX12.7/ex12_7.sce | a48c611cc2aff59c93615b7748ca2350de18a704 | [] | 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 | 216 | sce | ex12_7.sce | // Example 12.7, page no-353
clear
clc
lo=11.6 //m
delx=5.4*10^-3//m
alfL=12*10^-6//per K
delT=delx/(lo*alfL)
printf("The maximum temperature cange can withstand without any thermal stress is %.2f K",delT)
|
54803e20c6bd557dcaae9617b8b0c2c2563fe99f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH3/EX3.5/Ex3_5.sce | 2bea9eed8c89a7e04997f68331d232e98a475845 | [] | 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 | 747 | sce | Ex3_5.sce | //chapter3
//example3.5
//page58
// use of Rsg = to obtain desired potential on screen grid since it is connected between power supply and screen grid
// use of Csg = to provide ac grounding for the screen
Ebb=300 // V
Ib=10d-3 // A
Rl=4.7d3 // ohm
Rk=68 // ohm
Isg=3d-3 // A
Vsg=150 // V
cathode_voltage=Ebb-(Ib*Rl)
grid_cathode_bias=-Rk*(Ib+Isg) // since current through cathode resistance is Ib+Isg
Rsg=(Ebb-Vsg)/Isg // since plate supply voltage = grid voltage + drop across Rsg
Rsg_kilo_ohm=Rsg/10^3 // in kilo ohm
printf("zero signal plate cathode voltage = %.3f V \n",cathode_voltage)
printf("grid cathode bias = %.3f V \n",grid_cathode_bias)
printf("Resistor Rsg = %.3f ohm or %.3f kilo ohm \n",Rsg,Rsg_kilo_ohm)
|
1efc68e06e58829f4f7a595817368d480f987e67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH3/EX3.3/Ex3_3.sce | f87cd4e5d0b43cbac3dcb24b964cf8dbcc25370e | [] | 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 | 173 | sce | Ex3_3.sce | clc
//
//
//
//Variable declaration
ip=60 //Angle of incidence
//Calculations
mu=tan((%pi/180)*(ip))
//Result
printf("\n The Angle of polarization is %1.4f Degrees",mu)
|
2c7df7f9dfb9c7639e11878386f98e7682b34e44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH2/EX2.54/ex2_54.sce | 2f1549dd327c25399dc185924b8bc2d2a03b45ac | [] | 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 | 687 | sce | ex2_54.sce | clc
L=0.1; //Assigning values to parameters
R=10;
V=230;
f=50;
C=200*10^-6;
Xl=2*%pi*f*L;
Xc=1/(2*%pi*f*C);
Z=sqrt(R*R+(Xl-Xc)*(Xl-Xc));
I=V/Z;
Zcoil=sqrt(R*R+Xl*Xl);
Vcoil=I*Zcoil;
Vc=I*Xc;
disp("Amperes",I,"Circuit Current");
disp("Ohms",Zcoil,"Coil impedance");
disp("Volts",Vcoil,"Coil voltage");
disp("Volts",Vc,"Capacitor Voltage");
fr=1/(2*%pi*sqrt(L*C));
Ir=V/R;
Xl=2*%pi*fr*L;
Xc=Xl;
Zcoil=sqrt(R*R+Xl*Xl);
Vcoil=Ir*Zcoil;
Vc=Ir*Xc;
disp("Amperes",Ir,"Circuit Current at resonance");
disp("Ohms",Zcoil,"Coil impedance at resonance");
disp("Volts",Vcoil,"Coil voltage at resonance");
disp("Volts",Vc,"Capacitor Voltage at resonance"); |
b4c2e402ac3709ad4337324db9911043d78a0a68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2207/CH6/EX6.5.7/ex_6_5_7.sce | 31326d75fb3141cc5ea73586e247eaf8ddf68803 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sce | ex_6_5_7.sce | //Example 6.5.7.a;average output voltage and current
clc;
clear;
close;
//given data :
vs=120;//in volts
vb=1;//in volts
d=0.33;//
rl=10;//in ohms
f=200;//in Hz
Vldc=d*vs;//
Ildc=round(Vldc)/rl;//in amperes
disp(round(Vldc),"average/DC output voltage in volts is")
disp(Ildc,"average load current in amperes is")
|
a2706207ce7e2f1f9db253b386579603b2d1f9f9 | 6f93c26af9664a4531dba8754a6166713ca83d91 | /homework12/TestFIFOWorklist.tst | a69dbc4bc1dbabdc884f8b39c3f1f598b5ab5c35 | [] | no_license | terryd300/Data-Structures | b2d4cff3a86576942c1234856a4c456d97315623 | fe91b086b38f2ed6a7915cf160ba01dd2c340b9f | refs/heads/main | 2023-07-18T01:35:26.980071 | 2021-08-31T16:53:14 | 2021-08-31T16:53:14 | 401,778,521 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 78 | tst | TestFIFOWorklist.tst | 700462792="NoSuchElementException"
1682282319="2"
168703477="3"
543470984="1"
|
cc6d1114cbea44a47649c31a9fb64e8b018d5fc3 | 717ddeb7e700373742c617a95e25a2376565112c | /3424/CH8/EX8.6/Ex8_6.sce | c502459d325d7d7d071de22a4d95f9374704b8ec | [] | 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 | 588 | sce | Ex8_6.sce | clc
// Intialization of variables
y = 62.4 // lb/ft^3
z2 = 20 //ft
d = 1.94 // slugs/ft^3
V2 = 19.6 //ft/s
V1 = 8.70 //ft/s
D = 0.0625 //ft
f = 0.0215
l = 60//ft
// Calculations
P1 =(z2*y + (d*(V2^2 - V1^2))/2)/(144) // psi
P11 =P1+ (( d*f*l*(V1^2)/(2*D)))/144 //psi
P12 = (d*(V1^2)*(18))/(2*144) //psi
P13 = P11 + P12 //psi
// results
printf(" pressure at point(1) if all losses are neglected is %.1f psi",P1)
printf(" \npressure at point(1) if major losses are included is %.1f psi",P11)
printf(" \n pressure at point(1) if all losses are included is %.1f psi",P13)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.