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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4d5e3ab287f530c1793dc19e2a2cc4b3fc066414 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH6/EX6.1/Ch06Ex1.sci | b450a267fe1640528af46f05bb883d5dfeb66913 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 481 | sci | Ch06Ex1.sci | // Scilab code: Ex6.1 : Wavelength of X-rays: Pg: 156 (2008)
h = 6.6e-034; // Planck's constant, J-s
V = 50000; // Potential difference, volts
c = 3e+08; // Velocity of light, m/s
e = 1.6e-019; // Charge of an electron, coulombs
L_1 = h*c/(e*V); // wavelength of X-rays, m
L = L_1/1e-010; // wave... |
a2fb6bc59ccf661e1906cc86069c7c0423fe76c7 | f8551f1c22ee634be672d893e6755b100f0d1994 | /ICP/transf.sci | b02a76e8eb9660e7c8e23806c7a244bf111ba53c | [] | no_license | yanisdxw/computer-vision | ed605061a632ae0c7536007de6f83e2ff5ee1d51 | e9bd0961194f2e4290211296dbe6268ecad8f1c1 | refs/heads/master | 2021-08-23T05:30:24.864657 | 2017-12-03T17:05:35 | 2017-12-03T17:05:35 | 111,726,798 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 694 | sci | transf.sci | function [R,T]=transf(X1_ap,X2_ap)
[n,l]=size(X1_ap);
p1_m = [];
p1_m = [sum(X1_ap(:,1))/n,sum(X1_ap(:,2))/n,sum(X1_ap(:,3))/n];
// find the central point p1_m
p2_m = [];
p2_m = [sum(X2_ap(:,1))/n,sum(X2_ap(:,2))/n,sum(X2_ap(:,3))/n];
// find the central point p2_m
//find points tra... |
23eac4e1cdc68c8eb18832ce70d891c6dff11041 | 6227c5ef4e1c5d72cdebd6eac81f82161dda7e17 | /digi_dc_dc/Scilab/Thermal/foster4.sci | 7da0c72880913668d523b6c23d80df79ca807ae9 | [] | no_license | maxsimmonds1337/Scilab | b4e8a03a9fbeda4d8f6e51e07d205bcf51addce8 | b413659e2b697565c24ad440d158f5bd28203570 | refs/heads/master | 2022-11-04T23:17:50.045864 | 2020-06-13T20:35:24 | 2020-06-13T20:35:24 | 272,081,285 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 475 | sci | foster4.sci | //Function of 4 order Foster Network
//The coefficient vector will be of the form [R1 C1 R2 C2 R3 C3 R4 C4]
function [y]=foster4(x,c)
//we extract the coefficients
R1=c(1);
C1=c(2);
R2=c(3);
C2=c(4);
R3=c(5);
C3=c(6);
R4=c(7);
C4=c(8);
tau1=R1*C1;
tau2=R2*C2;
tau3=R3... |
404dd77942e7ba9b4b8d8cb709e37a3fccdf4b69 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/udp_close.sci | 2eb8a269d437a507d11951e14a2967e1871047ac | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 216 | sci | udp_close.sci | function udp_close()
//EXTERNC MDAQ_API void sci_mlink_udp_close(int *result);
result = [];
[result] = call("sci_mlink_udp_close",..
"out",..
[1,1], 1, 'i');
endfunction
|
63dd431d00d4100f4ddc830859339ab1479de835 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH5/EX5.3/sadiku_5_3.sce | c0c3cb9a97df0440cfd9c53d9341f1ee24b608d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | sadiku_5_3.sce | clear;
clc;
format('v',12);
n=10^29;
e=-1.6*10^-19;
pv=n*e;
disp(pv*10^-6,'(a) pv(in MC/m3)=');
sigma=5*10^7;
E=10^-2;
J=sigma*E;
disp(J*10^-3,'(b) J(in kA/m2)=');
S=(%pi*10^-6)/4;
I=J*S;
format('v',6);
disp(I,'(c) I(in A)=');
u=J/pv;
format('v',12);
disp(u,'(d) u(in m/s)='); |
696ccabd2fcf383b16514b5d82f06fb4f07dcf2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH2/EX2.9/example_9.sce | 025b0e2324e4ef9e38995f6b8fad9a6fda75fc3f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 199 | sce | example_9.sce | clc
clear
printf("example 2.9 page number 74\n\n")
molar_mass_BaCl2=208.3; //in gm
equivalent_H2SO4=0.144;
normality=equivalent_H2SO4*1000/28.8;
printf("Normality = %f N",normality)
|
f1feadd949be5d885525717a48c5217ed9e93639 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH8/EX8.16/Exa8_16.sce | 9dad73fd5d92b232108b5435584b5d60fdb3be07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa8_16.sce | //Exa 8.16
clc;
clear;
close;
//Given data :
format('v',5);
photons=10^13;//incident photons/sec
E=1.28*10^-19;//in Joule
h=6.63*10^-34;//Planks constant
q=1.6*10^-19;//in coulamb
c=3*10^8;//in m/s
//Part (a) :
lambda=h*c/(E);//in meter
disp(lambda*10^6,"Wavelength of incident radiation in micro meter : "... |
d59abc66111a41c9f5392a8815fb1a66682f17b3 | fc997f0fa94b4ab3c632c1b81531353d4d03bdd2 | /Scilab/SimpsonTercio.sci | 7465a0b0ee95e7258f9244912e8f4737653c8864 | [] | no_license | lagwy/Programs | c4932dba65d132e429562b1eff26f08a838c0403 | 2ecf3a053efd955b25e66118eaed7cea47e17dec | refs/heads/master | 2021-05-12T02:50:23.047565 | 2018-01-15T22:21:16 | 2018-01-15T22:21:16 | 117,601,437 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,834 | sci | SimpsonTercio.sci | clear
//////////////////////////////////////////////////////////
//
// SimpsonTercio.sci
//
// Programa que calcula la integral de la función 1-e^(-x) de un intervalo
// y una n dados por el usuario.
//
// Autor: Luis Ángel Martínez García
// Matrícula: A00813485
// Fecha: 16/04/2015
//////////////////////////////////... |
f90642c8a7baa286e433f61a4e3def91ab624f9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH13/EX13.3/13_3.sce | a851fc66f0463fc2c2d2276c122f872f450e18cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | 13_3.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 13.3
//calculation of the speed of the outgoing liquid
//given data
A1=1*10^-4//area(in m^2) of the inlet of the tube
A2=20*10^-6//area(in m^2) of the outlet of the tube
v1=2//speed(in cm/s) of the ingoing liquid
... |
c3ed56b4416bd81c4235dc5d6012c095404f9a4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH14/EX14.7.b/14_7_soln.sce | a42824e3ead54db755d81ae83dea188c3dda87d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,315 | sce | 14_7_soln.sce | clc;
pathname=get_absolute_file_path('14_7_soln.sce')
filename=pathname+filesep()+'14_7_data.sci'
exec(filename)
// Solutions:
// volume of hydraulic cylinder,
V=(%pi/4)*L*(D^2); //in^3
// volume of cylinder in charged position,
V2=V/((p2/p3)-1); //in^3
// volume of cylinder in final position,
V3=(p2/p3)*V2; //in^3
//... |
21a31bf3f0b748caa14d882bf2140b5ca8c2a736 | b1ecf554fe1d55892b42c895be627b6bb2c07028 | /Testing/test-prgms/failif.tst | 7da4a3ae96a3613ad88cb35b5482e9466dbdf148 | [] | no_license | zstone1/idris-cmp | ce090576e1bf6156a696c08d107d432cf9752f83 | 23eec60f023a5276a9c72fc5ab9eb4afd1993432 | refs/heads/master | 2021-07-11T07:24:31.998724 | 2017-10-12T01:43:51 | 2017-10-12T01:43:51 | 73,444,515 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 109 | tst | failif.tst | public int main(){
if(1){
printf("shouldn't be here");
}
printf("done");
return 0;
}
|
911c92d800d81d2593d45ebd2c4b715b23f9a7bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH35/EX35.4/35_4.sce | f3a3818b7194472196246b59abe54a5d23463902 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sce | 35_4.sce | clear//
//Variables
Slew_rate1 = 0.5 * 10**6 //Slew rate (in volt per second)
Slew_rate2 = 13.0 * 10**6 //Slew rate (in volt per second)
Vpk = 10.0 //Peak-to-peak voltage (in volts)
//Calculation
fmax = Slew_rate1 / (2 * %pi * Vpk) //Maximu... |
9dc2260bd9a50c8b7872f0a32375d222050a9f5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH24/EX24.4/Ex24_4.sce | 930be982b83dd5c0836bab1998eb462ce32f05be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 626 | sce | Ex24_4.sce | //Example 24_4
clc();
clear;
//To find out the angle at which the line appears
line=5.89*10^-7 //Units in meters
noline=1/10^6 //units in Lines per meter
theta1=asin(line/noline)*180/%pi //units in degrees
//For seond order
theta2=asin(2*line/noline)*180/%pi //units in degrees
printf("For th... |
47fcb3f50d9faed52b210824b89d7b85184ee67c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH16/EX16.7/Ex16_7.sce | 8f5e86937a0ae5f25a696c5dae5fe31e00c2115c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,141 | sce | Ex16_7.sce | // Problem 16.7,Page no.370
clc;clear;
close;
W=270 //KN //Load
t=14 //mm //thickness of plate
b=20 //cm //width of plate
d=20 //mm //diameter of rivet
sigma_s=70 //MPa //shear stress
sigma_b=190 //MPa //stress in bearing
sigma_t=110 //MPa //stress in tensile
//Calculation
S_1=1.75*%pi*4**-1*b**2*10**-4*sigma_s*1... |
432551007d68df29da6fde92705321125d456398 | 6fba56fa976cfb9ab6330b76e54a3bcddc5073f3 | /models/PTC/V20/prod_appl/assoc_demo/mold/zi10.tst | a44aa8fa12f2eea8b3dc48b5e4c4b419e3a4f261 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DongFengCan/engineering-design-models | 33e561b7c42fdca44b20e09614cf398231eb9538 | dc4ed1c352bfa7fa0976c6abc6074a7a40aa1d5a | refs/heads/master | 2022-11-30T16:02:44.187776 | 2020-08-13T16:40:19 | 2020-08-13T16:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,224 | tst | zi10.tst | Instance_name of model Regenerate status
ZI10_001 ZI10 Success
ZI10_002 ZI10 Success
ZI10_003 ZI10 Success
ZI10_004 ZI10 Success
ZI10_005 ZI10 Success
ZI10_006 ZI10 Success
Z... |
a9821a5b517bfea9a98e76e3d19b4872deeefd7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /43/CH4/EX4.32/ex4_32.sce | 46451615808f8899de597c197e61265154fc8bbc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 55 | sce | ex4_32.sce | //Ex 4.32
clc;
clear;
f=[0 1 1 1 0 0];
F=fft(f,-1); |
2898d684741e57e6dbc79d7aa98b77e1cfac0db9 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH5/EX5.13/Ex5_13.sce | 133341911d4996addec3b2de2289dd15cba333ff | [] | 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 | 746 | sce | Ex5_13.sce | // Variable declaration
beta = 0.25
// Calculation
x = [0.894, 0.991, 0.261, 0.186, 0.311, 0.817, 2.267, 0.091, 0.139, 0.083,0.235, 0.424, 0.216, 0.579, 0.429, 0.612, 0.143, 0.055, 0.752, 0.188,0.071, 0.159, 0.082, 1.653, 2.010, 0.258, 0.527, 1.033, 2.863, 0.365,0.459, 0.431, 0.092, 0.830, 1.718, 0.099, 0.162, 0.076, ... |
bb5b3f3641770db5e96ce4998870f6736e4940eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH2/EX2.2/2_2.sce | 6f93e1b006639758a7d8d54b8ef8c6b6e1393b86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 682 | sce | 2_2.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 2.2
//calculation of sum of vectors and difference of the vectors
//given data
A=5; //magnitude(in unit) of A vector
B=5; //magnitude(in unit) of B vector
theta=60; // angle(in degree) between both vectors
//cal... |
984c747be0eceb70a234d10c59f683203ad4cdec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH3/EX3.3.b/ex_3_3_b.sce | 36a2e0e6d3aa53dfa2f633d0bc0458dc96953612 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | ex_3_3_b.sce | // Example 3.3.b:insertion loss
clc;
clear;
close;
n12=1.5;//refractive index
y=5;//lateral misalignment in micro meter
a2=50;//dia in micro meter
nlat=(1/(%pi))*((2*acos(y/a2))-(y/a2)*sqrt(1-(y/a2)^2));//
loss=-10*log10(nlat);//loss in dB
disp(loss,"insertion loss in dB is")
//answer is wrong in the textbook
|
685691e610141bed6d621dda780e6e386f63a329 | 6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee | /giarratano/SOURCE/TESTING/drtest05.tst | ccff04710944ba364a4d808f5f0575af225379e4 | [] | no_license | arranger1044/icse-1516 | c40d2c86892cd90c14042a95581cbb0e238190fb | ee4bafb57bb549ef40e29b8edf8cdad038e97162 | refs/heads/master | 2020-12-24T19:04:01.588095 | 2016-05-31T07:46:47 | 2016-05-31T07:46:47 | 56,578,768 | 14 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | tst | drtest05.tst | (unwatch all)
(clear)
(set-strategy depth)
(open "drtest05.rsl" drtest05 "w")
(dribble-on "drtest05.out")
(batch "drtest05.bat")
(dribble-off)
(load "compline.clp")
(printout drtest05 "drtest05.bat differences are as follows:" crlf)
(compare-files drtest05.exp drtest05.out drtest05)
; close result file
(close drtest05)... |
701cb3c50b115f85902abfeacea73f6af462e8ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH5/EX5.4/Ex5_4.sce | ffe388f5343aae4f8b5f9f0a2a334200594e5324 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | Ex5_4.sce | //Ex5_4
clc
Idc = 10*10^-3
Irms = 14*10^-3
RL = 1*10^3
Pdc = (Idc^2)*RL
Pac = (Irms^2)*RL
disp("Idc = "+string(Idc)+"A")//D.C. current
disp("Irms = "+string(Irms)+"A")//rms current
disp("RL = "+string(RL)+"ohm")//load resistance
disp("Pdc = (Idc^2)*RL = "+string(Pdc)+"W")//D.C. power
disp("Pac = (Irms^2)*RL... |
58bbbe46bab34cee7c35cd06d133cb02aa649c37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH8/EX8.4/ex8_4.sce | 126fcdecdd0a8d06a136158e75c4b7953939f456 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | ex8_4.sce | // Exa 8.4
clc;
clear;
close;
// Given data
unCox= 40;// in µA/V^2
upCox= 20;// in µA/V^2
Ln= 0.5;// in µm
Lp= 0.5;// in µm
Wn= 2.0;// in µm
Wp= unCox*Wn/upCox;// in µm
disp(Wp,"The value of Wp in µm is : ")
|
024219fafc934e53c9f5ccf2fe69b498ee4653d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH8/EX8.5/Example8_5.sce | b4148d64755abc16f0eff7cfd76bab3b2f499972 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 922 | sce | Example8_5.sce | //Given that
n = 25
Ms = 9000 //in kg
Mm = 80 //in kg
d = [45, 10000] //in meter
t = 2 //in minute
g = 9.8 //in m/s^2
//Sample Problem 8-5
count = 0
for x = d
//Sample Problem 8-5a
if count == 0 then
printf("**Sample Problem 8-5a**\n")
count = count + 1
end
//We can... |
4f356cd01f163aad2e63493b09152decd4493323 | 68e53df229b123d7681a4f7fa4db43b4982d5362 | /tfdata.sce | 090478de6057effc2e727b4f23235a898d1c7b1b | [] | no_license | yeoleparesh/Control-system | 06c30e594d51fec7a8ffabc452a7866b38604a23 | dee7fbfd3c2c46cc1d4d0a3cb8af45d918da972b | refs/heads/master | 2021-01-17T12:38:05.661769 | 2019-01-03T12:03:53 | 2019-01-03T12:03:53 | 59,283,431 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | tfdata.sce | ////Function:-- tfata ////////////
///cont. transfer function model//
s=poly(0,'s');
sysa=syslin('c',(s+2)/(s^2+2*s+3));
[num,den,Ts]=tfdata(sysa);
///discrete transfer function model////
z=poly(0,'z');
sys=syslin(0.02,(s+2)/(s^2+2*s+3));
[num1,den1,Ts1]=tfdata(sys);
///MIMO//
sys1=syslin('c',(s+8)/(s^8+3*s+4... |
2ed6538c4f0fb4aab08a981e66a79dd99e055caf | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH7/EX7.4.a/example_7_4a.sce | c4880ad6c231f6623cc6d3ae04d98d97c657acc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 921 | sce | example_7_4a.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 7
// Heat Exchangers
// Example 7.4(a)
// Page 302
printf("Example 7.4(a), Page 302 \n \n");
// (a)
printf("(a) \n");
// Using Mean Temperature Difference approach
m_hot = 10 ; // [kg/min]
m_cold = 25 ; // [kg/min]
hh = 1600 ; //... |
78391af78131d2a78ea28076ce952966fd20ec0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH10/EX10.a.6/exaA_10_6.sce | 35d0d0b3fc7d0a250777a87b879b04121a8e9c23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | exaA_10_6.sce | // Example A-10-6
// Gain matrix determination
clear; clc;
xdel(winsid()); //close all windows
A = [0 1 0; 0 0 1;-6 -11 -6];
B = [0; 0; 10];
P = [-2 + %i*2*sqrt(3) , -2 - %i*2*sqrt(3), -10];
K = ppol(A,B,P); disp(K,'K =');
|
1e4b5d9b42e32009c767fa6355e945db49d7e0b5 | 7ece83a3894d7610e8367eb0a19f9d50ba5e3ce5 | /mex/outer_hull.m | a320bcf0ac2366fd821403cb3809106002b2b3f0 | [
"Apache-2.0",
"MIT"
] | permissive | alecjacobson/gptoolbox | b4d1a3cb6cd604f8dcf2527d08c9a63efc110b72 | dda5c0d3ae7773837945631463134e577990263a | refs/heads/master | 2023-08-20T05:50:46.191141 | 2023-08-08T17:38:45 | 2023-08-08T17:38:45 | 17,057,368 | 598 | 189 | MIT | 2023-05-22T23:41:52 | 2014-02-21T13:46:13 | MATLAB | UTF-8 | Scilab | false | false | 907 | m | outer_hull.m | % OUTER_HULL Compute the "outer hull" of a potentially non-manifold mesh (V,F)
% whose intersections have been "resolved" (e.g. using `cork` or
% `igl::selfintersect`). The outer hull is defined to be all facets (regardless
% of orientation) for which there exists some path from infinity to the face
% without intersect... |
74f0f3091187e083c0e4168b4f7e3c65bc938819 | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH3/EX3.3.16/Ch3_3_16.sce | 9465945695fe4f98e476e21654c9aa2755aa7bd7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | Ch3_3_16.sce | clc
disp("Example 3.16")
printf("\n")
disp("calculate the value of alpha,Ib,beta for a transistor")
printf("Given\n")
//collector current
Ic=2.5*10^-3
//emitter current
Ie=2.55*10^-3
//Value of alpha
alpha=Ic/Ie
//Value of Ib
Ib=Ie-Ic
//value of beta
beta=Ic/Ib
printf("collector current \n%f ampere\n",Ic... |
31da88945aa1145bb6c10750a4553c0b5767dfd3 | c565d26060d56f516d954d4b378b8699c31a71ef | /Scilab/virtual_old/prbs/controller/prbscontrol-virtual.sci | 9875feb9429ea3ae6d91898b63fd8744732344b1 | [] | no_license | rupakrokade/sbhs-manual | 26d6e458c5d6aaba858c3cb2d07ff646d90645ce | 5aad4829d5ba1cdf9cc62d72f794fab2b56dd786 | refs/heads/master | 2021-01-23T06:25:53.904684 | 2015-10-24T11:57:04 | 2015-10-24T11:57:04 | 5,258,478 | 0 | 0 | null | 2012-11-16T11:45:07 | 2012-08-01T11:36:17 | Scilab | UTF-8 | Scilab | false | false | 197 | sci | prbscontrol-virtual.sci | function [stop,temp] = prbstest(heat,fan,setp)
global scn scd tcn tcd rcn rcd gamm
[stop,temp] = comm(heat,fan);//Never edit this line
plotting([heat fan temp setp]);
endfunction
|
fc61b4f6c87b276f56b7d6ef180b7a17db9d589f | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH8/EX8.1/8_1.sce | f604a0841f1082246b694b9a77a007bb2f9e9137 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 428 | sce | 8_1.sce | //Eg-8.1
//pg-365
clear
clc
A = [-2 1 4 3 1.5];
//printf('The given array is \n')
exec('swap.sci')
//disp(A)
n = length(A);
printf('The given array is \n')
disp(A)
for(i=1:n)
for(i=1:n-1)
if(A(i) > A(i+1))
[A(i),A(i+1)] = swap(A(i),A(i+1))
end
end
... |
050cf69f45e0d7abfc6b9000934a6f36627fc4aa | fe33c0b16926678447c084c04df084926a9ca29a | /ode3.sce | 36eab9642f9db41966bacd553265fd55103316f4 | [] | no_license | askmrsinh/SEM2_AM | bbcf34ce205abe763cb5c85df5f01544cdcdfca5 | da613da5c22f20ab1a814f28315e34b0c2c59a13 | refs/heads/master | 2021-09-28T03:09:19.415553 | 2016-08-18T15:14:23 | 2016-08-18T15:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 136 | sce | ode3.sce | //dy/dx=2+sqrt(xy),y(1)=1,y(1.2)=?
function ydot=f(x,y),ydot=2+sqrt(x*y),
endfunction
y0=1;
x0=1;
x=1:0.02:1.2;
y=ode(y0,x0,x,f)
|
36275f6f71f0395baf45c6da1647eddee25d8211 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH13/EX13.2a/eg13_2a.sce | f42b0c343771411fcf8a41502ca08e8ed100ce56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg13_2a.sce | X = [3.01 2.97 3.12 2.99 3.03 3.02 3.10 3.14 3.09 3.20];
Y = 1:1:10;
u = 3;
sigma = 0.1;
n=4;
ucl = u + (3*sigma/sqrt(n));
lcl = u - (3*sigma/sqrt(n));
Z= 0.1:0.1:10;
P= ones(1,100);
Q= ones(1,100);
P =P*ucl;
Q =Q*lcl;
plot2d(Y, X, -2);
plot2d(Z, P, 1);
plot2d(Z, Q, 1);
//disp(size(Z));
//disp(size(P));... |
d4df38252ab55226a61ed65a87b92ccbe147e5f7 | 4b3c8d2302d37ad5981adb6f68fae3db1d9820c8 | /insertName.sci | edc3eaf5af06367884088f5fe8853c55f5b053cb | [] | no_license | mayank1513/littleBird_RD_ResourceManagementSystem | 002d19579b3b55a314450ec75d2874131741564b | 090d016248164580defc9b4629ba54c9dc362949 | refs/heads/master | 2020-03-15T04:48:31.637752 | 2018-05-03T09:46:53 | 2018-05-03T09:46:53 | 131,970,842 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 898 | sci | insertName.sci | function [sortedStr, ind] = insertName(str1, blk1)
if isempty(str1) then
sortedStr = blk1;
ind = 1;
end
str = convstr(str1,"l");
blk = convstr(blk1,"l");
indx = find(part(str,1)==part(blk,1));
i = 0;
while ~isempty(indx)
i = i + 1;
indx = find(part(str,1:i)==p... |
2a2e46be54285168197d27bebff1916a000096ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH36/EX36.3/Example36_3.sce | 0122ba752e2a669f8509cc647654194548f04d4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | Example36_3.sce | exec('degree_rad.sci', -1)
//Given that
Eo = 1 //(say)
E1 = Eo
E2 = Eo
E3 = Eo
phi1 = dtor(0)
phi2 = dtor(60)
phi3 = dtor(-30)
//Sample Problem 36-3
printf("**Sample Problem 36-3**\n")
Eh = E1*cos(phi1) + E2*cos(phi2) + E3*cos(phi3)
Ev = E1*sin(phi1) + E2*sin(phi2) + E3*sin(phi3)
Er = sqrt(Ev^2 + Eh^2... |
218b9f9727260c7472ccc41392f49279b947cd30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.25/Ex14_23_25.sce | 3f7a1533863c6d0f6669cfef1a1bb890321b3ba9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 236 | sce | Ex14_23_25.sce | //Section-14,Example-1,Page no.-PC.120
//To estimate the pH of 0.01 M CH3COONa.
clc;
pK_w=14
B=0.01 //(M)
pK_a=-log10(1.8*10^-5)
pH=(1/2*pK_w)+(1/2*log10(B))+(1/2*pK_a)
disp(pH,'pH of given solution of CH3COONa')
|
3626470238815cf9107e5f9de05938907e33bd90 | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH3/EX3.5/5.sce | 0fb76164b44d340595d37f922b51de38f6f104eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 886 | sce | 5.sce | // Implementation of example 3.5
// Basic and Applied Thermodynamics by P.K.Nag
// page 57
clc
clear
rt=5000 // (rate of heat supply in kg/h)
t1=15 // (in degree celsius)
t2=1650 // (in degree celsius)
mp=1535 // (melting point in degree celsius)
lt=270 // (latent heat in kJ/kg*K)
shs=0.502 // (specific h... |
78e84a952c0abfda5a81505e6973c23059687449 | 449d555969bfd7befe906877abab098c6e63a0e8 | /851/CH7/EX7.02/Figure7_02.sce | 23a2fee1654dc790b678c2c2985aabf155e67e04 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 760 | sce | Figure7_02.sce | //clear//
//Caption:Signal Space diagram for coherent BPSK
//Figure7.2 Signal Space Diagram for coherent BPSK system
clear
clc;
close;
M =2;
i = 1:M;
y = cos(2*%pi+(i-1)*%pi);
annot = dec2bin([length(y)-1:-1:0],log2(M));
disp(y,'coordinates of message points')
disp(annot,'Message points')
figure;
a =gca();... |
aaed9f556b4ffddc1a68e5ec968e7e235efe1612 | 26e0446118d01de6f6a471afb39d81406908c736 | /functionBase.sci | 9e20e9d93189be5620a1113cadc8b04748a5331d | [] | no_license | Eruliuce/Projet_Modelisation_ACP | 79d1b84aa9d742e552e6c6d8b9acba979631dbaf | 5a6b330f0fe0dd89b1efb56638a253f26d194f6e | refs/heads/master | 2021-01-18T18:32:09.133376 | 2015-02-28T10:28:32 | 2015-02-28T10:28:32 | 31,441,932 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 299 | sci | functionBase.sci | function [retour] = functionBase(valeurP, vectP)
retour = [0;0]
disp(retour)
[m, k] = max(valeurP, 'r')
valeurP(k,1) = -1000
disp("k :")
disp(k)
[m2, k2] = max(valeurP, 'r')
valeurP(k2,1) = -1000
retour(1,1) = vectP(k,1)
retour(2,1) = vectP(k2,1)
endfunction
|
1fe46ff8145b494bf9cc49c4c3ff05a003c8dae7 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/tukeywin.sci | 7ac8641f349bdeeaf1bda7dd65ba9e95e287812e | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 855 | sci | tukeywin.sci | function w = tukeywin (m, r)
//This function returns the filter coefficients of a Tukey window.
//Calling Sequence
//w = tukeywin (m)
//w = tukeywin (m, r)
//Parameters
//m: positive integer
//r: positive real number, between 0 and 1
//Description
//This is an Octave function.
//This function returns the filter coeffic... |
db468b362e0e4debd601fbd0099a80e8f2ec022c | 18bf68cdf766092ccdcba8d231e8140063833a5a | /DiscreteConvolution.sce | 7d1456f1f53244e4ffab45189d8541c4f1bee74e | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sce | DiscreteConvolution.sce |
clear; clf; clc;
Nx = -2;
Ny = -1
x = [1 1 1 1 1 1 ];
y = [1 1 1 1];
z = conv(x,y);
N3 = length(z);
N4 = Nx+Ny;
n = N4:N4+N3-1;
disp(z,n);
plot2d3(n,z);
|
c1d72b13338cda1f3d622f7528b05c71b21a2507 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.21.1/Ex4_21.sce | c56cca3dc6abadf94419cec136c51a43db163451 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,085 | sce | Ex4_21.sce | clc
clear
//Conditions at 16 bar
P=16; //in bar
Vov=0.015; //Volume of Vessel
Mos=0.1; //Mass of steam
SV=Vov/Mos; //Specific Volume
Vg=0.124; //in m^3/kg
Tsat=201.4+273; //in K
Tsup=(SV/Vg)*Tsat;
printf('The temperature of stea... |
012b5b0d955806bb59c26351377e1264f4659a2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH15/EX15.9/Ex15_9.sce | 5c5c811185630f8632252f50ed386d54b3c79a70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 283 | sce | Ex15_9.sce | clc;clear;
//Example 15.9
//from Table A-26E
//Gibbs function of formation at 77°F
gfc=0;//for carbon
gfo=0;//for oxygen
gfco=-169680;//for carbondioxide
//calculations
// C + O2 = CO2
Wrev=1*gfc+1*gfo-1*gfco;
disp(Wrev,'the reversible work for this process in Btu')
|
1d90ca49f3a999ffab1e964e92cce114acb29010 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/EC45.prev.tst | ee6d4fe79f1ee7c8fa3c9c6fc9a062eef5aec5fe | [
"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 | 156 | tst | EC45.prev.tst | [[-5,-6,1,-2],[12,14,-3,4],[-1,-1,0,0],[3,4,-1,1]],fraction=1,det=1 is inverse of [[1,1,0,-2],[-1,-1,-1,2],[-2,-1,-2,0],[-1,0,2,-1]],det=1,identity = true
|
9c979ae3f2f8d5b6a5de188b1583410f416d8fd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH5/EX5.11/Ex5_11.sce | 48dee68679b324c36851103683db046da193c539 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | Ex5_11.sce | clear;
clc;
//Example 5.11
Vtnd=1;
Vtnl=-2;
Knd=50;
Knl=10;
Vt=5;
Vo=poly(0,'Vo')
p=poly([4 -40 5],'Vo','c')
printf('\npossible solutions ::%.2f V\n',roots(p))
//since output voltage cannot be greater than supply voltage 5V
Vo=0.1;//(V)
I_D=Knl*(-Vtnl)^2;
printf('\ndrain current=%.3f microA\n',I_D)
|
8df747d47da0ef406c7b84e8534a891b069319a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH9/EX9.17/example9_17.sce | 31a997e6190f0c7b3dbd4c8904376895cb5e5a77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | example9_17.sce | //clc()
F = 200;//kmol/h
//F, D and W be the flow rates of the feed, the distillate and residue resp., xf , xd and xw be the mole fraction of ethanol in the fee, distillate and the residue resp.
xf = 0.10;
xd = 0.89;
xw = 0.003;
//total balance gives, F = D + W
//D + W = 200 (1)
//Alcohol balance g... |
6fccf20da09c139cab5bd4dcc7053733127202dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH16/EX16.9/16_9.sci | d9d89d492d5543d4cfb9b1729e8d83ba9655fa34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 464 | sci | 16_9.sci | //Faults and Protection//
//Example 16.9//
printf(' Thus from the table we see at a value of circuit inductance 1.592mH,I^2t value of breaker is 4.9*10^5A^2s and selectivity between fuse and breakeris I^2tFuse/I^2t Breaker=4*10^5/4.97*10^5=1.01');
printf('\nAs this is just the border case we will go for the next val... |
5a593c3d1ff40322f1212b7b56104f45ca2de416 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH8/EX8.19/ch8_19.sce | 217cfc7b2ae9e8c3e7327dc8f28b48413e3c7af3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | ch8_19.sce | clear;
clc;
t=20;
fos=2; //factor of safety
t_c=t*fos;
n=1/3;
R=20;
C=n^2*t_c/(4*R*log(2)); printf("value of capacitor=%.5f uF",C);
//printing mistake in the answer in book. |
7c951a870fec56fff62d813cbf3d3f40375db027 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH4/EX4.18/Ex4_18.sce | 1c87c3fc569c60d9709656f6c1e23815bf529e6f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 671 | sce | Ex4_18.sce | // exa 4.18 Pg 123
clc;clear;close;
// Given Data
Pmin=-300;// kN
Pmax=700;// kN
Se_dash=280;// MPa
Sy=350;// MPa
Kf=1.8;//fatigue strength factor
n=2;// factor of safety
Pm=(Pmax+Pmin)/2;// kN
Pa=(Pmax-Pmin)/2;// kN
// sigma_m=4*Pm/%pi/d**2
sigma_m_into_d_sq = 4*Pm*1000/%pi;
sigma_a_into_d_sq = 4*Pa*1000/%pi;
kf=1/K... |
a8cb95453a84f4bfedb7e2646ccb90635e466b26 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/db/db6.sce | 493540c6253b9a34d15b982262847a4e211d56d1 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | db6.sce | //check o/p when i/p is negative power
v=1e-3;
u=db(-v,'power');
disp(u);
//output
// !--error 10000
//Power cannot be negative
//at line 58 of function db called by :
//u=db(-v,'power');
|
b2aca0831fee8dc6e1e3f6342622951b4043c6e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH26/EX26.9/ex_26_9.sce | d2bd92d331e2fbcba55280f0e95711d8bedfff78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | ex_26_9.sce | //find
clc
//solution
//given
n=6
D=300//mm
R=150//mm
d=200//mm
r=100//mm
N=120//rpm
p=0.4//N/mm^2
u=0.05
W=p*%pi*n*[R^2-r^2]//N
printf("load to be supported is,%f N\n",W)
T=(2/3)*u*W*[(R^3-r^3)/(R^2-r^2)]//N-mm
P=2*%pi*N*T/60000
printf("power loast in friction is,%f W\n",P) |
72912286eb32a467e44856722499198468c7cc44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH4/EX4.6/example4_6.sce | 4c542a50c9406afb0549d720ada8a891dab880cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | example4_6.sce | clear
clc
//Example 4.6 VELOCITY IN A VENTURI SECTION
h1=1; //[m]
h2=0.5; //[m]
g=9.81; //[m/s^2]
//h1-h2=(V2^2-V1^2)/(2*g), V2=2*V1
V1=sqrt(2*g*(h1-h2)/3) //[m/s]
V2=2*V1 //[m/s]
printf("\nThe velocity in the throat section = %.2f m/s.\n",V2) |
d8494f78fcde0e1db1403254a9dd7da833976c2c | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/strips.sci | 007787afaf6c75a9c6620fd0f05f7085f7b61dea | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,369 | sci | strips.sci | function strips(x,sd,Fs,scale)
//Plots vector or matrix in strips
//Calling Sequence
//strips(x);
//strips(x,sd);
//strips(x,sd,fs);
//strips(x,sd,fs,scale);
//Parameters
//x
//A vector or a matrix
//sd
//Strip duration
//fs
//Sampling frequency
//scale
//Scaling parameter for vertical axis
//Description
//strips(x)
//... |
4a40929097f6e99074a0561b72312d7271dc530c | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/plot2d.man.tst | d27f0cc734055482b8ca5ccc7778876e5f20b863 | [
"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 | 510 | tst | plot2d.man.tst | clear;lines(0);
//simple plot
x=[0:0.1:2*%pi]';
plot2d(sin(x))
//multiple plot
xbasc()
plot2d([x x x],[sin(x) sin(2*x) sin(3*x)])
// multiple plot giving the dimensions of the frame
xbasc()
plot2d([x x x],[sin(x) sin(2*x) sin(3*x)],..
1:3,"011"," ",[0,0,6,0.5])
//multiple plot with captions and given tics
xbasc()
plo... |
818cdcda9dc4a4e39be607d4654b00471cbae18c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2873/CH5/EX5.3/Ex5_3.sce | 2642c561f8ab6554dcded8501d043460c7068b61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 740 | sce | Ex5_3.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh Chapter 5 Example 3")
R1=8.314;//gas constant in KJ/kg K
M=32;//molar mass for O2
T1=(27+273);//initial temperature of O2 in K
p1=125;//initial pressure of O2 in Kpa
... |
db72b20d04b789766a8972ca9a0fddba05983bf8 | 4af7d26a4959553d9a2cee1a78878ee960599382 | /test_cases/test17.tst | 19ac4d6c62e4eb55775f9dd82016df85a66db4db | [] | no_license | CJ8664/chord_protocol | f61168ceea224e47785e56a3263eda89da7dc3df | 30b57463cfd190e9dd5f057629b69ffbb6edb7b2 | refs/heads/master | 2020-04-11T06:07:46.875416 | 2018-11-02T03:06:34 | 2018-11-02T03:06:34 | 161,571,340 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 746 | tst | test17.tst | # Just adding and joining nodes and explicit stab fix cycles
# Now all predecessor, successor and finger table are valid
# Now drop all nodes
add 0
add 1
add 2
add 3
join 1 0
join 2 0
join 3 0
list
show 0
show 1
show 2
show 3
# First cycle of stab fix
stab 0
stab 1
stab 2
stab 3
fix 0
fix 1
fix 2
fix 3
# Second cycl... |
2ad9e10f5b3bcb4e7ca8c0aa80b2ae0bf851d3b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH11/EX11.5/ex_11_5.sce | 459e6b0796f2ce31b6764ccd37a13ab5f9e232fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | ex_11_5.sce | //find dia meter of threaded part
clc
//solution
//given
D=100//mm
p=1.6//N/mm^2
ft=50//N/mm^2
pi=3.14
A=(pi/4)*D^2
F=A*p//N
printf("the value of force is,%f N\n",F)
//since leverage is 8,therfor
W=F/8//N
P=F-W
//let dc be core dia'
//P=(pi/4)*dc^2*ft
dc=sqrt(P*4/(pi*ft))//mm
printf("the value of core... |
36981d35cad3fcad63730ae5ebaf7c64bf89f8b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH8/EX8.3/eg8_3.sce | 3cf5ed70c8cdd51a586dbbd313f70c76b2c7788d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | eg8_3.sce | clear;
//clc();
sb=5000
x1=2.5;
x2=2.5;
n1=400;
n2=200;
x1e=x1+x2*(n1/n2)^2;
vb1=400;
x1epu=x1e*sb/vb1^2;
printf("\n Total per unit resistnce refered to primary is: %.2f",x1epu);
x2e=x1+x2*(n2/n1)^2;
vb2=200;
x2epu=x2e*sb/vb2^2;
printf("\n Total per unit resistnce refered to secondary is: %.2f",x2epu)... |
c96d12be0e786951c1e53a620ee3a9c7ccd4de83 | cd3baacb9aa523e8ac4f10406c5fb62c9c60998a | /gate/MyMux8Way16.tst | 92253cfbeac6b51bb029d30ffec5b25318adee45 | [] | no_license | wangkekekexili/cuddly-octo-pancake | f8bbebc043417af9662712de610b390f062545f8 | 67b3d4c3d15c5877644221b6d987dd911101d013 | refs/heads/master | 2023-03-06T12:49:54.668374 | 2021-02-14T14:53:07 | 2021-02-14T14:53:07 | 338,038,595 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,286 | tst | MyMux8Way16.tst | load MyMux8Way16.hdl,
output-file MyMux8Way16.out,
output-list a%X1.4.1 b%X1.4.1 c%X1.4.1 d%X1.4.1 e%X1.4.1 f%X1.4.1 g%X1.4.1 h%X1.4.1 sel%B1.3.1 out%X1.4.1;
set a %Xd10c, set b %X3def, set c %X05ae, set d %Xeaee, set e %Xd4d3, set f %X9a02, set g %X72c4, set h %Xa917, set sel %B000, eval, output;
set a %Xda46, set b %... |
5ce6d38b476257a6401ae3b52fb47dad8fd1614c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH11/EX11.1/11_1.sce | 6006e92d62369952f77e5f57de62c6fa0c7db58e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | 11_1.sce | clc;
Cai=900;
Cb=300;
alpha=20*%pi/180;
Cri=(Cai^2+Cb^2-2*Cb*Cai*cos(alpha))^0.5;
b=asin(Cai*sin(alpha)/Cri);
Beta=180*b/%pi
disp("the blade inlet angle is:");
disp("degree",Beta)
//part II
k=0.7;
Cre=k*Cri
AD=Cri*cos(b);
AE=Cre*cos(b);
Cw=AD+AE;
disp("driving force on wheel is:");
m=1;
Df=m*Cw
di... |
c5b383e2b39b1f143d51dbfebeddc9fe18b3b0ed | dd537a2a0c34c08c5c45eb32ecf0a6650d6aee81 | /A5.sce | 1e143d05b5212ad3cf440fece5da5e35955eeed1 | [] | no_license | hadizainurin/DSP | 5855b1d19d90b5c284f73b19a6e9792403d7575b | ca873a6fdba7c655f681567d49a813bb3bd4cd8a | refs/heads/main | 2023-03-02T09:31:09.692702 | 2021-02-05T15:36:50 | 2021-02-05T15:36:50 | 324,384,788 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,617 | sce | A5.sce | //Reading the input of the sound
cd ("C:\Users\User\Desktop\Important\DSP\Assignment6");
[y, fs, bits] = wavread("message.wav");
//Test signal plot
//Y = fft(y);
//plot (abs(Y)); //Results too big
//Not suitable, we look for different method
//Clipping the original signal
n = length(y);
N = n/2; //Half of the signal... |
1a536919bb4ad293afe7c67bf94963d47396ce5d | 584105ff5b87869494a42f632079668e4c3f82de | /wrapppers/help_files/reprojectImageTo3D.sci | e581939b712d42780da8ad879ca21999d59ceeda | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 155 | sci | reprojectImageTo3D.sci | function [out] = reprojectImageTo3D(disparitymat,Q,handlemissingvalue)
[out] = opencv_reprojectImageTo3D(disparitymat,Q,handlemissingvalue)
endfunction
|
91f27906e4f634afe8841aac16aac10346b7f628 | 899cecef18712265c22e100bf72286df1ec5fb65 | /Asgn1/Q3v.sci | 8837d3bc2204909d39f13e49a902593b2fcce289 | [] | no_license | ajaykumarkannan/Speech-Signal-Processing-and-Coding | 449679bef8bdf0215e96521163774f88d8a6b41e | c1d371b2866239a89312a0f64db3d61cc0b1011c | refs/heads/master | 2020-05-17T17:02:33.143586 | 2012-11-15T12:48:40 | 2012-11-15T12:48:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 928 | sci | Q3v.sci | // Part 5, c, j
[ai Fsai bitsai] = wavread('c.wav');
[a Fsa bitsa] = wavread('j.wav');
scf();
subplot(2,1,1);
plot2d(ai);
title('c');
subplot(2,1,2);
plot2d(a);
title('j');
NumSamples = Fsai * 30 / 1000;
scf();
F = Fsai*((0:NumSamples-1) - NumSamples/2) / NumSamples;
// For c
ai = ai(6484:6484+NumSamples);
ai = ai... |
922f13544f69ef6bd2cb3a85081eb7dcdedbc5bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH13/EX13.1/Ex13_1.sce | 65b0ddeb770661fe4d57c5753001eea16c839100 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | Ex13_1.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex13_1.sce.
clc;
clear;
Vc=60;
V_not=120;
t=20;
C=10e-6;
R=-t/(C*log(Vc/V_not));
printf("\n The value of resistance=%1.3f mega_ohm",R*1e-6)
|
ff6c9838024553d516354adb89823d3542db6e0f | 67ba0a56bc27380e6e12782a5fb279adfc456bad | /STAMPER_PROG_7.4/FlattenPolylineList.sci | aae1dc92c326d8cc5ffa489f68d6cf3a1aef3178 | [] | no_license | 2-BiAs/STAMPER_PROG | 8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0 | 4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0 | refs/heads/master | 2021-01-18T19:30:06.506977 | 2016-11-10T23:32:40 | 2016-11-10T23:32:40 | 71,999,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sci | FlattenPolylineList.sci | function listOutput = FlattenPolylineList(listInput)
listOutput = list();
for i = 1:size(listInput)
if typeof(listInput(i)) == 'list' then
listBuffer = FlattenPolylineList(listInput(i));
for j = 1:size(listBuffer)
listOutput($+1) = listBuffer(j);
end
... |
9b2a4de71f4735fb989a11347b863ea0d7432e89 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH3/EX3.19/Ex3_19.sce | c45bcfcac2a0266f1be4e04bc9166ad0f44a0585 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 399 | sce | Ex3_19.sce |
// Examle 3.19
// From the diagram (3.34a) Apply KVL to loop-2 i.e (For I )
// Will get { -2I-3I+6-1(I+5-4)= 0 }
// Using loop-circuit analysis
I=5/6; // Current in loop-2
V=3*I; // Unknown voltage.
disp(' Unknown voltage V = '+s... |
7f67374bc5d70503f2a5bd687e73fdb4e860eeb8 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/DEVELOPMENT-LANGUAGES/uralic/vot.tst | f91c575a557b6111061cc8ba40f918c7d9586d1f | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,806 | tst | vot.tst | entši N;TRANS;PL
nain N;TRANS;SG
tševäd N;ESS;PL
tšäsi N;NOM;SG
lumi N;PRT;SG
üü N;PRT;PL
lintu N;GEN;SG
akkuna N;AT+ESS;PL
mätši N;COM;PL
seppä N;AT+ABL;SG
varõz N;IN+ALL;SG
pää N;IN+ESS;PL
ammaz N;TERM;SG
entši N;AT+ABL;PL
susi N;IN+ABL;SG
ammaz N;PRT;SG
kõrva N;IN+ALL;SG
ilozuz N;AT+ABL;SG
päivä N;ESS;PL
õźźa N;PRT;... |
8816f193c1ea960bdd1620b91ec0354a8da417cf | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH4/EX4.15/EX4_15.sce | 4c0082cbe0043fdd53aef276e3847eec4056e181 | [] | 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,469 | sce | EX4_15.sce | clc;funcprot(0);//EXAMPLE 4.15
// Initialisation of Variables
d=0.002;..........//Diameter of wire in mm
T=124;..........//Temperature of the wire in degree celsius
Ta=30;........//Temperature of room in degree celsius
//Calculations
Tf=(T+Ta)/2;............//Film temperature in degree celsius
g=9.8;........//Ac... |
396c5a256e64c4bfa75fa0a27b33c2a22d923735 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH9/EX9.12/Example912.sce | 46818c98eb22a9a861f74822e7338c8daa5f4114 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,614 | sce | Example912.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 9 Example # 9.12 ")
// Provide all given inputs and constants of the problem
// Stefan–Boltzmann constant (W/m^2/K^4)
SIGMA = 0.0000000567;
... |
0bc951c6be6646907623ee4dd6590a10cf0d7ad7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH7/EX7.9/Example7_9.sce | ca5a7aa125eeff004018469b34f8d74b47b1d205 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 586 | sce | Example7_9.sce | //Ex 7.9
clc;
clear;
close;
format('v',7);
//Given data :
d=250/1000;//meter
L=400/1000;//meter
Pmi=6.50;//bar
N=250;//rpm
NetBrakeLoad=1080;//N
Db=1.5;//meter
mf=10;//Kg/hr
mf=mf/60/60;//Kg/sec
CV=44300;//KJ/Kg
//Calculation
n=N/2;//stroke/min
IP=Pmi*10^5*(%pi/4*d^2)*L*n/60/1000;//KW
disp(IP,"Ind... |
3a6ac4d2de18b7b95b9215a766c56ab4eacf6b7c | 14880498693284f57507e99d65f9d65104a4566c | /html/pages/contact.frm.tst | b931cb8259ec1a6cbff30956c21666b28473fff0 | [] | no_license | hasakura12/AWS_QuikID_website | 350f727586804909087a91bd0e31d144fa388749 | 55a03e0633099744b447eedd8fc88d6249b29ccb | refs/heads/master | 2021-05-30T07:24:11.738439 | 2016-01-07T21:44:43 | 2016-01-07T21:44:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,030 | tst | contact.frm.tst | <div class="contact-form">
<div class="panel panel-default">
<div class="panel-body">
<form name="contactform" id="commentForm" method="post" action="?page=contact&action=dosend" class="form-horizontal" role="form">
<div class="form-group">
<input type="text" class="form-control short" id="input... |
22108bb8ce13eae8428628e9a12532dba0c7c871 | 27b3c7fa81a61d9f600ec3010c1e82002ef79b80 | /elf/kio_project/Reader/test/Pretchet_Posoh_i_shlyapa/Pretchet_Posoh_i_shlyapa.tst | 218668f2c2e0ded00001a78ad7eefa164b0e1853 | [] | no_license | siemens-elfloader/elf | d9222a44481d3a6d2669446cd08c110a80f26225 | 878f7315e755a061967e6d8e0f59566829a9fbdf | refs/heads/master | 2023-02-13T06:59:48.187208 | 2021-01-06T09:41:52 | 2021-01-06T09:41:52 | 327,263,185 | 2 | 0 | null | null | null | null | WINDOWS-1251 | Scilab | false | false | 867,604 | tst | Pretchet_Posoh_i_shlyapa.tst | Файл из библиотеки Фензина http://www.fenzin.org
Любишь фантастику? Давай на Фензин!
Терри Пратчетт
Посох и Шляпа
Copyright © 1989 bу Terry and Lyn Pratchett
Перевод с английского Ирины Кравцовой под редакцией Александра Жикаренцева
Много лет назад я увидел в Бате очень полную американку, которая быстро-б... |
53a956154253e383846ac558084d5a25b3ee0760 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH3/EX3.20/EX3_20.sce | 2c17f4695c6837226c9e51f0130d2c3aedd2e8f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | EX3_20.sce | //Example 3.20 pg no-187
Ip=100; //LINE CURRENT
COSQ=0.787;
SINQ=0.617;
pi=3.14;
Vp=1100/1.732;
W=(2*pi*50)
Z=Vp/Ip;
R=Z*COSQ;
Xc=Z*SINQ
C=1/(W*Xc)
disp('i) Z = '+string (Z)+' ohm');
disp('ii) R = '+string (R)+' ohm');
disp('iii) Xc = '+string (Xc)+' ohm');
disp('iiii)capacitance (C) = '+string (C)+... |
ce582718fbd4ba6bc29316859528386823a7b973 | d4e77af84a9eba1cc0b4e9fc79c0d42ec8729c27 | /tests/rnd60.tst | 834e8af669b3b4dc844d4e7aced0c70a6b3db792 | [] | no_license | fericss/super-secret-avalg13-project2 | 94e9ab7e4a4106f3f68ede9e7402edd54d137ced | 9e9d062e1702f6adda56439394a4f3ec704d0637 | refs/heads/master | 2021-01-06T20:41:43.350335 | 2013-12-06T17:35:25 | 2013-12-06T17:35:25 | 32,411,892 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,185 | tst | rnd60.tst | 60
61.22051490782919 66.59414010203048
51.92641628358993 33.61424732869669
82.11863572683605 56.135671582855636
21.877201182657302 34.1040171409134
33.2872283905322 93.11598204499298
29.58902964219846 11.506061073284945
20.443687480954942 66.92205790881685
91.71255191206234 34.441350603388784
88.2469378471884 28.737130... |
57db909d3a50850a2dfbe616466549142231020c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH9/EX9.5/Example9_5.sce | bb0e0a36d69f9c53b7c18f437b3eb19ad409bb31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,069 | sce | Example9_5.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 9: POLYPHASE INDUCTION (ASYNCHRONOUS) DYNAMOS
// Example 9-5
clear; clc; close; // Clear the work space and console.
// Given data
P = 8 ; // Number of poles in the SCIM
f = 60 ; // Frequency in ... |
e8fe5e0d47143555df7f8fc2b617c0710227c441 | b260f3d67de5bd0fbb64f116da0d48c79d85382a | /intdump/intdump.sci | 58acccd97bf69bebae1fe68f57cdeed7259ddc78 | [] | no_license | nikitapinto/Scilab-Communications | 92c1002a14452dab39edda3675bc0c4a4da25919 | 4ebf7bbd70374b812eeb8dd3333ed997bca70b09 | refs/heads/master | 2021-01-10T06:27:41.892245 | 2016-04-02T16:37:42 | 2016-04-02T16:37:42 | 51,426,801 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,690 | sci | intdump.sci | funcprot(0);
function data_out = intdump(data, nsamp)
// Integrate and Dump
// Description :
// This function performs integration of the data signal over a symbol period, and then dumps the averaged the value as output.
// The symbol is represented by the number of samples per symbol as nsamp. In the case of 2-dime... |
3a05da5757f7ed8d6b0c0ef214d87b902b34a2cc | e1fcb98fc42106c41335695379d620ba376ad2ab | /Interpolacao/lagrange.sci | e64a6491d2b6f10d0154d828a7d9631c32387478 | [] | no_license | LuizFelipeLemon/CN | 82c142ff28c2cb63d1f8cb433965d63089628235 | 605076edd4ea218dd5e49dbba2b109f61efa9cfa | refs/heads/master | 2021-08-19T16:08:20.094123 | 2017-11-26T20:51:15 | 2017-11-26T20:51:15 | 103,070,142 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sci | lagrange.sci | function s = lagrange (x, y, p)
n=length(x)
s = 0
for i = 1 : n
L = 1
for j = 1 : n
if j ~= i
L=L*((p - x(j))/(x(i) - x(j)))
end
end
s = s + (y(i)*L)
end
endfunction
|
188fb77dd79bdb9a9994a495870d8e93d2634365 | c615df4b42fe20e90a196619f909aefb59526107 | /test3.tst | 36fa23e92595d3e96ce5808799c574514664b3f0 | [] | no_license | cs310comporg/A7 | 057f5b542cbe138ea04c05a80d0e801a15fa16ea | 9a8b60acb78e3edb5f1702add8dcdba4da52ce90 | refs/heads/master | 2020-05-18T21:58:54.189394 | 2019-05-08T20:49:30 | 2019-05-08T20:49:30 | 184,678,572 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | tst | test3.tst | load Larc.hdl,
set RAM16K[0] %X8101, // 1. li R1 1
set RAM16K[1] %XA070, // 2. beq R0 7 (jump to address 9)
set RAM16K[2] %XF000, //
set RAM16K[3] %XF000, //
set RAM16K[4] %XF000, //
set RAM16K[5] %XF000, //
set RAM16K[6] %XF000, //
set RAM16K[7] %XF000, //
set RAM16K[8] ... |
f74a38529cf54c7445880217e4d7c824fef3a225 | 4b3c8d2302d37ad5981adb6f68fae3db1d9820c8 | /addNewWadi.sce | 5c4d466d0279238e59836ff9fe1f04cc490f380d | [] | no_license | mayank1513/littleBird_RD_ResourceManagementSystem | 002d19579b3b55a314450ec75d2874131741564b | 090d016248164580defc9b4629ba54c9dc362949 | refs/heads/master | 2020-03-15T04:48:31.637752 | 2018-05-03T09:46:53 | 2018-05-03T09:46:53 | 131,970,842 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,166 | sce | addNewWadi.sce | if ~isdir(baseDir + '\SEWA') then
mkdir(baseDir + '\SEWA');
end
blkStr = get('blk','string')(get('blk','value'));
vilStr = get('vil','string')(get('vil','value'));
hemStr = get('hem','string')(get('hem','value'));
if isempty(blkStr)|isempty(vilStr)|isempty(hemStr) then
messagebox('Please Select Block, village a... |
c7b51451b16deb5e14f675e1345df72afc06e509 | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH8/EX8.19/8_19exam.sce | b2abe96e06b6618e8b1c17fcb5c4d78e78edc250 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | 8_19exam.sce | //Engineering and Chemical Thermodynamics
//Example 8.19
//Page no :418
clear ; clc ;
//Given
rho_w = 1000 ; // [kg/m^3]
g = 9.8 ; // [m/s^2]
h = 0.0071 ;//[m]
m_b = 1.93 * 10^-3 ; // [kg]
V = 520 * 10^-6 ; //[m^3]
R = 8.314 ;
T = 298 ;
PI = rho_w * g * h ;
C_b = m_b / V ;
MW_b = R * T * C_b / PI ;
... |
c2bab951f3415844896ef02fadcec2e90b1dcb16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH6/EX6.4/Ex6_4.sce | cd614c9919b533c921acd0cdc8b4b3e95121587a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 797 | sce | Ex6_4.sce | clc;
f1=50; //frequency of supply
f2=20; //frequency required by the load
P=4;
//for part a
Nrf_ss=(120*f1)/P; //Speed of rotor field w.r.t stator structure
Nrf_rs=(120*f2)/P; //Speed of stator field w.r.t rotor structure
//Nr (+or-) speed of rotor field w.r.t rotor = speed of stator field w.r.t stator
//for ... |
07ec4c8ec50e0ea5011cf0de7d83e8af0e77f085 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/auto/flts.sci | 8400ee06dad7029891efd9e44ee16a1adf2d2990 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,924 | sci | flts.sci | function [y,xf]=flts(u,sl,x0)
// Copyright INRIA
[lhs,rhs]=argn(0)
if type(u)<>1 then error(53,1),end
if rhs<=1 then error(39),end
[nu,mu]=size(u)
//-compat type(sl)<>15 retained for list/tlist compatibility
if type(sl)<>15&type(sl)<>16 then error(97,2),end
flag=sl(1);
select flag(1)
case 'lss' then
if rhs==2 t... |
ed95fa937aaaebb2d67bb14635a659d4c924ffb1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/spanplus.man.tst | 93244e32ae61ac25ffeb34460fcbf15796c72bc4 | [
"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 | 165 | tst | spanplus.man.tst | clear;lines(0);
A=rand(6,2)*rand(2,5); // rank(A)=2
B=[A(:,1),rand(6,2)]*rand(3,3); //two additional independent vectors
[X,dim,dimA]=spanplus(A,B);
dimA
dim
|
b42e4d70448817a206a8b2e72ff3b949515ce255 | 03ce42253fa0aff96dc7fd315fad6bfa530b6c8a | /Assignment-4.sce | 114f769cc734e209269b613acc839c6b743c601b | [
"MIT"
] | permissive | rithvikvibhu/UE18MA251-Assignment | 90217f1ce292de51eba441e4340d4ce41fda389b | e545d6b7db4f8bb6fbec790ea4aa23fba5aa0f21 | refs/heads/master | 2020-12-31T23:19:49.809377 | 2020-04-11T12:26:18 | 2020-04-11T12:26:18 | 239,072,231 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,278 | sce | Assignment-4.sce | /*
Assignment 4 - Gram Schmidt Orthagonalization and Numerically Largest Eigen value of A
Sample Inputs:
For Gram Schmidt Orthagonalization:
[1 0 1
1 0 0
2 1 0]
For Eigen values and vectors:
[3 -2 5
-2 3 6
5 6 4]
For Numerically Largest Eigen value of A:
[3 0 1
2 2 2
4 2 5]
and
[1 1 1]
*/
function gramschmidt(mat)... |
88899b9e30a862c3ab099bb746f9950738f46a83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH22/EX22.9/Ex22_9.sce | 4d5d036b25160bbf7f4677e0dbb7b912b5998414 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | Ex22_9.sce | // Example 22_9
clc;funcprot(0);
//Given data
p_1=100;// bar
p_4=0.035;// bar
T_1=500;// bar
//Calculation
// From the (Mollier) chart:
h_1=3373;// kJ/kg
h_2=2778;// kJ/kg
h_3=3478;// kJ/kg
h_4=2322;// kJ/kg
x_4=0.907;
// From steam tables
h_f5=112;// kJ/kg
W_p=10;// Pump work as calculated in kJ/kg
... |
9f07adc6ab7663d3d7020fd5c853a9d1c4543d9f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3432/CH9/EX9.6/Ex9_6.sce | 4e30f74c52c6288afb8504290bb23b44d9be01e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,217 | sce | Ex9_6.sce | //Example 9.6
//Stability of conditionally stable system using root locus.
xdel(winsid())//close all graphics Windows
clear;
clc;
//------------------------------------------------------------------
//System transfer function and its root locus
s=poly(0,'s');
num=(s+1)^2
den=(s^3);
Gs=syslin('c',num/den)
... |
c17c7e65148ae9633592a4ed433d853aed3d3ec3 | 7d3ee32048043b78e0e5100dd4c7ab9dd6dbe666 | /test_output/class_under_module.tst | 223aee1e9b4b42904d9a176526726eab9c24a56a | [
"MIT"
] | permissive | lopesivan/mruby-c-example | 91dd8846734dcb92f8330031f31b071e08ff93a6 | d66bc3831779424ab923ce7aa7e92821ac293bd4 | refs/heads/master | 2021-01-01T06:06:31.166901 | 2016-12-01T12:02:47 | 2016-12-01T12:02:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 52 | tst | class_under_module.tst | Foo::Bar initialized with: Test
baz: class + module
|
2b843449cc0f0849c64ba8bf696498fed85d8234 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/jintgen/unr_ot_04.tst | b0b92eb175f848f9e8746a864578002c895d83b4 | [] | 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 | 196 | tst | unr_ot_04.tst | // @Harness: verifier
// @Purpose: "Test for unresolved operand types"
// @Result: "UnresolvedOperandType @ 7:20"
architecture unr_ot_02 {
enum A { r = 0 }
instruction "I" a: A {
}
}
|
38c19fc05a77b29ba93daf9ad285f841c223bdd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH8/EX8.18/Ex8_18.sce | 8a236f068af297bce59aac22f5cba84eead551be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | Ex8_18.sce | clc//
//
//
//Variable declaration
I=30; //current(A)
B=1.75; //magnetic field(T)
n=6.55*10^28; //electron concentration(/m^3)
t=0.35*10^-2; //thickness(m)
e=1.6*10^-19;
//Calculation
VH=I*B*10^6/(n*e*t); //hall voltage(micro V)
//Result
printf("\n hall voltage is %0.3f micro V",VH)
|
c626722bff71b711314720b8f2f409d30298f62d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH1/EX1.4/ex_1_4.sce | 505f2bc981406676dcf4337d2776bb7188dfdcff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 579 | sce | ex_1_4.sce | //Example 1.4://ARITHEMATIC MEAN,AVERAGE DEVIATION ,STANDARD DEVIATION AND PROBABLE ERROR
clc;
clear;
T=[99.7,99.8,100,100.2,100.3];//VOLTS
q=[T(1),T(2),T(3),T(4),T(5)];//
AM=(q(1)+q(2)+q(3)+q(4)+q(5))/5;//arithematic mean in mm
for i= 1:5
qb(i)= T(i)-AM;
end
Q= [qb(1),qb(2),qb(3),qb(4),qb(5)];//
AV=(-qb(1)-qb(2)-q... |
8dbe86eda8fba00f7830bbf6d62aaeb7f46e03d3 | 5f838df28ada5a3bbd5be4c69902b9df4dbffacb | /fir_lpf_impulse_response.sci | afa10e69ca2387d6d3d3ee201e0682ea434bf276 | [] | no_license | Sai-Sumedh/filter_design_180070024 | dca29c7b95cb43421e1577af3673f29df3a83251 | c8348c85b515e9d987404c335f52150933512405 | refs/heads/main | 2023-01-14T05:11:25.601573 | 2020-11-12T18:44:36 | 2020-11-12T18:44:36 | 312,361,627 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,219 | sci | fir_lpf_impulse_response.sci | // this file gives the impulse response of an ideal LPF
function [h_n]=impulse_response_ideal_lpf(w_p, n_max) // passpand till w_p
n = -n_max:n_max;
h_n = (w_p/%pi)*sinc(w_p*n);
endfunction
//n_max = 500;
//wp2 = 1.767;
//wp1 = 1.386;
//h1 = impulse_response_ideal_lpf(wp2,n_max);
//n_axis = -n_... |
1329c4a379b43670a9148d524838d1e1a6d98280 | 42ff06ff3eb61e8d3d1673dd014ab8ef8843c533 | /scripts/app-routing.module_template.tst | 5da3a6ec4e9c7dac037b163d8c62eebf62b92ba6 | [
"MIT"
] | permissive | mckee-solutions/website | 60082b0ab8cfdc01fbf5a5075b7a752e80970a4d | b9656de27c561ced1e5c2da53740e8a4253b1e11 | refs/heads/master | 2023-01-20T04:36:07.346690 | 2020-01-11T03:12:15 | 2020-01-11T03:12:15 | 169,546,014 | 0 | 0 | MIT | 2023-01-07T03:02:24 | 2019-02-07T09:17:39 | TypeScript | UTF-8 | Scilab | false | false | 406 | tst | app-routing.module_template.tst | import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
<%= gnr8d_component_imports %>
const routes: Routes = [
{ path: '', redirectTo: '/about', pathMatch: 'full' },
<%= gnr8d_additional_routes %>
{ path: '**', redirectTo: '/about' }
];
@NgModule({
imports: [RouterMo... |
ea6812562cc7eb73db263857266c143af5b33126 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH6/EX6.5/Ex6_5.sce | 94ee69ee6b6f9ec405bab74d59528ae441e2c7a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,205 | sce | Ex6_5.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 6 : CONTROL AND STARTING OF A DC MOTORS
// Example : 6.5
clc;clear; // clears the console and command history
// Given data
V_t = 230 // shunt motor supply voltage in V
R_a = 0.4 ... |
57940575b797a88d94c3cab672936b5abb9d5b5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH13/EX13.3/Ex13_3.sce | 99a48673b2a8dc8cbb33c7dd2fc14805ab399295 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | Ex13_3.sce |
//Chapter 13 Thermodynamics Entropy and Free Energy
clc;
clear;
//Initialisation of Variables
m= 14 //gms
M= 28 //gms
R= 1.99 // cal per mole per degree
V= 30 //lit
v1= 10 //lit
//CALCULATIONS
S1= (m/M)*R*2.303*log10(V/v1)
//RESULTS
mprintf("Entropy change = %.2f E.U",S1)
|
474e4aa605dd96be0c704e5b49a1468f993d58dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH7/EX7.8/Ex7_8.sce | 9f4d96d156f8a7179226c4cf1d5f00777ade5724 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,070 | sce | Ex7_8.sce | //CHAPTER 7- SINGLE PHASE TRANSFORMER
//Example 8
clc;
disp("CHAPTER 7");
disp("EXAMPLE 8");
//23 kVA 2300/230 V 60 Hz step down transformer
//VARIABLE INITIALIZATION
va=23000; //apparent power
v1=2300; //primary voltage in Volts
v2=230; //secondar... |
b7b0c54d3834d5d4843be7c82c2d94417faedb31 | ff0f2f0553307972877bbd4f9acb9751263b2920 | /Sem2_Mathe/All/3D_5_höhenlinien_geht_nicht.sce | 5aba73694cc39ad22b5ca857e9dd9cf9006b022c | [] | no_license | 42ow0rm/UNI | 78b4bbc339cffb7124e5c8112827bec5a4799b7c | 56a5a1429a458544f5a33e3480f51c03849872f7 | refs/heads/master | 2020-03-31T22:34:19.230790 | 2019-01-03T20:00:27 | 2019-01-03T20:00:27 | 152,623,141 | 2 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | 3D_5_höhenlinien_geht_nicht.sce | //5. Schaubild Höhenlinien
//geht nicht!!!
xy = linspace(-%pi, %pi, 40);
[X, Y] = meshgrid(xy);
F = sin(X.^2 + Y.^2)./(X.^2 + Y.^2);
contour(xy, xy, F)
//Achsenbeschriftung
a = gca(); //
a.font_size = 2; //Schriftgröße für x,y,z scala
xlabel('x-Achse', 'fontsize', 5)
ylabel('y-Achse', ... |
2cbf8d8dc4afb8a507e6ccd8dba145d59d8e1b95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH3/EX3.6/ex3_6.sce | 0b5e998a6b91aaf360eb03f47c9a889280f8c41d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 998 | sce | ex3_6.sce | //Chapter-3, Example 3.6, Page 111
//=============================================================================
clc
clear
//INPUT DATA
N1=250;//no of turns in a coil
I1=2;//current in coil in A
phi1=0.3;//flux in coil in wb
dt=2//time in millisec
Em2=63.75//induced voltage in V
K=0.75
//CALCULATIONS
L1=... |
55d46edf938c5f8ef55c4001b7482bbcb15db0a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH2/EX2.9/example2_9.sce | 07d07e3ef6537d5ca44c03f75bc91d043334351d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,542 | sce | example2_9.sce |
clear;
clc;
printf("\t Example 2.9\n");
//position 1 kmoles molefraction weight
// acetic acid 0.167 0.0323 10
// water 5 0.9677 90
//position 2 kmoles molefraction weight
// aceitic acid 0.067 0.0124 4
// ... |
d48bf0e929be843e608fd2e5c11d546abcad9047 | e9d5f5cf984c905c31f197577d633705e835780a | /GED/linear/scilab/functions/pmgei_method/method/ged_generate_leaks.sci | da22ecc5506bbda31132312f3ebac80c9a060af2 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,808 | sci | ged_generate_leaks.sci | // Data Reconciliation Benchmark and GED Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
function [resRand, resGrossErrorNodalRand, varargout]=generate_leaks(xr, sd, jac, runsize, lbres, ubres)
jac_row = size(jac,1);
xrs = zeros(szx,r... |
a740c63c45f7952c8fe3f985f88367f3f4a520c3 | b825db0bfe600002648ec5074d45587473fee95b | /filterdesign.sce | 009fde4f6af4a56b9cba3d720706862ddd869208 | [] | no_license | smolvik/motor_filter | cf58d89e0cbf94ad78500315b6d31acc76163c37 | 4dd09c2d796a13e3ba15e1a91bc656a374b480bc | refs/heads/master | 2021-08-19T14:41:10.768528 | 2017-11-26T17:32:12 | 2017-11-26T17:32:12 | 112,102,587 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sce | filterdesign.sce | clear;
fs = 3000
fc = 20
hz=iir(2,'lp','cheb1',(fc/fs),[.08 .03]);
[hzm,fr]=frmag(hz,256);
plot2d('ln',fr',hzm');
//xtitle('Discrete IIR filter band pass 0.15<fr<0.25 ',' ',' ');
q=poly(0,'q'); //to express the result in terms of the delay operator q=z^-1
hzd=horner(hz,1/q)
[p,z,g]=iir(2,'lp','cheb1',(fc/... |
f93983cdb3b345fcb528465df18420bd06ee3de3 | 9cc00ee7c7659aa9cfc2b50f899d4e29aa53b837 | /fft_corr/fft_corr.sce | 6cb9e825ec8f4fd981c63831bfa9566cc4a5f71e | [
"MIT"
] | permissive | r3dhyka/Scilab_DIC_Bubble | 96fbc3a430fdee72cc4d105a950d0eaefed56860 | c2aadea9c8dd9716098a27f1dcd69aa750bad8af | refs/heads/master | 2020-12-31T00:55:16.028319 | 2017-03-01T01:30:37 | 2017-03-01T01:30:37 | 80,599,131 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,493 | sce | fft_corr.sce | //**************************************************************************/
//
//FFT Cross Correlation for Micro-bubble size estimation
//Last updated July 25, 2016
//
//
//
// * Copyright (c)2016 Grace G. Redhyka, ggredhyka@gmail.com
// *
// * Permission is hereby granted, free of charge, to any person obtaining
//... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.