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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7c92248e4c28c261296ebc5c7db453fdb13df37c | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH1/EX1.2/Exa1_2.sci | 211cf27c9adacf4d7bf4bae1828de505b9ece0d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sci | Exa1_2.sci | //Evaluate a single pulse
A = 8e-3;
f = 0.5e+3;
w = 2*%pi*f;
pw = 1/f;
w = 2*%pi/pw;
MV = A/pw; // Maximum voltage
disp(MV, 'Maximum voltage(in V)')
//For plotting graph
xset('window',2);
xtitle("Figure 1.7","X axis","Y axis");
x=linspace(0.1,6*%pi/(pw),50000);
y=(MV*pw*sin(pw)*x)/(pw*x) .*ones(length(x),1);
plot(x,y);
//As the values on both x and y axis very small, so plot in this example is not able to shown the variation |
826489773b3946a991281e1af8532f65b1871fc4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH6/EX6.7/Ex6_7.sce | 5a4acb72e11d8b36a7c7641c789a0b6edc8616e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 848 | sce | Ex6_7.sce | clc;
Psh=10000;
P=4;
f=50;
Pi=660;
Pw=420;
I_l=8;
rs=1.2;
Pi_fl=11200;
I_fl=18;
Ns=(120*f)/P;
Ws=(2*3.14*Ns)/60;
//for part a
disp('for part a ');
Pstl=Pi-Pw-((3*I_l*I_l*rs)/(3));
mprintf('The stator core loss is \n %f W \n',Pstl);
//for part b
disp('for part b ');
Pg=Pi_fl-Pstl-(3*(I_fl/sqrt(3))*(I_fl/sqrt(3))*rs);
Prl=Pg-Psh;
mprintf('The rotor loss is %f W \n',Prl);
//for part c
disp('for part c ');
Prol=Prl-Pw;
mprintf('The rotor ohmic loss is %f W \n',Prol);
//for part d
disp('for part d ');
s_fl=Prol/Pg;
Nr=Ns*(1-s_fl);
mprintf('Full Load speed of rotor is %f rpm \n',Nr);
//for part e
disp('for part e ');
Te=Pg/Ws;
Tsh=Psh/((Ws)*(1-s_fl));
E=(Psh/Pi_fl)*100;
mprintf('The internal torque is %f Nm \n The shaft torque is %f Nm \n The motor Efficiency is %f percent',Te,Tsh,E);
|
0c36c63d1a4684b559a7d36f2ce5e5051a6292fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH1/EX1.5/1_5.sce | 2a21965485a1314b91eb48c11ebd82aded9df53e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | 1_5.sce |
clc
//initialisation of variables
clear
a= 30 //degrees
b= 30 //degrees
h= 20 //ft
h1= 10 //ft
h2= 15 //ft
h3= 16 //ft
w= 62.4 //lb/ft^3
h4= 10/3 //ft
//CALCULATIONS
Rt= (1/h3)*((w*(h*h2^2*(h2/3)/(2*sqrt(3))))-(w*(h*h1^2*h4/(2*sqrt(3)))))
R= ((w*(h*h2^2/(2*sqrt(3))))-(w*(h*h1^2/(2*sqrt(3)))))
Rb= R-Rt
//RESULTS
printf ('Force at the hinge = %.f lb ',Rt)
printf ('\n Force at the hinge = %.f lb ',Rb)
//Round off error in textbook
|
4724575da10160f057fdc2c6e0545b591260e9d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH2/EX2.19/2_19.sce | fe429a48c2de73e0fef9a3d6ffcdb515c7ad4902 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,483 | sce | 2_19.sce | //ques-2.19
//Calculating amount of air for combustion and amount of dry products in fuel gas
clc
C=90;//Percentage of carbon in fuel
H=6;//Percentage of hydrogen in fuel
S=2.5;//Percentage of sulphur in fuel
O=1;//Percentage of oxygen in fuel
ash=0.5;//Percentage of ash in fuel
M=1;//Mass of fuel given (in kg)
e=25;//Percentage of excess air used
//Part (i)
m1=(C/100)*M*1000;//mass of carbon in fuel (in g)
m2=(H/100)*M*1000;//mass of hydrogen in fuel (in g)
m3=(2.5/100)*M*1000;//mass of sulphur in fuel (in g)
m4=(O/100)*M*1000;//mass of oxygen in fuel (in g)
m5=(ash/100)*M*1000;//mass of ash in fuel (in g)
W=(m1*(32/12)+m2*(16/2)+m3*(32/32)-m4)*(100/23);//Weight of air for complete combustion (in g)
printf("The amount of air required for complete combustion of 1kg of fuel is %.3f kg.\n",W/1000);
//Part (ii)
//When excess air is being used
w1=m1*(44/12);//weight of carbon dioxide (in g)
w2=m2*(64/32);//weight of sulphur dioxide (in g)
w3=W*(77/100)*(1+e/100);//weight of nitrogen (in g)
w4=m4+W*(23/100)*(1+e/100);//weight of oxygen (in g)
total=w1+w2+w3+w4;//total weight of dry products (in g)
p1=(w1/total)*100;//Percentage of carbon dioxide
p2=(w2/total)*100;//Percentage of sulphur dioxide
p3=(w3/total)*100;//Percentage of nitrogen
p4=(w4/total)*100;//Percentage of oxygen
printf(" The percentages of carbon dioxide, sulphur dioxide, nitrogen and oxygen in dry products are %.2f, %.2f, %.2f and %.2f respectively.",p1,p2,p3,p4);
|
f7daa23ae9060973206d1b31386594436af194e3 | c8a2ce0dd5898c7a0eaad60dccdeca114a7a612c | /RPG/bin/scene/left.sce | 1f78351f042b822a2972648fd58016ec048e125a | [] | no_license | youlanhai/Lazy2D | 5b34b9e57f5a8c405824dbb7f977059f441f67c5 | 84fa6634729599348018e5ba4b9ed07e2387b414 | refs/heads/master | 2021-05-16T04:13:52.288447 | 2015-04-12T07:36:04 | 2015-04-12T07:36:04 | 105,855,169 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 163 | sce | left.sce | map/left.map
sprit/leftsprit.spr
0
sound/left.mid
1
64 192
608 352 32 64
scene/center1.sce
0
0 0
0 192 32 64
null
0
0 0
612 96 32 64
null
0
0 0
224 448 64 32
null
|
ebdeddc0f63f32c2df77b3e7adc97ed2af20f696 | 33d7960e39a3e71591538dccbe1dd4014c377e78 | /Sample Solution/CompFin_2017_SS_Exercise_26_MathQF.sce | 16148e26ffaa2c871f84e0c1dff6581f0e65cc8b | [] | no_license | wiiwins/Compfin | 529e2997994babb9e3795283ddbd8ec782131148 | 2629685421e970a369ec797b76dda3d2803bcbcf | refs/heads/master | 2020-05-18T01:25:39.357847 | 2019-06-27T11:21:46 | 2019-06-27T11:21:46 | 184,090,400 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,908 | sce | CompFin_2017_SS_Exercise_26_MathQF.sce | function [V0, CIl, CIr, epsilon] = BS_Call_MC_IS (S0, r, sigma, T, K, N, mu, alpha)
// Allocate memory of N Monte-Carlo samples of the option payoff.
samplesPayoff = zeros(N,1);
// Generate N random variables with N(mu,1)-distribution
Y = grand(N, 1, "nor", mu, 1);
// Compute Monte-Carlo estimator.
samplesPayoff = exp((-1)*Y*mu+0.5*mu^2).*max((S0*exp((r-0.5*sigma^2)*T+sigma*sqrt(T)*Y))-K,0);
V0 = exp(-r*T)*mean(samplesPayoff);
// Determine asymptotic 95%-level confidence interval based on the sample variance
// of the Monte-Carlo samples with control variate.
sigma_hat = exp(-r*T) * stdev(samplesPayoff);
alpha_level=cdfnor('X',0,1,(alpha+1)/2,(1-alpha)/2);
epsilon = alpha_level * sigma_hat / sqrt(N);
CIl=V0-epsilon;
CIr=V0+epsilon;
endfunction
function [V0, epsilon] = EuOption_BS_MC (S0, r, sigma, T, K, M, g)
// The initial price of the european option is given by E_Q (f(Z))
// for a N(0,1)-distributed random variable Z and the following
// function f.
function y = f(x)
y = exp(-r*T) * g(S0*exp( (r-0.5*sigma^2)*T + sigma*sqrt(T)*x));
endfunction
// Generate an Mx1-vector of independent samples from
// standard normally distributed random variables.
X = grand(M, 1, 'nor', 0, 1);
// Compute Monte-Carlo estimator.
Y = f(X);
V0 = mean(Y);
// Compute radius of 95% confidence interval
epsilon = 1.96 * sqrt(variance(Y)/M);
endfunction
function C = BS_EuCall(t, S_t, r, sigma, T, K)
// A function in a function: Provide the cumulative distribution function
// of the standard normal distribution as function Phi, using the internal
// scilab function cdfnor.
function p = Phi(x)
p = cdfnor("PQ", x, zeros(x), ones(x));
endfunction
// Implement Black-Scholes formula as given in C-Exercise 04
d_1 = ( log(S_t./K) + (r+1/2*sigma^2)*(T-t) ) ./ ( sigma*sqrt(T-t) );
d_2 = d_1 - sigma*sqrt(T-t);
C = S_t.*Phi(d_1) - K.*exp(-r*(T-t)).*Phi(d_2);
endfunction
// Test data.
S0 = 100;
r = 0.05;
sigma = 0.2;
T = 1;
K = 200;
N = 1000;
alpha=0.95;
d =( log(K/S0) - (r-1/2*sigma^2)*T ) / ( sigma*sqrt(T) );
delta = abs(d);
mu = (1:0.001:d + delta)';
function y=g(x)
y=max(x-K,0)
endfunction
// Call function for mu=d and display the result.
[V0, c1,c2,epsilon] = BS_Call_MC_IS (S0, r, sigma, T, K, N, d, alpha);
[V0_plain, epsilon_plain] = EuOption_BS_MC(S0, r, sigma, T, K, N, g);
V0_BS = BS_EuCall(0, S0, r , sigma, T, K);
disp("The Monte-Carlo approximation with importance sampling to the price of the European Call option is given by " + string(V0) + "; radius of 95% confidence interval: " + string(epsilon)+char(10) );
disp("The Monte-Carlo approximation without variance reduction is given by " + string(V0_plain) + "; radius of 95% confidence interval: " + string(epsilon_plain)+char(10) );
disp("The real option price calculated with the BS-Formula is "+string(V0_BS));
// Comute a vector of approximations with mu from the interval [d-delta,d+delta]
M = length(mu);
V0_mu = length(M);
epsilon=length(M);
for i = 1:M
[V0_mu(i),c1,c2,epsilon(i)] = BS_Call_MC_IS (S0, r, sigma, T, K, N, mu(i));
end
// Compare with the Black Scholes formula (3.23) and the plain Monte Carlo
// estimator (C-Exercise 21)
// Plot of standard estimator and IS estimators for mu from [d-delta,d+delta]
clf();
plot(mu, [V0_mu V0_plain*ones(V0_mu) V0_BS*ones(V0_mu) V0_BS*ones(V0_mu)+epsilon,V0_BS*ones(V0_mu)-epsilon] );
title("Comparison of standard and importance sampling estimators for a European call option");
xlabel("$\mu$");
ylabel("option price");
legend("Importance sampling estimation", "Standard estimator", "Black-Scholes formula","CIr","CIl");
|
0805206a872d911d3c83f76c84209ed9ef1f1365 | 00e20965b325210cb29d4887402a2d5d7f9368fc | /Labs6_9/Course/test1.tst | 0fa2210444f0cf74e4ab7c764d5724571f4e77a6 | [] | no_license | hxnchar/KPIlabs | 375f414b3666d4a09e5aed09cf8f9763ac15f819 | 5d5ebffd18d75e46bc06b194bfac70ec82bf6014 | refs/heads/main | 2023-05-01T06:42:39.814773 | 2021-05-20T10:36:52 | 2021-05-20T10:36:52 | 344,482,733 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,096 | tst | test1.tst | 5
1.Що таке трикутник
а)це передова розробка Ілона Маска
б)новий трек Моргенштерна
+в) геометрична фігура, яка складається з трьох точок, що не лежать на одній прямій, і трьох відрізків, які їх сполучають
2.Оберіть правильне формулювання першої однаки подібності
+а)Якщо два кути одного трикутника відповідно дорівнюють двом кутам другого трикутника, то такі трикутники є подібними.
б)Якщо два кути відрізняють одне від одного на стало одинцю порівняння K то такі трикутники є подібними
в)Якщо не знати ознаки подібності, то будь-який трикутник є подібним
3.Оберіть правильне формулювання другої однаки подібності
а)Якщо дві сторони одного трикутника дорівнюють двом сторонам якогось чотириутника, і кути мі жмедіанами цього трикутника дорівнюють кутам чотирикутника, то даний трикутник є подібним до всіх трикутників, утворених діагоналями чотирикутника
+б)Якщо дві сторони одного трикутника пропорційні двом сторонам другого трикутника і кути, утворені цими сторонами, рівні, то такі трикутники є подібними.
в)Якщо не знати ознаки подібності, то будь-який трикутник є подібним
4.Оберіть правильне формулювання третьої однаки подібності
а)Якщо не знати ознаки подібності, то будь-який трикутник є подібним
б)Якщо три сторони одного трикутника рівні, то цей трикутник є подібним до будь-яких інших трикутників
+в)Якщо три сторони одного трикутника пропорційні трьом сторонам другого трикутника, то такі трикутники є подібними.
5.Як скорочено називають ці ознаки?
+а)за двома кутами, за двома сторонами і кутом між ними , за трьома сторонами
б)за двома котами, за двома котами і мискою між ними, за трьома котами
в)за двома сторонами, за двома кутами і стороною між ними , за трьома кутами |
3309dc9faa05e960f84361f2b74b8c68caf99721 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH5/EX5.14/Ex5_14.sce | a46c78e47c533259579eaa15f54a58223023aca1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,722 | sce | Ex5_14.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.14\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.14 (page no. 198)
// Solution
//From Table3, we first obtain the properties at 337 psia and 460 F and then 337 psia and 470 F.
//The necessary interpolations are best done in tabular forms as shown:
//Proceeding with the calculation,at 460 F,
// p v // p h
// 340 1.4448 // 340 1226.7
// 337 1.4595 // 337 1227.2
// 335 1.4693 // 335 1227.5
v=1.4696-(2/5)*(1.4693-1.4448); h=1227.5-(2/5)*(1227.5-1226.7);
//ft^3/lbm //specific volume //Btu/lbm //enthaply
//And at 470 F,
// p v // p h
// 340 1.4693 // 340 1233.4
// 337 1.4841 // 337 1233.9
// 335 1.4940 // 335 1234.2
v=1.4640-(2/5)*(1.4640-1.4693); h=1234.2-(2/5)*(1234.2-1233.4);
//ft^3/lbm //specific volume //Btu/lbm //enthaply
//Therefore,at 337 psia and 465 F
// t v // t h
// 470 1.4841 // 470 1233.9
// 465 1.4718 // 465 1230.7
// 460 1.4595 // 460 1227.5
v=1.4595+(1/2)*(1.4841-1.4595); h=1227.5+(1/2)*(1233.9-1227.5);
//ft^3/lbm //specific volume //Btu/lbm //enthaply
printf("At 465 F and 337 psia,specific volume=%f ft^3/lbm and enthalpy=%f Btu/lbm\n",v,h);
|
9053aca3e94a079ab01481736572b1727cfaa630 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH3/EX3.1/3_1.sce | 7153f63ccebb4fd0f1f8cdeddfbe271d56289194 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3_1.sce | clc
clear
//Initialization of variables
gam=0.0765 //lb/ft^3
Q=100 //ft^3/sec
d1=2.5 //ft
d2=9 //in
l=12 //ft
//calculations
A1=%pi/4 *d1^2
V1=Q/A1
A2=%pi*l*d2/12
V2=Q/A2
//results
printf("Mean velocity of flow at section 1 = %.1f ft/sec",V1)
printf("\n Mean velocity of flow at section 2 = %.2f ft/sec",V2)
|
431f4ec7060f3a1cbf20b3535081956e27ac5372 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.65/65.sci | 1245f5c42b81752ea392af1b91f99aa5e4e4bd8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sci | 65.sci | clc;
clear all;
disp("expression for rate")
disp("k = k0*(1+a*t+b*t^2)")
disp("considering steady state equation through hollow sphere r= r and thickness dr/dt, ")
disp("Q = -k*A*dt/dr = -k*4*%pi*r^2*dt/dr =-k0*(1+a*t+b*t^2)*4*%pi*r^2*dt/dr")
disp("thus, Q/4%pi * dr/r^2=-k0*(1+a*t+b*t^2)*dt ")
disp("integrating the above equation in range r1 to r2 and t1 to t2 respectively, we get")
disp("Q = (4*pi*r1*r2/(r1-r2))*k0*(t1-t2)*(1+a(t1+t2)/2)+b*(t1^2+t2^2+t2*t2)/3)")
|
0cbb97493771e90e48299b37d798a97a24395634 | 8dc611af679f54b01c48dbf763744d4aef2e327f | /comparison/Lien et al.sce | 982b007d2b0afe9209875dfaf1e9ddcf13018b36 | [] | no_license | attaoveisi/Non-fragile_observer_based_Controller | 36b6c250ef567ad8145d0f777a893cafb457c63a | 6c554e0cff39814f730dc58edd2b50a16ef7e0f6 | refs/heads/master | 2022-04-16T08:25:01.279476 | 2020-04-20T12:16:40 | 2020-04-20T12:16:40 | 257,244,804 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,808 | sce | Lien et al.sce | clc
clear
A=[-209.443458108676,450.728478793718,0,0,0,0;-450.728478793718,-209.443458108676,0,0,0,0;0,0,-2.25680753735172,467.128469627320,0,0;0,0,-467.128469627320,-2.25680753735172,0,0;0,0,0,0,-0.460680331454473,87.5968670596031;0,0,0,0,-87.5968670596031,-0.460680331454473];
B=[-9.64474367821996,2.65660382188316;-7.76311006325836,-5.61613187293423;-0.117927290005266,0.0527206875641465;0.215603654718808,-0.128623447556356;0.0737096142170821,0.0391127484963023;-0.0970049785583168,-0.0786358112919118];
C=[1.88477251668799,-1.14284793707382,5.77230310808448,47.9525873535994,-5.11774457916239,-49.0010462763406];
H=-B(:,1);
dum1=size(A);
dum2=size(B);
dum3=size(H);
dum4=size(C);
n=dum1(1,1);
m=dum2(1,2);
m_H=dum3(1,2);
q=dum4(1,1);
cons=.001;
//beam
M_L=10*cons*[1,0,0,2,1,0]';
N_L=10*cons;
M_K=cons*[1;2];
N_K=cons*[1,0,1,0,1,0];
row=.48640;
function [LME_Hinf, LMI_Hinf, OBJ_Hinf]=nonfragile_Hinf(XLIST_Hinf)
[P,Ph,R,Kh,Lh,eps1]= XLIST_Hinf(:)
LME_Hinf = list(P*B-B*Ph,P-P',R-R',Ph-Ph')
LMI_Hinf = list(-([A'*P+P*A-Kh'*B'-B*Kh+2*row*P,B*Kh,P*B*M_K,zeros(n,1),-eps1*N_K',zeros(n,1);Kh'*B',A'*R+R*A-Lh*C-C'*Lh'+2*row*R,zeros(n,1),R*M_L,eps1*N_K',-eps1*C'*N_L';M_K'*B'*P',zeros(1,n),-eps1,zeros(1,1+1+1);zeros(1,n),M_L'*R,0,-eps1,zeros(1,2);-eps1*N_K,eps1*N_K,zeros(1,2),-eps1,0;zeros(1,n),-eps1*N_L*C,zeros(1,3),-eps1]),P,R,Ph,eps1)
OBJ_Hinf = []
endfunction
P0=eye(n,n);
Ph0=eye(m,m);
R0=eye(n,n);
Kh0=rand(m,n);
Lh0=rand(n,q);
eps1_0=1;
Init_guess=list(P0,Ph0,R0,Kh0,Lh0,eps1_0);
Ans_LMI_Hinf=lmisolver(Init_guess,nonfragile_Hinf);
P=Ans_LMI_Hinf(1);
Ph=Ans_LMI_Hinf(2);
R=Ans_LMI_Hinf(3);
Kh=Ans_LMI_Hinf(4);
Lh=Ans_LMI_Hinf(5);
eps1=Ans_LMI_Hinf(6);
K=Ph^-1*Kh;
L=R^-1*Lh;
K2=K;
L2=L;
save('L2.dat',L2);
save('K2.dat',K2);
|
fd2a7030800b0fb6b33b77152f4bc882dc9936a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH5/EX5.12/5_12.sce | e2cca3b5b5880db200c8d27cc5a4c1e93c8628f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 795 | sce | 5_12.sce | //Chapter 5, Problem 12, Figure 5.24
clc;
R1=2.5;
R2=6;
R3=2;
R4=4;
V=200;
//Calculating equivalent resistance Rx of R2 and R3 in parallel
Rx=(R2*R3)/(R2+R3);
//Calculating equivalent resistance RT of R1, Rx and R4 in series
Rt=R1+R4+Rx;
//Supply current
I=V/Rt;
//Calculating current through each resistor
I2=(R3/(R2+R3))*I;
I3=(R2/(R2+R3))*I;
//Calculating p.d across each resistor
V1=I*R1;
Vx=I*Rx;
V4=I*R4;
disp("(a)")
printf("Supply current = %f A\n\n\n",I);
disp("(b)")
printf("Current through R1 and R4 = %f A\n\n\n",I);
printf("Current through R2 = %f A\n\n\n",I2);
printf("Current through R3 = %f A\n\n\n",I3);
disp("(c)")
printf("p.d. across R1 = %f V\n\n\n",V1);
printf("p.d. across R2 and R3 = %f V\n\n\n",Vx);
printf("p.d. across R4 = %f V\n\n\n",V4);
|
6c760222f758f07a7f9ce8f58924422b0b1d2722 | 45e046b9cab35a22858077ef405f8c8b8125a87f | /Assignment-1/Questn-3/sorttest_insertion.sci | beecd608edc9b54fd62d0ea34484a71c1f8a3a5a | [] | no_license | shilpasunil/AP-laboratory | 4a67e510a05e5ce48f200ee73183627a12a19d55 | 87d55510d6f3c4a80ce1779e9b39430ee20e69b2 | refs/heads/main | 2023-02-09T16:13:34.048845 | 2021-01-07T04:43:35 | 2021-01-07T04:43:35 | 327,504,813 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sci | sorttest_insertion.sci | function [a,noc]= sorttest_insertion(a,low,high,noc)
for i=low:high
key = a(i);
j = i-1;
while (j>=1 )
if( a(j) >key)
noc=noc+1;
//disp("h");
a(j+1) = a(j);
end
j=j-1;
end
a(j+1) = key;
end
endfunction
|
d57e58da469f507a8a00e54bf850e0fc0b299772 | 01697f0dc71290a6b6e233849a73d19a883845f1 | /sem01/lab03/q03.sce | 79a14079e0f30ada0ddeb541d13054768ab3c4ea | [] | no_license | aaruni96/Math-Lab | 5d83a13547308bd9d1b7daa28be29a49e1020fbd | 488469c9aba9251f5725e0851fb19e2aef38d234 | refs/heads/master | 2021-01-12T06:29:53.790743 | 2018-04-27T09:21:40 | 2018-04-27T09:21:40 | 77,370,232 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 163 | sce | q03.sce | //trace cissoid
clc;
clear;
x=[-3.99:0.01:3.99]';
a=4;
y1=sqrt(x.^3/(a-x));
y2=-y1;
plot2d(x,y1);
plot2d(x,y2);
xlabel("X-Axis")
ylabel("Y-Axis")
title("Cissoid")
|
c10742c7c5cb72b29d2f8d3646909347ce37f3de | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH7/EX7.35/example7_35.sce | d8c01fc684bf44e0f2e890b43a8e1d034fa197b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 988 | sce | example7_35.sce | // Find values of R2,Vdd,Vds
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 7-35 in page 338
clear; clc; close;
// Given data
Vp=-5; // Pinch off voltage in V
Idss=12*10^-3; // Drain-source current in mA
Vdd=18; // Drain voltage in V
Rs=2*10^3; // Source resistance in K-ohms
Rd=2*10^3; // Drain resistance in K-ohms
R2=90*10^3; // Original value of R2 in K-ohms
// Calculation
Vgs1=(-5.3+sqrt(5.3^2-(4*0.48*10.35)))/(2*0.48);
Vgs2=(-5.3-sqrt(5.3^2-(4*0.48*10.35)))/(2*0.48);
printf("Vgs = %0.2f V or %0.2f V\nTherefore Vgs = -2.53 V\n",Vgs1,Vgs2);
Id=(3.306-Vgs2)/2;
Vds=18-(Id*Rd)-(Id*Rs);
r2=(13.47*400)/4.53;
vdd=((16-2.53)*(400+90))/90;
vds=vdd-16-16;
printf("(a)The new value of R2 is %0.1f K-ohm\n",r2);
printf("(b)The new value of Vdd = %0.2f V\n",vdd);
printf("(c)The new value of Vds = %0.2f V",vds);
// Result
// (a) R2 = 1189.4 K-ohm
// (b) Vdd = 73.34 V
// (c) Vds = 41.34 V |
550782852e8386f0bde781f3eb34074083b44be4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH4/EX4.4/Example__4_4.sce | 8ad2ad9192937ea586aa9f9b3ee3083b6779ed9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 878 | sce | Example__4_4.sce | //Chemical Engineering Thermodynamics
//Chapter 4
//Second Law of Thermodynamics
//Example 4.4
clear;
clc;
//Given
m1 = 10;//mass of metal block in Kg
m2 = 50;//mass of water in Kg
Cp1 = 0.09;//Specific heat of metal block in Kcal/Kg K
Cp2 = 1;//Specific heat of water in Kcal/Kg K
T1 = 50;//Initial temperature of block in deg celsius
T2 = 25;//Final temperature of block in deg celsius
//To calculate the total change in entropy
//Heat lost by block = Heat gained by water
Tf = ((m1*Cp1*T1)+(m2*Cp2*T2))/((m1*Cp1)+(m2*Cp2));//final temperature of water in deg celsius
Tf1 = Tf+273.16;//final temperature in K
del_S1 = m1*Cp1*log(Tf1/(T1+273));//change in entropy of the block in Kcal/K
del_S2 = m2*Cp2*log(Tf1/(T2+273));//change in entropy of the block in Kcal/K
del_St = del_S1+del_S2;
mprintf('The total change entropy is %f Kcal/K',del_St);
//end |
51ff3797aefd5f6a7d30cf7efba1d6588d0205d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH7/EX7.5/Exa7_5.sci | a56cbae190d9489fc54348b5e827b9709785c993 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sci | Exa7_5.sci | //Determine reactance of the stub and the characteristic impedance of the quater-wave transformer, both connected directly to the load
Z0 = 300;
Zl = 200 + 75*%i;
Bstub = 1.64e-3;
Yl = 1/Zl;
X = -1/Bstub;
Gl = 4.38e-3;
Rl = 1/Gl;
Z01= sqrt(Z0*Rl);
disp(X, 'Reactance of quarter-wave transformer is (in ohms)')
disp(Z01, 'Char. imp. of quarter-wave transformer (in ohms)')
|
d1a10a4638d157dcaf63c48c6ec011c0333887e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH1/EX1.14/exa_1_14.sce | 515cfb398da7760ad6c0504ce29620bf42bf5b7a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 506 | sce | exa_1_14.sce | // Exa 1.14
clc;
clear;
close;
// Given data
fie_B= 2*10^-6;// in weber
A= 10^-4;// in m^2
N= 300;// number of turns
l=30;//in cm
l=l*10^-2;//in meter
i=0.032;// in amp
miu_o= 4*%pi*10^-7;
B=fie_B/A;// in weber/meter^2
disp(B,"Flux density in weber/meter^2 is : ")
H= N*i/l;// in amp-turn/meter
disp(H,"Magnetic intensity in amp-turn/meter is :")
miu= B/H;// in weber/amp-meter
disp(miu,"Pemeability in weber/amp-meter is :")
miu_r= miu/miu_o;
disp(miu_r,"Relative permeability is : ")
|
8ab75f72a94dde0764217db5970ed3090b245375 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH14/EX14.12/105ex1.sce | dacadbe14b7c16bb728703e11cb31a48f3746a42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 866 | sce | 105ex1.sce |
//2*x^2+7*x+3
clear;
clc;
close;
x=poly(0,'x');
p=2*x^2+7*x+3;
factors(p);
ans(2)=ans(2)*2;
disp(ans(1),ans(2),"the factors of 2*x^2+7*x+3 are")
|
90dc150e7795c174cf927604eb387bf88badc390 | fb29503eb9e57fd8763a2e860fa4ee3d932904c9 | /FEM/tensionPlana/sci_MATfem.sci | 7918004bef004636ed305198dc553ce8fc7933f0 | [
"Apache-2.0"
] | permissive | Thejuampi/mecaComp | 4f5e993ddd9e7e2a0278fe0bcc40722c5e4d9d62 | e31313d2842644093a5b705823dd6dcb55809e87 | refs/heads/master | 2021-01-01T18:11:46.162750 | 2014-11-20T23:18:38 | 2014-11-20T23:18:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sci | sci_MATfem.sci | function [tree] = sci_MATfem(tree)
// Generated by M2SCI
// Conversion function for Matlab MATfem
// Input: tree = Matlab funcall tree
// Ouput: tree = Scilab equivalent for tree
tree=Funcall("exec",1,Rhs(tree.name),tree.lhs)
endfunction
|
69667650101461aec72ffe82931e4923f596a623 | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH3/EX3.8/Example3_8.sce | 717757b51993af77810e94707e9c2098930d7c5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,639 | sce | Example3_8.sce | clear;
clc;
// Illustration 3.8
// Page: 81
printf('Illustration 3.8 - Page: 81\n\n');
printf('Illustration 3.8 (a)\n\n');
// Solution (a)
//***Data****//
// a = water b = air
Nb = 0;
h = 1100;// [W/square m]
//*****//
Ma = 18.02;// [kg/kmol]
Cpa = 2090;// [J/kg.K]
T1 = 600;// [C]
Ti = 260;// [C]
// The positive dirn. is taken to be from the bulk gas to the surface.
Has = 2.684*(10^6);// enthapy of saturated steam at 1.2 std atm, rel. to the liquid at 0 C in [J/kg]
Hai = 2.994*(10^6);// enthalpy of steam at 1 std atm, 260 C in [J/kg]
// Radiation contributions to the heat transfer from the gas to the surface are negligible. Eqn. 3.70 reduces to
Na = -((h/(Ma*Cpa))*log(1-((Cpa*(T1-Ti))/(Has-Hai))));// [kmol/square m.s]
printf('The rate of steam flow reqd. is %f kmol/square m.s\n\n',Na);
// negative sign indicates that the mass flux is into the gas
printf('Illustration 3.8 (b)\n\n');
// Solution (b)
//***Data****//
// a = water b = air
h = 572;// [W/square m]
T1 = 25;// [C]
//******//
Ti = 260;// [C]
// The positive dirn. is taken to be from the bulk gas to the surface.
Has = 1.047*10^(5);// enthapy of saturated steam at 1.2 std atm, rel. to the liquid at 0 C in [J/kg]
Hai = 2.994*(10^6);// enthalpy of steam at 1 std atm, 260 C in [J/kg]
// Radiation contributions to the heat transfer from the gas to the surface are negligible. Eqn. 3.70 reduces to
Na = -((h/(Ma*Cpa))*log(1-((Cpa*(T1-Ti))/(Has-Hai))));// [kmol/square m.s]
printf('The rate of steam flow reqd. is %f kmol/square m.s',Na);
// negative sign indicates that the mass flux is into |
6d6d4ff42181806add57e15c5fa1826edb224fbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH9/EX9.9/Example9_9.sce | 7f2ce0d25220b4c13b3bb5586e718b12c27e7025 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 553 | sce | Example9_9.sce | //Exa 9.9
clc;
clear;
close;
//Given data :
K=0.1;//shunt to mutual capacitance ratio
CbyC1=10;
C2byC1=(1+K)*CbyC1;
C3byC1=(1+3*K)*CbyC1;
C4byC1=(1+6*K)*CbyC1;
disp("C2 is "+string(C2byC1)+" times of C1");
disp("C3 is "+string(C3byC1)+" times of C1");
disp("C4 is "+string(C4byC1)+" times of C1");
//I5=I4+i4
//omega*C5*v=omega*C4*v+omega*C1*4*v
C5byC1=(1+10*K)*CbyC1;
disp("C5 is "+string(C5byC1)+" times of C1");
//I6=I5+i5
//omega*C6*v=omega*C5*v+omega*C1*5*v
C6byC1=(1+15*K)*CbyC1;
disp("C6 is "+string(C6byC1)+" times of C1");
|
30f91efdb1b581b1f6897ed8c256bd2d61229c53 | dbcfa4caa5d6e2d5279839cfd63d1aab084e1740 | /good.sce | e43a8c08bf2bedff00fbe3d903575c950db78690 | [] | no_license | quentin-duchemin/Modeliser_alea | d20b8d1d1519eb99c4d7f7aa3f57605766776d8a | e10d25e62787d59e4e94e025271818a5e7f81847 | refs/heads/master | 2021-06-15T20:19:56.468355 | 2017-04-25T21:24:44 | 2017-04-25T21:24:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,904 | sce | good.sce | clear
// Loi normale
function [x]=normale(y,m,s2)
x=%e^(-(y-m).^2/2/s2)/sqrt(2*%pi*s2)
endfunction;
// Ouvrir le fichier de donnees (nombre de crabes par intervalle)
x=fscanfMat('crabe.txt');
x=x;
// intervalles
y=.580+.002+.004*[0:28];
yM=y+.002;
ym=y-.002;
Max=25;
// Dessiner la loi normale correspondante
// A FAIRE
probas = x / sum(x);
ls_abs = [0.58:0.004:0.696];
moyenne = y*probas
var = (y.^2)*probas - moyenne^2;
sigma = sqrt(var)
densite = normale(ls_abs,moyenne,var);
plot(ls_abs,densite/sum(densite));
// Tracer l'histogramme
// A FAIRE
bar(y,x/sum(x));
// TEST DU CHI 2
// Cette fonction retourne la p valeur P(chi2>zeta_n)
// du test du chi2 d'adequation de loi
// N est un vecteur ligne des occurences observees
// p0 est un vecteur ligne correspondant a la loi sous H0
function[proba]=test_chi2(N,p0)
n=sum(N);// taille de l'echantillon observe
// calcul de zeta_ n
zeta_n=n*sum(((N/n-p0).^2)./p0);
// nombre de degres de liberte (= nombre de classes dans N-1)
d= length(N)-1;
// on calcule la proba pour un chi 2 à d-1 degres d'etre superieur a zeta
[p,q]=cdfchi("PQ",zeta_n,d)
proba=q;
endfunction;
// On ne considère que les classes ayant un effectifs supérieur à 5
effectifs = x(2:27);
classes = y(2:27);
p_empirique = effectifs / sum(effectifs);
moyenne = classes * p_empirique;
var = ((classes-moyenne).^2) * p_empirique;
p0 = normale(classes,moyenne,var)';
p0 = p0 /sum(p0);
p_valeur = test_chi2(effectifs,p0)
// Donnees
pi0=[1; 3]/2/2;
pi=pi0;
mu=[.57; .67];
s2=[1 ;1]/10000;
rho=ones(2,1000);
// Algorithme EM pour les crabes
//------------------------------
N=1000;
R=zeros(5,N+1);
R(:,1)=[mu(1);mu(2);pi(1);s2(1);s2(2)];
Y = [];
[r,n]=size(y);
for l=1:n
for m=1:x(l)
Y = [Y ; y(l)];
end;
end;
for ite=1:N
for k=1:N
// Iteration k
// A FAIRE
// Calcul de rho
ftheta = 0;
for i=1:2
rho(i,k) = ( R(3,ite)*(2-i) + (1-R(3,ite)) * (i-1) ) * normale(Y(k),R(i,ite),R(i+3,ite));
ftheta = ftheta + rho(i,k);
end;
rho(:,k) = rho(:,k) / ftheta;
end;
// calcul de pi(1)
R(3,ite+1) = (1/N) * sum(rho(1,:));
// calcul mu
R(1,ite+1) = rho(1,:) * Y / sum(rho(1,:));
R(2,ite+1) = rho(2,:) * Y / sum(rho(2,:));
// calcul sigma
R(4,ite+1) = ( rho(1,:) * ((Y-R(1,ite+1)).^2) ) / sum(rho(1,:));
R(5,ite+1) = ( rho(2,:) * ((Y-R(2,ite+1)).^2) ) / sum(rho(2,:));
end;
// Affichages
// A FAIRE
figure(2);
bar(y,x/sum(x));
ls_abs = [0.58:0.004:0.696];
densite = normale(ls_abs,R(1,N+1),R(4,N+1)) * R(3,N+1);
densite = densite + normale(ls_abs,R(2,N+1),R(5,N+1)) * (1- R(3,N+1));
plot(ls_abs,densite/sum(densite));
figure(3);
proba_appartenir_1 = []
for i=1:n
ftheta = R(3,N+1) * normale(y(i),R(1,N+1),R(4,N+1)) + (1 - R(3,N+1)) * normale(y(i),R(2,N+1),R(5,N+1)) ;
proba_appartenir_1 = [proba_appartenir_1 ; R(3,N+1) * normale(y(i),R(1,N+1),R(4,N+1)) / ftheta ] ;
end;
plot(y,proba_appartenir_1');
|
0aa003d49d85abbec2116a18c82db28ccf115270 | a72a0b668d399097c37190a9306c802a64d086d0 | /Sample/GroundwaterModel/Solo/sswSetOutput.sce | b1b9a7ca6e8d255097a40ade514fc7d71750a5eb | [] | no_license | CNH-Hyper-Extractive/simple-script-wrapper | e3038039d0ae592293e99b6dd7fff819d9784956 | 0165df0b1d4cf21fd7de1d5bbff42c60fbe9aab4 | refs/heads/master | 2020-05-18T15:41:57.217472 | 2014-07-01T05:15:16 | 2014-07-01T05:15:16 | 16,794,069 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 113 | sce | sswSetOutput.sce |
function sswSetOutput(quantityName, values)
if(quantityName == 'Storage')
end
endfunction
|
534e9dde9e420141fda036a610eb91f5ed420c67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH8/EX8.5/Ex8_5.sce | 87801d00f2abcc487600d0567b80d456aece9812 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | Ex8_5.sce | //half power beam width the gain power
//given
clc
NNBW=5//degree//null to null beamwidth
f=6d+9//hertz
v=3d+8
lemda=v/f//metre
Da=140*(lemda/NNBW)//degree//beamwidth between first null
HPBW=70*(lemda/Da)//degree//half power beamwidth
gp=6.4*(Da/lemda)^2
gp_decibles=10*log10(gp)//changing to decibles
disp(gp_decibles,HPBW,Da,'the beamwidth between first null and the value of half power beamwidth in degree')//degrees
//ERROR in the printing of the book
|
e73f2bdf79aad43a28d0e01d91cc71e6fdc0138b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH4/EX4.11/Example_4_11.sce | 7253d59254b03ff31f5f4f0bbf9e0b8c8b6c9d00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 616 | sce | Example_4_11.sce | //Example 4.11
clear;
clc;
//Given
R=8.314;// gas constant in J K^-1 mol^-1
T=300; //initial temperature in K
r=3;//ratio of final volume to initial volume
//To calculate the entropy
q=R*T*log(r);//r=V2/V1
n=(P*V1*0.001)/(R*T);//moles
delSsys=q/T;//entropy of system in J K^-1 mol^-1
delSuniv=R*log(r);//entropy of universe in J K^-1
mprintf('(a) Entropy of the system = %f J K^-1 mol^-1',delSsys);
mprintf('\n Entropy of the surrounding = 0 J K^-1 mol^-1');
mprintf('\n \n (b) Entropy of the system = 0 J K^-1 mol^-1');
mprintf('\n Entropy of the surrounding = %f J K^-1 mol^-1',delSuniv);
//end |
1f22c3cf43628912ad07882a6abaffbfa9cc3da5 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnJa/enja.7.tst | 6e8a79e82c6cd5e8bde5686e16d89010b6486829 | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 102,286 | tst | enja.7.tst | a b b a s ア ッ バ ス
a b b a s ア ッ バ ー ス
a b b a s ア ッ バ ー ズ
a b b a t e ア バ ー テ
a b b o t t ア ボ ッ ト
a b d a l l a h ア ブ ダ ラ
a b d e r h a l d e n ア プ デ ル ハ ル デ ン
a b e n d r o t h ア ー ベ ン ト ロ ー ト
a b e n s o u r ア バ ン ス ー ル
a b r a h a m s ア ブ ラ ハ ム ス
a b r a h a m s エ イ ブ ラ ハ ム
a b r a h a m s エ イ ブ ラ ハ ム ズ
a b r a m o w i t z ア ブ ラ モ ウ ィ ッ ツ
a b r a v a n e l ア ブ ラ バ ネ ル
a b r a v a n e l ア ブ ラ バ ネ ー ル
a b u s c h ア ブ ッ シ ュ
a c c o r a m b o n i ア ッ コ ラ ム ボ ニ
a c h e n b a c h ア ッ ヘ ン バ ハ
a c h i l l e s ア キ リ ー ズ
a c h i l l e s ア キ レ ス
a d a m a ア ダ マ
a d a m o ア ダ モ
a d a m s k i ア ダ ム ス キ ー
a d d i n g t o n ア デ ィ ン ト ン
a d d i s o n ア デ ィ ソ ン
a d e l ア デ ル
a d e l a ア デ ラ
a d e l a i d e ア デ ラ イ ド
a d e l a i d e ア デ レ ー ド
a d e m a ア デ マ
a d o r f ア ド ル フ
a g u l h o n ア ギ ュ ロ ン
a h l b e r g ア ー ル バ ー グ
a h l b e r g ア ー ル ベ ル イ
a h m a d ア ハ マ ッ ト
a h m a d ア ハ マ ド
a h m a d ア フ マ ド
a h m a d ア ー マ ド
a i c h b e r g e r ア イ ヒ ベ ル ガ ー
a i k e n ア イ ケ ン
a i k e n エ イ キ ン
a i k e n エ イ ケ ン
a i r o l a エ ー ロ ー ラ
a i s n e エ ー ン
a k s e l r o d ア ク セ リ ロ ー ト
a k y o l ア ク ヨ ル
a l a m e d a ア ラ メ ダ
a l b a n i ア ル バ ー ニ
a l b e r t i n e ア ル ベ ル テ ィ ー ン
a l b i n ア ル バ ン
a l e c ア レ ク
a l e c ア レ ッ ク
a l e c ア レ ー シ
a l e s s i o ア レ シ オ
a l e x a n d r a ア レ キ サ ン ド ラ
a l e x a n d r a ア レ ク サ ン ド ラ
a l e x a n d r a ア レ グ ザ ン ド ラ
a l g a r o t t i ア ル ガ ロ ッ テ ィ
a l g e r i a ア ル ジ ェ リ ア
a l i b e r ア リ バ ー
a l i n a ア リ ー ナ
a l i s a ア リ サ
a l l s t o n オ ー ル ス ト ン
a l m i r a n t e ア ル ミ ラ ン テ
a l v e r d e s ア ル フ ェ ル デ ス
a m a n n ア マ ン
a m b r o s ア ン ブ ロ ー ス
a m b r u s ア ン ブ ラ ス
a m e n d o l a ア メ ン ド ラ
a m e s エ イ ム ス
a m e s エ イ ム ズ
a m e s エ ー ム ズ
a m i n t o r e ア ミ ン ト ー レ
a m m o n ア モ ン
a n a n d ア ナ ン ド
a n d e r s s o n ア ン ダ ー ソ ン
a n d e r s s o n ア ン デ シ ョ ン
a n d e r s s o n ア ン デ ル ソ ン
a n d e r t o n ア ン ダ ー ト ン
a n d e s ア ン デ ス
a n d r a d a ア ン ド ラ ダ
a n d r e a ア ン ド リ ア
a n d r e a ア ン ド レ
a n d r e a ア ン ド レ ア
a n d r e a e ア ン ド レ ー
a n d r e a e ア ン ド レ ー エ
a n d r e i n i ア ン ド レ イ ー ニ
a n d r e o t t i ア ン ド レ オ ッ チ
a n d r i ア ン ド リ
a n g e l i s ア ン ゼ リ ス
a n g e l l o z ア ン ジ ェ ロ ス
a n g e r e r ア ン ゲ ラ ー
a n g e r m a n n ア ン ゲ ル マ ン
a n n e s l e y ア ン ズ リ ー
a n n e t t e ア ネ ッ ト
a n n i n g ア ニ ン グ
a n o u i l h ア ヌ イ
a n s a r t ア ン サ ー ル
a n t a r ア ン タ ル
a n t e s ア ン テ ス
a n t i e r ア ン チ エ
a n t i n ア ン テ ィ ン
a n t o n i n ア ン ト ナ ン
a n t o n i n ア ン ト ニ ン
a n t o n i n a ア ン ト ニ ー ナ
a n t o n i u s ア ン ト ニ ウ ス
a n t o n o v i c h ア ン ト ノ ー ビ チ
a p p i a ア ッ ピ ア
a r a n y i ア ラ ニ
a r a p a h o e ア ラ パ ホ
a r a s k o g ア ラ ス コ ッ グ
a r b o s ア ル ボ ス
a r e t i n o ア レ テ ィ ー ノ
a r g e n t i n e ア ル ゼ ン チ ン
a r i a s ア リ ア ス
a r k a d y ア ル カ ジ イ
a r m e n ア ル メ ン
a r m i n ア ー ミ ン
a r n ア ー ン
a r n h e m ア ル ン ヘ ム
a r n u l f o ア ル ヌ ル フ ォ
a r r a b a l ア ラ バ ー ル
a r t e m o v ア ル チ ョ ー モ フ
a r t i n ア ル テ ィ ン
a r t u s i ア ル ト ゥ ー ジ
a r u t y u n o v ア ル チ ュ ー ノ フ
a s a h e l ア サ ヘ ル
a s a r e エ イ サ ー
a s h b u r t o n ア シ ュ バ ー ト ン
a s h k e n a z i ア シ ュ ケ ナ ジ
a s k e ア ス ク
a s p e r e n ア ス ペ レ ン
a s q u i t h ア ス キ ス
a s q u i t h ア ス キ ー ス
a s q u i t h ア ス ク イ ス
a s s c h e r ア ッ シ ャ ー
a s t ア ス ト
a t a h u a l p a ア タ ウ ア ル パ
a t l a n t a ア ト ラ ン タ
a t t i a ア ッ テ ア
a t w o o d ア ト ウ ッ ド
a u b a n e l オ ー バ ネ ル
a u b i n オ バ ン
a u b i n オ ー バ ン
a u g u s t a ア ウ グ ス タ
a u g u s t a オ ー ガ ス タ
a v c i ア ブ ジ ュ
a v r a m o v ア ブ ラ モ フ
a z u e l a ア ス エ ラ
b a a d e r バ ー ダ ー
b a b a バ バ
b a b a c a r バ バ カ ー ル
b a b b a g e バ ベ ジ
b a b r a k バ ブ ラ ク
b a c h a r a c h バ カ ラ ッ ク
b a c h u s バ ッ ク ス
b a c k e r バ ッ カ ー
b a c o v i a バ コ ビ ア
b a c z k o バ ス コ ー
b a e u m k e r ボ イ ム カ ー
b a i l a r ベ ー ラ ー
b a i l l o t バ イ ヨ
b a k a l ベ イ カ ル
b a k e バ ー ケ
b a l a n d i n バ ラ ン ジ ン
b a l a z s バ ラ ー ジ ュ
b a l f o u r バ ル フ ォ ア
b a l l a r d バ ラ ー ド
b a l m e r バ ル マ ー
b a l t h a s a r バ ル タ ザ ー ル
b a n f i バ ン フ ィ
b a n g a l o r e バ ン ガ ロ
b a n g e m a n n バ ン ゲ マ ン
b a n i s a d r バ ニ サ ド ル
b a n i s t e r バ ニ ス タ ー
b a n t i バ ン テ ィ
b a r a k a t バ ラ カ ト
b a r a k a t バ ラ カ ー ト
b a r g e r バ ー ジ ャ ー
b a r g e r ベ ル ガ ー
b a r k s d a l e バ ー ク ス デ ー ル
b a r l o w バ ー ロ ウ
b a r l o w バ ー ロ ー
b a r m e n バ ー メ ン
b a r r a s バ ラ ス
b a r r a s s バ ラ ラ ス
b a r r o w バ ロ ー
b a r r o w バ ー ロ ー
b a r r y バ リ ー
b a r r y ベ ア リ ー
b a r u c h バ ル ー ク
b a s i m バ ー シ ム
b a s s o バ ソ ー
b a s s o バ ッ ソ
b a s s o バ ッ ソ ー
b a t a a n バ タ ー ン
b a t a l o v バ タ ー ロ フ
b a t t i s t i バ テ ィ ス テ ィ
b a u c u s ボ ー カ ス
b a u d o ボ ド
b a v a バ バ
b a v e l i e r バ ブ リ エ
b a y l e y ベ イ リ ー
b a y l e y ベ ー リ ー
b a z z o n i バ ッ ツ ォ ー ニ
b e a l e ビ ー ル
b e a u c a m p ボ ー カ ン
b e a u m a n o i r ボ ー マ ノ ア ー ル
b e a v e n ビ ー ベ ン
b e c h i ベ ー キ
b e c h t e l ベ ヒ テ ル
b e c k n e l l ベ ッ ク ネ ル
b e i l e n s o n ベ イ レ ン ソ ン
b e i l k e バ イ ル ケ
b e i n l バ イ ネ ル
b e k k e r ベ ッ カ ー
b e k k e r ベ ッ ケ ル
b e l a r d i ベ ラ ル デ ィ
b e l l i ベ リ
b e l l o c ベ ロ ッ ク
b e n ベ ン
b e n c h l e y ベ ン チ リ ー
b e n d a バ ン ダ
b e n d a ベ ン ダ
b e n e k e ベ イ ネ ケ
b e n e k e ベ ネ キ ー
b e n e k e ベ ネ ケ
b e n f o r d ベ ン フ ォ ー ド
b e n i ベ ニ
b e n k o ベ ン コ
b e n t ベ ン ト
b e n t i n c k ベ ン テ ィ ン ク
b e n t s e n ベ ン ツ ェ ン
b e r e n g e r ベ レ ン ジ ャ ー
b e r e n s o n ベ レ ン ソ ン
b e r e n t ベ レ ン ト
b e r g h ベ リ
b e r g h ベ ル イ
b e r k e n ベ ル ケ ン
b e r k l e y バ ー ク リ ー
b e r l i n バ ー リ ン
b e r l i n ベ ル リ ン
b e r l i n s k y ベ ル リ ン ス キ ー
b e r n ベ ル ン
b e r n a r d i n i ベ ル ナ ル デ ィ ー ニ
b e r n b a c h e r ベ ル ン バ ッ ヒ ャ ー
b e r n e t t バ ー ネ ッ ト
b e r t h o l d バ ー ソ ル ド
b e r t h o l d ベ ル ト ル ト
b e r t h o l d ベ ル ト ル ド
b e r t i e バ ー テ ィ ー
b e r t i n ベ ル タ ン
b e r t r a n d バ ー ト ラ ン ド
b e r t r a n d ベ ル ト ラ ン
b e r t r a n d ベ ル ト ラ ン ト
b e r v a l ベ ル バ ル
b e s a n c o n ブ ザ ン ソ ン
b e s a n t ベ サ ン ト
b e s a n t ベ ザ ン ト
b e z o l d ベ ー ツ ォ ル ト
b h a g w a t i バ グ ワ ッ テ ィ
b i a n c o ビ ア ン コ
b i b e r ビ ー バ ー
b i e r m a n ビ ア マ ン
b i g ビ ッ グ
b i k ビ ク
b i l l ビ ル
b i l l i e ビ リ ー
b i l l i n g ビ リ ン グ
b i l l o n ビ ヨ ン
b i l o x i ビ ラ ッ ク シ ー
b i n g ビ ン グ
b i r d バ ー ド
b i r k e l u n d ビ ル ケ ル ン ド
b i r k h o f f バ ー コ フ
b i r l a ビ ル ラ
b i s c h o f f ビ シ ョ ッ フ
b i s c h o f f ビ シ ョ フ
b i s c h o f f ビ シ ョ ー フ
b i t t n e r ビ ッ ト ナ ー
b i v e n ビ ブ ン
b j o r n ビ ョ ル ン
b l a c h u t ブ ラ フ ト
b l a c k m a n ブ ラ ッ ク マ ン
b l a i s d e l l ブ レ イ ス デ ル
b l a l o c k ブ レ ー ロ ッ ク
b l a n c o ブ ラ ン コ
b l a s s ブ ラ ス
b l e g e n ブ レ ー ゲ ン
b l o k ブ ロ ッ ク
b l o k ブ ロ ー ク
b l u n d e l l ブ ラ ン デ ル
b l u n t ブ ラ ン ト
b o c c a c c i o ボ ッ カ ッ チ ョ
b o c h m a n n ボ ッ ホ マ ン
b o c h m a n n ボ フ マ ン
b o e t t i c h e r ベ テ ィ カ ー
b o g o m o l o v ボ ゴ モ ー ロ フ
b o g o t a ボ ゴ タ
b o h l e n ボ ー レ ン
b o h n ボ ー ン
b o h n e r ボ ー ネ ル
b o i n v i l l e ボ ア ン ビ ル
b o j a n ボ ー ヤ ン
b o k u n ボ ー ク ン
b o n e r ボ ー ナ ー
b o n f a ボ ン フ ァ
b o n h o m m e ボ ン ノ ム
b o n n ボ ン
b o n n e ボ ン ヌ
b o n n o m e ボ ノ ム
b o o t h ブ ー ス
b o o t h ボ ー ス
b o o t h ボ ー ズ
b o o t h r o y d ブ ー ス ロ イ ド
b o r d a l l o ボ ダ リ オ
b o r d o n e ボ ル ド ー ネ
b o r g h i n i ボ ル ギ ー ニ
b o r m a n ボ ー マ ン
b o r n e m a n n ボ ル ネ マ ン
b o r s a n ボ ル シ ャ ン
b o s c a w e n ボ ス コ ー エ ン
b o s k o ボ ス コ
b o t h ボ ト
b o u c h a r d o n ブ ー シ ャ ル ド ン
b o u c h e t ブ ー シ ェ
b o u q u e t ブ ー ケ
b o u r a s s a ブ ー ラ ッ サ
b o u r a s s a ボ ー ラ サ
b o u r i g n o n ブ リ ニ ョ ン
b o u r n o n v i l l e ブ ー ル ノ ン ビ ル
b o u t a n ブ ー タ ン
b o v e t ボ ベ
b o v e t ボ ベ ー
b o w e n ボ ウ イ ン
b o w e n ボ ウ エ ン
b o w e n ボ ー エ ン
b r a c e w e l l ブ レ イ ス ウ ェ ル
b r a c h ブ ラ ッ シ ユ
b r a d d o n ブ ラ ッ ド ン
b r a d d o n ブ ラ ド ン
b r a d l a u g h ブ ラ ッ ド ロ ー
b r a g g ブ ラ ッ グ
b r a g s t a d ブ ラ グ ス タ ッ ド
b r a m a h ブ ラ マ
b r a m a h ブ ラ マ ー
b r a n d o ブ ラ ン ド
b r a n n e n ブ ラ ネ ン
b r a s s e n s ブ ラ サ ン ス
b r a t i s l a v a ブ ラ チ ス ラ バ
b r e i s k y ブ ラ イ ス キ ー
b r e i t k o p f ブ ラ イ ト コ プ フ
b r e s l e r ブ レ ス ラ ー
b r e s l e r プ レ ス レ ル
b r e t ブ レ
b r e t ブ レ ッ ト
b r e t o n n e a u ブ ル ト ノ ー
b r i d i e ブ ラ イ デ ィ
b r i e r ブ ラ イ ア ー
b r i l i o t h ブ リ リ オ ー ト
b r i n c k m a n n ブ リ ン ク マ ン
b r i s s o n ブ リ ソ ン
b r n o ブ ル ノ
b r o a d b e n t ブ ロ ー ド ベ ン ト
b r o c h a r d ブ ロ シ ャ ー ル
b r o d e r s e n ブ ロ ダ ー セ ン
b r o o k l i n e ブ ル ッ ク ラ イ ン
b r o s s a r d ブ ロ サ ー ル
b r o w n ブ ラ ウ ン
b r o w n e l l ブ ラ ウ ネ ル
b r o w n e l l ブ ラ ウ ン エ ル
b r o w n l e e ブ ラ ウ ン リ ー
b r u a n t ブ リ ュ ア ン
b r u c h o l l e r i e ブ リ ュ シ ョ ル リ
b r u n e i ブ ル ネ イ
b r u n s t e i n ブ ラ ン ス タ イ ン
b r u s h ブ ラ ッ シ ュ
b r u s s e l s ブ リ ュ ッ セ ル
b r u y n ブ ル イ ン
b r y u l l o v ブ リ ュ ロ ー フ
b u b e n n o v ブ ベ ン ノ フ
b u b e r ブ ー バ ー
b u c h e n w a l d ブ ー ヘ ン ヴ ァ ル ト
b u c k i n g h a m s h i r e バ ッ キ ン ガ ム シ ャ ー
b u c k l e y バ ッ ク リ ー
b u c k l e y バ ッ ク レ イ
b u f f i e r ビ ュ フ ィ エ
b u f f i n g t o n バ フ ィ ン ト ン
b u h l e r ビ ュ ー ラ ー
b u l f i n c h ブ ル フ ィ ン チ
b u l g a k o v ブ ル ガ ー コ フ
b u n c h e バ ン チ
b u o n ブ オ ン
b u o n o ブ オ ノ
b u r b a g e バ ー ベ ッ ジ
b u r c h a m バ ー チ ャ ム
b u r d i c k バ ー デ ィ ッ ク
b u r g h a u s e r ブ ル ク ハ ウ ザ ー
b u r k h a r d t ブ ル ク ハ ル ト
b u r k h a r d t ブ ル ッ ク ハ ル ト
b u r n a m バ ー ナ ム
b u r n e y バ ー ニ ー
b u r s t e i n バ ー ス タ イ ン
b u s e t t o ブ ゼ ッ ト
b u s h m a n ブ ッ シ ュ マ ン
b u t a h バ タ ー
b y a t t バ イ ヤ ッ ト
b y n g ビ ン グ
c a b e l l キ ャ ベ ル
c a c h e キ ャ ッ シ ュ
c a d e n a カ デ ナ
c a d y キ ャ デ ィ
c a e t a n o カ エ タ ー ノ
c a i l l a r d カ イ ヤ ー ル
c a i l l a u x カ イ ヨ ー
c a i r n e s ケ ア ン ズ
c a l d e r カ ル ダ ー
c a l d e r コ ル ダ ー
c a l d e r コ ー ル ダ ー
c a l i c カ リ ッ ク
c a l l a h a n カ ラ ハ ン
c a l l a h a n キ ャ ラ ハ ン
c a l l a n d e r カ レ ン ダ ー
c a l l a w a y カ ラ ウ ェ ー
c a l l a w a y キ ャ ラ ウ ェ イ
c a l l i n キ ャ リ ン
c a l m a n カ ル マ ン
c a l o g e r o カ ロ ジ ェ ロ
c a l v e l カ ル ベ ル
c a l v e t カ ル ベ
c a l v i n o カ ル ビ ー ノ
c a m b r i d g e ケ ン ブ リ ッ ジ
c a m i l o カ ミ ー ロ
c a m p a n a r i カ ン パ ナ ー リ
c a m p o l i カ ン ポ ー リ
c a n a l i カ ナ リ
c a n d i l i s キ ャ ン デ ィ リ ス
c a n g a s カ ン ガ ス
c a n n a v o カ ナ ボ
c a n t l i e カ ン ト リ ー
c a p o l o n g o カ ポ ロ ン ゴ
c a p o t e カ ポ ー テ ィ
c a p p e l l e t t i カ ッ ペ レ ッ テ ィ
c a p p e l l e t t i カ ペ レ ッ テ ィ
c a p p i e l l o カ ピ エ ロ
c a r a b e l l e s e カ ラ ベ レ ー ゼ
c a r a g i a l e カ ラ ジ ャ ー レ
c a r a w a y キ ャ ラ ウ ェ ー
c a r c a n i チ ャ ル チ ャ ニ
c a r d i m カ ル デ ィ ム
c a r d o z o カ ー ド ー ゾ
c a r g i l l カ ー ギ ル
c a r l e カ ル レ
c a r l e カ ー ル
c a r l i n カ ル リ ン
c a r l i n カ ー リ ン
c a r l s s o n カ ー ル ソ ン
c a r m e l カ ル メ ル
c a r n e s カ ー ン ズ
c a r o l i n e カ ロ ラ イ ン
c a r o l i n e キ ャ ロ ラ イ ン
c a r o l i n e キ ャ ロ リ ン
c a r o l i n e キ ャ ロ リ ー ン
c a r p a c c i o カ ル パ ッ チ ョ
c a r p i カ ル ピ
c a r r カ ー
c a r r カ ー ル
c a r r i c k カ リ ッ ク
c a r t w r i g h t カ ー ト ラ イ ト
c a r y キ ャ リ ー
c a r y ケ ア リ ー
c a r y ケ リ ー
c a r y ケ ー リ
c a r y ケ ー リ ー
c a s a b i a n c a カ ザ ビ ア ン カ
c a s l a v s k a チ ャ ス ラ フ ス カ
c a s p a r i カ ス パ リ
c a s p a r i カ ス パ ー リ
c a s s i n e l l i カ ッ シ ネ ル リ
c a s s o l a カ ッ ソ ー ラ
c a s t e l l o カ ス テ ロ
c a s t i g l i o n i カ ス テ ィ リ オ ー ニ
c a s t i g l i o n i カ ス テ ィ リ ョ ー ニ
c a s t i l e カ ス テ ル
c a s t l e r e a g h カ ー ス ル レ ー
c a s t n e r カ ス ト ナ ー
c a t t i n i カ ッ テ ィ ー ニ
c a u c h y コ ー シ ー
c a u l e y コ ー リ ー
c a v a l c a s e l l e カ バ ル カ セ レ
c a v a z o s カ バ ゾ ス
c a y e n n e ケ イ エ ン
c e b o t a r i チ ェ ボ タ ー リ
c e l e s i a セ レ シ ア
c e l i a セ リ ア
c e r a m ツ ェ ー ラ ム
c e r n u d a セ ル ヌ ー ダ
c e r q u o z z i チ ェ ル ク ウ ォ ッ ツ ィ
c e r t e a u セ ル ト ー
c e s e r a n i チ ェ ゼ ラ ー ニ
c e t r o n シ ー ト ロ ン
c h a b r i e r シ ャ ブ リ エ
c h a l f o n t チ ャ ル フ ォ ン ト
c h a m b e r l a i n チ ェ ン バ リ ン
c h a m b e r l a i n チ ェ ン バ レ ン
c h a m p e a u シ ャ ン ポ ー
c h a m p e t i e r シ ャ ン プ チ エ
c h a m p i o n n e t シ ャ ン ピ オ ネ
c h a n d e r n a g o r シ ャ ン デ ル ナ ゴ ー ル
c h a n t a v o i n e シ ャ ン タ ボ ア ー ヌ
c h a p e l e t シ ャ プ レ
c h a p l y g i n チ ャ プ ル イ ギ ン
c h a p p a z シ ャ パ
c h a p s a l シ ャ プ サ ル
c h a r l e s w o r t h チ ャ ー ル ス ワ ー ス
c h a r l e s w o r t h チ ャ ー ル ズ ワ ー ス
c h a r l o t シ ャ ル ロ ー
c h a r l o t シ ャ ロ ー
c h a r l o t シ ャ ー レ ッ ド
c h a r p i n シ ャ ー ピ ン
c h a s i n s チ ェ ー ズ ン ズ
c h a s t e l シ ャ ス テ ル
c h a s t e l l a i n シ ャ ト ラ ン
c h a t t a n o o g a チ ャ タ ヌ ー ガ
c h a t t o n チ ャ ッ ト ン
c h a u m e t t e シ ョ ー メ ッ ト
c h a y a n o v チ ャ ヤ ー ノ フ
c h e a t h a m チ ー サ ム
c h e a t h a m チ ー ザ ム
c h e c h u l i n チ ュ チ ュ ー リ ン
c h e n e y ケ ニ ー
c h e n e y チ ェ イ ニ ー
c h e n e y チ ェ ニ ー
c h e r e n k o v チ ェ レ ン コ フ
c h e r n e v i c h チ ェ ル ネ ビ ッ チ
c h e r t o k シ ェ ル ト ー ク
c h e v i l l a r d シ ュ ビ ヤ ー ル
c h e y n e チ ェ ー ン
c h i a n t i キ ャ ン テ ィ
c h i a v e r i キ ャ ベ ー リ
c h i c h e s t e r チ チ ェ ス タ ー
c h i n チ ン
c h i n g チ ン
c h o l m o n d e l e y チ ャ ム レ ー
c h o m e l シ ョ メ イ ル
c h o p r a チ ョ プ ラ
c h o r a o シ ャ ー ロ ー
c h r i s t キ リ ス ト
c h r i s t ク ラ イ ス ト
c h r i s t ク リ ス ト
c h r i s t e n s e n ク リ ス テ ン セ ン
c h r i s t e n s e n ク リ ス テ ン ゼ ン
c h r i s t i n a ク リ ス チ ナ
c h r i s t i n a ク リ ス チ ー ナ
c h r i s t i n a ク リ ス テ ィ ナ
c h r i s t i n a ク リ ス テ ィ ー ナ
c h r i s t o p h ク リ ス ト フ
c h u r c h i l l チ ャ ー チ ル
c i b b e r シ ッ バ ー
c i b b e r シ バ ー
c i l o キ ロ
c l a p t o n ク ラ プ ト ン
c l a r a ク ラ ラ
c l a r a ク レ ア ラ
c l a v i j e r o ク ラ ビ ヘ ロ
c l e m e n t ク レ メ ン ト
c l i f f ク リ フ
c l i n t ク リ ン ト
c l i s s o n ク リ ッ ソ ン
c l y n e s ク ラ イ ン ズ
c o b e t コ ベ ッ ト
c o b o コ ボ
c o b u r g コ ー ブ ル ク
c o c h r a n e コ ク ラ ン
c o c h r a n e コ ク レ ン
c o c h r a n e コ ッ ク ラ ン
c o c k コ ッ ク
c o d d i n g t o n コ デ ィ ン ト ン
c o d d i n g t o n コ ー デ ィ ン ト ン
c o i n e a u コ ワ ノ ー
c o l b o r n e カ ル バ ン
c o l l i n d e r コ リ ン ダ ー
c o l m コ ル ム
c o l o n コ ロ ン
c o m e l l i コ メ ル リ
c o m m o n e r コ モ ナ ー
c o m o n f o r t コ モ ン フ ォ ル ト
c o n c a t o コ ン カ ー ト
c o n e g l i a n o コ ネ リ ャ ー ノ
c o n g e r コ ン ガ ー
c o n n e l l コ ー ネ ル
c o n n e l l y コ ネ リ ー
c o n n e l l y コ ノ リ ー
c o n n o l y コ ノ リ ー
c o n r a d コ ン ラ ッ ド
c o n r a d コ ン ラ ー ト
c o n r o y コ ン ロ イ
c o n s t a n t i n コ ン ス タ ン タ ン
c o n s t a n t i n コ ン ス タ ン チ ン
c o n s t a n t i n o コ ン ス タ ン チ ノ
c o p p o l a コ ッ ポ ラ
c o r i n n e コ リ ン
c o r i n n e コ リ ー ヌ
c o r n e j o コ ル ネ ー ホ
c o s t a i n コ ス テ イ ン
c o s t a n z o コ ス タ ン ゾ
c o s t a n z o コ ス タ ン ゾ ー
c o s t a n z o コ ス タ ン ツ ォ
c o s w a y コ ズ ウ ェ ー
c o u g h l i n コ グ リ ン
c o u g h l i n コ フ リ ン
c o u l o n g e s ク ー ロ ン ジ ュ
c o u r n o t ク ー ル ノ
c o v i n g t o n コ ビ ン ト ン
c o w l i s h a w カ ウ リ シ ョ ウ
c o y l e コ イ ル
c o y s e v o x コ ア ズ ボ
c r i s p i ク リ ス ピ
c r o m e r ク ロ ー マ ー
c r o s s o n ク ロ ッ ソ ン
c r o t h e r s ク ラ ザ ズ
c r o t h e r s ク ラ ザ ー ズ
c r o t h e r s ク ロ サ ー ズ
c r o t h e r s ク ロ ー ザ ー ズ
c r o z e ク ロ ー ズ
c u r r i e r カ リ ア ー
c u r t カ ー ト
c u r t ク ル ト
c u s c u n a カ ス ク ー ナ
c u s h i n g カ ッ シ ン グ
c u s h i n g ク ッ シ ン グ
c z a p a r y ツ ァ パ リ
c z e c h i a チ ェ コ
c z e r n y チ ェ ル ニ ー
d a b i n ダ バ ン
d a b r o w s k i ド ン ブ ロ フ ス キ
d a g o u r e t ダ グ ー レ
d a h l ダ ー ル
d a h l h a u s ダ ー ル ハ ウ ス
d a l e デ ィ ル
d a l e デ イ ル
d a l e デ ー ル
d a m a s c u s ダ マ ス カ ス
d a m i a n i ダ ミ ア ニ
d a m i a n i ダ ミ ア ー ニ
d a n c l a ダ ン ク ラ
d a n i e l ダ ニ エ ル
d a n i e l ダ ニ ー ル
d a n n e c k e r ダ ン ネ ッ カ ー
d a r c y ダ ー シ ー
d a t t a ダ ッ タ
d a u n e r ダ ウ ナ ー
d a v e s デ イ ブ ズ
d a v i s o n デ ビ ソ ン
d a v i s o n デ ー ビ ソ ン
d a v o u t ダ ブ
d e a l デ ィ ー ル
d e a n デ ィ ー ン
d e a r i e デ ィ ア リ ー
d e e p i n g デ ィ ー ピ ン グ
d e f o r g e s ド フ ォ ル ジ ュ
d e h n デ ー ン
d e i s s m a n n ダ イ ス マ ン
d e j o n g デ ィ ヤ ン グ
d e k o b r a デ コ ブ ラ
d e l a n y デ ィ レ ー ニ ー
d e l a n y デ レ イ ニ ー
d e l o n ド ロ ン
d e l p デ ル プ
d e m b i n s k i デ ン ビ ン ス キ
d e m u t h デ ィ ム ー ス
d e m u t h デ ム ー ト
d e n k e r デ ン カ ー
d e n n i s デ ニ ス
d e n z i n g e r デ ン ツ ィ ン ガ ー
d e r k s e n デ ル ク セ ン
d e r n ダ ー ン
d e r r y デ リ ー
d e s a l m a n d デ ザ ル マ ン
d e s c l o z e a u x デ ク ロ ゾ ー
d e s c o m b e s デ コ ン ブ
d e s f o n t a i n e s デ フ ォ ン テ ー ヌ
d e s m o u l i n s デ ム ー ラ ン
d e s p i a u デ ス ピ オ
d e v a n e y デ バ ネ ー
d e v l i n デ ブ リ ン
d e v o n s h i r e デ ボ ン シ ャ ー
d e x t e r デ ク ス タ ー
d i a デ ィ ア
d i c k s デ ィ ッ ク ス
d i c k s e e デ ィ ク シ ー
d i e s ダ イ ズ
d i e s デ ィ ー ス
d i e s t e r w e g デ ィ ー ス テ ル ベ ー ク
d i e t z g e n デ ィ ツ ゲ ン
d i j k ダ イ ク
d i l l i n g e r デ ィ リ ン ジ ャ ー
d i l l m a n デ ィ ル マ ン
d i m m o c k デ ィ モ ッ ク
d i m o c k デ ィ モ ッ ク
d i m o n t デ ィ モ ン ト
d i n デ ィ ン
d i n e s e n デ ィ ネ ー セ ン
d i n g l e デ ィ ン グ ル
d i n g l i n g e r デ ィ ン グ リ ン ガ ー
d i n k a r デ ィ ン カ ル
d i n s m o o r デ ィ ン ズ モ ー ア
d i t t r i c h デ ィ ッ ト リ ッ ヒ
d i t t r i c h デ ィ ト リ ヒ
d i t t r i c k デ ィ ト リ ッ ク
d i x o n デ ィ ク ス ン
d i x o n デ ィ ク ソ ン
d m o w s k i ド モ ウ ス キ ー
d o b b i n s ド ビ ン ズ
d o b b s ダ ブ ス
d o b b s ド ッ ブ ズ
d o b b s ド ブ ス
d o b r e ド ブ レ
d o b r y n i n ド ブ ル イ ニ ン
d o k o u p i l ド コ ウ ピ ル
d o l c e ド ル チ ェ
d o m i n i c u s ド ミ ニ ク ス
d o n a l d ド ナ ル ド
d o n a l d ド ン
d o n e ド ン
d o n e ド ー ン
d o n l e v y ド ン レ ビ
d o n n a y ド ネ ー
d o r f m a n n ド ー フ マ ン
d o r i a n ド リ ア ン
d o r s c h ド ル シ ュ
d o r s t ド ル ス ト
d o u ド ウ
d o u l l ド ゥ ル
d o w d ダ ウ ド
d o w n e s ダ ウ ン ズ
d o w n e y ダ ウ ニ ー
d o w n e y ダ ウ ネ ー
d r a g o ド ラ ゴ
d r e i s e r ド ラ イ ザ ー
d r e s s l e r ド レ ス ラ
d r e s s l e r ド レ ス ラ ー
d r i g o ド リ ー ゴ
d r o e s h o u t ド レ ー ス ホ ウ ト
d r u z h i n i n ド ル ジ ニ ン
d r u z h i n i n ド ル ジ ー ニ ン
d u b o i s デ ュ ボ ア
d u b o i s デ ュ ボ ワ
d u c k e ド ゥ ッ ケ
d u e r デ ュ ア
d u f o u r デ ュ フ ー ル
d u f r e s n e デ ュ フ レ ー ヌ
d u g e r s u r e n ド ゲ ル ス レ ン
d u i s b e r g デ ュ ー ス ベ ル ク
d u l a n y デ ュ ラ ニ ー
d u l l e a ダ リ ー
d u m o u l i n デ ュ ム ラ ン
d u m o u l i n デ ュ モ リ ン
d u n n ダ ン
d u n o i s デ ュ ノ ア
d u p l e s s i s デ ュ プ レ シ
d u p l e s s i s デ ュ プ レ ッ シ
d u p r e e デ ュ プ リ ー
d u r a n d デ ュ ラ ン
d u r a n d デ ュ ラ ン ド
d u r i ド ゥ ー リ
d u r s o ダ ー ソ ー
d u s t i n ダ ス テ ィ ン
d u t o i t デ ュ ト ア
d y k デ ュ ク
d y k e ダ イ ク
e a d i e イ ー デ ィ ー
e a m e s イ ー ム ズ
e a m e s エ イ ム ズ
e a m e s エ ー ム ズ
e a r d l e y ア ー ド レ イ
e b e r s t e i n エ バ ス タ イ ン
e b l i n g エ ブ リ ン グ
e c k h a r d t エ ッ ク ハ ル ト
e c k m a n n エ ッ ク マ ン
e c u a d o r エ ク ア ド ル
e d e l m a n エ デ ル マ ン
e d e l m a n エ ー デ ル マ ン
e d i e エ デ ィ
e d i s o n エ ジ ソ ン
e d i s o n エ デ ィ ソ ン
e d n a エ ド ナ
e d s a l l エ ド サ ル
e d w i n a エ ド ウ ィ ナ
e d w i n a エ ド ウ ィ ー ナ
e g g e r t h エ ガ ー ス
e h r e n s t e i n エ ー レ ン シ ュ タ イ ン
e i f f e l エ ッ フ ェ ル
e k i n s エ キ ン ズ
e l a i n e イ レ イ ン
e l a i n e イ レ ー ヌ
e l a i n e イ レ ー ン
e l a i n e エ レ イ ン
e l a i n e エ レ ー ヌ
e l a i n e エ レ ー ン
e l d i n エ ル デ ィ ン
e l e y イ リ ー
e l e y エ リ ー
e l i a n a エ リ ア ナ
e l i a v エ リ ア フ
e l i e l エ リ ー ル
e l l i n エ リ ン
e l l i o t t エ リ オ ッ ト
e l s エ ル ス
e l v e h j e m エ ル ベ ー ジ ェ ム
e l z e v i r エ ル セ ビ ル
e m e r s o n エ マ ソ ン
e m e r s o n エ マ ー ス ン
e m e r s o n エ マ ー ソ ン
e m e r y エ メ リ
e m e r y エ メ リ ー
e m m e r エ ン メ ル
e n c i n a エ ン シ ー ナ
e n d i c o t t エ ン デ ィ コ ッ ト
e n e s c o エ ネ ス コ
e n f a n t i n ア ン フ ァ ン タ ン
e n s l o w エ ン ス ロ ー
e n t r a l g o エ ン ト ラ ル ゴ
e p h r a i m エ フ ラ イ ム
e p i n a y エ ピ ネ ー
e p i s h e v エ ピ シ ェ フ
e p s t e i n イ プ シ ュ タ イ ン
e p s t e i n エ プ ス タ イ ン
e p s t e i n エ プ ス タ ン
e r d m a n n エ ル ト マ ン
e r i c h エ リ ッ ク
e r i c h エ リ ッ ヒ
e r i c h エ ー リ ッ ヒ
e r i c h エ ー リ ヒ
e r m a n n o エ ル マ ン ノ
e r n e s t o エ ル ネ ス ト
e s a i a s エ サ イ ア ス
e s p a i l l a t エ ス パ イ ヤ
e s p a r t e r o エ ス パ ル テ ロ
e s p a r z a エ ス パ ル ザ
e s p i n e l エ ス ピ ネ ル
e s p o s i t o エ ス ポ ジ ト
e s p o s i t o エ ス ポ ー ジ ト
e s s e r エ ッ サ ー
e s t e エ ス テ
e s t e s エ ス テ ィ ス
e s t e s エ ス テ ス
e s t e v e z エ ス テ ベ ス
e t e m a d i エ テ マ ジ
e u g e n i e ユ ー ジ ニ
e u l a ユ ー ラ
e v a n s エ バ ン ス
e v a n s エ バ ン ズ
e v e r e s t エ ベ レ ス ト
e v e r t エ バ ー ト
e w a l d エ バ ル ト
e w a l d エ ワ ル ド
e w a l d エ ー ワ ル
e w a l d エ ー ワ ル ト
e x e t e r エ ク セ タ ー
f a b i a n フ ァ ビ ア ン
f a b i a n フ ェ ビ ア ン
f a b i a n i フ ァ ビ ア ー ニ
f a c c i o フ ァ ッ チ オ
f a c t a フ ァ ク タ
f a e g r e フ ェ ー ガ ー
f a g e r h o l m フ ァ ー ゲ ル ホ ル ム
f a g g フ ァ ッ グ
f a i t h f u l l フ ェ イ ス フ ル
f a l c o n e r フ ァ ル コ ナ ー
f a l c o n e r フ ォ ー ル コ ナ ー
f a l k l a n d フ ォ ー ク ラ ン ド
f a l l o w s フ ァ ロ ー ズ
f a n c i u l l i フ ァ ン チ ュ ッ リ
f a n i a フ ァ ニ ア
f a n n i n g フ ァ ニ ン グ
f a r m i n g t o n フ ァ ー ミ ン ト ン
f a r n e t i フ ァ ル ネ テ ィ
f a r n e t i フ ァ ル ネ ー テ ィ
f a r r a n t フ ァ ラ ン ト
f a r s o n フ ァ ー ソ ン
f a r z a d フ ァ ル ザ ド
f a s a n o フ ァ ザ ー ノ
f a s s e t t フ ァ セ ッ ト
f a u l k n e r フ ォ ー ク ナ ー
f a u r i e l フ ォ ー リ エ ル
f a u s t i n a フ ァ ウ ス チ ナ
f a y o l フ ァ イ ヨ ル
f e a r i n g フ ィ ア リ ン グ
f e c k e n h a m フ ェ ッ ケ ナ ム
f e d c h e n k o フ ェ ー ド チ ェ ン コ
f e d d e n フ ェ デ ン
f e d e r i c o フ ェ デ リ コ
f e d e r i c o フ ェ デ リ ー コ
f e h e r フ ェ ー ヘ ル
f e h r e n b a c h フ ェ ー レ ン バ ッ ハ
f e h r e n b a c h フ ェ ー レ ン バ ハ
f e i n b e r g フ ェ イ ン バ ー グ
f e i n b e r g フ ェ イ ン ベ ル グ
f e l d k a m p フ ェ ル ト カ ム プ
f e l l e r フ ェ ラ ー
f e r n e r フ ェ ル ナ ー
f e r r a b o s c o フ ェ ラ ボ ス コ
f e r r e i r a フ ェ レ イ ラ
f e r s e n フ ェ ル セ ン
f e s s フ ェ ス
f e t t e r フ ェ ッ タ ー
f e u c h t w a n g e r フ ォ イ ヒ ト ワ ン ガ ー
f e u c h t w a n g e r ホ イ ヒ ト ワ ン ガ ー
f e u e r l e i n フ ォ イ エ ル ラ イ ン
f e z l e r フ ェ ズ ラ ー
f i c h t e r フ ィ シ ュ テ ル
f i e s e r フ ィ ー ザ ー
f i g u e i r e d o フ ィ ゲ イ レ ド
f i g u e i r e d o フ ィ ゲ イ レ ー ド
f i l a c u r i d i フ ィ ラ ク リ デ ィ
f i l h o フ ィ リ オ
f i n e g a n フ ィ ネ ガ ン
f i n k e l s t e i n フ ィ ン ケ ル シ ュ タ イ ン
f i n n e r t y フ ィ ナ テ ィ ー
f i o n a フ ィ オ ナ
f i o n a フ ィ オ ー ナ
f i o r e n t i n o フ ィ オ レ ン テ ィ ー ノ
f i o r i フ ィ オ リ
f i r e n z u o l a フ ィ レ ン ツ オ ー ラ
f i s h フ ィ シ ュ
f i s h フ ィ ッ シ ュ
f i s k フ ィ ス ク
f i t e l b e r g フ ィ テ ル ベ ル ク
f i t t i n g フ ィ ッ テ ィ ン グ
f l a k e フ ラ ー ケ
f l a m m a r i o n フ ラ マ リ オ ン
f l e e t フ リ ー ト
f l i e r フ リ エ ー ル
f l i n d e r s フ リ ン ダ ー ズ
f l i n n フ リ ン
f l o r e n t i n a フ ロ ー レ ン テ ィ ナ
f l o r i d a b l a n c a フ ロ リ ダ ブ ラ ン カ
f l o r m a n フ ロ ー マ ン
f l o y e r フ ロ イ ヤ ー
f o c i l l o n フ ォ シ ヨ ン
f o l e n g o フ ォ レ ン ゴ
f o l k e r s フ ォ ル カ ー ズ
f o n t a i n e b l e a u フ ォ ン テ ン ブ ロ ー
f o n t a n a フ ォ ン タ ナ
f o n t a n a フ ォ ン タ ー ナ
f o n t e t t e フ ォ ン テ ッ ト
f o n v i z i n フ ォ ン ビ ー ジ ン
f o r e s t フ ォ レ ス ト
f o u c a u l t フ ー コ ー
f o u c h e r フ ー シ ェ
f o u n t a i n フ ァ ウ ン テ ン
f o u r i e r フ ー リ エ
f o x l e y フ ォ ク ス レ イ
f o x l e y フ ォ ッ ク ス レ ー
f r a e n k e l フ レ ン ケ ル
f r a n フ ラ ン
f r a n k e n b u r g フ ラ ン ケ ン ブ ル グ
f r a n k l i n フ ラ ン ク リ ン
f r a n k s フ ラ ン ク ス
f r a n t z フ ラ ン ツ
f r a n z フ ラ ン ス
f r a n z フ ラ ン ツ
f r a u n h o f e r フ ラ ウ ン ホ ー フ ァ ー
f r e d d i e フ レ デ ィ ー
f r e d e r i k フ レ デ リ ッ ク
f r e d m a n フ レ ッ ド マ ン
f r e e t o w n フ リ ー タ ウ ン
f r e g o n e s e フ レ ゴ ニ ー ズ
f r e i d e n フ ラ イ デ ン
f r e i l i g r a t h フ ラ イ リ ヒ ラ ー ト
f r e n c h フ レ ン チ
f r e y フ ラ イ
f r e y フ レ イ
f r i b e r g フ ラ イ ベ ル グ
f r i d a フ リ ー ダ
f r i e m a n フ リ ー マ ン
f r i t c h i e フ リ ッ チ
f r i t h i o f フ リ チ オ フ
f r i t z n e r フ リ ッ ツ ネ ル
f r o m e n t i n フ ロ マ ン タ ン
f r o m m フ ロ ム
f r o u m e n t y フ ル マ ン テ ィ
f u e r s t フ ュ ア ー ス ト
f u n a f u t i フ ナ フ テ ィ
f u s c o フ ス コ
g a b l e ゲ ー ブ ル
g a h l ガ ー ル
g a i n s b o r o u g h ゲ イ ン ズ ボ ロ
g a i n s b o u r g ゲ ー ン ズ ブ ー ル
g a i s e r ガ イ ザ ー
g a l l o n i ガ ッ ロ ー ニ
g a m p e l ギ ャ ン ペ ル
g a n c e ガ ン ス
g a n g u l y ガ ン グ リ ー
g a n s b e r g ガ ン ス ベ ル ク
g a r b e r ガ ー バ ー
g a r b u z o v ガ ル ブ ー ゾ フ
g a r d i n e r ガ ー デ ィ ナ
g a r d i n e r ガ ー デ ィ ナ ー
g a r d i n e r ガ ー ド ナ ー
g a r f i n k e l ガ ー フ ィ ン ケ ル
g a r s t ガ ル ス ト
g a r t h ガ ー ス
g a r t n e r ガ ー ト ナ ー
g a s k i n ガ ス キ ン
g a s s m a n n ガ ス マ ン
g a u t h i e r ゴ ー チ エ
g a u t i e r ゴ ー チ ェ
g a u t i e r ゴ ー チ エ
g a u t i e r ゴ ー テ ィ エ
g a u t r e a u ガ ウ ト リ ュ ー
g a z z a n i g a ガ ザ ニ ガ
g e e ギ ー
g e e ジ ー
g e f f e r t ゲ ッ フ ェ ル ト
g e i b e l ガ イ ベ ル
g e i s ガ イ ス
g e i s ゲ イ ズ
g e i s e r ガ イ ザ ー
g e i s e r t ガ イ サ ー ト
g e l d e r ヘ ル ダ ー
g e m m a ジ ェ マ
g e m m a ジ ェ ン マ
g e n e e ジ ェ ニ ー
g e n e l l i ジ ェ ネ リ
g e n t n e r ゼ ン ト ナ ー
g e r c k e ゲ ル ケ
g e r i c k e ゲ ー リ ッ ケ
g e r l e ゲ ー ル
g e r m a i n e ジ ェ ル メ ー ヌ
g e r r i s h ゲ リ ッ シ ュ
g e r s h w i n ガ ー シ ュ イ ン
g e r t l e r ジ ェ ル ト レ ル
g e r v i n u s ゲ ル ビ ヌ ス
g e y l ガ イ ル
g i a e v e r ジ エ ー バ ー
g i a n g a l e a z z o ジ ャ ン ガ レ ア
g i d d i n g s ギ デ ィ ン グ ズ
g i e n ギ エ ン
g i e s e l ギ ー ゼ ル
g i g i ジ ジ
g i g l e r ギ グ ラ ー
g i g o n ギ ゴ ン
g i l l ギ ル
g i l l ジ ル
g i l l i a t t ジ リ ア ッ ト
g i l l i n g ギ リ ン グ
g i l l i s p i e ギ リ ス ピ ー
g i n a s t e r a ヒ ナ ス テ ラ
g i n n e k e n ヒ ネ ケ ン
g i o v a n n i ギ オ バ ン ニ
g i o v a n n i ジ ョ バ ン ニ
g i o v a n n i ジ ョ バ ン ニ イ
g i r a r d ジ ラ ー ド
g i r a r d ジ ラ ー ル
g i s e l a ギ ゼ ラ
g i s e l a ギ ゼ ー ラ
g i s e l a ジ ゼ ラ
g i z e n g a ギ ゼ ン ガ
g l a d e r グ レ ー ダ ー
g l a n v i l l グ ラ ン ビ ル
g l a s e n a p p グ ラ ー ゼ ナ ッ プ
g l o s s b r e n n e r グ ロ ス ブ レ ナ ー
g l o u c e s t e r グ ロ ス タ ー
g l u c k m a n グ ラ ッ ク マ ン
g l u c k s m a n n グ リ ュ ッ ク ス マ ン
g n e d e n k o グ ネ ジ ェ ン コ
g o d s o n ゴ ッ ド ソ ン
g o e l ゴ エ ル
g o f f m a n ゴ ッ フ マ ン
g o l d s a n d ゴ ー ル ド サ ン ド
g o l d s b o r o u g h ゴ ー ル ズ ボ ロ
g o l d s b o r o u g h ゴ ー ル ズ ボ ロ ー
g o l d s b r o u g h ゴ ー ル ズ ブ ロ
g o l d s t e i n ゴ ル ト シ ュ タ イ ン
g o l d s t e i n ゴ ー ル ド シ ュ タ イ ン
g o l d s t e i n ゴ ー ル ド シ ュ テ ィ ン
g o l d s t e i n ゴ ー ル ド ス タ イ ン
g o l d s t e i n ゴ ー ル ド ス テ イ ン
g o l o v k i n ゴ ロ ブ キ ン
g o m b e r t ゴ ン ベ ー ル
g o n s a l v e s ゴ ン ザ ル ベ ス
g o n s z a r ゴ ン ス ツ ァ ー
g o o d f e l l o w グ ッ ド フ ェ ロ ー
g o o d h u e グ ッ ド ヒ ュ ー
g o o d s o n グ ッ ド ソ ン
g o o k i n グ ッ キ ン
g o r b a t o v ゴ ル バ ー ト フ
g o r e s ゴ ア ズ
g o r y a c h k i n ゴ リ ャ ー チ キ ン
g o s s i c k ゴ シ ッ ク
g o s s n e r ゴ ス ナ ー
g o t o v a c ゴ ト バ ツ
g o t z e n ゴ ッ ツ ェ ン
g o u c h e r グ ー チ ャ ー
g o u l e d グ ー レ ド
g o u r g a u d グ ー ル ゴ ー
g o u r n a y グ ー ル ネ ー
g o v e a グ ベ ア
g o w e n ゴ ー ウ ェ ン
g o y a u ゴ ヨ ー
g r a b a u グ レ ー ボ ー
g r a d i n グ ラ デ ィ ン
g r a n b y グ ラ ン ビ ー
g r a s s m a n n グ ラ ス マ ン
g r e a v e s グ リ ー ブ ス
g r e e n e グ リ ー ン
g r e e n g l a s s グ リ ー ン グ ラ ス
g r e e n l e a f グ リ ー ン リ ー フ
g r e g o r y グ レ コ リ イ
g r e g o r y グ レ ゴ リ
g r e g o r y グ レ ゴ リ イ
g r e g o r y グ レ ゴ リ ー
g r e i n d l グ ラ イ ン ド ル
g r e i t h e r グ ラ イ タ ー
g r e n a d a グ レ ナ ダ
g r i f f i t h s グ リ フ ィ ス
g r i m e s グ ラ イ ム ス
g r i m e s グ ラ イ ム ズ
g r i s グ リ ス
g r i s h i n グ リ シ ン
g r o f f グ ル フ
g r o l l グ ロ ル
g r o n o v グ ロ ノ フ
g r o s グ ロ
g r o s s e t e s t e グ ロ ー ス テ ス ト
g r o s s m a n グ ロ ス マ ン
g r o s s m a n グ ロ ー ス マ ン
g r o u t グ ラ ウ ト
g r o u t グ ル ー ト
g r u b b s グ ラ ブ ス
g r u e n b e r g グ ル ー エ ン バ ー グ
g r u s o n グ ル ソ ン
g u a l d a グ ァ ル ダ
g u a l t i e r i グ ア ル テ ィ エ ー リ
g u a t e m a l a グ ア テ マ ラ
g u c c i o n e グ ッ チ ョ ー ネ
g u i a n a ギ ア ナ
g u i c c i a r d i グ ィ ッ チ ャ ル デ ィ
g u i d o ギ ド
g u i d o グ イ ド
g u i l b e r t ギ ル ベ ー ル
g u i l l e m i n ギ ル マ ン
g u l b r a n s s e n ガ ル ブ ラ ン セ ン
g u l l e y ガ リ ー
g u l l i n グ リ ン
g u n d y グ ン デ ィ
g u r グ ル
g u r e l ガ レ ル
g u r k o グ ル コ
g u r t n e r グ ル ト ナ ー
g u s c h l b a u e r グ シ ュ ル バ ウ ア ー
g u t e n b e r g グ ー テ ン バ ー グ
g u t e n b e r g グ ー テ ン ベ ル ク
g u t e n b e r g グ ー テ ン ベ ル グ
g u t f r e u n d グ ッ ト フ ロ イ ン ト
g u t m a n n グ ー ト マ ン
g u t z k o w グ ツ コ ー
g u y s ギ ュ イ
g w e n グ ウ ェ ン
g w e n グ エ ン
g w e n グ ベ ン
h a a r m a n n ハ ー ル マ ン
h a b e r l e r ハ ー バ ラ ー
h a b s b u r g ハ プ ス ブ ル ク
h a c k e n b r o c h ハ ッ ケ ン ブ ロ ッ ク
h a c k s ハ ッ ク ス
h a d o w ハ ド ー
h a e f l i g e r ヘ フ リ ガ ー
h a e n c h e n ヘ ン ヒ ェ ン
h a e n d e l ヘ ン デ ル
h a e n i s c h ヘ ー ニ シ ュ
h a i f a ハ イ フ ァ
h a i n i n g ヘ イ ニ ン グ
h a i n i s c h ハ イ ニ シ ュ
h a l e ヘ イ ル
h a l e ヘ ー ル
h a l f f t e r ア ル フ テ ル
h a l f i n ハ ル フ ィ ン
h a l l ハ ッ ル
h a l l ハ ル
h a l l ホ ー ル
h a l l h a g e n ハ ル ハ ー ゲ ン
h a l l i e r ア リ エ
h a l l i n g ホ ー リ ン グ
h a l l w a c h s ハ ル バ ク ス
h a m b e r g ハ ン バ ー グ
h a m l i n ハ ム リ ン
h a m m e t t ハ メ ッ ト
h a n d l e r ハ ン ド ラ ー
h a n d s c h i n ハ ン チ ン
h a n d t ハ ン ド
h a n i n ア ナ ン
h a n n e l o r e ハ ン ネ ロ ー ア
h a n n i b a l ハ ン ニ バ ル
h a n o t a u x ア ノ ト ー
h a n s s o n ハ ン ソ ン
h a r b e r ハ ー バ ー
h a r d t ハ ル ト
h a r e w o o d ヘ ア ー ウ ッ ド
h a r i c h ハ ー リ ヒ
h a r i s ハ リ ス
h a r l e m ハ ー レ ム
h a r l e y ハ ー リ ー
h a r l e y ハ ー レ イ
h a r l e y s v i l l e ハ リ ー ズ ビ ル
h a r l o w ハ ー ロ ウ
h a r l o w ハ ー ロ ー
h a r n e y ハ ー ニ ー
h a r s a n y i ハ ル シ ャ ー ニ
h a r t f i e l ハ ル ト フ ィ ー ル
h a r t m u t ハ ル ト ム ー ト
h a r t t ハ ー ト
h a r v a ハ ル バ
h a s d e u ハ ズ デ ウ
h a s p i n g e r ハ ー ス ピ ン ガ ー
h a s s a n ハ ッ サ ン
h a t c h ハ ッ チ
h a t f i e l d ハ ッ ト フ ィ ー ル ド
h a t f i e l d ハ ト フ ィ ー ル ド
h a u g w i t z ハ ウ ク ウ ィ ッ ツ
h a u s ハ ウ ス
h a u s e g g e r ハ ウ ゼ ッ ガ ー
h a u s e r オ ゼ ル
h a u s e r ハ ウ ザ ー
h a v e l l ハ ベ ル
h a w k s m o o r ホ ー ク ス ム ア
h a y e k ハ イ エ ク
h a z e l w o o d ヘ イ ゼ ル ウ ッ ド
h a z e l w o o d ヘ ー ゼ ル ウ ッ ド
h a z e n ハ ザ ン
h a z e n ヘ イ ズ ン
h a z e n ヘ イ ゼ ン
h e a d r i c k ヘ ッ ド リ ク
h e a r d ハ ー ド
h e a r n ハ ー ン
h e a t h f i e l d ヒ ー ス フ ィ ー ル ド
h e c h t ヘ ク ト
h e c h t ヘ ヒ ト
h e d w a l l ヘ ド バ ル
h e i d e n h a i n ハ イ デ ン ハ イ ン
h e i d e n s t a m ヘ イ デ ン ス タ ム
h e i l b r u n n ハ イ ル ブ ラ ン
h e i n r i c h s ハ イ ン リ ッ ヒ
h e i n s i u s ハ イ ン シ ウ ス
h e i s l e r ハ イ ズ ラ ー
h e i s t e r ハ イ ス タ ー
h e i t l e r ハ イ ト ラ ー
h e l b i g ヘ ル ビ ッ ヒ
h e l b i g ヘ ル ビ ヒ
h e l f e r i c h フ ェ ル リ ッ ヒ
h e l l p a c h ヘ ル パ ハ
h e l l s i n g ヘ ル シ ン グ
h e l m s ヘ ル ム ズ
h e l p s ヘ ル プ ス
h e m a n s ヘ マ ン ズ
h e m e n w a y ヘ ミ ン ウ ェ イ
h e m i n g w a y ヘ ミ ン グ ウ ェ イ
h e m m i n g s フ レ ッ ド
h e m m i n g s ヘ ミ ン グ ス
h e m m i n g s ヘ ミ ン グ ズ
h e n d r y x ヘ ン ド リ ッ ク ス
h e n g s t e n b e r g ヘ ン グ ス テ ン ベ ル ク
h e n l e y ヘ ン リ ー
h e n l e y ヘ ン レ イ
h e n r i o t ア ン リ オ
h e n r i o t ヘ ン リ オ ッ ト
h e n r y s o n ヘ ン リ ス ン
h e r b u r g e r ヘ ル ブ ル ガ ー
h e r d e r ヘ ル ダ ー
h e r e f o r d ヘ レ フ ォ ー ド
h e r e n ヘ レ ン
h e r f i n d a l ハ ー フ ィ ン ダ ル
h e r g e s h e i m e r ハ ー ゲ ス ハ イ マ ー
h e r i n g ヘ リ ン グ
h e r i n g ヘ ー リ ン グ
h e r o l d ヘ ロ ル ド
h e r r h a u s e n ヘ ル ハ ウ ゼ ン
h e r r o n ヘ ロ ン
h e r t e l ヘ ル テ ル
h e r z エ ル ツ
h e r z ヘ ル ツ
h e s e k i e l ヘ ゼ キ ー ル
h e s s e l b e r g ヘ ッ セ ル ベ ル グ
h e s s u s ヘ ッ ス ス
h e y m a n s ハ イ マ ン ス
h e y n ヘ イ ン
h i l d e s h e i m e r ヒ ル デ ス ハ イ マ ー
h i l l e m a n d ヒ ル マ ン
h i m m e l b l a u ヒ ン メ ル ブ ラ ウ
h i m m e l s t r a n d ヒ ン メ ル ス ト ラ ン ド
h i n c k l e y ヒ ン ク リ ー
h i n c k l e y ヒ ン ク レ ー
h i n s h a w ヒ ン シ ョ ウ
h i n s h a w ヒ ン シ ョ ー
h i p p ヒ ッ プ
h i r z e l ヒ ル ツ ェ ル
h i t c h c o c k ヒ チ コ ッ ク
h i t c h c o c k ヒ ッ チ コ ッ ク
h i t z ヒ ッ ツ
h j e l m イ ェ ル ム
h o b b e s ホ ッ ブ ズ
h o b o k e n ホ ー ボ ー ケ
h o b s b a w m ホ ブ ズ ボ ー ム
h o b y ホ ー ビ ー
h o c h m u t h ホ ッ ホ ム ー ト
h o d g s o n ホ ジ ス ン
h o d g s o n ホ ジ ソ ン
h o f b a u e r ホ ー フ バ ウ ア ー
h o f h a i m e r ホ ー フ ハ イ マ ー
h o f h e i n z ホ フ ハ イ ン ズ
h o f m e y r ホ フ メ ー ア
h o l ホ ル
h o l d i n g ホ ー ル デ ィ ン グ
h o l l y w o o d ハ リ ウ ッ ド
h o l m e s ホ ル ム ス
h o l m e s ホ ル ム ズ
h o l m e s ホ ー ム ス
h o l m e s ホ ー ム ズ
h o l o p a i n e n ホ ロ パ イ ネ ン
h o l r o y d ホ ル ロ イ ド
h o l u b ホ ル ブ
h o l z b a u e r ホ ル ツ バ ウ ア ー
h o l z m a n n ホ ル ツ マ ン
h o m e t オ メ
h o m o l k a ホ モ ル カ
h o n i a r a ホ ニ ア ラ
h o n i g ホ ニ ッ グ
h o n w a n a ホ ン ワ ナ
h o p k i r k ホ ッ プ カ ー ク
h o r n b l o w e r ホ ー ン ブ ロ ー ア ー
h o r n s t e i n ホ ー ン ス タ イ ン
h o r o w i t z ホ ロ ウ ィ ッ ツ
h o r o w i t z ホ ロ ビ ッ ツ
h o r t ホ ル ト
h o r t ホ ー ト
h o r w i t z ホ ロ ウ ィ ッ ツ
h o s k i n s ホ ス キ ン ス
h o s k i n s ホ ス キ ン ズ
h o s m e r ホ ズ マ ー
h o s s e i n オ ッ セ ン
h o s s e i n ホ セ イ ン
h o t e l l i n g ホ テ リ ン グ
h o v g a a r d ホ ー ブ ガ ー ド
h o w i s o n ハ ウ イ ソ ン
h r u b a n t フ ル バ ン ト
h u b e r m a n n フ ー ベ ル マ ン
h u c k o ハ ッ コ ー
h u g g i n s ハ ギ ン ズ
h u g u e s ユ ー グ
h u i z i n g a ホ イ ジ ン ガ
h u l m e ヒ ュ ー ム
h u m b e r s t o n e ハ ン バ ー ス タ ン
h u m p h r i e s ハ ン フ リ ー ズ
h u n i フ ニ
h u r d ハ ー ド
h u r r i c a n e ハ リ ケ ー ン
h u s a フ サ
h u s s a i n フ セ イ ン
h u s s e y ハ ッ セ イ
h u s s e y ハ ッ セ ー
h u x l e y ハ ク ス リ ー
h u x l e y ハ ク ス レ ー
h u x l e y ハ ッ ク ス リ
h u x l e y ハ ッ ク ス リ ー
h y m a n s ハ イ マ ン ス
i g n a c i o イ グ ナ シ オ
i l e s ア イ ル ズ
i l l i c h イ リ ッ チ
i l y a イ リ ヤ
i n d o n e s i a イ ン ド ネ シ ア
i n f e l d イ ン フ ェ ル ト
i n g a r d e n イ ン ガ ル デ ン
i n g e l s t a m イ ン ゲ ル ス タ ム
i n g e r s o l l イ ン ガ ソ ル
i n g e r s o l l イ ン ガ ー ソ ル
i n g h e l b r e c h t ア ン ゲ ル ブ レ シ ュ ト
i n g l e イ ン グ ル
i n g v a r イ ン グ バ ル
i n n o c e n t i イ ン ノ チ ェ ン テ ィ
i r a q イ ラ ク
i r k u t s k イ ル ク ー ツ ク
i s a a c s o n イ サ ク ソ ン
i s a a c s o n イ ザ ク ソ ン
i s a d o r a イ サ ド ラ
i s a d o r a イ ザ ド ラ
i s b y イ ス ビ ー
i s l i n g t o n イ ズ リ ン グ ト ン
i t a l o イ タ ロ
i t a l y イ タ リ ア
i t k o n e n イ ト コ ネ ン
i v a n e n k o イ ワ ネ ン コ
i v a n i t s k y イ ワ ニ ツ キ ー
i v c h e n k o イ フ チ ェ ン コ
i v e n s イ ベ ン ス
i y e r ア イ ヤ ル
j a b e r g ヤ ー ベ ル ク
j a b l o n o w s k i ヤ ブ ロ ノ フ ス キ ー
j a c e k ヤ ツ ェ ク
j a c o b s s o n ジ ャ コ ブ ソ ン
j a c o b s s o n ヤ コ ブ ソ ン
j a c q u i l l a t ジ ャ キ ヤ
j a e n i s c h イ ェ ー ニ ッ シ ュ
j a g d i s h ジ ャ グ デ シ ュ
j a i n ジ ェ イ ン
j a i n ジ ェ ー ン
j a m i l ジ ャ ミ ー ル
j a n e ジ ェ イ ン
j a n e ジ ェ ー ン
j a n e ジ ー ン
j a n i k ジ ャ ニ ク
j a n n y ジ ャ ニ ー
j a r a y ヤ ー ラ イ
j a r r e a u ジ ャ ロ ウ
j a r r e a u ジ ャ ロ ー
j a r v i s ジ ャ ー ビ ス
j a r v i s ジ ャ ー ヴ ィ ス
j a u d o n ジ ョ ー ド ン
j a w a r a ジ ャ ワ ラ
j a y a w a r d e n e ジ ャ ヤ ワ ル デ ネ
j a y n e ジ ェ イ ン
j e a n m a i r e ジ ャ ン メ ー ル
j e a n n e ジ ェ ニ ー
j e a n n e ジ ェ ー ン
j e a n n e ジ ャ ン ヌ
j e a n n e ジ ー ン
j e d i n イ ェ デ ィ ン
j e n n e w e i n ジ ェ ヌ ワ イ ン
j e r e m i a h ジ ェ レ ミ ア
j e s s e イ ェ ッ セ
j e s s e ジ ェ シ ー
j e s s e ジ ェ ッ シ ー
j e s s i e ジ ェ シ ー
j e w e l l ジ ュ ウ ェ ル
j i l l s o n ジ ル ソ ン
j i r i n a イ リ ー ナ
j o l i e t ジ ョ リ エ
j o l l e s ヨ レ ス
j o l l i e t ジ ョ リ エ
j o l l i f f e ジ ョ リ フ
j o n s o n ジ ョ ン ソ ン
j o r d a e n s ヨ ル ダ ー ン ス
j o u f f r o y ジ ュ フ ロ ア
j o u f f r o y ジ ュ フ ロ ワ
j o u g u e t ジ ュ ゲ
j o w e t t ジ ャ ウ エ ッ ト
j o z e ヨ ー ジ ェ
j u l i a ジ ュ リ ア
j u l i a ユ リ ア
j u n k e r ユ ン カ ー
j u n k e r ユ ン ケ ル
j u r a d o フ ラ ド
j u s s i e u ジ ュ シ ュ ー
j u s t i n ジ ャ ス テ ィ ン
j u s t i n o フ ス テ ィ ー ノ
j u s t u s ジ ャ ス タ ス
j u s t u s ユ ス ト ゥ ス
k a c h a n o v カ チ ャ ノ フ
k a d o m t s e v カ ド ム ツ ェ フ
k a h a n a カ ハ ナ
k a h l e カ ー ル
k a h l e カ ー レ
k a j カ イ
k a k u カ ク
k a l a m a z o o カ ラ マ ズ ー
k a l i n i n カ リ ー ニ ン
k a l k s t e i n カ ル ク ス タ イ ン
k a l l e n b a c h カ レ ン バ ハ
k a l l i w o d a カ リ ボ ダ
k a m e n k a カ メ ン カ
k a m p f カ ン プ
k a n i a k カ ニ ア ク
k a n i t z カ ー ニ ッ ツ
k a p p e l e r カ ッ ペ ラ ー
k a r a c h i カ ラ チ
k a r a m z i n カ ラ ム ジ ン
k a r e n カ レ ン
k a r e n カ ー レ ン
k a r e n キ ャ レ ン
k a r i m i カ リ ミ
k a r i n カ リ ン
k a r i n カ ー リ ン
k a r l a カ ー ラ
k a r l a n d e r カ ー ラ ン ダ ー
k a r l g r e n カ ー ル グ レ ン
k a r l o f f カ ー ロ フ
k a r p e n k o カ ル ペ ン コ
k a r s t e d t カ ー ル シ ュ テ ッ ト
k a s k e カ ス ケ
k a s s n e r カ ス ナ ー
k a s t i l カ ー ス テ ィ ル
k a t a r i n a カ タ リ ー ナ
k a t e r i n a カ テ リ ー ナ
k a u f f m a n カ ウ フ マ ン
k a u n d a カ ウ ン ダ
k a y s e r カ イ ザ ー
k a y s e r カ イ ゼ ル
k a y s e r ケ ゼ ー ル
k a z a n カ ザ ン
k a z i カ ジ
k a z i n カ ー ジ ン
k a z i n ケ ー ジ ン
k e a t i n g キ ー テ ィ ン グ
k e a t o n キ ー ト ン
k e e g a n キ ー ガ ン
k e i g h l e y キ ー リ ー
k e i l b e r t h カ イ ル ベ ル ト
k e i s l e r キ ー ス ラ ー
k e m a l ケ マ ル
k e n n e d y ケ ネ デ ィ
k e n n e d y ケ ネ デ ィ ー
k e n r i c k ケ ン リ ッ ク
k e n y a t t a ケ ニ ヤ ッ タ
k e s s e l e r ケ ッ セ ラ ー
k e t e l ケ ー テ ル
k h a c h a t u r y a n ハ チ ャ ト ゥ リ ア ン
k h a l a t b a r y ハ ラ ッ ト バ リ ー
k h l o p i n フ ロ ー ピ ン
k i e f f e r キ ー フ ァ ー
k i l l i a n キ リ ア ン
k i l l i a n キ リ ア ー ン
k i m b e r l e y キ ン バ リ
k i m b e r l e y キ ン バ リ ー
k i m m e l キ ン メ ル
k i n g s b u r y キ ン グ ズ バ リ
k i n s e y キ ン ズ ィ ー
k i n s e y キ ン ゼ イ
k i r b y カ ー ビ イ
k i r b y カ ー ビ ー
k i r i c h e n k o キ リ チ ェ ン コ
k i r k c a l d y カ ー コ ー デ ィ ー
k i r k e カ ー ク
k i r k u p カ ー カ ッ プ
k i r s c h カ ー シ ュ
k i r s c h キ ッ シ
k i r s c h キ ル シ ュ
k i r s h o n キ ル シ ョ ン
k i r s t e i n カ ー ス タ イ ン
k i r s t e i n カ ー ス テ ン
k i s h o n キ シ ョ ン
k i s l e n k o キ ス レ ン コ
k i s z c z a k キ シ チ ャ ク
k l a p r o t h ク ラ プ ロ ー ト
k l a u s n e r ク ラ ウ ス ナ ー
k l a u s n e r ク ラ ウ ズ ナ ー
k l a u s n e r ク ロ ー ス ナ ー
k l e i b e r ク ラ イ バ ー
k l e i n e r t ク ラ イ ネ ル ト
k l e i n h e y e r ク ラ イ ン ハ イ ヤ ー
k l i n g e r ク リ ン ガ ー
k l i p p e r ク リ パ ー
k l o p p ク ロ ッ プ
k n e s s ネ ス
k n i e s ク ニ ー ス
k n i g h t ナ イ ト
k n o t e k ク ノ テ ク
k o c h u b e i コ チ ュ ベ ー イ
k o c k コ ッ ク
k o c k コ ッ ホ
k o g a n コ ー ガ ン
k o g e l コ ー ゲ ル
k o h u t コ フ ー ト
k o l a r コ ラ ー
k o l e n k o コ レ ン コ
k o l n e d e r コ ル ネ ー ダ ー
k o l t s o v コ リ ツ ォ ー フ
k o m a r o v i c h コ マ ロ ー ビ チ
k o n c e l i k コ ン セ リ ッ ク
k o n o p n i c k a コ ノ プ ニ ツ カ
k o p i s c h コ ー ピ ッ シ ュ
k o r n e m a n n コ ル ネ マ ン
k o r t h コ ー ス
k o r t u m コ ル ト ゥ ム
k o s h e v o i コ シ ェ ボ ー イ
k o s i n s k i コ ジ ン ス キ ー
k o s o l a p o v コ ソ ラ ー ポ フ
k o s s o w s k i コ ソ フ ス キ
k o s t r z e w s k i コ ス ト シ ェ フ ス キ ー
k o s y g i n コ ス イ ギ ン
k o t c h i a n コ ー チ ャ ン
k o z d e r k a コ ズ デ ル カ
k r a f f t ク ラ フ ト
k r a m s k o i ク ラ ム ス コ イ
k r a n t z ク ラ ン ツ
k r a s n o y a r s k ク ラ ス ノ ヤ ル ス ク
k r a s z e w s k i ク ラ シ ェ フ ス キ
k r i s t o f f e r ク リ ス ト フ ァ ー
k r o m ク ロ ム
k r u e g e r ク リ ュ ー ガ ー
k r u e g e r ク ル ー ガ ー
k r u i s i n g a ク ロ イ シ ン ハ
k r u s e n ク ル ー ゼ ン
k r y u c h k o v ク リ ュ チ コ フ
k r z y w i c k i ク シ ビ ツ キ
k r z y w i c k i ク ジ ュ イ ビ ツ キ
k u c h t a ク フ タ
k u d l i n s k i カ ド リ ン ス キ ー
k u e n キ ュ ン
k u e n e n キ ュ ー ネ ン
k u h n キ ュ ー ン
k u h n ク ー ン
k u n n a s ク ン ナ ス
k u n z ク ン ツ
k u r o p a t k i n ク ロ パ ト キ ン
k u r z ク ル ツ
k u t t e r ク ッ タ ー
k y l e カ イ ル
l a b a d i e ラ バ デ ィ
l a b a n ラ バ ン
l a c h m a n n ラ ハ マ ン
l a d e j i n s k y ラ デ ジ ン ス キ ー
l a f f e r ラ ッ フ ァ ー
l a f i t a u ラ フ ィ ト ー
l a f o n t a i n e ラ フ ォ ン テ ー ヌ
l a g a r d e ラ ガ ル ド
l a g l e n n e ラ グ ラ ン
l a h o r e ラ ホ ー ル
l a i レ イ
l a l l y ラ リ ー
l a m o u r e u x ラ ム ル ー
l a m p i ラ ン ピ
l a n c i o t t i ラ ン チ ョ ッ テ ィ
l a n c r e n o n ラ ン ク ル ノ ン
l a n d e r s ラ ン ダ ー ズ
l a n d o ラ ン ド
l a n d o l t ラ ン ド ル ト
l a n d s t e i n e r ラ ン ド シ ュ タ イ ナ ー
l a n g e n d o r f f ラ ン ゲ ン ド ル フ
l a n g i e w i c z ラ ン ギ ェ ウ ィ チ
l a n g l e y ラ ン グ リ ー
l a n g l e y ラ ン グ レ イ
l a n g l e y ラ ン グ レ ー
l a n g m a n ラ ン グ マ ン
l a n g s t r o t h ラ ン グ ス ト ロ ー ス
l a n i e l ラ ニ エ ル
l a n i e r ラ ニ ア
l a n i e r ラ ニ ア ー
l a p l a n c h e ラ プ ラ ン シ ュ
l a r o c h e ラ ロ シ ュ
l a u ラ ウ
l a u ロ ー
l a u b e ラ ウ ベ
l a u d e r ロ ー ダ ー
l a u r ラ ウ ル
l a u r a ラ ウ ラ
l a u r a ロ ー ラ
l a u r e n ロ ー レ ン
l a u t h ラ ウ ト
l a u z u n ロ ー ザ ン
l a v e n レ ー ビ ン
l e a リ ー
l e b o e u f ル ブ ー フ
l e c k y レ ッ キ ー
l e d e r b e r g レ ー ダ ー バ ー グ
l e i c e s t e r レ ス タ ー
l e i l a ラ イ ラ
l e i l a レ イ ラ
l e i t m a n n ラ イ ト マ ン
l e k a i n ル カ ン
l e n レ ン
l e n d v a i レ ン ド バ イ
l e n o i r ル ノ ア ー ル
l e n z i レ ン ツ ィ
l e o n c a v a l l o レ オ ン カ バ ロ
l e o n o v レ オ ー ノ フ
l e p e n ル ペ ン
l e r s c h レ ル シ ュ
l e s レ ス
l e s p i n a s s e レ ス ピ ナ ス
l e t i t i a レ テ ィ シ ア
l e u s c h n e r ロ イ シ ュ ナ ー
l e v e n s o n レ ベ ン ソ ン
l e v i e v レ ビ エ フ
l e v i n s o n レ ビ ン ソ ン
l e w i n リ ュ ー イ ン
l e w i n ル ウ ィ ン
l e w i n ル ー ウ ィ ン
l e w i n レ ウ ィ ン
l e w i n レ ビ ン
l e w i n レ ー ウ ィ ン
l i c h n o w s k y リ ヒ ノ フ ス キ ー
l i c h t リ ヒ ト
l i d i n リ ー ジ ン
l i e リ ー
l i e b s c h e r リ ー プ シ ャ ー
l i g h t f o o t ラ イ ト フ ッ ト
l i k h a c h e v リ ハ チ ョ フ
l i l i e n t h a l リ リ エ ン ソ ー ル
l i l i e n t h a l リ ー リ エ ン タ ー ル
l i l j e f o r s リ リ ェ フ ォ ル ス
l i l l e リ ー ル
l i l l i a n リ リ ア ン
l i m a n n リ マ ン
l i m m e r リ マ ー
l i n d a h l リ ン ダ ー ル
l i n d h o l m リ ン ド ホ ル ム
l i n d s e y リ ン ジ ー
l i n d s e y リ ン ゼ イ
l i n d s e y リ ン ゼ ー
l i n n リ ン
l i n n e a リ ネ ア
l i o n ラ イ オ ン
l i o n リ オ ン
l i p s リ ッ プ ス
l i s a リ サ
l i s a リ ザ
l i s a リ ー サ
l i s a リ ー ザ
l i s s a j o u s リ サ ジ ュ
l i s s i t z k y リ シ ツ キ ー
l i t t l e リ ト ル
l i t t m a n n リ ッ ト マ ン
l i u d m i l a リ ュ ド ミ ラ
l i v o r a リ ボ ー ラ
l o b e l ロ ー ベ ル
l o c h e r ロ ッ ヒ ャ ー
l o c k e ロ ッ ク
l o e n i n g レ ー ニ ン グ
l o e n i n g ロ ー ニ ン グ
l o e w e レ ー ベ
l o e w e ロ ウ
l o e w e ロ ー ウ ェ
l o e w e n ラ ー ベ ン
l o e w e n g u t h レ ー ウ ェ ン グ ー ト
l o e w e n i c h レ ー ベ ニ ヒ
l o f t s ロ フ ツ
l o i s ロ イ ス
l o m u t o ロ ム ト
l o n d o n ロ ン ド ン
l o n g c h a m p ロ ン シ ャ ン
l o n g f o r d ロ ン グ フ ォ ー ド
l o n g m i r e ロ ン グ マ イ ヤ ー
l o n g o w a l ロ ン ゴ ワ ル
l o o m i s ル ー ミ ス
l o o s ル ー ス
l o o s ロ ー ス
l o s c h m i d t ロ ー シ ュ ミ ッ ト
l o t z ロ ッ ツ
l o v a t ロ バ ッ ト
l o v e j o y ラ ブ ジ ョ イ
l o v e r i d g e ラ ブ リ ッ ジ
l o w i e ロ ー ウ ィ
l o w m a n ロ ー マ ン
l o w r i e ロ ー リ ー
l o w t h e r ロ ー サ ー
l u b a リ ュ バ
l u b b e r s ル ベ ル ス
l u b b o c k ラ バ ッ ク
l u b b o c k ラ ボ ッ ク
l u c リ ュ ッ ク
l u c c h i ル ッ キ
l u c i e n n e ル シ エ ン
l u g o ル ー ゴ
l u k a n o v ル カ ノ フ
l u n d g r e n ラ ン グ レ ン
l u p i ル ー ピ
l u p o ル ー ポ
l u t h a r d t ル ー タ ル ト
l u t t g e n s ラ ッ ト ゲ ン ス
l u x e m b u r g ル ク セ ン ブ ル グ
l u x e n b e r g ル ク セ ン ブ ル グ
l y l e ラ イ ル
l y n e n リ ナ ン
l y n e n リ ネ ン
l y n n リ ン
l y u b i m o v リ ュ ビ モ フ
l y u b i m o v リ ュ ビ ー モ フ
m a a s s マ ー ス
m a c b e t h マ ク ベ ス
m a c e w e n マ キ ュ ー エ ン
m a c h e l マ シ ェ ル
m a c h i n マ シ ャ ン
m a c k e r r a s マ ッ ケ ラ ス
m a c l e a n マ ク リ ー ン
m a d d e n マ デ ン
m a d d e n マ ド ン
m a d d o c k s マ ド ッ ク ス
m a d i マ デ ィ
m a e r k e r メ ー カ ー
m a g n e r マ グ ナ ー
m a g n i n マ ニ ャ ン
m a h a n マ ハ ン
m a h l マ ー ル
m a h l e r マ ー ラ
m a h l e r マ ー ラ ー
m a h m o o d マ フ モ ー ド
m a h u マ ヒ ュ ー
m a i マ イ
m a i s o n メ イ ス ン
m a i s o n メ ゾ ン
m a j マ イ
m a k s i m マ ク シ ム
m a k s i m o v i c h マ ク シ モ ー ビ チ
m a l a g o d i マ ラ ゴ デ ィ
m a l a n マ ラ ン
m a l e b r a n c h e マ ル ブ ラ ン シ ュ
m a l l e s o n マ レ ソ ン
m a l v e z z i マ ル ベ ッ ツ ィ
m a n c e マ ン ス
m a n d e l a マ ン デ ラ
m a n d e l l マ ン デ ル
m a n n y n g マ ニ ン グ
m a n s a r t マ ン サ ー ル
m a n s o n マ ン ソ ン
m a r a g l i a n o マ ラ リ ャ ー ノ
m a r c マ ル ク
m a r c マ ー ク
m a r c e l i n マ ル ス ラ ン
m a r c e l i n e マ ル ス リ ー ヌ
m a r c h マ ル ク
m a r c h マ ー チ
m a r c u s マ ル ク ス
m a r c u s マ ー カ ス
m a r c u s マ ー ク ス
m a r e k マ レ ク
m a r e k マ レ ッ ク
m a r e s メ ア ー ス
m a r e t t マ レ ッ ト
m a r i g n a n o マ リ ニ ャ ー ノ
m a r i n o n i マ リ ノ ー ニ
m a r i t a マ リ ー タ
m a r j a マ ル ヤ
m a r j a t t a マ ル ヤ ッ タ
m a r k e l i u s マ ル ケ リ ウ ス
m a r k o f f マ ー コ フ
m a r m i o n マ ル ミ オ ン
m a r o t マ ロ
m a r q u a r d t マ ル ク ヮ ル ト
m a r q u e s マ ル ケ ス
m a r s h a マ ー シ ァ
m a r s h a マ ー シ ャ
m a r t i n o n マ ル テ ィ ノ ン
m a r t i n o t t i マ ル テ ィ ノ ッ テ ィ
m a r t y マ ル テ ィ
m a r t y マ ー テ ィ
m a r v e l l マ ー ベ ル
m a s s a マ ッ サ
m a s s i g n o n マ シ ニ ョ ン
m a s s i n e マ シ ー ン
m a s s o w マ ッ ソ ー
m a t e マ テ
m a t h e r s マ ザ ー ズ
m a t h e r s メ ー ザ ー ズ
m a t h i l d e マ シ ル ド
m a t h i s o n マ テ ィ ソ ン
m a t s o n マ ト ソ ン
m a t t e i マ ッ テ イ
m a t t e i マ テ イ
m a t t h i e s s e n マ シ ー セ ン
m a t t h i e s s e n マ ッ テ ィ ー セ ン
m a t u s c h k a マ ツ シ カ
m a t u s s e k マ ト ウ セ ッ ク
m a u l マ ウ ル
m a u r e p a s モ ー ル パ
m a u r i z i o マ ウ リ ツ ィ オ
m a u r o i s モ ロ ワ
m a x マ ク ス
m a x マ ッ ク ス
m a y マ イ
m a y メ イ
m a y メ ー
m c n a u g h t マ ク ノ ー ト
m c p h e e マ ッ ク フ ィ ー
m e a s h a m ミ ー シ ャ ム
m e c h o w メ ヒ ョ ー
m e d l e y メ ド レ ー
m e d v e d メ ド ベ ジ
m e i s t e r f e l d マ イ ス タ ー フ ェ ル ド
m e l a メ ラ
m e l a n i e メ ラ ニ ー
m e l k u s メ ル ク ス
m e l l メ ル
m e l l a n b y メ ラ ン ビ ー
m e l l o n メ ロ ン
m e l l o r メ ラ ー
m e n c l メ ル ツ ル
m e n g h i n メ ン ギ ー ン
m e n t e n メ ン テ ン
m e r c o u r i メ ル ク ー リ
m e r l e t メ ル レ
m e r t e n s マ ー テ ン ス
m e r t e n s メ ル テ ン
m e r t e n s メ ル テ ン ス
m e s s e m e r メ ッ セ マ ー
m e s s i e r e u r メ シ エ レ ウ ル
m e s s n e r メ ス ナ ー
m e s s n e r メ ス ネ ル
m e u r i s s e ム ー リ ス
m e y e r マ イ ア ー
m e y e r マ イ ヤ ー
m e y e r メ イ ア ー
m e y e r メ イ エ ル
m e y e r メ イ ヤ
m e y e r メ イ ヤ ー
m e y e r メ ー ヤ ー
m i a m i マ イ ア ミ
m i c h e l i n ミ シ ュ ラ ン
m i c h n i k ミ フ ニ ク
m i d d l e b r o o k ミ ド ル ブ ル ッ ク
m i g u e l ミ ゲ ル
m i g u e l ミ ゲ ー ル
m i k h a i l ミ ハ イ ル
m i k h a i l ミ ハ エ ル
m i k o r e y ミ コ ラ イ
m i l b o u r n e ミ ル ボ ー ン
m i l l e s ミ ル ズ
m i l l e s ミ レ ス
m i l l i k e n ミ リ ケ ン
m i l w a r d ミ ル ワ ー ド
m i n a ミ ナ
m i n c マ ン ク
m i n c ミ ン ツ
m i n d e l ミ ン デ ル
m i n g h e t t i ミ ン ゲ ッ テ ィ
m i n o t マ イ ノ ッ ト
m i n o t ミ ノ
m i n s k ミ ン ス ク
m i s c h e l ミ ッ セ ル
m i s c h n i c k ミ シ ュ ニ ク
m i s h l e r ミ シ ュ ラ ー
m i s s o u r i ミ ズ ー リ
m i t c h e l l ミ ッ チ ェ ル
m i t t e r a n d ミ ッ テ ラ ン
m i t t e r m a i e r ミ ッ タ ー マ イ ヤ ー
m i t t o n ミ ッ ト ン
m i t t o n ミ ト ン
m o c z a r モ チ ャ ル
m o f f a t t モ フ ァ ッ ト
m o f f o モ ッ フ ォ
m o g a d i s h u モ ガ デ ィ シ ュ
m o g e n s モ ー ン ス
m o g e n s e n モ ー エ セ ン
m o h a w k モ ホ ー ク
m o i s e モ イ ー ズ
m o j s o v モ イ ソ フ
m o l e s c h o t t モ レ ス コ ッ ト
m o l t e n i モ ル テ ー ニ
m o n a t h モ ナ ー ト
m o n d a l e モ ン デ ー ル
m o n d a y モ ン デ ィ
m o n e t t e モ ネ ッ ト
m o n e y マ ネ ー
m o n s モ ン ス
m o n t e c i n o モ ン テ シ ー ノ
m o n t e s p a n モ ン テ ス パ ン
m o n z o n モ ン ソ ン
m o o d ム ー ド
m o r a モ ー ラ
m o r a l e s モ ラ レ ス
m o r a n モ ラ ン
m o r a n モ ー ラ ン
m o r a n d i モ ラ ン デ ィ
m o r a w s k i モ ラ フ ス キ
m o r e l l o モ レ ロ
m o r g a n モ ル ガ ン
m o r g a n モ ー ガ ン
m o r g e n モ ル ゲ ン
m o r i モ リ
m o r i モ ー リ
m o r i n i モ リ ー ニ
m o r l a n d モ ー ラ ン ド
m o r o s i n i モ ロ シ ー ニ
m o r t a r i モ ル タ ー リ
m o s b y モ ス ビ ュ
m o s b y モ ズ ビ ー
m o s e s モ ー ゼ
m o s e s モ ー ゼ ス
m o s h e i m モ ス ハ イ ム
m o s s a d e g h モ サ デ グ
m o s s m a n モ ス マ ン
m o t l e y モ ト リ ー
m o u n i e r ム ニ エ
m o u s s y ム ー シ ー
m o u t o n ム ト ン
m o u t o n ム ー ト ン
m o y r a モ イ ラ
m r o z ム ロ ツ
m u b a r a k ム バ ラ ク
m u g g e r i d g e マ ガ リ ッ ジ
m u l e ミ ュ ー ル
m u l f o r d マ ル フ ォ ー ド
m u l l e n マ レ ン
m u r a t ミ ュ ラ
m u r r e y マ レ ー
m y e r マ イ ヤ ー
m y e r s マ イ ア ズ
m y e r s マ イ ア ー ス
m y e r s マ イ ア ー ズ
m y e r s マ イ ヤ ー ズ
n a d e r ネ ー ダ ー
n a d i a ナ デ ィ ア
n a g i b i n ナ ギ ビ ン
n a i d u ナ イ ド ゥ
n a i f e h ネ イ フ
n a m o r a ナ モ ー ラ
n a n c y ナ ン シ イ
n a n c y ナ ン シ ー
n a n c y ナ ン ス ィ
n a p o l e s ナ ポ レ ス
n a s i r i ナ シ リ
n a t ナ ッ ト
n a t a n ナ タ ン
n a t t a ナ ッ タ
n a t w i c k ナ ト ウ ィ ッ ク
n a u ノ ー
n a u c k ナ ウ ク
n a y l o r ネ イ ラ ー
n a y l o r ネ ー ラ ー
n e a l e ニ ー ル
n e b l e t t ネ ブ レ ッ ト
n e c h k i n a ネ ー チ キ ナ
n e g r o ネ グ ロ
n e g r o n i ネ グ ロ ー ニ
n e i s s e r ナ イ サ ー
n e l l i g a n ネ リ ガ ン
n e n a s h e v ネ ナ シ ェ フ
n e r n s t ネ ル ン ス ト
n e s m e y a n o v ネ ス メ ヤ ー ノ フ
n e s t e ネ ス テ
n e t s c h e r ネ ッ チ ェ ル
n e u t r a ノ イ ト ラ
n e v e ネ ー ビ ー
n e v e l s o n ニ ー ベ ル ソ ン
n e w b e r r y ニ ュ ー ベ リ
n e w b e r r y ニ ュ ー ベ リ ー
n e z v a l ネ ズ バ ル
n i c k l i s c h ニ ッ ク リ ッ シ ュ
n i c o l ニ コ ル
n i j i n s k y ニ ジ ン ス キ ー
n i k i t i n ニ キ ー チ ン
n i m m o n s ニ モ ン ズ
n i n a ニ ー ナ
n i o b r a r a ニ オ ブ ラ ラ
n o b b e ノ ッ ベ
n o e l t e ノ ル テ
n o l l e k e n s ノ リ ケ ン ズ
n o o r ノ ア
n o r d b y ノ ー ド バ イ
n o r d h a u s ノ ー ド ハ ウ ス
n o r d i o ノ ル デ ィ オ
n o r e e n ノ レ ー ン
n o r m a n ノ ル マ ン
n o r m a n ノ ー マ ン
n o r m a n d ノ ル マ ン
n o r m a n d ノ ー マ ン ド
n o r o ノ ロ
n o r o n h a ノ ロ ニ ャ
n o r t h a m p t o n ノ ー サ ン プ ト ン
n o r w o o d ノ ー ウ ッ ド
n o s s e k ノ セ ッ ク
n o v a k ノ バ ァ ク
n o v a k ノ バ ク
n o v a k ノ バ ッ ク
n o v e ノ ー ブ
n o v e r ノ ー バ ー
n t h a t o タ ト
n u j o m a ヌ ジ ョ マ
n u n e s ヌ ネ シ ュ
n u n e s ヌ ー ネ ス
n u n z i a t a ヌ ン ツ ィ ア ー タ
n u r k s e ヌ ル ク セ
n y e r s ニ エ ル シ ュ
o b e r h o f f e r オ ー バ ー ホ ッ フ ァ ー
o b e r t h オ ー ベ ル ト
o c t a v i u s オ ク タ ウ ィ ウ ス
o c t a v i u s オ ク タ ウ ィ ス
o d i n g a オ デ ィ ン ガ
o f f e n b a c h オ ッ フ ェ ン バ ッ ク
o g l e t h o r p e オ グ ル ソ ー プ
o j e d a オ ヘ ダ
o k l a h o m a オ ク ラ ホ マ
o l c o t t オ ル カ ッ ト
o l c o t t オ ル コ ッ ト
o l d e n オ ル デ ン
o l g a オ リ ガ
o l g a オ ル ガ
o l i p h a n t オ リ フ ァ ン ト
o l i v e c r o n a オ リ ベ ク ロ ー ナ
o l s z e w s k a オ ル シ ェ フ ス カ
o n a s s i s オ ナ シ ス
o n c i n a オ ン シ ー ナ
o p a s オ パ ス
o p p e n h e i m e r オ ッ ペ ン ハ イ マ ー
o r f o r d オ ー フ ォ ー ド
o r l a n d o オ ル ラ ン ド
o r l a n d o オ ー ラ ン ド
o r l a n d o オ ー ラ ン ド ー
o r n a n o オ ル ナ ー ノ
o r t e g a オ ル テ ガ
o r t h オ ル ト
o r t h オ ー ス
o r t o n オ ル ト ン
o s i p o v オ シ ポ フ
o s t r o v i t y a n o v オ ス ト ロ ビ チ ャ ー ノ フ
o s t r o v s k y オ ス ト ロ フ ス キ ー
o t t オ ッ ト
o t w a y オ ッ ト ウ ェ ー
o u s e l e y ウ ー ズ リ
o u t e r b r i d g e ア ウ タ ー ブ リ ッ ジ
o v e c h k i n オ ベ ー チ キ ン
o x f o r d オ ク ス フ ォ ー ド
o x f o r d オ ッ ク ス フ ォ ー ド
p a a s i o パ ー シ オ
p a c a l パ カ ル
p a d e ペ イ ド
p a e s パ イ ス
p a g e パ ー ジ ュ
p a g e ペ イ ジ
p a g e ペ ー ジ
p a g e l s ペ イ ゲ ル ス
p a i t a パ イ タ
p a j o t パ ジ ョ ー
p a k e r ペ イ カ ー
p a l a n q u e パ ラ ン ク
p a l e s t r i n a パ レ ス ト リ ー ナ
p a l l a d i n o パ ラ デ ィ ー ノ
p a l l a r d y パ ラ ル デ ィ
p a l m パ ル ム
p a l m パ ー ム
p a l m a パ ル マ
p a l m i r o パ ル ミ ー ロ
p a l t r i n i e r i パ ル ト リ ニ エ リ
p a l u z z i パ ル ッ ツ ィ
p a m p a n i n i パ ン パ ニ ー ニ
p a n a t i パ ナ テ ィ
p a n e パ ネ
p a n e r o パ ネ ロ
p a n f y o r o v パ ン フ ョ ー ロ フ
p a n k r a t o v a パ ン ク ラ ー ト ワ
p a n y u s h k i n パ ニ ュ ー シ キ ン
p a n z n e r パ ン ツ ナ ー
p a o l i n o パ オ リ ー ノ
p a p a s パ パ ス
p a p a s パ パ ズ
p a p e ペ イ プ
p a r a g u a y パ ラ グ ア イ
p a r c e l i e r パ ル ス リ エ
p a r e s ペ ア ー ズ
p a r e t o パ レ ー ト
p a r h a m パ ラ ム
p a r i s e パ リ ー ゼ
p a r k h o m e n k o パ ル ホ ー メ ン コ
p a r m e t パ ル メ
p a r s e v a l パ ル ゼ バ ル
p a s c o a l パ ス コ ア ー ル
p a s q u a l e パ ス ク ァ ー レ
p a s q u a l e パ ス ク ワ レ
p a s s e g a n d パ ス ガ ン
p a s t e l l s パ ス テ ル ス
p a s t e r n a k パ ス テ ル ナ ー ク
p a t e r s o n パ タ ソ ン
p a t e r s o n パ タ ー ソ ン
p a t s a l i d e s パ ツ ァ リ デ ス
p a t t e n パ ッ テ ン
p a t u r i パ ト ゥ リ
p a u l h a n ポ ラ ン
p a u l h a n ポ ー ラ ン
p a u l u s パ ウ ル ス
p a u m g a r t n e r パ ウ ム ガ ル ト ナ ー
p a u w e l s ポ ー ウ ェ ル
p a u w e l s ポ ー ウ ェ ル ス
p a v l o s パ ブ ロ ス
p a w l i k パ ウ リ ー ク
p a y e r パ イ ヤ ー
p e a r s o n ピ ア ス ン
p e a r s o n ピ ア ソ ン
p e a r s o n ピ ア ー ス ン
p e c i l e ペ チ ー レ
p e e b l e s ピ ー ブ ル ズ
p e i f f e r ペ イ フ ェ ー ル
p e k k a n e n ペ ッ カ ネ ン
p e l h a m ペ ラ ム
p e l l e t i e r ペ ル テ ィ エ
p e l l e t i e r ペ レ テ ィ ア ー
p e l l e t i e r ペ レ テ ィ エ
p e l l i ペ リ
p e l l i n g ペ リ ン グ
p e l u s o ペ ル ソ
p e n c z ペ ン ツ
p e n n ペ ン
p e n n y ペ ニ ー
p e n z i a s ペ ン ジ ア ス
p e p i ペ ー ピ
p e p l a u ペ プ ロ ー
p e p y s ヒ ー プ ス
p e p y s ピ ー プ ス
p e r i c l e ペ リ ク ル
p e r i c l e ペ リ ク レ
p e r k i n s パ ー キ ン ス
p e r k i n s パ ー キ ン ズ
p e r l パ ー ル
p e r o t t o ペ ロ ッ ト
p e r o v s k a y a ペ ロ ー フ ス カ ヤ
p e r s i g n y ペ ル シ ニ ー
p e r s s o n ペ ル ソ ン
p e r t i n a x ペ ル チ ナ ク ス
p e s s o a ペ ソ ア
p e t e r ピ ー タ
p e t e r ピ ー タ ー
p e t e r ピ ー ト
p e t e r ペ テ ル
p e t e r ペ ー タ
p e t e r ペ ー タ ー
p e t r a g l i a ペ ト ラ グ リ ア
p e t r a r c a ペ ト ラ ル カ
p e t r o s k i ペ ト ロ ス キ
p e t r u s ペ ト ル ス
p e t r u s e n k o ペ ト ロ チ ェ ン コ
p e t t e e ペ テ ィ ー
p e t t e r s s o n ペ ッ タ ー セ ン
p e t t e r s s o n ペ テ ル ソ ン
p e t y r e k ペ テ ィ レ ク
p e t z o l d ペ ゾ ル ド
p e z z a n o ピ ザ ー ノ
p h a e d r u s フ ァ エ ド ル ス
p h i l i p フ ィ リ ッ プ
p h i l i p フ ィ リ プ
p h i l i p o n フ ィ リ ッ ポ ン
p h i l i p o n フ ィ リ ポ ン
p h i l i p p i n e s フ ィ リ ピ ン
p h i l i p p s o n フ ィ リ ッ プ ソ ン
p h i l l i p フ ィ リ ッ プ
p h i p p s フ ィ ッ プ ス
p h i p p s フ ィ プ ス
p h l e g e r フ レ ガ ー
p h o e b e フ ィ ー ビ
p i c ピ ッ ク
p i c c h i ピ ッ キ
p i c h l e r ピ ヒ ラ ー
p i d o u x ピ ド ゥ ー
p i e c k ピ ー ク
p i e r l u i g i ピ エ ー ル ル イ ジ
p i e r r e グ リ パ リ
p i e r r e ピ ェ ー ル
p i e r r e ピ エ ー ル
p i e r r e ピ ー ア
p i e t e r ピ ー タ ー
p i e t e r s ピ ー タ ー ス
p i e t r a n g e l i ピ エ ト ラ ン ジ ェ リ
p i f r e ピ ー フ ル
p i g n a t e l ピ ニ ャ テ ー ル
p i k l e r ピ ク ラ ー
p i n a ピ ナ
p i n a ピ ー ナ
p i n e l ピ ネ ル
p i n g u e t パ ン ゲ
p i n k e r ピ ン カ ー
p i n n o c k ピ ノ ッ ク
p i o n t e k ピ オ ン テ ク
p i o u ピ ウ
p i p e r パ イ パ ー
p i p e r ピ ー パ ー
p i s i e r ピ ジ エ
p i s i s ピ ー ジ ス
p i s k ピ ス ク
p i t c a i r n e ピ ト ケ ア ン
p i t z i n g e r ピ ツ ィ ン ガ ー
p i z z a r e l l i ピ ザ レ リ
p l a t e プ ラ ー テ
p l a t t i プ ラ ッ テ ィ
p l a t z プ ラ ッ ツ
p l e t t n e r プ レ ッ ト ナ ー
p l o t t プ ロ ッ ト
p l o w m a n プ ラ ウ マ ン
p l u c h e k プ ル ー チ ェ ク
p l u d e r m a c h e r プ ル ー デ ル マ ッ シ ェ
p o e l a e r t ポ ー レ ル ト
p o e l l ペ ル
p o k u ポ ク
p o l a n d ポ ー ラ ン ド
p o l d e n ポ ル デ ン
p o l e ポ ー ル
p o l i v k a ポ リ フ カ
p o l l a r d ポ ラ ー ド
p o l v e r o s i ポ ル ベ ロ シ
p o l y a n s k y ポ リ ャ ン ス キ ー
p o n s a r d ポ ン サ ー ル
p o n t i n g ポ ン テ ィ ン グ
p o p h a m ポ パ ム
p o p h a m ポ フ ァ ム
p o p p ポ ッ プ
p o r g e s ポ ー ジ ス
p o r t a l e s ポ ル タ レ ス
p o r t w a y ポ ー ト ウ ェ イ
p o r t z a m p a r c ポ ル ザ ン パ ル ク
p o t g i e t e r ポ ッ ト ヒ ー テ ル
p o t g i e t e r ポ ト ギ ー タ ー
p o u r c e l プ ー ル セ ル
p o v k h ポ プ
p r a g a プ ラ ー ガ
p r e c h t l プ レ ク ト ル
p r e s l e y プ レ ス リ ー
p r e v i n プ レ ビ ン
p r i g o g i n e プ リ ゴ ジ ー ン
p r i k o p a プ リ コ ー パ
p r i n プ ラ ン
p r i t c h a r d プ リ チ ャ ー ド
p r i t c h a r d プ リ ッ チ ャ ー ド
p r o c a c c i プ ロ カ ッ チ
p r o k o p プ ロ コ プ
p r o t t i プ ロ ッ テ ィ
p r o v i n e プ ロ バ イ ン
p r y d e プ ラ イ ド
p u c k e t t パ ケ ッ ト
p u d n e y パ ド ニ ー
p u l t e n e y プ ル ト ニ
p u m a ピ ュ ー マ
p u m a プ ー マ
p u n n e t t パ ネ ッ ト
p u r d i e パ ー デ ィ
p u s e y ピ ュ ー ジ ー
p y a t t パ イ ア ッ ト
p y e パ イ
p y p i n プ イ ピ ン
q u a s i m o d o ク ァ ジ ー モ ド
q u e e n ク イ ー ン
q u e n e a u ク ノ ー
q u e n t i n ク ェ ン テ ィ ン
q u e n t i n ク エ ン テ ィ ン
q u i n n ク イ ン
q u r e s h i ク レ ー シ ー
r a b e n s c h l a g ラ ー ベ ン シ ュ ラ ー ク
r a d a ラ ダ
r a d a レ ー ダ
r a d b r u c h ラ ー ト ブ ル フ
r a d c l i f f e ラ ド ク リ フ
r a d e r レ イ ダ ー
r a d e r レ ー ダ ー
r a d n e r ラ ド ナ ー
r a f i k ラ フ ィ ク
r a i n e レ イ ン
r a i n e r ラ イ ナ ー
r a i n e r ラ イ ネ ル
r a i n e r レ イ ナ ー
r a i n e y レ イ ニ イ
r a i n e y レ イ ニ ー
r a i n w a t e r レ イ ン ウ ォ ー タ ー
r a k o t o m a l a l a ラ コ ト マ ラ ラ
r a m a k a n t ラ マ カ ン ト
r a m i n ラ ミ ン
r a m s ラ ム ス
r a m u s ラ ム ス
r a n d a l l ラ ン ダ ル
r a n d a l l ラ ン ド ル
r a n d a l l ラ ン ド ー ル
r a n d y ラ ン デ ィ
r a n i e r i ラ ニ ェ ー リ
r a n i e r i ラ ニ エ ー リ
r a p a c k i ラ パ ツ キ ー
r a u m e r ラ ウ マ ー
r a w d o n ロ ー ド ン
r a w l i n s o n ロ ー リ ン ソ ン
r a w s t h o r n e ロ ー ス ソ ー ン
r a z m a r a ラ ズ マ ラ
r e a d i n g リ ー デ ィ ン グ
r e a d i n g レ デ ィ ン グ
r e a v e s リ ー ブ ス
r e a y リ ー ア イ
r e a y レ イ
r e d d i e レ デ ィ
r e d d y レ デ ィ
r e g e リ ー ジ
r e h a k リ ハ ー ク
r e h b i n d e r レ ー ビ ン ダ ー
r e i c h a r d t ラ イ ハ ル ト
r e i c h a r d t ラ イ ヒ ャ ル ト
r e i m e r ラ イ マ ー
r e i m e r リ ー マ ー
r e i m e r s ラ イ マ ー ス
r e i n f e l d ラ イ ン フ ェ ル ド
r e i n i c k ラ イ ニ ク
r e i n i n g e r ラ イ ニ ン ガ ー
r e i n k e ラ イ ン ケ
r e i n l ラ イ ン ル
r e i t z ラ イ ツ
r e i t z レ イ ツ
r e m a g e n レ マ ー ゲ ン
r e n a u d ル ノ ー
r e n a u d e t ル ノ ー デ
r e n d a l l レ ン ダ ル
r e n o u x ル ヌ ー
r e p p e レ ッ ペ
r e u n i o n リ ユ ニ オ ン
r e y n a u d レ ー ノ ー
r i c c i リ ッ チ
r i c h a r d リ シ ャ ー ル
r i c h a r d リ チ ャ ー ド
r i c h a r d リ ヒ ァ ル ト
r i c h a r d リ ヒ ア ル ト
r i c h a r d リ ヒ ャ ル ト
r i c k a r d リ カ ー ド
r i e d e l リ デ ー ル
r i e d e l リ ー デ ル
r i e m e n s c h n e i d e r リ ー メ ン シ ュ ナ イ ダ ー
r i e m e r リ ー マ ー
r i e m e r リ ー メ ル
r i e n z i リ エ ン ツ ィ
r i e s m a n リ ー ス マ ン
r i p p l リ ッ プ ル
r i s i n g リ ー ジ ン グ
r i s s e リ ッ セ
r i s t e n p a r t リ ス テ ン パ ル ト
r i t t リ ッ ト
r i v e r s リ バ ー ス
r i v e r s リ バ ー ズ
r i v e r s リ ヴ ァ ー ス
r i v i e r e リ ビ エ ア
r o b b i n s ロ ビ ン ス
r o b b i n s ロ ビ ン ズ
r o b i n e t ロ ビ ネ
r o c h e t ロ シ ェ
r o c k e f e l l e r ロ ッ ク フ ェ ラ ー
r o d e n b a c h ロ ダ ン バ ッ ク
r o g g e ロ ー ゲ
r o g i e r ロ ジ ェ
r o g i e r ロ ジ エ
r o k y t a ロ キ ー タ
r o l l a n d ロ ラ ン
r o l t ロ ル ト
r o m e r o ロ メ ロ
r o m u a l d ロ マ ル ド
r o s a l i n d ロ ザ リ ン ド
r o s a m u n d ロ ザ ム ン ド
r o s e b e r y ロ ー ズ ベ リ
r o s e n a u ロ ウ ズ ナ ウ
r o s e n s t e i n ロ ー ゼ ン ス タ イ ン
r o s e t t i ロ ゼ ッ テ ィ
r o s i n ロ ジ ン
r o s o w ロ ソ ー
r o s o w ロ ー ソ ー
r o s s ロ ス
r o s s e ロ ス
r o u g e r i e ル ー ジ ュ リ
r o u s e ラ ウ ス
r o u s e ラ ウ ズ
r o u s s e a u x ル ソ ー
r o u t h ラ ウ ス
r o x a n e ロ ク サ ー ヌ
r o y ロ ア
r o y ロ イ
r o y ロ ワ
r o y ロ ー イ
r o z a n o v ロ ザ ノ フ
r o z a n o v ロ ー ザ ノ フ
r u b e l リ ュ ベ ル
r u b e l ル ー ベ ル
r u d e リ ュ ー ド
r u d n i c k ル ド ニ ッ ク
r u d o l p h ル ド ル フ
r u f e r ル ー フ ァ ー
r u f u s ル フ ス
r u f u s ル ー フ ァ ス
r u n c i m a n ラ ン シ マ ン
r u n y a n ラ ニ ア ン
r u s h w o r t h ラ シ ュ ワ ー ス
r u s k ラ ス ク
r u s s ラ ス
r u s s ル ッ ス
r u t k o w s k i ル ト コ フ ス キ
r u t l e d g e ラ ト リ ッ ジ
r u y s d a e l ラ イ ズ ダ ー ル
r u y s d a e l ロ イ ス ダ ー ル
r y a z a n o v リ ャ ザ ー ノ フ
r y b a r リ バ ー ル
r y e r s o n ラ イ ア ー ソ ン
r y m e r ラ イ マ ー
s a a l m a n サ ー ル マ ン
s a b a サ バ
s a b a サ ー バ
s a d o u l サ ド ゥ ー ル
s a e m u n d r サ イ ム ン ド
s a f e r セ イ フ ァ ー
s a f o n o v サ フ ォ ノ フ
s a h n i サ ー ニ
s a i n d e r i c h i n サ ン ド リ シ ャ ン
s a i n t セ イ ン ト
s a l i n サ ラ ン
s a l i n ザ ー リ ン
s a l k e l d サ ル ケ ル ド
s a l m o n d サ モ ン ド
s a l m o n d サ ー モ ン ド
s a l t ソ ル ト
s a l t m a n サ ル ト マ ン
s a l z ザ ル ツ
s a m a n t h a サ マ ン サ
s a m s サ ム ス
s a n d i f o r d サ ン デ ィ フ ォ ー ド
s a n d r a r t ザ ン ド ラ ル ト
s a n d r e l l i サ ン ド レ ッ リ
s a n d s サ ン ズ
s a n t n e r ザ ン ト ナ ー
s a n t o s サ ン ト ス
s a r a b h a i サ ラ バ イ
s a r m i e n t o s サ ル ミ エ ン ト ス
s a r t i サ ル テ ィ
s a s s e ザ ッ セ
s a t c h e l l サ ッ チ ェ ル
s a t i s h サ テ ィ シ ュ
s a t t a r サ ッ タ ル
s a u l サ ウ ル
s a u l ソ ウ ル
s a u l ソ ー ル
s a u v a g e t ソ バ ジ ェ
s a u v e u r ソ ー ブ ー ル
s a v o n i u s サ ボ ー ニ ア ス
s c a c c i a t i ス カ ッ チ ャ ー テ ィ
s c a r p i n i ス カ ル ピ ー ニ
s c a r s d a l e ス カ ー ス デ ー ル
s c h a a p シ ャ ー プ
s c h a f e r シ ェ ッ フ ル
s c h a f e r シ ェ ー フ ァ ー
s c h a l k シ ャ ル ク
s c h e c k シ ェ ッ ク
s c h e f f e r シ ェ フ ァ ー
s c h e f f e r シ ェ フ ェ ー ル
s c h e i n e r シ ャ イ ナ ー
s c h e i n p f l u g シ ャ イ ン プ フ ル ー ク
s c h e l e r シ ェ ー ラ ー
s c h e l l シ ェ ル
s c h e r l i e s s シ ェ ル リ ー ス
s c h e r m e r h o r n シ ャ ー マ ー ホ ー ン
s c h e r m e r h o r n ス ヘ ル メ ル ホ ル ン
s c h e r r シ ェ ル
s c h e r r e r シ ェ ラ ー
s c h e t t l e r シ ェ ッ ト ラ ー
s c h i f a n o シ フ ァ ー ノ
s c h i f f シ ッ フ
s c h i f f シ フ
s c h l e n t h e r シ ュ レ ン タ ー
s c h l o m o シ ュ ロ モ
s c h l o s s シ ュ ロ ッ ス
s c h l u m b e r g e r シ ュ ラ ン ベ ル ジ ェ
s c h m i e d e b e r g シ ュ ミ ー デ ベ ル ク
s c h m i t t シ ュ ミ ッ ト
s c h m o l l e r シ ュ モ ラ ー
s c h n a b e l シ ュ ナ ー ベ ル
s c h n a c k シ ュ ナ ッ ク
s c h n e i d e r シ ュ ナ イ ダ ー
s c h n e i d e r シ ュ ネ デ ー ル
s c h n i t z l e r シ ュ ニ ッ ツ ラ ー
s c h o e f f l e r シ ョ ー フ ラ ー
s c h o n g a u e r シ ョ ン ガ ウ ア ー
s c h o n w a n d t シ ェ ン バ ン ト
s c h o t t シ ョ ッ ト
s c h r a m シ ュ ラ ム
s c h r a n z シ ュ ラ ン ツ
s c h u l l e r シ ュ ラ ー
s c h u m p e t e r シ ュ ン ペ ー タ ー
s c h w e i n f u r t h シ ュ バ イ ン フ ル ト
s c h w e r d t n e r シ ュ ベ ル ト ナ ー
s c i p i o ス キ ピ オ
s c o r e l ス コ ー レ ル
s c o t t ス コ ッ ト
s c o t t ス コ ツ ト
s c o w c r o f t ス コ ウ ク ロ フ ト
s c r i v e n o r ス ク リ ブ ナ ー
s e a n シ ョ ー ン
s e b a l d シ ー ボ ル ド
s e b a s t i a n i セ バ ス テ ィ ア ー ニ
s e c c h i セ ッ キ
s e e m a n ゼ ー マ ン
s e g u y セ ギ
s e i b t ザ イ プ ト
s e i d l i t z ザ イ ド リ ッ ツ
s e i f r i z サ イ フ リ ツ
s e i g n e u r セ ニ ュ ー ル
s e l f セ ル フ
s e l i g m a n セ リ グ マ ン
s e l s a m セ ル ザ ム
s e m p e r ゼ ン パ ー
s e n a r t ス ナ ー ル
s e n o a シ ェ ノ ア
s e r b a n セ ル バ ン
s e r k i n ゼ ル キ ン
s e u s e ゾ イ ゼ
s e v e r o セ ベ ロ
s e v i g n e セ ビ ニ エ
s e y f e r ザ イ フ ァ ー
s h a h a n i シ ャ ハ ニ
s h a n e シ ェ ー ン
s h a n e シ ャ イ ン
s h a p l a n d シ ャ プ ラ ン ド
s h a r e t t シ ャ レ ッ ト
s h a r m a n シ ャ ー マ ン
s h a w c r o s s シ ョ ー ク ロ ス
s h e a r シ ャ ー
s h e n k シ ェ ン ク
s h e n t o n シ ェ ン ト ン
s h e r a シ ェ ラ
s h e r m a n シ ェ ル マ ン
s h e r m a n シ ャ ー マ ン
s h i v e l y シ ャ イ ブ リ
s h o r t e r シ ョ ー タ ー
s h p e t シ ュ ペ ー ト
s h u l e p o v シ ュ レ ポ フ
s h u t e シ ュ ー ト
s i b l e y シ ブ レ イ
s i e g e l シ ー ゲ ル
s i e g e l ジ ー ゲ ル
s i g o u r n e y シ ガ ニ ー
s i g u r シ グ ー ル
s i l v e r m a n シ ル バ ー マ ン
s i l v e s t r e シ ル ベ ス ト ル
s i m i シ ミ
s i m m s シ ム ズ
s i m o n e t t i シ モ ネ ッ テ ィ
s i m p k i n s シ ン プ キ ン ス
s i n d e r m a n n シ ン ダ ー マ ン
s i n d e r m a n n ジ ン ダ ー マ ン
s i n e r サ イ ナ ー
s i n g h シ ン
s i n g h シ ン グ
s i n g h ス ィ ン グ
s i t t e r ジ ッ タ ー
s k e a t ス キ ー ト
s k e l t o n ス ケ ル ト ン
s k i l l m a n ス キ ル マ ン
s k i l t o n ス キ ル ト ン
s l a n e y ス レ ニ ー
s l a v i n ス レ イ ビ ン
s l e e m a n ス リ ー マ ン
s l o a t ス ロ ー ト
s l o n i m s k i ス ウ ォ ニ ム ス キ
s m a l l e y ス モ ー リ ー
s m e d l e y ス メ ド レ イ
s m e d l e y ス メ ド レ ー
s m e k a l ス メ ー カ ル
s m e t e r l i n ス メ テ ル リ ン
s m i l e s ス マ イ ル ズ
s m i t h e r s ス ミ ザ ー ス
s m i t h e r s ス ミ ザ ー ズ
s m o g o l e n s k i ス モ ゴ レ ン ス キ ー
s m y t h ス マ イ ス
s m y t h ス ミ ス
s n e i d e r ス ナ イ ダ ー
s o a m e s ソ ー ム ズ
s o b i n o v ソ ビ ノ フ
s o b u k w e ソ ブ ク ウ ェ
s o h m e r ソ ー マ ー
s o k o l o v a ソ コ ロ ワ
s o k o l o v a ソ コ ロ ー ワ
s o k o r s k a ソ コ ル ス カ
s o l b e r g ソ ル バ ー グ
s o l l i m a ソ リ ー マ
s o l l i m a ソ ル リ マ
s o l m a n ソ ル マ ン
s o l o m e n t s e v ソ ロ メ ン ツ ェ フ
s o l t ソ ル ト
s o m i ソ ミ
s o n n e n s c h e i n ゾ ン ネ ン シ ャ イ ン
s o n n i n o ソ ン ニ ー ノ
s o n n l e i t n e r ゾ ン ラ イ ト ナ ー
s o r ソ ル
s o r r e ソ ー ル
s o u m i a l o t ス ミ ア ロ ト
s o u t h サ ウ ス
s o z i n ゾ ー チ ン
s p a n d a r y a n ス パ ン ダ リ ャ ー ン
s p a u l d i n g ス ポ ー ル デ ィ ン グ
s p a v e n t a ス パ ベ ン タ
s p e a k e s ス ピ ー ク ス
s p e n s e r ス ペ ン サ ー
s p e r o n i ス ペ ロ ー ニ
s p e t r i n o ス ペ ト リ ー ノ
s p i c k e r ス ピ ッ カ ー
s p i e l b e r g ス ピ ル バ ー グ
s p i e l h a g e n シ ュ ピ ー ル ハ ー ゲ ン
s p i n k ス ピ ン ク
s p i n n e r シ ュ ピ ン ナ ー
s p i n n e r ス ピ ン ナ ー
s p i r i t o ス ピ リ ト
s p i t z w e g シ ュ ピ ッ ツ ウ ェ ー ク
s p o e r r i シ ュ ペ リ
s p r i n g ス プ リ ン グ
s p r i n g s t e e n ス プ リ ン グ ス テ ィ ー ン
s t a d i o n シ ュ タ デ ィ オ ン
s t a e g e シ ュ テ ー ゲ
s t a m m l e r シ ュ タ ム ラ ー
s t a m m l e r シ ュ タ ン ム ラ ー
s t a m o s ス タ モ ス
s t a n c i o f f ス タ ン チ ョ フ
s t a n d a r d ス タ ン ダ ー ド
s t a n h o p e ス タ ナ ッ プ
s t a n h o p e ス タ ン ホ ー プ
s t a n i e r ス タ ニ エ
s t a r i n g ス タ リ ン グ
s t a u b シ ュ タ ウ プ
s t e d m a n ス テ ッ ド マ ン
s t e e r ス テ ィ ア ー
s t e f a n o ス テ フ ァ ノ
s t e f a n o w i c z ス テ フ ァ ノ ビ ツ
s t e f f e l ス テ ッ フ ェ ル
s t e f f e n シ ュ テ ッ フ ェ ン
s t e f f e n ス テ フ ァ ン
s t e f f e n ス テ フ ェ ン
s t e f f e n s e n シ ュ テ ッ フ ェ ン ゼ ン
s t e i n シ ュ タ イ ン
s t e i n シ ュ テ イ ン
s t e i n ス タ イ ン
s t e i n ス タ ン
s t e i n e r t シ ュ タ イ ナ ー ト
s t e i n g r i m u r ス タ イ ン グ ミ ュ ー ル
s t e i n h o f f シ ュ タ イ ン ホ フ
s t e i n i t z ス タ イ ニ ッ ツ
s t e k l シ ュ テ ク ル
s t e l l m a n ス テ ル マ ン
s t e n n i s ス テ ニ ス
s t e n z e l シ ュ テ ン ツ ェ ル
s t e p t o e ス テ プ ト ー
s t e r n b e r g e r シ ュ テ ル ン ベ ル ガ ー
s t e v e ス チ ー ブ
s t e v e ス テ ィ ー ブ
s t e v e ス テ ィ ー ブ ン
s t e v e s ス テ ィ ー ブ ス
s t i c h シ ュ テ ィ ッ ヒ
s t i c k e r シ ュ テ ィ ッ カ ー
s t i f t e r シ ュ テ ィ フ タ ー
s t i t t ス テ ィ ッ ト
s t o c k e r シ ュ ト ッ カ ー
s t o c k h o l m ス ト ッ ク ホ ル ム
s t o l b e r g シ ュ ト ル ベ ル ク
s t o l t z ス ト ル ツ
s t o l z e シ ュ ト ル ツ ェ
s t o r c k シ ュ ト ル ク
s t o r y ス ト ー リ ィ
s t o r y ス ト ー リ ー
s t o w e l l ス ト ー ウ ェ ル
s t r a n g e ス ト レ ン ジ
s t r a n s k y ス ト ラ ン ス キ ー
s t r a s s m a n n シ ュ ト ラ ス マ ン
s t r a s s m a n n ス ト ラ ー ス マ ン
s t r a u s s シ ュ ト ラ ウ ス
s t r a u s s ス ト ラ ウ ス
s t r a u s s ス ト ロ ー ズ
s t r e i c h シ ュ ト ラ イ ヒ
s t r e i t シ ュ ト ラ イ ト
s t r e i t ス ト レ ー ト
s t r e j a n ス ト リ ー ジ ャ ン
s t r e s e m a n n シ ュ ト レ ー ゼ マ ン
s t r e v e n s ス ト レ ブ ン ズ
s t r i e n z シ ュ ト リ ー ン ツ
s t r o m e y e r シ ュ ト ロ マ イ ヤ ー
s t r u g ス ト ル ー ク
s t u b b s ス タ ッ ブ ス
s t u b b s ス タ ッ ブ ズ
s t u b b s ス タ ブ ズ
s t u c k シ ュ ト ゥ ッ ク
s t u c k e n b e r g ス タ ッ ケ ン バ ー グ
s t u c k i シ ュ ト ゥ ッ キ
s t u c k i ス ト ゥ ッ キ
s t u r d e e ス タ ー デ ィ ー
s t u r g i s ス タ ー ジ ス
s t u t z e r シ ュ ト ゥ ッ ツ ァ ー
s u c h a r i t k u l ス チ ャ リ ト ク ル
s u c h e r サ ッ チ ャ ー
s u c h e r ズ ハ ー
s u e シ ュ ー
s u e ス ウ
s u e ス ー
s u f f e r t シ ュ フ ェ ー ル
s u l a ス ー ラ
s u l e i m a n ス レ イ マ ン
s u l e i m a n ス ー レ マ ン
s u l z e r ズ ル ツ ァ ー
s u m p i k ス ン ピ ク
s u m s i o n サ ム シ ョ ン
s u n a y ス ナ イ
s u r r e y サ リ ー
s u s h k o v ス シ コ フ
s u s s e r サ サ ー
s u s t e r サ ス タ ー
s u t h a u s ズ ー ト ハ ウ ス
s v a n b e r g ス バ ン ベ ル ク
s v e r d l o v s k ス ベ ル ド ル ブ ス ク
s v e v o ズ ベ ー ボ
s v o b o d a ス ボ ボ ダ
s w e e t ス ウ ィ ー ト
s w i t z e r l a n d ス イ ス
s y l v e r e シ ル ベ ー ル
s y l v i o シ ル ビ オ
s z o k o l a y シ ョ コ レ ー
s z o l d ゾ ル ド
s z o n d i シ ョ ン デ ィ
s z o n d i ソ ン テ ィ
s z y m a n o w s k i シ マ ノ フ ス キ ー
t a b a k o v タ バ コ フ
t a d タ ッ ド
t a f e l タ ー フ ェ ル
t a i l l o n タ イ ヨ ン
t a l i a f e r r o ト リ バ
t a l l e y タ リ ー
t a m a y o タ マ ヨ
t a m b o タ ン ボ
t a n g o タ ン ゴ
t a r a s タ ラ ス
t a r d y タ ル デ ィ
t a r r a n t タ ラ ン ト
t a v a s t s t j e r n a タ バ ス ト シ ェ ル ナ
t c h e r i n a チ ェ リ ー ナ
t e a m テ ィ ー ム
t e i c h m a n n タ イ ク マ ン
t e n b r u c k テ ン ブ ル ッ ク
t e n n i e l テ ニ エ ル
t e t e n s テ ー テ ン ス
t h a l l a u g タ ー ラ ウ ク
t h a y e r セ ア
t h a y e r セ イ ヤ ー
t h e u n i s チ ュ ニ ス
t h e u n i s ト ゥ ニ ス
t h o r ト ー ル
t h o r e k ト レ ッ ク
t h o r e k ト ー レ ッ ク
t h o r o d d s e n ト ー ロ ッ ド セ ン
t h o r v a l d s e n ト ル バ ル セ ン
t h o u r e t ト ゥ ー レ
t h u l i n チ ュ ー リ ン
t i c k n o r テ ィ ク ナ ー
t i d h o l m テ ィ ー ド ホ ル ム
t i e d e m a n n テ ィ ー デ マ ン
t i f f a n y テ ィ フ ァ ニ ー
t i g e r タ イ ガ ー
t i l d e n チ ル デ ン
t i l d e n テ ィ ル デ ン
t i m テ ィ ム
t i m テ イ ム
t i n a テ ィ ナ
t i n e タ イ ン
t i n t テ ィ ン ト
t i s c h l e r テ ィ ッ シ ュ ラ ー
t j a d e r ジ ェ イ ダ ー
t o l a n d ト ー ラ ン ド
t o l e r ト ー ラ ー
t o l l ト ル
t o l n a y ト ル ナ イ
t o m a s c h e k ト マ シ ェ ク
t o m a s e v i c h ト マ セ ビ チ
t o m k i n s ト ム キ ン ス
t o m k i n s ト ム キ ン ズ
t o m s k ト ム ス ク
t o p ト ッ プ
t o p o l ト ポ ル
t o p o l ト ポ ー ル
t o p o l ト ー ポ リ
t o p p i n g タ ッ ピ ン グ
t o r b e r g ト ー ル ベ ル ク
t o r s t e n s s o n ト ル ス テ ン ソ ン
t o r t e l ト ル テ ル
t o r v a l d ト ー ボ ー
t o u l m i n ト ゥ ー ル ミ ン
t o u t タ ウ ト
t o w l e s タ ウ ル ズ
t o w n e s タ ウ ン ズ
t r a c y ト レ イ シ ー
t r a c y ト レ ー シ ー
t r a k h t e n b e r g ト ラ ハ テ ン ベ ル グ
t r a p p ト ラ ッ プ
t r a p p i e r ト ラ ッ ピ ア
t r a v e r ト レ イ バ ー
t r e g e l l e s ト レ ゲ リ ス
t r e t h o w a n ト レ ソ バ ン
t r i b u n e ト リ ビ ュ ー ン
t r i s t a n o ト リ ス タ ー ノ
t r o p e a ト ロ ペ イ
t r o p p ト ロ ッ プ
t r o s c h k e ト ロ シ ュ ケ
t r o u g h t o n ト ゥ ロ ー ト ン
t r o u g h t o n ト ラ ウ ト ン
t r u j i l l o ト ル ヒ ー ヨ
t s a r a p k i n ツ ァ ラ プ キ ン
t s y g a n o v ツ ィ ガ ノ フ
t u g o l u k o v ト ゥ ゴ ル コ フ
t u k h a c h e v s k i ト ゥ ハ チ ェ フ ス キ ー
t u l l y タ リ ー
t u l l y テ ュ ー リ ー
t u n i s i a チ ュ ニ ジ ア
t u r g o t テ ュ ル ゴ ー
t u r k タ ー ク
t u r n e r タ ナ ー
t u r n e r タ ー ナ ー
t u r r e n t i n e タ レ ン タ イ ン
t u r s k i ト ゥ ル ス キ
t u r s k y タ ー ス キ ー
t u s s a u d タ ッ ソ ー
t u t t l e タ ト ル
t w e n h o f e l ト ウ ェ ン ホ ー フ ェ ル
t w i n i n g ト ゥ イ ニ ン グ
t w i n i n g ト ワ イ ニ ン グ
t y e タ イ
t y l e r タ イ ラ ー
t y n a n タ イ ナ ン
u d e ウ ー デ
u e b e r s c h a e r ユ ー バ ー シ ェ ー ル
u g a r t e ウ ガ ル テ
u l i s e s ウ リ セ ス
u l l s t e n ウ ル ス テ ン
u l r i c ア ー リ ッ ク
u l r i k ウ ー リ ッ ク
u n a m u n o ウ ナ ム ー ノ
u n g e r e r ウ ン ゲ ラ ー
u n n e r s t a d ウ ン ネ ル ス タ ー ド
u n r u h ウ ン ル ー
u p c h u r c h ア ッ プ チ ャ ー チ
u r b a s e k ウ ル バ ー セ ク
u r b o n ウ ル ボ ン
u r d a n e t a ウ ル ダ ネ タ
u r s u l e a c ウ ル ス レ ア ク
u s t i n o v ウ ス チ ノ フ
u s t i n o v ユ ス テ ィ ノ フ
u s t i n o v ユ ー ス テ ィ ノ フ
u t l e y ア ト リ
u t l e y ア ト リ ー
u v a r o v ウ バ ー ロ フ
v a d バ ー ト
v a g t s フ ァ ー ク ツ
v a i n o n e n ワ イ ノ ネ ン
v a l a d o n バ ラ ド ン
v a l e n t バ ル ネ
v a l l h o n r a t バ ロ ン ラ ッ ト
v a l l i s n i e r i バ リ ス ニ エ ー リ
v a l t e r ワ リ テ ル
v a n c o u v e r バ ン ク ー バ ー
v a n u a t u バ ヌ ア ツ
v a r e l a バ レ ラ
v a r e l a バ レ ー ラ
v a r i a n バ リ ア ン
v a s q u e z バ ス ケ ス
v e j z o v i c ベ イ ソ ビ チ
v e l l a c c i o ベ ラ ッ チ ョ
v e l l e r ベ ー レ ル
v e n d r y e s バ ン ド リ エ ス
v e n e v i t i n o v ベ ネ ビ ー チ ノ フ
v e r d e t ベ ル デ
v e r d e t ベ ル デ ツ
v e r e d ベ レ ッ ト
v e r e s a e v ベ レ サ ー エ フ
v e r e s s ベ レ シ ュ
v e r n y バ ー ニ ー
v e r n y ベ ル ニ ー
v e s u v i u s ベ ス ビ オ
v i c ビ ク
v i c ビ ッ ク
v i c a r i o ビ カ リ オ
v i c k e r s ビ カ ー ズ
v i c k e r s ビ ッ カ ー ス
v i c k e r s ビ ッ カ ー ズ
v i d m e r ビ ド マ ー
v i e b i g フ ィ ー ビ ヒ
v i e h w e g フ ィ ー ベ ク
v i e i r a ビ エ イ ラ
v i g o ビ ゴ
v i l a ビ ラ
v i l a r ビ ラ ー ル
v i l a r フ ィ ラ ー
v i l e s o v ビ レ ソ フ
v i l l a r i n i ビ ラ リ ー ニ
v i l l i o n ビ リ オ ン
v i l n i u s ビ リ ニ ュ ス
v i n e t ビ ネ
v i o l a バ イ オ ラ
v i o l a ビ オ ラ
v i o l a ヴ ィ オ ラ
v i o l e t t e ビ オ レ ッ ト
v i o t t i ビ オ ッ テ ィ
v i r c h o w ウ ィ ル ヒ ョ ウ
v i v a n t e ビ バ ン テ
v i v a r e l l i ビ バ レ ッ リ
v i v a r e l l i ビ バ レ ル リ
v i v i a n i ビ ビ ア ニ
v i v i a n i ビ ビ ア ー ニ
v i v i e n n e ビ ビ ア ン
v i z i n c z e y ビ ジ ン ツ ェ イ
v l a d i m i r t s o v ウ ラ ジ ミ ル ツ ォ フ
v l e r i c k ブ レ リ ッ ク
v o r o b y o v ボ ロ ビ ョ ー フ
v o s ウ ォ ス
v o s フ ォ ス
v o s ボ ス
v o s b u r g ボ ス バ ー グ
v o s s l e r フ ォ ス ラ ー
v o t i p k a ボ テ ィ プ カ
v o y n i c h ボ イ ニ ッ チ
w a c e ウ ェ イ ス
w a c e ワ ー ス
w a g e n b a c h バ ー ゲ ン バ ッ ハ
w a i g e l ワ イ ゲ ル
w a k e l e y ウ ェ イ ク リ ー
w a l k u p ウ ォ ー カ ッ プ
w a l l b e r g ワ ル ベ ル ク
w a l l o n ワ ロ ン
w a l l o t ワ ロ ー ト
w a l n e ウ ワ ー ン
w a l s e r ウ ォ ル サ ー
w a l s e r バ ル ザ ー
w a l s e r ワ ル ザ ー
w a l s h e ウ ォ ー ル シ ュ
w a l s t o n ウ ォ ル ス ト ン
w a l t o n ウ ォ ル ト ン
w a l t o n ウ ォ ー ル ト ン
w a l z e r ウ ォ ー ザ ー
w a r d ウ ォ ー ド
w a r d ワ ー ド
w a r d l e ウ ォ ー ド ル
w a r f i e l d ウ ォ ー フ ィ ー ル ド
w a r k e n t i n ワ ー ケ ン チ ン
w a r l o w ワ ー ロ ー
w a r n e r ウ ォ ー ナ ー
w a r n e r ワ ー ナ ー
w a r s h a w ワ ル シ ョ ウ
w a t k i n ワ ト キ ン
w a t r o u s ワ ト ラ ス
w a t s o n ウ ォ ト ソ ン
w a t s o n ワ ト ス ン
w a t s o n ワ ト ソ ン
w a y m a n ウ ェ イ マ ン
w e a r t ウ ィ ア ー ト
w e a t h e r i l l ウ ェ ザ リ ル
w e a t h e r s ウ ェ ザ ー ズ
w e b b e r ウ ェ ッ バ ー
w e b b e r ウ ェ バ ー
w e b b e r ウ ェ ー バ ー
w e b b e r ウ エ ッ バ ー
w e d d i g e n ベ デ ィ ゲ ン
w e d e k i n d ベ デ キ ン ト
w e e k s ウ ィ ー ク ス
w e h b e r g ウ ェ ー ベ ル ク
w e i e r s t r a s s ワ イ ヤ ー シ ュ ト ラ ー ス
w e i n b e r g ウ ェ イ ン バ ー グ
w e i n b e r g ワ イ ン バ ー グ
w e i n b r e n n e r ワ イ ン ブ レ ン ナ ー
w e i n e l ワ イ ネ ル
w e i n t r a u b ワ イ ン ト ラ ウ ブ
w e i n t r a u b ワ イ ン ト ロ ー ブ
w e i n t r a u b ワ イ ン ト ロ ー プ
w e i n w u r m ウ ェ ン ワ ル ム
w e i r ウ ィ ア ー
w e i r ウ ィ ヤ ー
w e i r ウ ェ ア ー
w e i r ワ イ ア
w e i s e r ウ ィ ー サ ー
w e i s e r ウ ィ ー ザ ー
w e i s e r バ イ ザ ー
w e i s g e r b e r ワ イ ス ゲ ル バ ー
w e i s h a u p t ワ イ ス ハ ウ プ ト
w e i s m a n n ワ イ ス マ ン
w e i t s ワ イ ツ
w e i z m a n n ワ イ ツ マ ン
w e l h a v e n ウ ェ ル ハ ー ベ ン
w e l l e s l e y ウ ェ ル ズ リ ー
w e l l e s z ウ ェ レ ス
w e n g e r ウ ェ ン ガ ー
w e n i g e r ウ ェ ニ ガ ー
w e n l e y ウ ェ ン リ
w e n n i n g e r ウ ェ ニ ン ガ ー
w e r r e n r a t h ウ ェ レ ン ラ ス
w e s s l i n g ベ ス リ ン ク
w e s t w o o d ウ ェ ス ト ウ ッ ド
w e s t w o o d ウ エ ス ト ウ ッ ド
w e w e l ウ ェ ー ベ ル
w e y d e m e y e r ワ イ デ マ イ ヤ ー
w h a l e y ホ エ ー リ ー
w h i t i n g ホ ワ イ テ ィ ン グ
w h i t n e y ウ ィ ッ ト ニ ー
w h i t n e y ホ イ ッ ト ニ ー
w h i t n e y ホ ウ ィ ッ ト ニ ー
w h i t s o n ウ ィ ッ ト ソ ン
w h o r f ウ ォ ー フ
w i c k e r s h a m ウ ィ ッ カ ー シ ャ ム
w i d d o w s o n ウ ィ ダ ウ ス ン
w i d d o w s o n ウ ィ ド ウ ソ ン
w i d m e r ウ ィ ト マ ー
w i d m e r ウ ィ ド マ ー
w i e g n e r ウ ィ ー グ ナ ー
w i l b e r f o r c e ウ ィ ル バ ー フ ォ ー ス
w i l b e r t ウ ィ ル バ ー ト
w i l c k e n s ビ ル ケ ン ス
w i l d e n b r u c h ウ ィ ル デ ン ブ ル ッ フ
w i l d e r m a n ワ イ ル ダ ー マ ン
w i l d h a g e n ウ ィ ル ト ハ ー ゲ ン
w i l k e r s o n ウ ィ ル カ ー ソ ン
w i l l e r d i n g ウ ィ ラ ー デ ィ ン グ
w i l l o c h ウ ィ ロ ッ ク
w i l p e r t ウ ィ ル ペ ル ト
w i n ウ ィ ン
w i n n i e ウ ィ ニ ー
w i n s l o w ウ ィ ン ズ ロ ウ
w i n s l o w ウ ィ ン ズ ロ ー
w i n s l o w ウ イ ン ス ロ ウ
w i n t e r n i t z ビ ン タ ー ニ ッ ツ
w i n t e r n i t z ビ ン テ ル ニ ッ ツ
w i r g m a n ワ ー グ マ ン
w i r t h ウ ィ ル ト
w i r t h ビ ル ト
w i r t h ワ ー ス
w i s s l e r ウ ィ ス ラ ー
w i s t r a n d ビ ー ス ト ラ ン ド
w i t ウ ィ ト
w i t e k ウ ィ テ ク
w i t k e ウ ィ ト ケ
w i t t e ウ ィ ッ テ
w i t t e ビ ッ テ
w i t t i g ウ ィ ッ テ ィ ヒ
w i t t i g ウ ィ テ ィ ッ グ
w o d i c z k o ウ ォ デ ィ チ コ
w o l f ウ ォ ル フ
w o l f ウ ル フ
w o l f ボ ル フ
w o l f f ウ ォ ル フ
w o l f f ウ ル フ
w o l f f ボ ル フ
w o l l s t o n e c r a f t ウ ル ス ト ン ク ラ フ ト
w o r c e s t e r ウ ー ス タ ー
w o r d s w o r t h ワ ー ズ ワ ス
w o u w e r m a n ウ ー ウ ェ ル マ ン
w u l f f ウ ル フ
w u l f f ブ ル フ
w u r m ウ ー ム
w u r z b u r g ブ ル ツ ブ ル グ
w y a t t ワ イ ア ッ ト
w y c l i f f e ウ ィ ク リ フ
w y e t h ワ イ エ ス
w y n g a a r d e n ワ イ ン ガ ー デ ン
w y s s ウ ィ ス
w y s s ウ ィ ー ス
y a n n i c k ヤ ニ ッ ク
y a n n i s ヤ ニ ス
y a p p ヤ ッ プ
y a t e s イ ェ ー ツ
y a t e s イ エ イ ツ
y a t e s イ エ ー ツ
y e e n d イ ー ン ド
y e r b y ヤ ー ビ ー
y i t z h a k イ ツ ハ ク
y o g e n d r a ヨ ー ゲ ン ド ラ
y o g i ヨ ギ
y o g i ヨ ー ギ
y u n i s ユ ニ ス
z a c h a r i a s ザ カ ラ イ ア ス
z a c h a r i a s ザ カ リ ア ス
z a c h a r i a s ツ ァ ハ リ ア ス
z a c h a r i a s ツ ァ ハ リ ー ア ス
z a h a r i a ザ ハ リ ア
z a m f i r e s c u ザ ン フ ィ レ ス ク
z a r e m b a ザ レ ン バ
z e h e t m a i r ツ ェ ー エ ト マ イ ア
z h u k ジ ュ ー ク
z i c h ジ ッ チ
z i m m e r l i ツ ィ ン マ リ
z i m m e r l i ツ ィ ン メ ル リ
z i m m e r m a n ジ マ ー マ ン
z i m m e r m a n ジ ン マ ー マ ン
z i m m e r m a n ズ ィ ン マ ー マ ン
z i m m e r m a n ツ ィ マ ー マ ン
z i m m e r m a n ツ ィ ン マ ー マ ン
z i m m e r m a n ツ イ ン マ ー マ ン
z i n o ジ ノ
z i t e k ジ ー テ ク
z o l a ゾ ラ
z o l a ゾ ー ラ
z o p p o ゾ ッ ポ
z o r i n ゾ ー リ ン
z u c c a r i n i ズ ッ カ リ ー ニ
z u c c a r i n i ツ ッ カ リ ニ
z u r m a n ジ ュ ル マ ン
z v e r e v ズ ベ レ フ
z w e r d l i n g ツ バ ー ド リ ン グ
|
5777bd9b9e1c0a049c0907e8057a7ff3dfdabe01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH13/EX13.6/ex13_6.sce | a781be2a72dcce9214da6c2edcd735ed02b7e0ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | ex13_6.sce | // Exa 13.6
clc;
clear;
close;
// Given data
C = 1;// in µF
C = C * 10^-6;// in F
R_A = 4.7;// in k ohm
R_A = R_A * 10^3;// in ohm
R_B = 1;// in k ohm
R_B = R_B * 10^3;// in ohm
T_on = 0.693*(R_A+R_B)*C;// in s
T_on = T_on;// in sec
disp(T_on * 10^3,"Positive pulse width in ms is");
T_off = 0.693*R_B*C;// in s
T_off = T_off;// in ms
disp(T_off * 10^3,"Negative pulse width in ms is");
f = 1.4/((R_A+2*R_B)*C);// in Hz
disp(f,"Free running frequency in Hz is");
D = ((R_A+R_B)/(R_A+(2*R_B)))*100;// in %
disp(D,"The duty cycle in % is");
|
c6a6a72e6e734c185293ebb2f86dff38feea3514 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/RN53WUD/ATWM1_Working_Memory_MRI_RN53WUD/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | 60eaf7806d3d4e1125148d10ff33bf6526642645 | [] | 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 | 12,282 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# 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 = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_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;
6 11 292 292 399 125 9543 2992 14342 fixation_cross gabor_041 gabor_007 gabor_146 gabor_127 gabor_041 gabor_007 gabor_146_alt gabor_127_alt "1_1_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_041_007_146_127_target_position_1_2_retrieval_position_2" gabor_circ gabor_007_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
20 25 292 292 399 125 9543 2992 12342 fixation_cross gabor_138 gabor_024 gabor_052 gabor_166 gabor_138 gabor_024 gabor_052_alt gabor_166_alt "1_2_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_138_024_052_166_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
33 38 292 292 399 125 9543 2992 14342 fixation_cross gabor_098 gabor_160 gabor_053 gabor_073 gabor_098_alt gabor_160 gabor_053_alt gabor_073 "1_3_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_098_160_053_073_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_073_framed blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
47 52 292 292 399 125 9543 2992 12342 fixation_cross gabor_140 gabor_122 gabor_100 gabor_156 gabor_140_alt gabor_122 gabor_100_alt gabor_156 "1_4_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_140_122_100_156_target_position_2_4_retrieval_position_2" gabor_circ gabor_122_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
60 65 292 292 399 125 9543 2992 14342 fixation_cross gabor_060 gabor_143 gabor_024 gabor_098 gabor_060_alt gabor_143 gabor_024 gabor_098_alt "1_5_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_060_143_024_098_target_position_2_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
74 80 292 292 399 125 11543 2992 12342 fixation_cross gabor_025 gabor_154 gabor_043 gabor_131 gabor_025 gabor_154 gabor_043_alt gabor_131_alt "1_6_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_025_154_043_131_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_131_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
88 94 292 292 399 125 11543 2992 14342 fixation_cross gabor_169 gabor_013 gabor_055 gabor_039 gabor_169 gabor_013 gabor_055_alt gabor_039_alt "1_7_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_169_013_055_039_target_position_1_2_retrieval_position_1" gabor_119_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
103 109 292 292 399 125 11543 2992 12342 fixation_cross gabor_034 gabor_064 gabor_092 gabor_144 gabor_034 gabor_064_alt gabor_092_alt gabor_144 "1_8_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_034_064_092_144_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_005_framed blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
117 122 292 292 399 125 9543 2992 14342 fixation_cross gabor_083 gabor_171 gabor_019 gabor_058 gabor_083_alt gabor_171 gabor_019_alt gabor_058 "1_9_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_083_171_019_058_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_104_framed blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
131 137 292 292 399 125 11543 2992 14342 fixation_cross gabor_082 gabor_098 gabor_171 gabor_013 gabor_082 gabor_098 gabor_171_alt gabor_013_alt "1_10_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_082_098_171_013_target_position_1_2_retrieval_position_1" gabor_035_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
146 151 292 292 399 125 9543 2992 14342 fixation_cross gabor_061 gabor_032 gabor_080 gabor_145 gabor_061_alt gabor_032 gabor_080 gabor_145_alt "1_11_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_061_032_080_145_target_position_2_3_retrieval_position_1" gabor_061_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_061_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
160 166 292 292 399 125 11543 2992 12342 fixation_cross gabor_118 gabor_030 gabor_095 gabor_152 gabor_118 gabor_030_alt gabor_095 gabor_152_alt "1_12_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_118_030_095_152_target_position_1_3_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
174 180 292 292 399 125 11543 2992 14342 fixation_cross gabor_134 gabor_070 gabor_089 gabor_021 gabor_134 gabor_070_alt gabor_089_alt gabor_021 "1_13_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_134_070_089_021_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_160_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
189 194 292 292 399 125 9543 2992 12342 fixation_cross gabor_049 gabor_165 gabor_099 gabor_075 gabor_049_alt gabor_165_alt gabor_099 gabor_075 "1_14_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_049_165_099_075_target_position_3_4_retrieval_position_2" gabor_circ gabor_027_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_027_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
202 208 292 292 399 125 11543 2992 12342 fixation_cross gabor_120 gabor_052 gabor_092 gabor_073 gabor_120_alt gabor_052 gabor_092_alt gabor_073 "1_15_Encoding_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_120_052_092_073_target_position_2_4_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P7_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_2" 2 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 = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
5990def9251b7d8a3e681031197af0cd0a87ff4b | 573df9bfca39973c9bf2fa36f6e5af2643d7771e | /scilab/lib/reglin_simples.sci | 25d17a04b04212d9a44a4f8ff1411cfc4b2f6191 | [] | no_license | DCC-CN/152cn | ef92c691edabe211b1a552dbb963f9fd9ceec94a | 4fe0b02f961f37935a1335b5eac22d81400fa609 | refs/heads/master | 2016-08-13T01:34:17.966430 | 2015-04-07T07:31:58 | 2015-04-07T07:31:58 | 44,502,526 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,411 | sci | reglin_simples.sci | function [b1, b0, r2, sigma2] = reglin_simples(x, y, exibir)
// Cálcula a regressão linear simples pelo método dos quadrados mínimos
// Retorno: os coeficientes b1*x + b0 da reta
// o coeficiente de determinação r2
// a variância residual sigma2
n = size(x, '*');
if (n < 2) then
error('Amostra insuficiente.');
end
if (n ~= size(y, '*')) then
error('Dimensões diferentes dos vetores x y');
end
//if (max(x) == min(x)) then
// error('Deve existir ao menos dois valores diferentes de x');
//end
soma_xi = sum(x);
soma_yi = sum(y);
xy = x.*y;
soma_xiyi = sum(xy);
x2 = x.^2;
soma_xi2 = sum(x2);
b1 = (soma_xi*soma_yi - n*soma_xiyi)/(soma_xi^2 - n*soma_xi2);
b0 = (soma_yi - b1*soma_xi)/n;
u = b0 + b1*x;
d = (y - u);
d2 = d.^2;
D_b0b1 = sum(d2);
y2 = y.^2;
soma_yi2 = sum(y2);
divisor = soma_yi2 - (soma_yi^2)/n;
if divisor ~= 0 then
r2 = 1 - D_b0b1/divisor;
else
r2 = 1;
end
// p: número de parâmetros da regressão (no caso, b0 e b1, ou seja p = 2)
p = 2;
if n > p then
sigma2 = D_b0b1/(n - p);
else
sigma2 = 0
end
if ~exists("exibir","local") then
exibir = %F;
end
if exibir then
mprintf("\n-------------------------------------------------------------------------\n");
mprintf("Dispositivo para regressão linear simples por quadrados mínimos\n");
mprintf(" i x y x^2 xy y^2 u d d^2\n");
for i = 1:1:n
mprintf("%3d %9.4f %9.4f %13.6f %13.6f %13.6f %15.8f %15.8f %15.8f\n",...
i, x(i), y(i), x2(i), xy(i), y2(i), u(i), d(i), d2(i));
end
mprintf("sum %9.4f %9.4f %13.6f %13.6f %13.6f %15.8f %15.8f %15.8f\n",...
soma_xi, soma_yi, soma_xi2, soma_xiyi, soma_yi2, sum(u), sum(d), D_b0b1);
mprintf("\nRegressão linear simples por quadrados mínimos = (%.8f)x + (%.8f)\n", b1, b0);
[a b sig2] = reglin(x, y);
mprintf("\nRegressão linear simples pela função reglin = (%.8f)x + (%.8f) sigma^2 = %.8f\n", a, b, sig2);
mprintf("Coeficiente de determinação (r^2) = %.8f\n", r2);
mprintf("Variância residual (sigma^2) = %.8f\n", sigma2);
end
endfunction
|
01f132ac3188ade8e3232089d32b2dea409dabaa | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/test-suite/scilab/allowexcept_runme.sci | 031864838218651b69d319be04df621b0c7ef996 | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sci | allowexcept_runme.sci | version https://git-lfs.github.com/spec/v1
oid sha256:c25ab032d603786eafb31e512210824273ba74bcb306c002d60a69f5f3c01ece
size 81
|
ac1af404434058957ecf1f26dc0a4bb3225b9fed | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH3/EX3.40/ex_3_40.sce | fd1facb3012de8afd1813b598cacbabb7b555f36 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | sce | ex_3_40.sce | clear;
clc;
syms n s t R C V v0;
I=(V-v0)/(s*(R+1/(C*s)));
i=ilaplace(I);
disp(i*'u(t)',"i(t)=")
Vc=(V/(R*C*s)+v0)/(s+1/(R*C));
vc=ilaplace(Vc)
disp(vc*'u(t)',"vc(t)=") |
104b696508260884a56807cf759f60d9b1555d9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH9/EX9.4/Ex9_4.sce | 5863bddcbd7181047c5cf14e2d0dae75cf944651 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,427 | sce | Ex9_4.sce | //Ex9_4
//Use of opening and closing for Morphological Filtering
// Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;
close;
clear;
xdel(winsid())//to close all currently open figure(s).
Color=imread("Ex9_4.png");
Image=imresize(rgb2gray(Color),2,'bicubic');
Image=im2bw(Image,0.75);
[nr nc]=size(Image);
figure,ShowImage(Image,'Gray Image');
title('Noisy Image','color','blue','fontsize',4);
Mask=CreateStructureElement('square',3); // Create Structuring Element
Image_Eroide=ErodeImage(Image,Mask); // Erosion Operation
figure,ShowImage(Image_Eroide,'Eriode Image');
title('Eriode Image with 3*3 Square Mask','color','blue','fontsize',4);
Image_Open=OpenImage(Image,Mask); // Opening Operation
figure,ShowImage(Image_Open,'Open Image');
title('Opening Image with 3*3 Square Mask','color','blue','fontsize',4);
Image_Dilate=DilateImage(Image_Open,Mask); // Dilusion of Open Image
figure,ShowImage(Image_Dilate,'Dilate Image');
title('Dilate Image with 3*3 Square Mask','color','blue','fontsize',4);
Image_Close=CloseImage(Image_Dilate,Mask); // Opening Operation
figure,ShowImage(Image_Close,'Closing Image');
title('Closing Image with 3*3 Square Mask','color','blue','fontsize',4);
|
9805936b5304b05f2079816cba25cc7b423112e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH7/EX7.8/8.sce | 123c657ae9eaaa2d0af893a00924071fae0555b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | 8.sce |
//Variable declaration
r=5.29*10**-11; //radius(m)
B=2; //flux density(Wb/m**2)
e=1.6*10**-19;
m=9.1*10**-31; //mass(kg)
//Calculation
d_mew=e**2*r**2*B/(4*m); //change in magnetic moment(A m**2)
//Result
printf('change in magnetic moment is %0.3f *10**-29 Am**2 \n',(d_mew*10**29)) |
bb33844927969cd184a29da979ab27518ac2c8b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH1/EX1.14/chapter1_14.sce | 8701c9e506e5c5d47a478c91697e6a1f35099637 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,063 | sce | chapter1_14.sce | //example1.14
clc
disp("The various node voltages and currents are shown in the fig 1.72(a).")
disp("At node 1, -(I_1)-(I_2)-(I_3)=0")
disp("Therefore, -[(V_1-15)/1]-[V_1/1]-[(V_1-V_2)/0.5]=0")
disp("Therefore, -(V_1)+15-(V_1)-2(V_1)+2(V_2)=0")
disp("Therefore, 4(V_1)-2(V_2)=15 ..(1)")
disp("At node 2, (I_3)-(I_4)-(I_5)=0")
disp("Therefore, [(V_1-V_2)/0.5]-[(V_2)/2]-[((V_2)+20)/1]=0")
disp("Therefore, 2(V_1)-2(V_2)-0.5(V_2)-(V_2)+20=0")
disp("Therefore, 2(V_1)-3.5(V_2)= -20 ...(2)")
disp("Multiplying equation (2) by 2 and subtracting from equation (1) we get,")
disp("5(V_2)=55")
v=55/5
disp(v,"V_2(in V)= ")
v=(-20+(3.5*11))/2
format(5)
disp(v,"and, V_1(in V)= ")
disp("Hence the various currents are,")
i=9.25-15
disp(i,"(I_1)(in A)=[(V_1)-5]/1=")
disp("i.e I1=5.75A upward")
i=9.25/1
disp(i,"(I_2)(in A)=(V_1)/1=")
i=(9.25-11)/0.5
disp(i,"(I_3)(in A)=[(V_1)-(V_2)]/0.5=")
disp("i.e I3=3.5A to left")
i=11/2
disp(i,"(I_4)(in A)=(V_2)/2=")
i=11-20
disp(i,"(I_5)(in A)=[(V_2)-20]/1=")
disp("i.e I5=9A upward")
|
d802aa2ab08b4390a112453ff8b42baa688b72cc | 3cebec609a7a9400f632d5c0cfb6261beb898ba4 | /ASK.sce | d6e57b45eca30e557b9ac9f7a72f9b15bb45afbc | [] | no_license | dikshitakambri/scilab-programs | 93cb5aea24bd53377f73cd394cb742294382796e | 61172a7301fd49b5e69f2da53280a1a22a34ee1d | refs/heads/master | 2023-01-09T06:47:38.704641 | 2020-10-31T12:44:12 | 2020-10-31T12:44:12 | 308,216,078 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,135 | sce | ASK.sce | //Program Title: Study Carrier Modulation Techniques using ASK
clear;
clc;
close;
t = 0:0.01:1; // One symbol period
f = 2; // Carrier cycles per symbol period
I=[0,0,1,0,1,1,0,0]; //data stream
//Generation of ASK Waveform
z=0;
for n=1:length(I)
subplot(3,1,1) //Carrier Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('Carrier')
plot((t+z),sin(2*%pi*f*t));
subplot(3,1,2) //Data Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('Data')
plot((t+z),I(n)^(t+1));
subplot(3,1,3) //ASK Waveform Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('ASK Waveform')
plot((t+z),(sin(2*%pi*f*t))*(I(n)));
z=z+1;
end
|
cf2e78739688b63e3c08d1f9494ebb0f6a1bd7b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH7/EX7.1/7_1.sci | 468dceee36c9f81c0d274f2db3ab64e87c8df7ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sci | 7_1.sci | // calculating resolution
clc;
N = 4;
R=1/10^N;
disp(R,'Resolution of the meter=');
VR=1;
R1=VR*R;
disp(R1,'Resolution of the meter for voltage range 1V=');
VR1=10;
R2=VR1*R;
disp(R2,'Resolution of the meter for voltage range 10V=');
|
b315820ecdc5f79a8c2653df03fbd7947de5c272 | 27be2dd7284eb8d71ea19e6b077993d7ff6afd16 | /f.sci | 1fdbabd0167d5b2f525b3f6818f4dd003012a5e6 | [] | no_license | mtxslv/numericalcomputation | 3b0ec7d1183c03c91c145de0fb1db9fff0a75e61 | 15ce639e5e370fb21fb1ce9878004270ee814e73 | refs/heads/master | 2020-03-26T06:10:14.116677 | 2019-11-14T11:41:38 | 2019-11-14T11:41:38 | 144,592,787 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 48 | sci | f.sci | function y = f(x)
y = x*x*x;
endfunction
|
bc8e5d91dbde2741bace1a35a8198a9c87f1f371 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2969/CH4/EX4.20/Ex4_20.sce | 568cdb387cbb03fec02186aef1d07bcadcfcf659 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_20.sce | clc
clear
//DATA GIVEN
m=1; //mass of wet steam in kg
p=6; //pressure of steam in bar
x=0.8; //dryness fraction
//At 6 bar, from steam tables
Ts=158.8+273; //in K
hfg=2085; //kJ/kg
swet=4.18*log(Ts/273)+x*hfg/Ts; //entropy of wet steam in kJ/kgK
printf('The Entropy of wet steam is: %1.4f kJ/kgK.',swet);
//NOTE;
//the exact ans is 5.7794, while in TB it is given as 5.7865 kJ/kgK
|
7ce9068368e7de1a1faeaf7f5f7cf84584189275 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH4/EX4.3/Ex4_3.sce | 7b72ce7e23507ea5810a02b1f4ed32fc3d0ff518 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_3.sce | //Chapter 4 Solutions Nonelectrolytes
clc;
clear;
//Initialisation of Variables
mn= 0.0134 //gms
mo= 0.0261 //gms
mh= 0.0081 //gms
T= 30 //C
P= 3 //atm
r= 4/5
//CALCULATIONS
V= mn*(273+T)*1000/273
V1= V*r
V2= V1*P
V3= mo*(273+T)*(1-r)*P*1000/273
V4= mh*(273+T)*r*1000/273
V5= V4*P
V6= V2-V1
V7= V5-V4
//RESULTS
mprintf("Volume of oxygen= %.1f ml",V)
mprintf("\nVolume of nitrogen= %.1f ml",V3)
mprintf("\nVolume of helium = %.1f ml",V5)
mprintf("\nVolume of nitrogen and helium would be expelled = %.1f ml",V7)
|
955ec2468c0b3429d38e592aa173d2247fb304ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH18/EX18.6/Example18_6.sce | fab1f3b8daed09dac56d7079d881caf941037eed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,004 | sce | Example18_6.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 11: LOAD FREQUENCY CONTROL AND LOAD SHARING OF POWER GENERATING SOURCES
// EXAMPLE : 11.6 :
// Page number 334
clear ; clc ; close ; // Clear the work space and console
// Given data
load_1 = 20000.0 // Total load(kW)
V = 11000.0 // Voltage(V)
PF_1 = 1.0 // Unity power factor
load_2 = 8000.0 // Load supplied(kW)
PF_2 = 0.8 // Lagging power factor
R = 0.5 // Resistance(ohm/phase)
X = 0.8 // Reactance(ohm/phase)
// Calculations
I_1 = load_1*1000/(3**0.5*V*PF_1) // Load current(A)
I_2 = load_2*1000/(3**0.5*V*PF_2)*exp(%i*-acos(PF_2)) // Current supplied by local generators(A)
I_3 = I_1-I_2 // Current through interconnector(A)
angle_I_3 = phasemag(I_3) // Current through interconnector leads reference phasor by angle(°)
V_drop = (R+%i*X)*I_3 // Voltage drop across interconnector(V)
V_ph = V/3**0.5 // Phase voltage(V)
V_S = V_ph+V_drop // Sending end voltage(V/phase)
V_S_ll = 3**0.5*V_S // Sending end voltage(V)
angle_V_S_ll = phasemag(V_S_ll) // Angle of sending end voltage(°)
PF_S = cosd(angle_I_3-angle_V_S_ll) // Power factor at sending station
// Results
disp("PART II - EXAMPLE : 11.6 : SOLUTION :-")
printf("\nVoltage at this latter station = %.f∠%.2f° V (line-to-line)", abs(V_S_ll),angle_V_S_ll)
printf("\nPower factor at this latter station = %.4f (leading)", PF_S)
|
67076a3a70081be3206ac65a2587f6fd10df320e | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH5/EX5.6/Example5_6.sce | 21b3f8a8f2e7a6d10ce64d6e7d8a3c1a39a79c74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,034 | sce | Example5_6.sce | //Example 5.6
clear;
clc;
atyp=10^5;//typical value of a
amin=10^4;//minimum value of a
TCVosavg=3*10^(-6);
CMRRdBtyp=100;//typical value of CMRR in dB
CMRRrectyp=10^(-CMRRdBtyp/20);
PSRRdBtyp=100;//typical value of PSRR in dB
PSRRrectyp=10^(-PSRRdBtyp/20);
CMRRdBmin=80;//minimum value of CMRR in dB
CMRRrecmax=10^(-CMRRdBmin/20);
PSRRdBmin=80;//minimum value of PSRR in dB
PSRRrecmax=10^(-PSRRdBmin/20);
Tmin=0;
Tmax=70;
Vs=15;
vpmin=-1;
vpmax=1;
vomin=-5;
vomax=5;
Troom=25;
delVos1=TCVosavg*(Tmax-Troom);
delVos2typ=vpmax*CMRRrectyp;
delVos2max=vpmax*CMRRrecmax;
delVos3typ=2*(0.05*Vs)*PSRRrectyp;
delVos3max=2*(0.05*Vs)*PSRRrecmax;
delVos4typ=vomax/atyp;
delVos4max=vomax/amin;
delVoswor=delVos1+delVos2max+delVos3max+delVos4max;
deVospro=((delVos1^2)+(delVos2typ^2)+(delVos3typ^2)+(delVos4typ^2))^(1/2);
printf("Worst Change in Vos=(+-)%.2f uV",delVoswor*10^6);
printf("\nThe most probable change in Vos=(+-)%.f uV",deVospro*10^6); |
6efe6ce984ef4087f7badf7f4b9c480a537853dd | fb33aaaa43788418c1f3ca9256cde71f2e8e5f4b | /P3Codes/RightArithmeticBitshift.tst | cb2ac536aecb2524e7387884d6005f4c7530659c | [] | no_license | steerzac/chkstong-yibbibi | d7245e9c8ecc2548b824e303936abfb2623d422b | 94eb46e59c9dd03ca9ee455680b5159b19d28b04 | refs/heads/master | 2020-03-30T00:15:06.193094 | 2018-10-04T01:26:25 | 2018-10-04T01:26:25 | 150,512,988 | 11 | 3 | null | 2018-09-29T17:45:42 | 2018-09-27T01:49:16 | HTML | UTF-8 | Scilab | false | false | 1,495 | tst | RightArithmeticBitshift.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/03/RightArithmeticBitshift.tst
//Important test Cases include:
// load = 0, in = 1, tick, tock, output shift by 1 bit
// load = 1, in = 0, tick, tock, output shift by 1 bit and MSB is replaced with 0
// load = 1, in = 1, tick, tock, output shift by 1 bit and MSB is replaced with 1
// load = 0, in = 0, tick, tock, output shift by 1 bit
// load = 1, in = 1, reset = 1, tick, tock, output becomes 0000
load RightArithmeticBitshift.hdl,
output-file RightArithmeticBitshift.out,
compare-to RightArithmeticBitshift.cmp,
output-list in%B1.1.1 out%B1.4.1;
set reset 1,
tick,
tock,
set reset 0;
set in 1,
set load 1,
tick,
tock,
set load 0;
tick,
tock,
output;
set reset 1,
tick,
tock,
set reset 0,
output;
set in 1,
set load 1,
tick,
tock,
output,
set in 0;
tick,
tock,
output,
set in 1,
tick,
tock,
output,
set in 0,
tick,
tock,
output,
tick,
tock,
output,
set in 1,
set load 0,
tick,
tock,
output,
set load 1,
tick,
tock,
output,
tick,
tock,
output,
set in 0,
set load 0,
tick,
tock,
output,
tick,
tock,
output,
set load 1,
tick,
tock,
output,
set in 1,
set load 1,
tick,
tock,
output,
set in 0,
set load 1,
tick,
tock,
output,
set in 1,
set load 0,
tick,
tock,
output,
set reset 1,
tick,
tock,
output,
|
8b2cae882698707824caac094ce32a0f0cca135f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH2/EX2.17/ex2_17.sce | 9958950ea962d42e5913d4157f6a0b2875c223be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 393 | sce | ex2_17.sce | // Exa 2.17
clc;
clear;
close;
format('v',6)
// Given data
R1 = 10;// in ohm
R2 = 10;// in ohm
R3 = 4;// in ohm
V = 20;// in V
// V - R1*I1 - R2*I1 = 0;
I1 = V/(R1+R2);// in A
Vth = R1*I1;// in V
Rth =R1*R2/(R1+R2)+R3
R_L = Rth;// in ohm
disp(R_L,"The value of load resistance in ohm is");
Pmax = (Vth^2)/(4*Rth);// in W
disp(Pmax,"The power delivered to the load in W is");
|
4588854ed7d2348e6d6fb9313daf9319c426d174 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/arma/narsimul.sci | e137a7b7662d6ea4e674aa8edc16413d98d73cff | [
"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 | 2,964 | sci | narsimul.sci | function z=narsimul(x1,x2,x3,x4,x5,x6,x7,x8)
//function z=narsimul(a,b,d,sig,u,up,yp,ep)
// or
// function z=arsimul(ar,u,up,yp,ep)
//
// Armax simulation using rtitr
// A(z)= Id+a1*z+...+a_r*z^r; ( r=0 => A(z)=Id)
// B(z)= b0+b1*z+...+b_s z^s; ( s=-1 => B(z)=0)
// D(z)= Id+d1*z+...+d_t z^t; ( t=0 => D(z)=Id)
// z et e sont a valeurs dans dans R^n et u dans R^m
// Auteur : J-Ph. Chancelier ENPC Cergrene
//
// Copyright Enpc
[lhs,rhs]=argn(0)
// switch to ar representation
if type(x1)<>15&type(x1)<>16 then
if rhs < 5, write(%io(2),'arsimul: error expecting at least 5 arguments');
return;end;
ar=armac(x1,x2,x3,size(x1,'r'),size(x5,'r'),x4);
if rhs==5,z=narsimul(ar,x5);return;end
if rhs==6,z=narsimul(ar,x5,x6);return;end
if rhs==7,z=narsimul(ar,x5,x6,x7);return;end;
if rhs==8,z=narsimul(ar,x5,x6,x7,x8);return;end;
end
// Here the call is always arsimul(ar,....)
a=x1('a');b=x1('b');d=x1('d');sig=x1('sig');
u=x2;
[mmu,Nu]=size(u);
if mmu<>x1('nu') then
write(%io(2),'number of rows of u are incompatible with arma object');
return;
end;
// dimensions
[al,ac]=size(a);adeg=int(ac/al);
[dl,dc]=size(d);ddeg=int(dc/dl);
[bl,bc]=size(b);[mmu,Nu]=size(u);bdeg=int(bc/mmu);
// quelques tests a faire : bl=al=dl,
// <i>deg*<i>l=<i>c, pour i=a,b,d
//
// On genere d'abord y(k) solution de : A(z^-1)y(k)=B^(z-1)u(k)
s=poly(0,'s');
// Build polynomial matrix A(s)
mata= a*((s.^[adeg-1:-1:0]).*.eye(al,al))';
// Build polynomial matrix B(s)
matb= b*((s.^[bdeg-1:-1:0]).*.eye(mmu,mmu))';
//
num=matb*s**(adeg-1)
den=mata*s**(bdeg-1);
// Using past values
// yp doit etre de taille (al,(adeg-1))
// up doit etre de taille (al,(bdeg-1))
// ep doit etre de taille (al,(adeg-1))
//
if rhs <=5,
up=0*ones(mmu,(bdeg-1));
else
if size(up)<>[mmu,(bdeg-1)],
write(%io(2)," up=[u(0),u(-1),..,] must be of dimension ("...
+strin(mmu)+','+string(bdeg-1));
return;end
end
if rhs <=6,
yp=0*ones(al,(adeg-1));
else
if size(yp)<>[al,(adeg-1)]
write(%io(2)," yp=[y(0),y(-1),..,] must be of dimension ("...
+strin(al)+','+string(adeg-1));
return;end
end
if rhs <=7,
ep=0*ones(al,(ddeg-1));
else
if size(ep)<>[al,(ddeg-1)]
write(%io(2)," ep=[e(0),e(-1),..,] must be of dimension ("...
+strin(al)+','+string(ddeg-1));
return;end
end;
//
degnum=maxi(degree(den));
yp=[0*ones(al,degnum+1-adeg),yp(:,(adeg-1):-1:1)];
up=[0*ones(mmu,degnum+1-bdeg),up(:,(bdeg-1):-1:1)];
y=rtitr(num,den,u,up,yp);
// truncate the solution to only keep y_1,..y_Nu
// (if b0=0 rtitr computes y_{Nu+1})
y=y(:,1:Nu);
// Generate bru such that A(z^-1)bru= D(z^-1) sig*e(t)
// Build polynomial matrix D(s)
matd= d*((s.^[ddeg-1:-1:0]).*.eye(al,al))';
num=matd*s**(adeg-1)
den=mata*s**(ddeg-1);
degnum=maxi(degree(den));
ep=[0*ones(al,degnum+1-ddeg),ep(:,(ddeg-1):-1:1)];
// Normal noise
br=sig*rand(al,Nu,'normal')
bru=rtitr(num,den,br,ep,0*ones(ep));
// z(k) = y(k) + bru(k)
z=y+bru(:,1:Nu);
|
fd58295fb9ba25ba3d540740675cc4951ed73cc4 | 9b046504c3b7683d3bfa294fe100408058e75aa3 | /Metodos/Clase3/ScriptsClase/metodoGrafico.sci | 335d109b1b30e09d9435805f25fd7fe97e0ff32a | [] | no_license | DavidAlex99/Cursos | f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f | aee547ab09db7e535bea5a6d41ed6e455f8a9a89 | refs/heads/master | 2023-01-08T02:46:07.502656 | 2020-11-14T00:45:57 | 2020-11-14T00:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sci | metodoGrafico.sci |
function result = f(m)
g = 9.81
t = 4
v = 36
cD = 0.25
result = sqrt(g*m/cD)*tanh(sqrt(g*cD/m)*t)-v
endfunction
m = linspace(140,145,100)
[fm] = (length(m))
for i=1:1:length(m)
fm(i) = f(m(i))
end
clf()
plot(m,fm,'color','blue')
xgrid()
|
4bfdde34fd29add2f0f68f2a9ae25663c888b284 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1280/CH3/EX3.11/3_11.sce | 8ee1bca43a3bf641ab8d2cd2796ba9c2cbd522ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 182 | sce | 3_11.sce | clc
//initialisation of variables
F= 45 //gm
L= 20000//gm\
r= 7.86
s= 1.27
//CALCULATIONS
CF= (F/L)*(r/s)*2*sqrt(2)
//RESULTS
printf ('coefficient of friction = %.3f ',CF)
|
efe465221c7dfef7fcc26a26b844bd7fdbf2a85e | 9574e2f15e61e5569a749dc3cba2ae0396b0c81e | /Instructional-run/inst UGDG p2.sce | fac825c960e6e849a76380f1aa053f2679b843fe | [] | no_license | jangwoopark/presentation-forgiveness | 5ec0ba032a2cb7b8324d69389200d5904801ca39 | b01f721076c37c871218d2868ce09323a5045139 | refs/heads/master | 2020-06-25T04:23:41.578096 | 2017-09-12T20:42:53 | 2017-09-12T20:42:53 | 96,959,321 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,465 | sce | inst UGDG p2.sce | scenario = "forgiveness game player 2";
scenario_type = fMRI_emulation;
#scenario_type = fMRI;
scan_period = 3000;
response_matching = simple_matching;
no_logfile = false;
sequence_interrupt=false; #default
#active_buttons = 2;
#button_codes=0,1;
default_font="arial";
default_font_size=30;
default_text_color=255,255,255;
default_background_color=0,0,0;
begin;
picture { text { caption =
"You are Player 2"; }; x=0; y=0; } player2;
picture { text { caption =
"Player 1 will choose to send you
between 0 and 10 dollars.
If you accept, both of you end up with PAYOFFS.
If you reject, both of you end up with NOTHING."; }; x=0; y=0; } p2UG1;
picture { text { caption =
"Player 1 will choose to send you
between 0 and 10 dollars."; }; x=0; y=0; } p2DG1;
#picture { text { caption =
#"You have been sent 2 dollars by Player 1."; }; x=0; y=0; } p2DGa;
#picture { text { caption =
#"You have been sent 9 dollars by player 1."; }; x=0; y=0; } p2DGb;
picture { text { caption = "+"; font_size = 50; }; x=0; y=0; } fix;
picture { text { caption = "+"; font_size = 50; }; x=0; y=0; } startfix;
#picture { text { caption = "Now you will play a new game
#for 4 rounds with the same Player 1."; }; x=0; y=0; } p2TGa;
#picture { text { caption =
#"You and Player 1 both begin with 10 dollars.
#Whatever Player 1 sends you
#will be tripled in your account."; }; x=0; y=0; } p2TG;
#picture { text { caption =
#"Please wait while Player 1 chooses an amount."; }; x=0; y=0; } p2TG1;
#picture { text { caption =
#"Round 2"; }; x=0; y=0; } p2TGr2;
#picture { text { caption =
#"Round 3"; }; x=0; y=0; } p2TGr3;
#picture { text { caption =
#"Round 4"; }; x=0; y=0; } p2TGr4;
trial { picture player2; duration = 3000; code = "p2 playing";} player2t;
trial { picture p2UG1; duration = 6000; code = "p2 UG";} p2UG1t;
trial { picture p2DG1; duration = 6000; code = "p2 DG";} p2DG1t;
#trial { picture p2DGa; duration = 3000; code = "p1 sent 2";} p2DGat;
#trial { picture p2DGb; duration = 3000; code = "p1 sent 9";} p2DGbt;
#trial { picture p2TG; duration = 6000; code = "p2 TG";} p2TGt;
#trial { picture p2TGa; duration = 4000; code = "p2 New";} p2TGat;
trial { picture fix; duration = 5000; code = "fix";} fixing;
trial { picture fix; duration = 15000; code = "startfix";} startfixing;
#trial { picture p2TGr2; duration = 3000; code = "round 2";} p2TGr2t;
#trial { picture p2TGr3; duration = 3000; code = "round 3";} p2TGr3t;
#trial { picture p2TGr4; duration = 3000; code = "round 4";} p2TGr4t;
# sending
text { caption = "You have been sent
by Player 1."; } Person;
text { caption = "_"; } selling;
picture { text Person; x=0; y=0; text selling; x=0; y=0; } Sentpe;
trial { stimulus_event { picture Sentpe; duration = 14000; } personsent;} Sentperson;
# selecting
text { caption = " "; font_size = 12; } cross;
#text { caption = "SELECT
#AMOUNT
#FROM"; } select;
#text { caption = "SENDING:"; } sending;
#text { caption = "KEEPING:"; } keeping;
#text { caption = "_"; } dollar_2;
#text { caption = "_"; } dollar_3;
text { caption = "_"; } ac10;
box { height = 486; width = 2; color = 255,255,255; } vert;
box { height = 2; width = 142; color = 255,255,255; } horiz;
box { height = 2; width = 4; color = 255,255,255; } divide;
box { height = 42; width = 140; color = 0,0,0; } zero;
box { height = 440; width = 140; color = 255,0,0;} red1;
text { caption = "Move mouse up
to Accept
or Reject";} move;
text { caption = "Move mouse up
to acknowledge";} movedg;
# cursor for accepting in UG
picture { text cross; x=0; y=0;
box red1; x=0; y=0;
text move; x = -250; y = 0;
text ac10; x = 250; y = 0;
box zero; x=0; y=-242;
box vert; x=70; y=-22;
box vert; x=-70; y=-22;
box horiz; x=0; y=220;
box horiz; x=0; y=-264;
} acknow;
trial { stimulus_event {picture acknow;} acknowl; } acknowledge;
# cursor for acknowledging in DG
picture { text cross; x=0; y=0;
box red1; x=0; y=0;
text movedg; x = -250; y = 0;
text ac10; x = 250; y = 0;
box zero; x=0; y=-242;
box vert; x=70; y=-22;
box vert; x=-70; y=-22;
box horiz; x=0; y=220;
box horiz; x=0; y=-264;
} acknowdg;
trial { stimulus_event {picture acknowdg;} acknowldg; } acknowledgedg;
begin_pcl;
mouse stick = response_manager.get_mouse( 1 );
#joystick stick = response_manager.get_joystick( 1 );
stick.set_min_max( 1, -1, 1 );
stick.set_min_max( 2, -264, 220 );
#stick.set_saturation( 1, 0.999 );
#stick.set_saturation( 2, 0.999 );
#stick.set_dead_zone( 1, 0.001 );
#stick.set_dead_zone( 2, 0.001 );
#this is DG presenting to player 2
include "sub UGDG p2.pcl";
# Sequence for delivery of stimuli
startfixing.present();
array <int> sequence[4] = {1,2,1,2};
loop int i=1
until i>4
begin
if sequence[i]==1
then player2t.present(); p2UG1t.present(); UGsent(24000); fixing.present()
elseif sequence[i]==2
then player2t.present(); p2DG1t.present(); DGsent(24000); fixing.present()
end;
i=i+1
end;
#presenting the dictator game as p2
#player2t.present(); p2DG1t.present(); p2DGat.present(); DGsent(8000); fixing.present();
#presenting the trust game 1 as p2
#p2TGat.present(); p2TGt.present(); TGsent1(11000); fixing.present();
#presenting the trust game 2 as p2
#p2TGr2t.present(); p2TG1t.present(); TGsent2(11000); fixing.present();
#presenting the trust game 3 as p2
#p2TGr3t.present(); p2TG1t.present(); TGsent3(11000); fixing.present();
#presenting the trust game 4 as p2
#p2TGr4t.present(); p2TG1t.present(); TGsent4(11000); fixing.present(); |
b4f1b47d1a55ff61169de325b411a178a9691468 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH3/EX3.6/Exa3_6.sce | 0479f239c9a1f27f99986235c31782825a2f2d58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | Exa3_6.sce | //Exa 3.6
clc;
clear;
close;
// given data
disp("We have Vo=(-RF/R)*(V1+V2+V3)");
disp("To produce 3 times the sum of three inputs, i.e. Vo=3*(V1+V2+V3)");
disp("hence RF/R=3 or RF=3*R");
// let R1=R2=R3=R=10kohm
R=10;//in kohm
R1=R;//in kohm
R2=R;//in kohm
R3=R;//in kohm
RF=3*R;//in Kohm
disp(RF,"Value of RF in Kohm is : ") |
d7a0016175d17eda6ccc6de674a462221790399d | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH17/EX17.6/Example17_6.sce | 3aee4f3d0a291080225dc18ddbe10728da115ea9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 557 | sce | Example17_6.sce | //Given that
Ym1 = 4.0*10^-3 //in meter
Ym2 = 3.0*10^-3 //in meter
phi1 = 0 //in rad
phi2 = %pi/3 //in rad
//Sample Problem 17-6
printf("**Sample Problem 17-6**\n")
//For horizontal component
Ymh = Ym1*cos(phi1) + Ym2*cos(phi2)
//For vertical component
Ymv = Ym1*sin(phi1) + Ym2*sin(phi2)
Ym = sqrt(Ymv^2 + Ymh^2)
beta = atan(Ymv/Ymh)
printf("The amplitude of the resultant wave is equal to %fmm\n", Ym*10^3)
printf("The phase constant for the wave is %frad\n", beta)
printf("The equation of wave is %f*sin(k*x - w*t + %frad)",Ym, beta) |
020bdc5ac2080454cba8d91a45449790e007e0cf | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_Digital_Control_K._M._Moudgalya_2048.zip/Digital_Control_K._M._Moudgalya_2048/CH7/EX7.2/nyquist_ex1.sce | 3ac32e9c8a7e8b67da6f148edaa8eadb1223abe7 | [] | 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 | 309 | sce | nyquist_ex1.sce | mode(2);errcatch(-1,"stop");driver("GIF");// Procedure to draw the Nyquist plot, as discussed in Example 7.2 on page 250.
// 7.2
exec('tf.sci',-1);
H = tf(1,[1 -1 0],-1);
nyquist(H,0.1,0.5)
xinit('/home/fossee/Downloads/tbc_graphs/Digital_Control_K._M._Moudgalya_2048/nyquist_ex1');xend();exit();
|
db79be8bcc6dd0f1b90adc783ff54b88d2513714 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.28.1/Ex4_28.sce | f821d3b39148e66e769c01c6f965d0b64f931fb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | Ex4_28.sce | clc
clear
P1=11; //in bar
P2=1.1; //in bar
T2=130+273; //in K
Cps=2.1; //in kJ/kg K
//At 11 bar
Hf1=781.3; //in kJ/kg
Hfg1=2000.4; //in kJ/kg
//At 1.1 bar
Hg2=2679.7; //in kJ/kg
Tsat=102.3+273; //in K
Tsup=130+273;
//Now for throttling process, H1=H2
H2=Hg2+(Cps*(Tsup-Tsat));
x=((H2-Hf1)*100)/Hfg1;
printf('The dryness fraction of steam: %2.1f',x);
printf('\n');
|
3f956f95cea46ee55d86789e672ad458447db95c | 20253970b7dd99e615215029609de822e2bf855d | /judge/tests/51300/14.tst | 325fe741ee09d6793a90ac024dfdd3dbe6447d7b | [] | no_license | B-Rich/CATS | d26d6c85cfc1dbdc78fa16f691adbfccc615df03 | d299e328f9e7498ecd9f58f64069fcd57536db00 | refs/heads/master | 2021-01-01T06:10:11.322262 | 2011-06-21T15:06:06 | 2011-06-21T15:06:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 23 | tst | 14.tst | 10 9
2
7 6 2
3 3 2
|
18cf372de9ae0f615e45709ed36df32629df93cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH7/EX7.2.1/Ex7_2.sce | fe08340a3d632a4f330a9534bc1b78c559f79b14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | Ex7_2.sce | clc
clear
n=6; //Number of Cylinders
IP=90; //Indicated Power in kW
Eff=0.85; //Mechanical Efficiency
Pmb=5; //in bar
LD=1.5;
Pm=Pmb/Eff;
N=800;
nx=N/2;
//Length=1.5*D
D=[[IP*60*4]/[Pm*100*(22/7)*LD*nx*n]]^(1/3);
printf('D= %3.4f mm',D*100);
printf('\n');
L=D*LD;
printf('L= %3.4f mm',L*100);
printf('\n');
|
db4383c9eda0c3d1c1c7bd806876b8d7b7e8ee87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH27/EX27.2/27_2.sce | 94258dbd2afec427bcad2fa6f2a9f26c2d9a228e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 727 | sce | 27_2.sce | pathname=get_absolute_file_path('27_2.sce')
filename=pathname+filesep()+'27_2data.sci'
exec(filename)
clear
TR=((t*a^3 *b^2)*(2*b +a))/(12*(b+ 2*a));
J=(1/3)*(2*a +b)*t^3;
mu=((G*J)/(E*TR))^0.5;
Ar1=(-3/4)*(a*b/4);
Ar2=(1/4)*(a*b/4);
MT=P*2*Ar2;
X=-MT/(E*TR);
D=X/(mu*cosh(mu*L));
F=-D*cosh(0)/mu;
function[theta]=th(z)//θ
theta=((D/mu)*cosh(mu*z))+F;
endfunction
z=linspace(0,L,10*L);
theta=feval(z,th);
plot2d(z,theta);
xgrid(3)
xtitle('angle of twist versus Z','Z','θ')
datatipToggle();
printf("\nθ(top): %f rad",th(L));
MT0=-E*TR*X/3;
A=(2*a +b)*t;
Sz1=(P/A)+(MT0/TR)*2*Ar1;//σz1
Sz2=(P/A)+(MT0/TR)*2*Ar2;//σz2
printf("\nσz1= σz4= %f N/mm^2",Sz1)
printf("\nσz3= σz2= %f N/mm^2",Sz2) |
6204677809ff047ccad923caa25554aaeb552e10 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH1/EX1.23/ex23.sce | 8bd88d2fcc7b6e8e04235cbe29c7e71f4d9c06d2 | [] | 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 | 407 | sce | ex23.sce | mode(2);errcatch(-1,"stop");driver("GIF");clear
clc
xset('window',1)
xtitle("My Graph","X axis","Y axis")
x=linspace(1,3,30)
y1=3-x
y2=%e^(x-1)
plot(x,y1,"o-")
plot(x,y2,"+-")
legend("3-x","%e^(x-1)")
disp("from the graph,it is clear that the point of intersection is nearly x=1.43 ")
xinit('/home/fossee/Downloads/tbc_graphs/Higher_Engineering_Mathematics_B._S._Grewal_149/ex23');xend();exit();
|
093d2c3702dfa9a6ce3f65e48a3ee8fe2df6e359 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH3/EX3.1/3_1.sce | 92d5e382795222e267dfcc3470faae526d67fd80 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3_1.sce | clear//
//Variables
W = 75.0 //Work done (in Joules)
Q = 50.0 //Charge produced (in Coulomb)
//Calculation
V = W/Q //Voltage between battery terminals (in Volts)
//Result
printf("\n Terminal voltage of a battery is %0.3f V.",V)
|
be6d39f1553a7e3bfe98f0b8d3f460edd23d45af | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH57/EX57.14/57_14.sce | 0d353cc9b04510cc4db08d33174ee374afdf9fd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | 57_14.sce | clear;
clc;
ud1=510;
ud2=490;
ud=(ud1+ud2)/2;
id=1;
p=ud*id;
b=2*p;
r=(ud1-ud2)/id;
pl=r;
pbl=2*pl;
pdr=ud1;
pdi=ud2;
pz=pdr-pdi;
mprintf("power flow per pole=%dMW\nbipolar line flow=%dMW\nthe line loss per pole in bipolat line=%dMW\nbipolar line loss=%dMW\nreactive power flow through DC link=%dMW",p,b,pl,pbl,0);
|
2d0c893fa2848d3334d88ce161c9d19447249d6c | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testexo5g.sce | 7d1e1fe778d31c20107e2873b309e37e87c2f064 | [] | 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 | 12 | sce | testexo5g.sce | u7=2^[2:9]
|
77bb9e99cbcbbbfea9529977ff9af55568b8e903 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH18/EX18.3/Ex18_3.sce | 71919c225af974dcb5d4262e4a5d53474375e6f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,095 | sce | Ex18_3.sce | clc
to = 20 // Environment temperature in degree Celsius
t = 100// Temperature of steam path in degree Celsius
ta1 = 26.76 // Temperature at other end in degree Celsius for rod A
d = 10 // diameter of rod in mm
L = 0.25 // length of rod in m
h = 23 // heat transfer coefficient in W/m^2 K
tb1 = 32.00 // Temperature at other end in degree Celsius for rod B
tc1 = 36.93 // Temperature at other end in degree Celsius for rod C
printf("\n Example 18.3\n")
A = %pi/4 * (d*1e-3)^2 //Area of rod
p = %pi*d*1e-3 // perimeter of rod
// For rod A
a = (ta1-to)/(t-to)
ma = (acosh(1/a))/L
Ka = (h*p)/(ma^2*A) // Thermal conductivity of rod A
printf("\n Thermal conductivity of rod A is %f W/mK",Ka)
// For rod B
b = (tb1-to)/(t-to)
mb = (acosh(1/b))/L
Kb = (h*p)/(mb^2*A) // Thermal conductivity of rod B
printf("\n Thermal conductivity of rod B is %f W/mK",Kb)
c = (tc1-to)/(t-to)
mc = (acosh(1/c))/L
Kc = (h*p)/(mc^2*A) // Thermal conductivity of rod A
printf("\n Thermal conductivity of rod C is %d W/mK",ceil(Kc))
//The answers vary due to round off error
|
a76e83160dfe99128c04b8ec4a8f00ae48ca8cb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH13/EX13.4.2/13_4_2.sce | 196805817bd3adca9c1f5f81b32ba047f47073f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | 13_4_2.sce | clc
//initialisation of variables
w= 2 //ft
F= 3
d= 2 //ft
g= 32.2 //ft/sec^2
w1= 62.3 //lbf/ft^3
//CALCULATIONS
r= 0.5*(sqrt(1+8*F^2)-1)
y1= w/r
dy= w-y1
h1= dy^3/(4*w*y1)
u1= F*sqrt(g*y1)
W= w1*y1*u1*d*h1/550
//RESULTS
printf (' Horse-power dissipated = %.2f h.p',W)
|
2909498762f542a91e54b8aa7e39ba839d0d39a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH2/EX2.18/Ex_2_18.sce | e2f866d363666ce95b892962716af021557c28d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 539 | sce | Ex_2_18.sce | //Example 2_18
clc;
clear;close;
//Given data:
Vs=400;//V
f=50;//Hz
Idc=150;//A
alfa=60;//degree
//Solution :
Vm=Vs*sqrt(2)/sqrt(3);//V
Vdc=3*sqrt(3)/%pi*Vm*cosd(alfa)//V
Pdc=Vdc*Idc;//W
disp(Pdc,"Output power, Pdc(W)");
Iavg=Idc/3;//A
disp(Iavg,"Average thyristor current(A)");
Irms=Idc/sqrt(3);//A
disp(Irms,"RMS value of thyristor current(A)");
Ipeak=Idc;//A
disp(Ipeak,"Peak current through thyristor(A)");
PIV=sqrt(2)*Vs;//V
disp(PIV,"Peak inverse voltage(V)");
//Answer of first part in the book is wrong.
|
b0a3a81adaf279435f682a8d8d5b52a540567862 | ca0ea3139875f786caa2df8ef9ada885b326dd6f | /scilab/trabalho1.sce | a4129063b769a160a175af919d4a1b4320c0d63e | [] | no_license | hitokey/exemplo-machine-learning | f0186a4e7acced7de16af6c96f3337129159225b | 2635ef2c88765b58267691a45a4b53f8d7207f2d | refs/heads/master | 2023-03-13T15:43:34.970552 | 2021-03-06T07:57:25 | 2021-03-06T07:57:25 | 289,837,645 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,422 | sce | trabalho1.sce | // Aluno: Pedro Fernandes
// Hebb rules algorithms. Logic Bipolar.
// 17/08/2020
clc; // clean comand line
clear; // remove variable
// Input Table
s = [ 1 1
-1 1
1 -1
-1 -1];
// Output
t = [[-1 -1 -1 -1] // bits 0000
[-1 -1 -1 1] // bits 0001
[-1 -1 1 -1] // bits 0010
[-1 -1 1 1] // bits 0011
[-1 1 -1 -1] // bits 0100
[-1 1 -1 1] // bits 0101
[-1 1 1 -1] // bits 0110
[-1 1 1 1] // bits 0111
[ 1 -1 -1 -1] // bits 1000
[ 1 -1 -1 1] // bits 1001
[ 1 -1 1 -1] // bits 1010
[ 1 -1 1 1] // bits 1011
[ 1 1 -1 -1] // bits 1100
[ 1 1 -1 1] // bits 1101
[ 1 1 1 -1] // bits 1110
[ 1 1 1 1]] // bits 1111
// train
// initial prices
results = [];
bl = [];
liniar =0
for bit=1:16
wb = [0,0]; // resetando valores pesos w1 e w2
b = 0;// resetando valores unitario valor
bn = 0; // resetando valores
wb = [0,0]; // resetando valores
for inp=1:4
x(inp,:)=s(inp,:); //get linha de sources
y=t(bit,inp); // atribuindo valors de sainda a y
wn(1)=wb(1)+x(inp,1)*y; // calculando pesos input 1
wn(2)=wb(2)+x(inp,2)*y; // calculando pesos input 2
bn = b + y; // atribuindo no valor a base
wb = wn; // novo valore pesos base
b = bn; // atualizando valor de base
end
bl = lstcat(bl,bn); //amazenado os valores da entrada base
results=lstcat(results,wn); // amazenando os pesos
end
// Testando Resultados
for bit=2:17
wx = results(bit); // get valores dos pesos para um das target
bx = bl(bit); // get base valor para um dos target
mprintf('\nTarget binary(%d): Pesos: w1=%d w2=%d\n--------------\n',bit-2,wx(1),wx(2));
for inp = 1:4
yl = wx(1)*x(inp,1)+wx(2)*x(inp,2)+bx; // calculando y
if yl >= liniar // verificado y com linear
y = 1;
else
y = -1;
end
// print resultado formatado
if x(inp,1) == -1
mprintf('%d',x(inp,1));
else
mprintf(' %d',x(inp,1));
end
if x(inp,2) == -1
mprintf('&%d',x(inp,2));
else
mprintf('& %d',x(inp,2));
end
if y == -1
mprintf('&%d\\\\\n',y);
else
mprintf('& %d\\\\\n',y);
end
end
end
|
b41c94a391c9388d0445a735341dfa12c279f7d0 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/BVA4.prev.tst | 8d50524371148b481c22107f7cfd102e0a9dc1c0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 814 | tst | BVA4.prev.tst | BigVectorArray.parseRecurrence("a(n) -n*a(n-1) +(n-1)*a(n-2) -(n-1)*(n-2)*a(n-3)=0")
vname=a_0, k=0, kmax=0, kmin=0, poly=a_0 - a_2 - 2*a_3 - a_1*n + a_2*n + 3*a_3*n - a_3*n^2
vname=a_1, k=-1, kmax=0, kmin=-1, poly=a_0 - a_2 - 2*a_3 - a_1*n + a_2*n + 3*a_3*n - a_3*n^2
vname=a_2, k=-2, kmax=0, kmin=-2, poly=a_0 - a_2 - 2*a_3 - a_1*n + a_2*n + 3*a_3*n - a_3*n^2
vname=a_3, k=-3, kmax=0, kmin=-3, poly=a_0 - a_2 - 2*a_3 - a_1*n + a_2*n + 3*a_3*n - a_3*n^2
shift by 0
create bva[5]
bva[4]=1, vector=[1], poly= - a_2 - 2*a_3 - a_1*n + a_2*n + 3*a_3*n - a_3*n^2
bva[3]= - n, vector=[0,-1], poly= - a_2 - 2*a_3 + a_2*n + 3*a_3*n - a_3*n^2
bva[2]= - 1 + n, vector=[-1,1], poly= - 2*a_3 + 3*a_3*n - a_3*n^2
bva[1]= - 2 + 3*n - n^2, vector=[-2,3,-1], poly=0
bva[0]=0
result= [[0],[-2,3,-1],[-1,1],[0,-1],[1]]
|
a26f10659833d40ade542f497a6517e0fed2ae15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH13/EX13.15/Ex13_15.sce | 783418ac7e6d0096b8cac5898c8d46996b5c79af | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | Ex13_15.sce | //Initilization of variables
g=9.8 //m/s^2
//Calculations
//Simplfying the equations we can solve for T2 and aA first to obtain the solution
//Solving by matrix method
A=[-1.5,-4;-3.5,24]
B=[-4*g;-24*g]
C=inv(A)*B
T2=C(1) //N
T1=T2/2 //N
T3=T2/2 //N
//Acceleration calculations
a1=1*g-T1 //m/s^2
a2=(2*g-T1)/2 //m/s^2
a3=(3*g-T3)/3 //m/s^2
a4=(4*g-T3)/4 //m/s^2
//Tension in fixed cord
T_f=2*T2 //N
//Result
clc
printf('The acceleration values are a1=%f,a2=%f,a3=%f and a4=%f m/s^2\n The tension in the fixed cord is %fN',a1,a2,a3,a4,T_f)
|
394c7b7dbc4953bc491d69c76a692d0eab6e749b | 00b2870fe254c05e7ee3b55121bdaccfdd0aed55 | /scilab_project.sce | d772113238e10ef60317996c1ebd0d2a00922505 | [] | no_license | ANTRIKSH-GANJOO/Scilab-Projects | 62040538ada8a3dc33c4b0b62a5f6b0cd4357345 | 61b991ac1d0209e0786fa3131f906534a11a03c3 | refs/heads/master | 2020-08-15T13:07:54.456798 | 2019-10-15T16:41:37 | 2019-10-15T16:41:37 | 215,348,327 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,585 | sce | scilab_project.sce | clc;
close;
clear;
input = "/Users/Siddharth/Desktop/final.wav"
[y,Fs] = wavread(input);Fs
ffty = fftshift(fft(y(1,:)));
//Input signal sound
playsnd(y(1,:),Fs)
//Defining the terms
l = length(y(1,:))
t = (1/Fs):(1/Fs):(l/Fs)
n = length(t)
Ac = 1
fc = 10000
C = cos(2.*%pi.*fc.*t)
fftC = fftshift(fft(C));
df = Fs/n
F = -(Fs/2):df:(Fs/2)-df
//DSB-FC Modulation
Sm = (Ac + y(1,:)).*C
fftS = fftshift(fft(Sm))
//Modulated signal sound
//playsnd(Sm,Fs)
//Synchronous Detection
r=rand(1,length(t),"uniform")
y2 = Sm.*C + r/10
ffty2 = fftshift(fft(y2))
//Demodulation without filtering sound
//playsnd(y2,Fs)
//Creating filter
lf = length(ffty2);
filter = zeros(1,lf)
for i=1:1:lf
if abs(F(1,i)) <= 4000 && abs(F(1,i)) >= 20
filter(1,i) = 3;
end
end
//Filtering
final = ffty2.*filter
final_time = ifft(ifftshift(final))
//output sound
playsnd(final_time,Fs)
//original signal in time and frequenc domain
figure
subplot(211)
plot(t,y(1,:))
title("Input in Time Domain")
subplot(212)
plot(F,ffty)
title("Input in Frequency Domain")
//modulated and demodulated signals in time and frequency domain
figure
subplot(411)
plot(t,Sm)
title("Modulated Signal in Time Domain")
subplot(412)
plot(F,fftS)
title("Modulated Signal in Frequency Domain")
subplot(413)
plot(t,y2)
title("Demodulated Signal in Time Domain")
subplot(414)
plot(F,ffty2)
title("Demodulated Signal in Frequency Domain")
//output in time and frequency domain
figure
subplot(211)
plot(t,final_time)
title("Output in Time Domain")
subplot(212)
plot(F,final)
title("Output in Frequency Domain")
|
fdf7704492f0da99ddf95e0e771e1bbec17eb6ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH3/EX3.4/Ex3_4.sce | d764e2189e1e7d6b4c53246d08f94f1d41005d38 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 680 | sce | Ex3_4.sce | clear;
clc;
printf("\t\t\tProblem Number 3.1\n\n\n");
// Chapter 3 : The First Law Of Thermodynamics
// Problem 3.1 (page no. 91)
// Solution
printf("Solution For (a)\n");
m=10; //Unit:lbm //mass of water
//delataU=U2-U1
Heat=100; //Unit:Btu //heat added
deltaU=Heat/m; //Change in internal energy //unit:Btu/lbm
printf("Change in internal energy per pound of water is %f Btu/lbm\n",deltaU);
printf("Solution For (b)\n");
printf("In this process,energy crosses the boundary of the system by means of fractional work\n");
printf("The contents of the tank will not distinguish between the energy if it is added as heat or the energy added as fraction work\n");
|
ef49a62e7f90d6f85884a77584487d9a02052a92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /68/CH10/EX10.2/ex2.sce | 21340b2fc0f1563c8f3a9a84710fabb4e757358a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 452 | sce | ex2.sce | // Example 10.2 : W/L ratios for the logic circuit
//For basic inverter
n=1.5;
p=5;
L=0.25*10^-6; // (m)
WbyL=2*n; // W/L for Q_NB , Q_NC , Q_ND
disp(WbyL,"W/L ratio for Q_NB")
disp(WbyL,"W/L ratio for Q_NC")
disp(WbyL,"W/L ratio for Q_ND")
WbyL=n; // W/L ratio for Q_NA
disp(WbyL,"W/L ratio for Q_NA")
WbyL=3*p; // W/L for Q_PA, Q_PC , Q_PD
disp(WbyL,"W/L ratio for Q_PA")
disp(WbyL,"W/L ratio for Q_PC")
disp(WbyL,"W/L ratio for Q_PD") |
6cb2dd85e4fd4412292a678970a2b25b8f056bc0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH5/EX5.2/2.sce | 8f1c16e8cf06b5556079073be9bbeec933441e75 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sce | 2.sce |
//Variable declaration
Ef=7*1.602*10**-19; //fermi energy(J)
h=6.63*10**-34; //planck's constant
m=9.11*10**-31; //mass(kg)
//Calculation
x=h**2/(8*m);
y=(3/%pi)**(2/3);
n23=Ef/(x*y);
n=n23**(3/2); //total number of free electrons(per m**3)
//Result
printf('total number of free electrons is %0.3f **10**28 per m**3\n',(n/10**28))
printf('answer varies due to approximating off errors\n') |
3780b8445f69c4364801c424edc0ab5f3de9f78a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1187/CH9/EX9.4/4.sce | 9eef6a1098bd353bda6910888822a59aadb720e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 455 | sce | 4.sce | clc
U=40; // m/s
h=0.01; // m
m=2*U*h;
disp("(a) the strength of the line source =")
disp(m)
disp("m^2/s")
s = m/(2*%pi*U);
disp("(b) the distance s the line source is located behind the leading edge of the step =")
disp(s*1000)
disp("mm")
x=0; // m
y=0.005; // m
u=U + m/(2*%pi)*(x/(x^2+y^2));
v=m/(2*%pi)*(y/(x^2+y^2));
disp("Horizontal component =")
disp(u)
disp("m/s")
disp("Vertical Component =")
disp(v)
disp("m/s")
|
f6de3ee65cb6afa2f1d7aa1bf635bac2c485c23b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH20/EX20.5/Ex20_5.sce | 08d3bde787d32a9ba7dc0f0db992b4978f4762fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sce | Ex20_5.sce | //Example 20.5
clc;
f=60//in Hz
w=2*%pi*f
N=8
A=.09//in m^2
B=.5//in T
emf=N*A*B*w
disp("Solution a")
disp(emf,"Induced emf in volt=")
R=12//in ohm
I=emf/R
disp("Solution b")
disp(I,"Current in A=")
disp("Solution c")
disp("Emf in Volt 136*sinwt=") |
047a580ca3e65f187ab03ec7030217eaebb76022 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH10/EX10.5/10_5.sce | 443b4c89808ba0882fe5ff948aa4a4dccad2c0c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | 10_5.sce | //Locate centroid
//Refer fig.10.6
//lets assign random value to w
w=1
sumWi=1053.98*w
sumWixi=95055.54*w
sumWiyi=125214.83*w
sumWizi=59201.4*w
xbar=(sumWixi)/(sumWi)
ybar=(sumWiyi)/(sumWi)
zbar=(sumWizi)/(sumWi)
printf("\nxbar=%.2f mm\nybar=%.2f mm\nzbar=%.2f mm",xbar,ybar,zbar)
|
9bd956ec838f839ad6c86a99ea6e13621d262818 | 449d555969bfd7befe906877abab098c6e63a0e8 | /995/CH4/EX4.13/Ex4_13.sce | 6e97331f513aaa2a0d69914ceb0de39bfbb4f0bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | Ex4_13.sce | //Ex:4.13
clc;
clear;
close;
L=100*10^-3;
f=400;
C=(1/(4*%pi*%pi*f*f*L))*10^6;
printf("Capacitance required = %f uF",C); |
91544df37875bf02b70a8d8ee42dddde446422bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH1/EX1.6/Ex1_6.sce | fa68f68e2b1e824ae1c0f86331a9ce2586f976cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | Ex1_6.sce | //Example 1_6
clc;
clear;
close;
format('v',6);
//given data :
format('v',6);
I=2;//A
//3*I1+8*I2=6 from loop ABCA
//7*I1-5*I2=0 from loop ADCA
A=[3 8;7 -5];//coefiicient matrix
B=[6;0];//coefiicient matrix
X=A^-1*B;//Matrix multiplication
I1=X(1);//A
I2=X(2);//A
I3=I-I1-I2;//A
disp(I3,"Current in branch AB & BC(A)");
disp(I1,"Current in branch AD & DC(A)");
disp(I2,"Current in branch AC(A)");
|
28a868b413010029cca2b271392effaae281d4af | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MathematicalFunctions/FLCoth-NZ-01.tst | f94f95064124c3fdd85b0c1798c90933a8644d2c | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,596 | tst | FLCoth-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Math Functions
--
-- Test Unit Number: FLCoth-Netezza-01
--
-- Name(s): FLCoth
--
-- Description: Scalar function which returns the hyperbolic cotangent
--
-- Applications:
--
-- Signature: FLCoth(N DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: DOUBLE PRECISION
--
-- Last Updated: 11-21-2014
--
-- Author: Surya Deepak Garimella
--
-- BEGIN: TEST SCRIPT
--.run file=../PulsarLogOn.sql
--.set width 2500
-- BEGIN: POSITIVE TEST(s)
---- Positive Test 1: Positive Tests
--- Output, Good
SELECT FLCoth(0.5) AS coth;
SELECT FLCoth(50) AS coth;
---- Positive Test 2: The Output of both should be same
--- Same Output, Good
SELECT FLCoth(0.785398163397448) AS coth;
SELECT FLCoth(FLDeg2Rad(45))AS coth;
---- Positive Test 3: Positive Tests
--- Return expected results, Good
SELECT FLCoth(FLDeg2Rad(45))AS coth;
SELECT FLCoth(FLDeg2Rad(-315))AS coth;
---- Positive Test 4: Boundary check for coth
--- Return expected results, Good
SELECT FLCoth(FLDeg2Rad(0))AS coth;
SELECT FLCoth(FLDeg2Rad(0.000000000001))AS coth;
SELECT FLCoth(FLDeg2Rad(-0.000000000001))AS coth;
---- Positive Test 5: Negative values or value * -1
--- Return expected results;
SELECT FLCoth(3.14 * -1) AS coth;
SELECT FLCoth(-3.14 * -1) AS coth;
---- Positive Test 6: Boundary Check
--- Return expected results, Good
SELECT FLCoth(1e308) AS coth;
SELECT FLCoth(1e-307) AS coth;
SELECT FLCoth(-1e308) AS coth;
SELECT FLCoth(-1e-307) AS coth;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: Out of Boundary for arguments
--- Return expected error, Good
SELECT FLCoth(1e400) AS coth;
SELECT FLCoth(1e-400) AS coth;
SELECT FLCoth(-1e400) AS coth;
SELECT FLCoth(-1e-400) AS coth;
---- Negative Test 3: Invalid Data Type
--- Return expected error, Good
SELECT FLCoth(NULL) AS coth;
SELECT FLCoth(NULL * -1) AS coth;
-- END: NEGATIVE TEST(s)
-- END: TEST SCRIPT
|
8021d8587b7c872b9fdb39675ae27794eeb35724 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.27.b/EX3_27_B.sce | 067e2d272a6ea55d0f85b2f6d47f29ca66e96837 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 99 | sce | EX3_27_B.sce | //Example 3.27.B
clc;
syms s t;
x=laplace(exp(-2*t));
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);
|
3209c2fbe71950d2809dd85cba92fd226f5022dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2720/CH2/EX2.20.3/ex2_20_3.sce | 0dbe2403ea74b0e0a3d601c47c83258a085cb3f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | ex2_20_3.sce | //Exa 2.20.3
clc;
clear;
close;
//Given data
R = 9 * 10^-3;// in ohm-m
R_H = 3.6 * 10^-4;// in m^3
e = 1.6 * 10^-19;// in C
Sigma = 1/R;// in (ohm-m)^-1
Rho = 1/R_H;// in coulomb/m^3
n = Rho/e;// in /m^3
disp(n,"Density of charge carriers in per m^3 is");
Mu = Sigma * R_H;// in m^2/v-s
disp(Mu,"Mobility of charge carriers in m^2/V-s is");
|
35794985e22f478f10b5a0b380669549d6d19b8c | 71fc0b80f29bd03d097bc45e07b3184189b6445c | /nand2tetris/proj3/a/Register.tst | 127b0b2e4c3b2f059caaeb7799f875b0667785f0 | [
"MIT"
] | permissive | ethull/university | 05441b4a74833dd9ae2f904017bfe5140461f4af | 80e00400cf06e5574f4654f51d78544a5d7f66bb | refs/heads/main | 2023-06-08T00:52:03.533293 | 2023-05-25T15:37:21 | 2023-05-25T15:37:21 | 313,761,541 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,948 | tst | Register.tst | // This file is BASED ON part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: project03starter/Register.tst
load Register.hdl,
output-file Register.out,
compare-to Register.cmp,
output-list time%S1.4.1 in%X1.2.1 load%B2.1.2 out%X1.2.1;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 1,
tick,
output;
tock,
output;
set in -123,
set load 0,
tick,
output;
tock,
output;
set in 111,
set load 0,
tick,
output;
tock,
output;
set in -123,
set load 1,
tick,
output;
tock,
output;
set in -123,
set load 1,
tick,
output;
tock,
output;
set in -123,
set load 0,
tick,
output;
tock,
output;
set in 123,
set load 1,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 1,
tick,
output;
tock,
output;
set in %B00000001,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B00000010,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B00000100,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B00001000,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B00010000,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B00100000,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B01000000,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B01111111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11111110,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11111101,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11111011,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11110111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11101111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B11011111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B10111111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B10000000,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
set in %B01111111,
set load 0,
tick,
output;
tock,
output;
set load 1,
tick,
output;
tock,
output;
|
beef1384e9edb229688f20d519f54e8a37f17747 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH2/EX2.3/Ch02Ex03.sce | 2cbf4ed351d56d9981d9cae6bef316acd6b6b083 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,179 | sce | Ch02Ex03.sce | // Scilab code Ex2.3: Pg.74-75 (2008)
clc; clear;
// For simplicity let velocity of light be unity
c = 1; // Velocity of light, m/s
m = 1e-09; // Mass of micrometeorite, kg
u_x = 0.01*c; // Velocity of micrometeorite
E = (0.5)*m*u_x^2+(m*c^2); // Energy of micrometeorite measured by earth observer, J
p_x = m*u_x; // Momentum of micrometeorite measured by earth observer, kg-m/s
u = 0.5*c; // Velocity of S' frame, m/s
Beta = u/c; // Simplification factor
gama = 1/sqrt(1-Beta^2); // Simplification factor
E_s = gama*(E-u*p_x); // Energy of micrometeorite measured by observer in the stationary frame, J
p_x_s = gama*(p_x-(u*E)/c^2); // Momentum of micrometeorite measured by observer in the moving, kg-m/s
printf("\nThe energy of micrometeorite measured by observer in moving frame = %7.5e Sq.c J unit", E_s);
printf("\nThe momentum of micrometeorite measured by observer in moving frame = %4.2ec kg-m/s unit", p_x_s);
// Result
// The energy of micrometeorite measured by observer in moving frame = 1.14898e-009 Sq.c J unit
// The momentum of micrometeorite measured by observer in moving frame = -5.66e-010c kg-m/s unit |
085ead6aff70c9f94cae0c171561b8c873dacb0a | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH14/EX14.6/ex_14_6.sce | f9a6d088b4a4dc45f56ae5ba4df02051929fa45c | [] | 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 | 357 | sce | ex_14_6.sce | //determine dia of the shaft
clc
//solution
//given
P=7.5*10^3//W
N=300//rpm
D=150//mm
L=200//mm
t=45//N/mm^2
a=(%pi/180)*20//rad
//reff fig 14.2
T=P*60000/(2*%pi*200)//N-mm
Ft=2*T/D//N
W=Ft/(cos(a))//N
M=W*L/4//N-mm
//let d be dia
Te=sqrt(T^2 + M^2)//N-mm
//Te=(%pi/16)*t*d^3
d=(Te/8.84)^(1/3)//mm
printf("the dia of shaft is,%f mm",d)
|
70c6c5bc5f3a59d0fbf1b374c9f3721178c09cc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2783/CH11/EX11.6/Ex11_6.sce | 674b1730c7c2623e44381b624940e23e48a25267 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | Ex11_6.sce | clc
//initialization of new variables
clear
r1=0.1 //m
r2=0.4 //m
bet=15 //degrees
eta=0.9
cp=0.24
w=5000 //RPM
Cth1=0
gama=1.4
T01=300 //K
//calculations
bet=bet*%pi/180
U2=r2*w*2*%pi/60
U1=r1*w*2*%pi/60
wr2=U2/2
cp=cp*4200
Cth2=wr2*tan(bet)+U2
Tr=(U2*Cth2-U1*Cth1)/(cp*T01)
Pr=(1+eta*Tr)^(gama/(gama-1))
//results
printf('The pressure rise is %.2f',Pr)
|
8c635fe66dc9ed699fa3adfb26d6b08ab735aab4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH1/EX1.36/Exa_1_36.sce | 30f0732e6672033281c4c3283814825bfbc3a426 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | Exa_1_36.sce | //Exa 1.36
clc;
clear;
close;
format('v',7);
//Given Data :
pc=37.7;//bar
Tc=132.5;//K
vc=0.093;//m^3Kgmol
R=287;//Nm/KgK
m=10;//Kg
T=300;//K
V=0.3;//m^3
a=27*R^2*Tc^2/64/pc/10^5;
b=R*Tc/8/pc/10^5;//
//(p+a/V^2)*(V-b)=R*T
p=R*T/(V-b)-a/V^2;//N/m^2
p=p/10^5;//bar
disp(p,"Pressure exerted by air in bar : ");
|
ec23007103e44fdd86150255b2ad3015797c38f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH12/EX12.5/Ex12_5.sce | 99e0e7c5e1ac900305a3565a3cf7ff422bad4d3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sce | Ex12_5.sce | //Ex12_5 Pg-602
clc
disp("Fundamental frequency of oscillations of crystal")
disp(" fr = K/t")
disp("Let new thickness of the crystal be t''")
disp(" fr''/fr = t''/t = 99/100")
disp("So, new frequency fr'' = k/t''")
disp("or fr'' = (99/100)*fr")
disp("or reduction in frequency,")
disp(" fr-fr'' = fr-(99/100)*fr")
disp(" = fr(1/100)")
disp(" or fr-fr''/fr = 1/100 ")
disp(" Therefore, fr'' reduces by 1%")
|
ab235c38877116e09f6be29460de89e37182bfd5 | 8458ae69238b4e9e89cec1f6bdb30f6d009e3053 | /scripts/ApplyBPF.sce | d85fcb4d51558d4e016542d78b300f82035cf28a | [] | no_license | keigorori/signal_processing | aa5f18bcb2be385ce3a4fef208d29b05a036faf9 | a30e41e3fd2c3287af43e0d4bd554020a5055ff3 | refs/heads/master | 2020-04-05T10:45:01.018660 | 2019-02-08T02:08:59 | 2019-02-08T02:08:59 | 156,809,290 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,137 | sce | ApplyBPF.sce | ///////////////////////////////////////////////////////////
// wavファイルにバンドパスフィルタを掛けた結果をファイル出力
///////////////////////////////////////////////////////////
clear();
cd(get_absolute_file_path('ApplyBPF.sce'));// ディレクトリ変更
exec( '../filters/Bandpass.sci');
exec( '../plots/PlotFrequency.sci');
exec( '../plots/PlotFrequencyResponse.sci');
// ファイル入力
inputPath = '../data/';
inputFilename = 'click_1ch_16bit_48k.wav';
[input, samplingRate, bits] = wavread(inputPath + inputFilename); // ファイル読み込み
// 周波数の指定方法
cutoffMode = 'high_low'
if cutoffMode == 'center_band' then
// 中心周波数から両端のカットオフ周波数を求める
centerHz = 3000; // 中心周波数
band1_n = 1 // 1/n oct.バンド
oct1_n = nthroot(2, 2*band1_n); // 2の(2n)乗根
cutoffLowHz = centerHz / oct1_n;
cutoffHighHz = centerHz * oct1_n;
elseif cutoffMode == 'high_low' then
cutoffLowHz = 500;
cutoffHighHz = 3000;
end
// フィルタ適用
[output, freqResponse, freqGrid] = Bandpass(input, samplingRate, cutoffLowHz, cutoffHighHz, -60, 10);
// ファイル出力
outputpath = './result/bandpass/';
outputFilename = 'BPF.wav';
if cutoffMode == 'center_band' then
outputFilename = 'BPF_' + 'c' + string(centerHz) + '_frac1_' + string(band1_n) + 'oct' + '.wav';
elseif cutoffMode == 'high_low' then
outputFilename = 'BPF_' + 'L' + string(cutoffLowHz) + '_H' + string(cutoffHighHz) + '.wav';
end
outputFilename = basename(inputFilename) + '_' + outputFilename;
mkdir(outputpath);
savewave(outputpath + outputFilename, output, samplingRate, bits);
// プロット
h = scf(1);
clf();
displayRect=[100, -90, 10000, 3]; // 表示領域
//PlotFrequency(input, samplingRate, 'hn', h, 2, displayRect); // 入力波形
PlotFrequency(output, samplingRate, 'hn', h, 2, displayRect); // 出力波形
xgrid();
h = scf(2);
clf();
PlotFrequencyResponse(freqResponse, freqGrid, h, 6, displayRect); // 周波数応答
xgrid();
|
40b064c5dbc9a0b833f2bed7a7a63d86011b1694 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH6/EX6.33/Chapter6_Example33.sce | 859ed486a288d89f2420cfc9e6bc9844be202bbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 846 | sce | Chapter6_Example33.sce | clc
clear
//Input data
m1=50;//Mass of water at 0 degree centigrade in g
m2=50;//Mass of water at 83 degree centigrade in g
t1=0;//The temperature of water in degree centigrade
t2=83;//The temperature of water in degree centigrade
//Calculations
T1=t1+273;//Temperature of water in K
T2=t2+273;//Tempearture of water in K
s=1;//The specific heat of water
T=((m2*s*T2)+(m1*s*T1))/((m1+m2)*s);//The final temperature of the mixture in K
S1=(m1*s*log(T/T1));//The change in entropy by 50 g of water when its temperature rises from 273 K to 313 K in cal/K
S2=(m2*s*log(T/T2));//The change in entropy by 50 g of water when its temperature falls from 353 K to 313 K in cal/K
S3=S1+S2;//The total gain in the entropy of the system in cal/K
//Output
printf('The total gain in entropy of the system is %3.3f cal/K ',S3)
|
77b101b26b36e6fc8a417706bee80d5bb9538b7f | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/disassembler/brid.instr.tst | 4841a33dc92516e25d6193dc538804837757d3d6 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,670 | tst | brid.instr.tst | ; @Harness: disassembler
; @Result: PASS
section .text size=0x00000100 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0
section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x00000134 ;2**0
start .text:
label 0x00000000 ".text":
0x0: 0xff 0xf5 brid .+126 ; 0x80
0x2: 0xf7 0xf5 brid .+124 ; 0x80
0x4: 0xef 0xf5 brid .+122 ; 0x80
0x6: 0xe7 0xf5 brid .+120 ; 0x80
0x8: 0xdf 0xf5 brid .+118 ; 0x80
0xa: 0xd7 0xf5 brid .+116 ; 0x80
0xc: 0xcf 0xf5 brid .+114 ; 0x80
0xe: 0xc7 0xf5 brid .+112 ; 0x80
0x10: 0xbf 0xf5 brid .+110 ; 0x80
0x12: 0xb7 0xf5 brid .+108 ; 0x80
0x14: 0xaf 0xf5 brid .+106 ; 0x80
0x16: 0xa7 0xf5 brid .+104 ; 0x80
0x18: 0x9f 0xf5 brid .+102 ; 0x80
0x1a: 0x97 0xf5 brid .+100 ; 0x80
0x1c: 0x8f 0xf5 brid .+98 ; 0x80
0x1e: 0x87 0xf5 brid .+96 ; 0x80
0x20: 0x7f 0xf5 brid .+94 ; 0x80
0x22: 0x77 0xf5 brid .+92 ; 0x80
0x24: 0x6f 0xf5 brid .+90 ; 0x80
0x26: 0x67 0xf5 brid .+88 ; 0x80
0x28: 0x5f 0xf5 brid .+86 ; 0x80
0x2a: 0x57 0xf5 brid .+84 ; 0x80
0x2c: 0x4f 0xf5 brid .+82 ; 0x80
0x2e: 0x47 0xf5 brid .+80 ; 0x80
0x30: 0x3f 0xf5 brid .+78 ; 0x80
0x32: 0x37 0xf5 brid .+76 ; 0x80
0x34: 0x2f 0xf5 brid .+74 ; 0x80
0x36: 0x27 0xf5 brid .+72 ; 0x80
0x38: 0x1f 0xf5 brid .+70 ; 0x80
0x3a: 0x17 0xf5 brid .+68 ; 0x80
0x3c: 0x0f 0xf5 brid .+66 ; 0x80
0x3e: 0x07 0xf5 brid .+64 ; 0x80
0x40: 0xff 0xf4 brid .+62 ; 0x80
0x42: 0xf7 0xf4 brid .+60 ; 0x80
0x44: 0xef 0xf4 brid .+58 ; 0x80
0x46: 0xe7 0xf4 brid .+56 ; 0x80
0x48: 0xdf 0xf4 brid .+54 ; 0x80
0x4a: 0xd7 0xf4 brid .+52 ; 0x80
0x4c: 0xcf 0xf4 brid .+50 ; 0x80
0x4e: 0xc7 0xf4 brid .+48 ; 0x80
0x50: 0xbf 0xf4 brid .+46 ; 0x80
0x52: 0xb7 0xf4 brid .+44 ; 0x80
0x54: 0xaf 0xf4 brid .+42 ; 0x80
0x56: 0xa7 0xf4 brid .+40 ; 0x80
0x58: 0x9f 0xf4 brid .+38 ; 0x80
0x5a: 0x97 0xf4 brid .+36 ; 0x80
0x5c: 0x8f 0xf4 brid .+34 ; 0x80
0x5e: 0x87 0xf4 brid .+32 ; 0x80
0x60: 0x7f 0xf4 brid .+30 ; 0x80
0x62: 0x77 0xf4 brid .+28 ; 0x80
0x64: 0x6f 0xf4 brid .+26 ; 0x80
0x66: 0x67 0xf4 brid .+24 ; 0x80
0x68: 0x5f 0xf4 brid .+22 ; 0x80
0x6a: 0x57 0xf4 brid .+20 ; 0x80
0x6c: 0x4f 0xf4 brid .+18 ; 0x80
0x6e: 0x47 0xf4 brid .+16 ; 0x80
0x70: 0x3f 0xf4 brid .+14 ; 0x80
0x72: 0x37 0xf4 brid .+12 ; 0x80
0x74: 0x2f 0xf4 brid .+10 ; 0x80
0x76: 0x27 0xf4 brid .+8 ; 0x80
0x78: 0x1f 0xf4 brid .+6 ; 0x80
0x7a: 0x17 0xf4 brid .+4 ; 0x80
0x7c: 0x0f 0xf4 brid .+2 ; 0x80
0x7e: 0x07 0xf4 brid .+0 ; 0x80
0x80: 0xff 0xf7 brid .-2 ; 0x80
0x82: 0xf7 0xf7 brid .-4 ; 0x80
0x84: 0xef 0xf7 brid .-6 ; 0x80
0x86: 0xe7 0xf7 brid .-8 ; 0x80
0x88: 0xdf 0xf7 brid .-10 ; 0x80
0x8a: 0xd7 0xf7 brid .-12 ; 0x80
0x8c: 0xcf 0xf7 brid .-14 ; 0x80
0x8e: 0xc7 0xf7 brid .-16 ; 0x80
0x90: 0xbf 0xf7 brid .-18 ; 0x80
0x92: 0xb7 0xf7 brid .-20 ; 0x80
0x94: 0xaf 0xf7 brid .-22 ; 0x80
0x96: 0xa7 0xf7 brid .-24 ; 0x80
0x98: 0x9f 0xf7 brid .-26 ; 0x80
0x9a: 0x97 0xf7 brid .-28 ; 0x80
0x9c: 0x8f 0xf7 brid .-30 ; 0x80
0x9e: 0x87 0xf7 brid .-32 ; 0x80
0xa0: 0x7f 0xf7 brid .-34 ; 0x80
0xa2: 0x77 0xf7 brid .-36 ; 0x80
0xa4: 0x6f 0xf7 brid .-38 ; 0x80
0xa6: 0x67 0xf7 brid .-40 ; 0x80
0xa8: 0x5f 0xf7 brid .-42 ; 0x80
0xaa: 0x57 0xf7 brid .-44 ; 0x80
0xac: 0x4f 0xf7 brid .-46 ; 0x80
0xae: 0x47 0xf7 brid .-48 ; 0x80
0xb0: 0x3f 0xf7 brid .-50 ; 0x80
0xb2: 0x37 0xf7 brid .-52 ; 0x80
0xb4: 0x2f 0xf7 brid .-54 ; 0x80
0xb6: 0x27 0xf7 brid .-56 ; 0x80
0xb8: 0x1f 0xf7 brid .-58 ; 0x80
0xba: 0x17 0xf7 brid .-60 ; 0x80
0xbc: 0x0f 0xf7 brid .-62 ; 0x80
0xbe: 0x07 0xf7 brid .-64 ; 0x80
0xc0: 0xff 0xf6 brid .-66 ; 0x80
0xc2: 0xf7 0xf6 brid .-68 ; 0x80
0xc4: 0xef 0xf6 brid .-70 ; 0x80
0xc6: 0xe7 0xf6 brid .-72 ; 0x80
0xc8: 0xdf 0xf6 brid .-74 ; 0x80
0xca: 0xd7 0xf6 brid .-76 ; 0x80
0xcc: 0xcf 0xf6 brid .-78 ; 0x80
0xce: 0xc7 0xf6 brid .-80 ; 0x80
0xd0: 0xbf 0xf6 brid .-82 ; 0x80
0xd2: 0xb7 0xf6 brid .-84 ; 0x80
0xd4: 0xaf 0xf6 brid .-86 ; 0x80
0xd6: 0xa7 0xf6 brid .-88 ; 0x80
0xd8: 0x9f 0xf6 brid .-90 ; 0x80
0xda: 0x97 0xf6 brid .-92 ; 0x80
0xdc: 0x8f 0xf6 brid .-94 ; 0x80
0xde: 0x87 0xf6 brid .-96 ; 0x80
0xe0: 0x7f 0xf6 brid .-98 ; 0x80
0xe2: 0x77 0xf6 brid .-100 ; 0x80
0xe4: 0x6f 0xf6 brid .-102 ; 0x80
0xe6: 0x67 0xf6 brid .-104 ; 0x80
0xe8: 0x5f 0xf6 brid .-106 ; 0x80
0xea: 0x57 0xf6 brid .-108 ; 0x80
0xec: 0x4f 0xf6 brid .-110 ; 0x80
0xee: 0x47 0xf6 brid .-112 ; 0x80
0xf0: 0x3f 0xf6 brid .-114 ; 0x80
0xf2: 0x37 0xf6 brid .-116 ; 0x80
0xf4: 0x2f 0xf6 brid .-118 ; 0x80
0xf6: 0x27 0xf6 brid .-120 ; 0x80
0xf8: 0x1f 0xf6 brid .-122 ; 0x80
0xfa: 0x17 0xf6 brid .-124 ; 0x80
0xfc: 0x0f 0xf6 brid .-126 ; 0x80
0xfe: 0x07 0xf6 brid .-128 ; 0x80
start .data:
|
15646b3f08a850e5be2b9d5ecb449187ca5eb3ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH8/EX8.5/Ex8_5.sce | e0ae08e6255bb95bae7e2267b141df42703ec93c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 699 | sce | Ex8_5.sce | //================================================================================
// chapter 8 example 5
clc;
clear;
// variable declaration
mo = 9.11*10^-31; // mass of electron inkilograms
e = 1.6*10^-19; // charge of electron in coulombs
er = 13.2; //relative permitivity in F/m
eo = 8.85*10^-12; // permitivity in F/m
h = 6.63*10^-34; // plancks constant J.s
me = 0.067*mo;
// Calculations
E = (me*e^4)/(8*(eo*er)^2 * h^2 * e); //energy in eV
// Result
mprintf('Donor binding energy = %3.4f eV',E);
//==============================================================================
|
10085de66d461c398991e1d4760bde95324d2939 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH7/EX7.4.a/ex_7_4_a.sce | 384895d1d44c2707a6f53a913d24ce84b02e7b1f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sce | ex_7_4_a.sce | //Example 7.4.a: terminal voltage
clc;
clear;
close;
// given data:
W=20000;// in watt
V=200; // in volts
R=0.08; // in ohm
Rs=0.02; // series field resistance in ohm
I=W/V; // in A
Vf=I*R;
Vs=I*Rs;
V1=Vf+Vs; // voltage drop of feeder and series field
Vg=V+V1;
disp(Vg,"terminal voltage,Vg(V) = ")
|
b69b6d41128a6c403b8cfc4cd247cf5c949e7bad | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH2/EX2.9/Ex2_9.sce | 5d4f33a711c1a5169df2353f57c6163cf6890529 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | Ex2_9.sce |
// Ex2_9
clc;
// Given:
h=6.6262*10^-34;// in J.s
f=30.256*10^6;// in Hz/T
m=5.05*10^-27;// in J/T
g1=5.585;
g2=1.405;
// Solution:
H1=(h*f)/(g1*m);
H2=(h*f)/(g2*m);
printf("\n Magnetic field required for a proton is = %f T",H1)
printf("\n Magnetic field required for C 13 is = %f T",H2)
|
260458559ff86ec0529ea2289798be8263e9e9af | c83cc2a263b959650ce27d0968c93aad7321f114 | /FirstGoAround/substrates/0000.sci | 1c26b90826b7f3a162cd10320966f9d4bff73cf2 | [] | no_license | bmarshall651/Momentum_Controller_Matlab | 0c01cd1bce1a2262b3416efcbd81a52c928d6280 | 97c66d385237f5607055726e47ac8ec795769a59 | refs/heads/master | 2020-05-27T01:09:50.909742 | 2014-07-04T22:03:32 | 2014-07-04T22:03:32 | 21,508,195 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 551 | sci | 0000.sci | #Momentum: B.09.20.456 (*) 372.600 Nov 12 2011
#Momentum Date and Time: Sun Jun 29 17:42:03 2014
# Cell Info name : Z:\bmarshall On My Mac\Dropbox\MATLAB\Marshall ADS Controller\FirstGoAround\\substrates\0000
NUMBER OF LAYERS 2,
UNITS METRE
BOTTOMPLANE CONDUCTIVITY 58000000 0
TOPPLANE OPEN
LAYERS
0 THICKNESS INFINITY
PERMITTIVITY VALUE 1 0
PERMEABILITY VALUE 1 0,
1 THICKNESS 0.00017018
PERMITTIVITY VALUE 3.66 -0.46482 DJORDJEVIC 1e-006 5 1000
PERMEABILITY VALUE 1 0
STRIP;
END
-1 -1,
-1 0.002708110926;
|
2a17b2443d849d52c27a34359737188ca502925c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH4/EX4.18/ex4_18.sce | 0b954ae182a2b22241bb21dcde310b3ec37a7046 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 771 | sce | ex4_18.sce | // Exa 4.18
clc;
clear;
close;
format('v',5)
// Given data
h_ie = 1000;// in ohm
h_fe = 50;// unit less
h_re = 2.5*10^-4;// unit less
h_oe = 25*10^-6;// in A/V
R_L = 10;// in k ohm
R_L = R_L * 10^3;// in ohm
Rs = 100;// in ohm
Ai = -h_fe/(1 + (h_oe*R_L));// unit less
disp(Ai,"The current gain is");
Rin = h_ie - ( (h_re*h_fe)/(h_oe+(1/R_L)) );// in ohm
disp(Rin,"The input resistance in ohm is");
Av = Ai*(R_L/Rin);// unit less
disp(Av,"The voltage gain is");
Ais = Ai * (Rs/(Rin+Rs));// unit less
Avs = Av*(Rin/(Rin+Rs));// unit less
Gout = h_oe - ( (h_fe*h_re)/(h_ie+Rs) );// in S
Rout = 1/Gout;// in ohm
Rout = Rout * 10^-3;// in k ohm
disp(Rout,"The output resistance in k ohm is");
Ap = Avs*Ais;// unit less
disp(Ap,"The power gain is");
|
70d457355af5be61dd91d22b9517d2c021b2d852 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2969/CH6/EX6.13/Ex6_13.sce | 6303422df157d81cbf4dce0137bdb8b36c0b1cc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 987 | sce | Ex6_13.sce | clc
clear
//DATA GIVEN
//BOILER
Mw=2060; //mass of feed water
Mc=227; //mass of coal supplied in kg/hr
C=30000; //calorific value of coal in kJ/kg
hs=2750; //enthalpy of steam produced in kJ/kg
hfw=398; //enthalpy of feed water
//ECONOMISER
Twin=15; //temp. of feed water entering economiser in deg celsius
Twout=95; //temp. of feed water leaving economiser in deg celsius
Tgout=18; //atmospheric temp.
Tgin=370; //temp. of entering flue gases
Mfg=4075; //mass of flue gases
//assuming Cpw and Cpg,
Cpw=4.187;
Cpg=1.01;
ETAb=Mw*(hs-hfw)/(Mc*C); //efficiency of boiler
ETAe=Mw*Cpw*(Twout-Twin)/(Mfg*Cpg*(Tgin-Tgout)); //efficiency of economiser
printf(' (i) The Boiler efficiency is: %5.4f or %2.2f percent. \n',ETAb,(ETAb*100));
printf(' (ii) The Economiser efficiency is: %5.3f or %2.1f percent. \n',ETAe,(ETAe*100));
|
fdddda4a8554b33134324f9e5d0393530f608546 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH5/EX5.7/pe5_7.sce | 07c36f13c5606531eeef28f3437931953c9156dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | pe5_7.sce | //example 5.7
clc; funcprot(0);
// Initialization of Variable
Vi=350;//voltage
f=100;//frequency
Rf=10000;//resistance
Ri=520;
//calculation
Vp=(1+(Rf/Ri))*Vi*2^.5;
disp(Vp/1000,"load voltage in V:")
clear()
|
3a6ee3096e43d2e86169b1163f364d9331ab301b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH4/EX4.29/Ex4_29.sce | 6d7823a906f2cd83cacd370387fd133482d6ca35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,245 | sce | Ex4_29.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 4 : DIRECT CURRENT MACHINES
// EXAMPLE : 4.29
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
V = 220; // Shunt Motor operating Line Volatge in Volts
Ra = 0.2; // Armature Resistance in Ohms
Iam = 72; // Motor Armature current in Amphere
I = 12; // Line Current in Amphere
Ifm = 1; // Motor field Current in Amphere
Ifg = 1.5; // Generator field Current in Amphere
// CALCULATIONS
Iag = Iam - I; // Geneartor Armature current in Amphere
Pfm = V * Ifm; // Loss in Motor Field winding in Watts
Pfg = V * Ifg; // Loss in Geneartor Field winding in Watts
loss_ma = Iam ^ 2 * Ra; // Loss in Motor Armature circuit in Watts
loss_ga = Iag ^ 2 * Ra; // Loss in Generator Armature circuit in Watts
Em = V - Iam * Ra; // Motor EMF in Volts
Eg = V + Iag * Ra; // Generator EMF in Volts
T_loss = (V*I) - (Ra*Iam^2 + Ra*Iag^2); // Total Iron and Rotational Loss in Watts
Pim = (V*Iam)+(V*Ifm); // Motor input in Watts
Wc = 0.5 * T_loss; // Total Iron and Rotational Loss in each Machine in Watts
Wm = Wc+(Ra*Iam^2)+V*Ifm; // Motor losses in Watts
Pom = Pim - Wm; // Motor output in Watts
eta_m = (1-(Wm/Pom))*100; // Motor Efficiency in Percentage
Pog = V*Iag; // Generator output in Watts
Wg = Wc+(Ra*Iag^2)+V*Ifg; // Generator losses in Watts
Pin = Pog + Wg; // Generator input power in Watts
eta_g = (1-(Wg/Pin))*100; // Generator Efficiency in Percentage
// DISPLAY RESULTS
disp("EXAMPLE : 4.29 : SOLUTION :-") ;
printf("\n (a) Motor Efficiency , eta = %.2f Percentage \n ",eta_m);
printf("\n (b) Generator Efficiency , eta = %.2f Percantage \n ",eta_g);
printf("\n\n [ TEXT BOOK SOLUTION IS PRINTED WRONGLY ( I verified by manual calculation )]\n" );
printf("\n WRONGLY PRINTED ANSWERS ARE :- (a) Total Iron and Rotational Loss = 720 W instead of %.1f W \n ",T_loss);
printf("\n (b) Pim = 15912 W instead of %.f W \n ",Pim);
printf("\n (c) Wm = 1371.4 Winstead of %.1f W \n ",Wm);
printf("\n (d) Pom = 14540.6 W instead of %.1f W \n ",Pom);
printf("\n (e) eta_m = 90.54 Percentage instead of %.2f Percentage \n ",eta_m);
printf("\n (f) eta_g = 93.22 Percentage instead of %.2f Percentage \n ",eta_g);
printf("\n From Calculation of the Total Iron and Rotational Loss in each Machine (Wc), rest all the Calculated values in the TEXT BOOK is WRONG because of the Total Iron and Rotational Loss in each Machine (Wc) value is WRONGLY calculated and the same used for the further Calculation part \n")
|
4842e764ff190f5afdd704ab870aab61a11ea7b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1316/CH1/EX1.10/example1_10.sce | c0d72bf927b09fdfd7752cd026a61ce152ee14df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 363 | sce | example1_10.sce | //Chapter 1
//Example 1.10
//Page 28
clear;
clc;
Read=27.5;
T_min=4.95;
T_max=5.05;
//Calculation of possible temperature values
printf("The range of Transfer function is 4.95 to 5.05 mV per degree celcius \n The possible temperature values that could be inferred from reading of 27.5 degree celcius are %.2f and %.2f",Read/T_min,Read/T_max);
|
d6ce298e566db3eaa39e8456a691d4df0bff3a5e | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/scicos_blocks/RFILE_f.sci | bc13a81c6ec911674f62b14e9ebd3161463df096 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,934 | sci | RFILE_f.sci | function [x,y,typ]=RFILE_f(job,arg1,arg2)
x=[];y=[];typ=[]
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(o)
case 'getoutputs' then
[x,y,typ]=standard_outputs(o)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1;
graphics=arg1(2);label=graphics(4)
model=arg1(3);[out,state,ipar]=model([3 7 9])
nout=sum(out)
ievt=ipar(3);N=ipar(4);
imask=5+ipar(1)+ipar(2)
tmask=ipar(imask)
outmask=ipar(imask+1:imask+nout)
lunit=state(3)
fname=label(3)
fmt=label(4)
while %t do
[ok,tmask1,outmask,fname1,fmt1,N,out,label]=getvalue(..
['Set RFILE block parameters';
'Read is done on';
' - a binary file if no format given';
' - a formatted file if a format (fortran type) is given'],..
['Time record selection';
'Outputs record selection';
'Input file name';
'Input Format';
'Buffer size';
'Output size'],..
list('vec',-1,'vec',-1,'str',1,'str',1,'vec',1,'vec',1),..
label)
if ~ok then break,end //user cancel modification
fname1=stripblanks(fname1)
fmt1=stripblanks(fmt1)
out=int(out)
nout=out
if prod(size(tmask1))>1 then
message('Time record selection must be a scalar or an empty matrix')
elseif lunit>0&min(length(fmt),1)<>min(length(fmt1),1) then
message(['You cannot swich from formatted to unformatted';
'or from unformatted to formatted when running';' '])
elseif lunit>0&fname1<>fname then
message('You cannot modify Output file name when running')
elseif lunit>0&size(tmask1)<>size(tmask) then
message('You cannot modify time management when running')
elseif N<2 then
message('Buffer size must be at least 2')
elseif out==[] then
message('Block must have at least one output port')
else
if tmask1==[] then ievt=0;cout=[];tmask1=0;else ievt=1,cout=1;end
[model,graphics,ok]=check_io(model,graphics,[],out,1,cout)
if ok then
if ievt==0 then
model(11)=[]
else
model(11)=-1
end
ipar=[length(fname1);
length(fmt1);
ievt;
N;
str2code(fname1);
str2code(fmt1);
tmask1
outmask(:)]
if prod(size(state))<>(nout+ievt)*N+3 then
state=[-1;-1;lunit;zeros((nout+ievt)*N,1)]
end
model(7)=state;model(9)=ipar
graphics(4)=label;
x(2)=graphics;x(3)=model
break
end
end
end
case 'define' then
out=1;nout=sum(out)
fmt='(7(e10.3,1x))'
fname='foo'
lunit=0
N=2;
rpar=[]
tmask=0
outmask=1
ipar=[length(fname);length(fmt);0;N;str2code(fname);str2code(fmt);
tmask;outmask]
state=[1;1;lunit;zeros((nout)*N,1)]
model=list('readf',[],nout,1,[],[],state,rpar,ipar,'d',[],[%f %f],' ',list())
label=[sci2exp([]);
sci2exp(outmask);
fname;
fmt;
string(N);
sci2exp(out)]
gr_i=['txt=[''read from'';''input file''];';
'xstringb(orig(1),orig(2),txt,sz(1),sz(2),''fill'')']
x=standard_define([3 2],model,label,gr_i)
end
|
aae76d93d17562467cf6cd1bb8f89ca9938f4200 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/percent/%s_v_r.sci | b0d65b1299821c9a3c4244fb03dc557ad07c7bc8 | [
"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 | 333 | sci | %s_v_r.sci | function h=%s_v_r(h1,h2)
// %s_v_r(h1,h2) = (I+h1*h2)\h1. h1 constant h2 rational
//!
// Copyright INRIA
[m1,n1]=size(h1)
[m2,n2]=size(h2('num'))
if abs(n1-m2)+abs(m1-n2)<>0 then error('inconsistent dimensions'),end
if m1*n1==1 then
h=h2;h('num')=h1*h2('den');h('den')=h1*h2('num')+h2('den');
else
h=(eye(m1,m1)+h1*h2)\h1
end
|
f2a276038719f03550237ea1914995cbedd30988 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH3/EX3.31/EX3_31.sce | fb574dff702989a8984f06f9fa7ee6a9d5160bed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | EX3_31.sce | //Example 3.31
//Find the cross correlation of two finite length sequences.
clc;
x=[1 2 1 1];
y=[1 2 1 1];
z=convol(x,y);
disp(z);
|
652107a0cb3f0dbbf2b95f46880e4b17490891ae | dbd504f73f233675d0c8c2c8c5730e866aabcd96 | /codes/QAM.sce | 8d8b7333d2d176307debc45d5cf22a1168d4fac4 | [] | no_license | surajdurgesht/Wireless-Communication-Lab | f5019be42d24fe6568e98d666efd901283a0c7a7 | e8fac339daf91d24ee0dd9e22e9236fcbb68dac3 | refs/heads/master | 2020-06-04T19:07:54.824459 | 2019-06-16T06:30:21 | 2019-06-16T06:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | sce | QAM.sce | M=4;
N=1.5;
d=1:0.1:10;
y=d*sqrt(N/2);
function y = qfunc(x)
y = 0.5*erfc(x/sqrt(2));
endfunction
x=1-((1-(2*(M-1)*qfunc(y))/M)^2);
plot(d,x);
xlabel("amplitude");
ylabel("Bit Error rate");
title("QAM");
|
04885013103a9a3b3c9e6482bc47918292ce29ed | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH3/EX3.4/Ex3_4.sce | 3372b780b097b8f0749ea3ac32ea7a0c33e324c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | Ex3_4.sce | //frequency of gunn diode oscillator
//given
clc
Vd=2d+8//m/s
l=12d-6//meter
f=Vd/l//hertz
disp(f*1d-9,'the required frequency in GHz')
//ERROR in the book
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.