Welcome![Sign In][Sign Up]
Location:
Search - input.y

Search list

[Otherzmod

Description: Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \\ ________|/ % | | | s2 |/ y(:,2) % \\____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz]) -an experience a elliptica l motion called whirl. It is important to decomp Rose this motion into a forward and backward whil orbits. The current function makes use of two se nsors to generate a bi-directional spectrogra m. The method can be extended to any time-freque ncy distribution% compute the forward / backw ard Campbell / specgtrogram% INPUT : % y (n x 2) each column is measured from a differen t sensor ///////%%% __ | s1 | y (:, 1)% | __ |%% __ / \\ ________|/% | | | s2 | / y (:, 2)% \\ ___/_____/20__ --------|/% Fs Sampling frequnecy %% OUTPUT : spectrogram% B / Campbel diagram% x x-axis coor dinate vector (time or Speed)% y y-axis coordin ate vector (frequency [Hz])
Platform: | Size: 62056 | Author: yupenghui | Hits:

[Otherzmod

Description: Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz]) -an experience a elliptica l motion called whirl. It is important to decomp Rose this motion into a forward and backward whil orbits. The current function makes use of two se nsors to generate a bi-directional spectrogra m. The method can be extended to any time-freque ncy distribution% compute the forward/backw ard Campbell/specgtrogram% INPUT : % y (n x 2) each column is measured from a differen t sensor ///////%%% __ | s1 | y (:, 1)% | __ |%% __/\ ________|/% | | | s2 |/y (:, 2)% \ ___/_____/20__--------|/% Fs Sampling frequnecy %% OUTPUT : spectrogram% B/Campbel diagram% x x-axis coor dinate vector (time or Speed)% y y-axis coordin ate vector (frequency [Hz])
Platform: | Size: 61440 | Author: yupenghui | Hits:

