10 Resultados encontrados para "Archivo:B_Num_2.svg".

Archivo:B Num 2.svg

  The SVG code is valid.   This digit was created with a text editor. Previous version had been created with Inkscape (6642 bytes)  7  now 4.47% of previous...


Archivo:Acoustic weighting curves.svg

Module[ {num, den}, num = (12200^2*f^4); den = (f^2 + 20.6^2)* Sqrt[(f^2 + 107.7^2)*(f^2 + 737.9^2)]*(f^2 + 12200^2); 2 + 20*Log[10, num/den] ]; b[f_] :=...


Archivo:Closest pair of points.svg

NUM_POINTS = 256, 256, 16 local COLOR = { normal = '#000', closest = '#f00' } local RADIUS = 5 math.randomseed(os.time()) local P = {} for _ = 1, NUM_POINTS...


Archivo:DKW bounds.svg

np.log(2.0/alpha) / n) lower = np.maximum(y - eps, 0) upper = np.minimum(y + eps, 1) return lower, upper num_samps = 30 x = np.linspace(-4,4, num=500) y...


Archivo:G712 butterworth.svg

13; wLog = 2*pi*logspace(2, 5, pointNb); fc = 0.87; [num, den] = butter(order, 2*pi, 's'); while ( length(num) < length(den) ) num = [0, num]; endwhile;...


Archivo:Electronic linear filters.svg

pass-band (dB) Rpass = 0.5; % ripple in the stop-band (dB) Rstop = 20; w = 0:pi/255:pi; [num, den] = butter(N, band, 'low'); butterfilter = abs(freqz(num, den...


Archivo:Cactus model of Mandelbrot set.svg

OldRadius, int num, int den ){ //double t = (double)num / den; double d2 = den*den; //printf( "t = %f ; d2 = %f ",t, d2); //double temp =(num*num)/d2; //printf(...


Archivo:CDF bounds.svg

fmin(upper, 1) return lower, upper num_samps = 30 x = np.linspace(-4,4, num=500) y = stats.norm.cdf(x) x_rand = np.random.randn(num_samps) x_ecdf, y_ecdf = ecdf(x_rand)...


Archivo:Rotation with rational angle 3 over 7.svg

y="50" dy="-10">B</text> <text x="400" y="350" dx="30">C</text> </g> mark point by drawing a smalll circle */ void mark_point( int num, int den, char *stroke_c...


Archivo:G712 butterworth normalized.svg

2*pi*logspace(-1, 1, pointNb); fc = 0.87; Adb = []; for order = 8:16 [num, den] = butter(order, 2*pi, 's'); while ( length(num) < length(den) ) num =...