[Special Effectsdeinterlace-1

Description: 比较实用去隔行算法源码,输入为YUV视频序列。-De-interlacing algorithm more practical source, input for YUV video sequences.
Platform: | Size: 14336 | Author: fisher zhang | Hits:

[Other Databasesdayinhenannongyedaxue

Description: 打印河南农业大学这几个字,但键盘输入y 时继续,n时推出,中间有提示,-Print Henan Agricultural University, the words, but the keyboard input y to continue, n when the introduction of the middle of tips
Platform: | Size: 1024 | Author: KevinLau | Hits:

[Graph programseg

Description: 图像分割试验,对图像进行边缘检测再分割。输入图像名eg:123.jpg-Image segmentation experiments, the image edge detection and then split. Input image name eg: 123.jpg
Platform: | Size: 1024 | Author: mona | Hits:

[Data structsy

Description: 用c++写的约瑟夫环 可任意输入报数上限与密码-With c++ Written by Joseph Central arbitrary input can be reported that the maximum number and password
Platform: | Size: 1024 | Author: wangwei | Hits:

[Other3

Description: windows xp 的DOS批命令中接受一个键盘输入的字符(... ? C语言,如何给下面代码加一个是否继续计算Y/N? ? 运行时please input the name:,然后直接是are you s... ? 输入Y?N?后的值为? -windows xp batch of DOS command to accept a keyboard input characters (...? C language, how to add the following code a calculation of whether to continue Y/N?? running please input the name:, are then directly are you s. ..? input Y? N? after the value is?
Platform: | Size: 2048 | Author: 蜗蜗牛 | Hits:

[Special Effectsseg

Description: 输入彩色图像,根据亮度差确定边缘,并分割图像,输出分割后的彩色图像。-Input color image, according to the brightness difference to determine the edge, and split images, the output of the color image after segmentation.
Platform: | Size: 1024 | Author: anna | Hits:

[Algorithmbianhuan

Description: 实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。-A function of the realization of FFT transform. Call the form of y = bianhuan (xr, n) of them, xr Fourier transform in order to carry out the sampling signal for the input, y is output, n is the length of the signal xr.
Platform: | Size: 1024 | Author: serena | Hits:

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[IME Developpin_yin_shu_ru_fa

Description: 支持联想的输入法,能够保存用户输入词组,并且可以支持常见拼音输入错误,并且支持文件保存和图片输出-Lenovo support input method, to preserve the phrase entered by the user, and can support the importation of common spelling errors, and supporting documents and pictures to preserve the output
Platform: | Size: 2760704 | Author: seahaa | Hits:

[Windows DevelopMAKE_DXF4

Description: Create DXF Autocad 12 format from a text file that contains xyz coordinates of points two format is supported no,x,y,z and no,x,y,z,code for input files
Platform: | Size: 13312 | Author: bob | Hits:

[Othervhdl

Description: 实现代码,A、B为输入、Y为输出,它们为8位向量。OE为输出使能,低电平有效。IE为输入锁存时能,上升沿有效。Ci为进位输入,Co为进位输出。 S0、S1、S2为运算逻辑选择输入: ,用vhdl语言编写,基于数字电路。-Implementation code, A, B input, Y the output, they are 8-bit vector. OE to output enable, active low. IE when the input latch, rising edge and effective. Ci for the Carry input, Co to carry out. S0, S1, S2 for the arithmetic logic selection input: using vhdl language, based on digital circuits.
Platform: | Size: 1024 | Author: youruo | Hits:

[Graph Recognizedfbrec_l

Description: DFBREC_L Directional Filterbank Reconstruction using Ladder Structure x = dfbrec_l(y, fname) Input: y: subband images in a cell vector of length 2^n f: filter in the ladder network structure, can be a string naming a standard filter (see LDFILTER)- DFBREC_L Directional Filterbank Reconstruction using Ladder Structure x = dfbrec_l(y, fname) Input: y: subband images in a cell vector of length 2^n f: filter in the ladder network structure, can be a string naming a standard filter (see LDFILTER)
Platform: | Size: 1024 | Author: maple | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[matlabfit_maxwell_pdf

Description: fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples. fits data to the probability of the form: p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a)) with parameter: a format: result = fit_maxwell_pdf( x,y,W,hAx ) input: y - vector, samples of the histogram to be fitted x - vector, position of the samples of the histogram (i.e. y = f(x,a)) W - matrix or scalar, a square weighting matrix of the size NxN where N = length(y), or 0 to indicate no weighting is needed. hAx - handle of an axis, on which the fitted distribution is plotted if h is given empty, a figure is created. output: result - structure with the fields a - fitted parameter VAR - variance of the estimation type- weighted LS or not weighted LS iter- number of iteration for the solution- fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples. fits data to the probability of the form: p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a)) with parameter: a format: result = fit_maxwell_pdf( x,y,W,hAx ) input: y - vector, samples of the histogram to be fitted x - vector, position of the samples of the histogram (i.e. y = f(x,a)) W - matrix or scalar, a square weighting matrix of the size NxN where N = length(y), or 0 to indicate no weighting is needed. hAx - handle of an axis, on which the fitted distribution is plotted if h is given empty, a figure is created. output: result - structure with the fields a - fitted parameter VAR - variance of the estimation type- weighted LS or not weighted LS iter- number of iteration for the solution
Platform: | Size: 2048 | Author: resident e | Hits:

[matlabfit_rayleigh_pdf

Description: fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s with parameter: s format:result = fit_rayleigh_pdf( x,y,W,hAx ) input: y - vector, samples of the histogram to be fitted x - vector, position of the samples of the histogram (i.e. y = f(x,a)) W - matrix or scalar, a square weighting matrix of the size NxN where N = length(y), or 0 to indicate no weighting is needed. hAx - handle of an axis, on which the fitted distribution is plotted output: result - structure with the fields s - fitted parameter VAR - variance of the estimation type- weighted LS or not weighted LS iter- number of iteration for the solution-fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s with parameter: s format:result = fit_rayleigh_pdf( x,y,W,hAx ) input: y - vector, samples of the histogram to be fitted x - vector, position of the samples of the histogram (i.e. y = f(x,a)) W - matrix or scalar, a square weighting matrix of the size NxN where N = length(y), or 0 to indicate no weighting is needed. hAx - handle of an axis, on which the fitted distribution is plotted output: result - structure with the fields s - fitted parameter VAR - variance of the estimation type- weighted LS or not weighted LS iter- number of iteration for the solution
Platform: | Size: 2048 | Author: resident e | Hits:

[WEB Codeweijiyuanli

Description: 编写一程序,作BCD数的四则运算,在程序中设置非压缩BCD数X,从键盘输入一位十进制数Y。将X+Y、X-Y、X*Y及X/Y(不考虑余数)分别送ANS_A,ANS_S,ANS_M及ANS_D变量。-Write a program for the BCD number of mathematical operations, in the program to set the number of non-compressed BCD X, a decimal number from the keyboard input Y. The X+ Y, X-Y, X* Y and X/Y (without regard to the remainder) were sent to ANS_A, ANS_S, ANS_M and ANS_D variables.
Platform: | Size: 300032 | Author: 阳凯 | Hits:

[assembly languageA-math-routine-to-calculate-the-atan(x-y)-using-C

Description: calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
Platform: | Size: 3072 | Author: microorganisme | Hits:

[Algorithmsova0

Description: This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward L_a: a priori information about the info. bits. Extrinsic info. from the previous component decoder ind_dec: index of the component decoder. =1: component decoder 1 The trellis is terminated to all zero state =2: component decoder 2 The trellis is not perfectly terminated. Output: L_all: log ( P(x=1|y) ) / ( P(x=-1|y) ) Frame size, info. + tail bits- This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward L_a: a priori information about the info. bits. Extrinsic info. from the previous component decoder ind_dec: index of the component decoder. =1: component decoder 1 The trellis is terminated to all zero state =2: component decoder 2 The trellis is not perfectly terminated. Output: L_all: log ( P(x=1|y) ) / ( P(x=-1|y) ) Frame size, info. + tail bits
Platform: | Size: 1024 | Author: yk | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net