Welcome![Sign In][Sign Up]
Location:
Search - YV

Search list

[Other resourcebessel

Description: Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
Platform: | Size: 18491 | Author: luo chao | Hits:

[AlgorithmMAIN 3-DIMENSIONAL CFD-PROGRAM

Description:

 

#//u(i,j)        x方向的速度u;或者θ方向速度
#//u(i,j)        y方向的速度v;或者径向速度ur'h\K
#//pc(i,j)       压力修正 p'[OS
#//p(i,j)        压力p-=5-+
#//p(i,j)        密度ρBk
#//p(i,j)        扩散系数γQ"G48E
#//t(i,j)        温度Tn7/bKr
#//ake(i,j)        湍流脉动能量k971E
#//dis(i,j)      动能的耗散率ε4
 
//amut(i,j)     湍动扩散系数+
//gen(i,j)      湍流能量的生成率S
//f(i,jnf)     不同的φ变量M
//lsolve(nf)   1,求解变量f(i,j,nf)  8
//lprint(nf)   1,打印变量f(i,j,nf)   ~f
//lblk(nf)     1,对变量f(i,j,nf)应用块修正b5|{@U
//mode         选择坐标系的变量. 目前只支持mode=1.
mode=1 直角坐标系(x~y)BMI
mode=2 圆柱坐标系(r~z)^pg>)
mode=3 极坐标(r~θ)   Z^r[LE
solve子程序中求解变量f(i,j,nf)的重复扫描次数 b
变量fi,j,nf)的字符性标题 |L;
 
//xl    计算区域在x方向上的宽度)?
//yl    计算区域在y方向上的宽度@ob
//l1     x方向上主控制体的网格数。也是x方向上压力节点位置的最后一个i值。
//m1   y方向上主控制体的网格数。也是y方向上压力节点位置的最后一个j值。
//dt           时间步长 △t
//第三部分网格设定的变量
//x(i)        节点位置的x
//xu(i)       主控制容积在x方向的界面位置,即速度u(i,j)所在位置
//xdif(i)     差值 x(i)-x(i-1)
 //xcv(i)      主控制容积在x方向上的宽度
//xcvs(i)     速度u(i,j)的控制容积在x方向上的宽度
//y(j)        节点位置的y
//yv(j)       主控制容积在y方向的界面位置,即速度v(i,j)所在位置
//ydif(j)     差值 y(j)-x(j-1)
//ycv(j)      主控制容积在y方向上的宽度
//ycvs(j)     速度v(i,j)的控制容积在y方向上的宽度
////r(i,j)      主网络节点的半径r
////rmn(j)      在速度v(i,j)所在处的半径r之值
////sx (j)      主网格节点位置y(j)x方向上的标尺因子
//sxmn(j)     在界面位置yv(j)x方向的尺度因子
       //上面四个变量应用于非直角坐标系的情况
//xcvi(i,j)   xcv(i) 中与u(i,j)的控制容积相覆盖的部分
//xcvi(i,j)   xcv(i) 中与u(i+1,j)的控制容积相覆盖的部分
//ycvr(j)     主控制容积垂直于x方向的面的面积
//ycvrs(j)    速度v(i,j)的控制容积垂直于x方向的面的面积
//arx(j)      x方向相垂直的控制容积的面积
//arxj(j)     arx(j)中与速度v(i,j)的控制容积相覆盖的部分
//arxjp(j)    arx(j)中与速度v(i,j+1)的控制容积相覆盖的部分
//arxjarjxp实际上对应于x方向上的ycviycvip
 
//第四部分差分方程系数设定的变量
//con(i,j)    离散方程中的常数项b,在子程序gamsor中又作为存储sc的单元
//aip(i,j)    系数ae
//aim(i,j)    系数aw
//ajp(i,j)    系数an
//ajm(i,j)    系数as
//ap(i,j)     系数ap,在在子程序gamsor中又作为存储sp的单元
//flow         穿过控制容积界面的质量流率
//diff         扩散传导性 D
//acof         DIFLOW子程序计算的量,它给出了对流与扩散作用的联合影响
 
//第五部分求解差分方程过程中的变量求解
//du(i,j)     影响u(i,j)de
//dv(i,j)     影响v(i,j)dn
//pv(j)       用于计算主网络节点i,j上的质量流率的ρvr的插值因子:计算式如下: //fvp(j)      说明同上
//fx(i)       用于计算主控制容积界面(即速度u(i,j)所在处)的密度
 
//            rhom的插值因子,计算式如下:
 
//fxm(i)      说明同上
//pt(i)pt(j) tdma中的转换系数(消元过程中)l
//qt(i)qt(j) tdma中的转换系数(消元过程中)
//第六部分 index变量
int nf;               //nf           标明不同φ变量的下标值
int nfmax;         //nfmax        设有存储单元的nf的最大值
int np;              //(nfmax)      p(i,j)实际为f(i,j,nfmax)
int nrho;           //(nfmax+1)    rho(i,j)实际为f(i,j,nfmax)
int ngam;         //(nfmax+2)    gam(i,j)实际为f(i,j,nfmax+2)n
int l2;              //l2           (l1-1)
int l3;              //l3           (l1-2)
int m2;           //m2           (m1-1)
int m3;           //m3           (m1-2) 2
int ist;                    //ist          i的第一个内节点值`
int jst;                    //jst          j的第一个内节点值
int iter;                   //iter         不稳态问题的步进计数
int last;                   //last         用户所规定的最大迭代计数
int iter1;             //iter1        一个时间点求解setup2( )的迭代次数
double time;              //time         不稳态问题中的时间t
int ipref;              //ipref        压力参考结点的i
int jpref;                //jpref        压力参考结点的j=/
 
//第七部分其它变量
double rhocon;           //rhocon       密度为常数的问题中的ρ
int lstop;                 //lstop        =1时,停止计算
double  smax;            //smax         p'方程中的质源的最大值

double  ssum;            //ssum         p'方程中的质源的代数和


Platform: | Size: 11439 | Author: tanglincn | Hits:

[Picture Vieweryv12_y_2

Description: 可用于YUV序列的Y分量的显示,对于多媒体编程方面的人,可以做参考-sequences can be used to YUV component of the Y, multimedia programming for the people, can do reference
Platform: | Size: 64512 | Author: 朱立英 | Hits:

[Algorithmbessel

Description: Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order. -Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
Platform: | Size: 18432 | Author: luo chao | Hits:

[Graph programrgb24_to_yv12

Description: rgb24_to_yv12 颜色转换 ,rgb 转yv12-rgb24_to_yv12
Platform: | Size: 1024 | Author: | Hits:

[source in ebookkalman-filtering

Description: 卡尔曼滤波程序: kalman filtering-load initial_track s y:initial data,s:data with noise T=0.1 yp denotes the sample value of position yv denotes the sample value of velocity Y=[yp(n) yv(n)] error deviation caused by the random acceleration known data Y=zeros(2,200) Y0=[0 1] Y(:,1)=Y0 A=[1 T 0 1] B=[1/2*(T)^2 T] H=[1 0] C0=[0 0 0 1] C=[C0 zeros(2,2*199)] Q=(0.25)^2 R=(0.25)^2
Platform: | Size: 3072 | Author: lee | Hits:

[CSharpcurvefit

Description: 调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至gaocongly@126.com咨询讨论-Call the method: CurveFitting fitting = new CurveFitting () double [] xs = fitting.Fitting (xv, yv, n, m) Note: Fitting function: double [] xs = Fitting (int [] xval, double [] val, int n, int m) xval: point of abscissa val: the value of the vertical axis point n: For the maximum number of polynomial fitting m: the number of fitting points array of xs for the return of the multi- polynomial coefficients, the number from 0 to n. For questions, please send an email to gaocongly@126.com consultation and discussion
Platform: | Size: 2048 | Author: renyuhui | Hits:

[matlabrangePolyponPoint

Description: Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10 0], y = [ 0 0 10 10].
Platform: | Size: 1024 | Author: 小张 | Hits:

[e-languageqiandao

Description: 易语言QQ群签到源码-yi yv yan qq qun qian dao yuan ma
Platform: | Size: 614400 | Author: 张俊博 | Hits:

[Other猜拳

Description: 猜拳!闲着没事写写。不喜勿喷!厌则走,喜则留!多说一句都是求!(wo bu hui ying yv , wo yong pinyin)
Platform: | Size: 7168 | Author: 孤夜白 | Hits:

[OtherFractions PDF

Description: ,b yv rgbnjg bfbwfb ergeg bfebf bfb wrb gbr brw bg b gb
Platform: | Size: 571392 | Author: I am L | Hits:

[Otherkalman滤波的仿真

Description: 5.4.2 Kalman滤波器的设计 这一节将讨论如何使用控制系统工具箱进行Kalman滤波器的设计和仿真。 考虑下面的离散系统: x[n+1]=Ax[n]+B(u[n]+w[n]) (5.9) y[n]=Cx[n] (5.10) 其中, w[n]是在输入端加入的高斯噪声。 状态矩阵参数分别为 A = [1.1269-0.49400.1129 1.0000 0 0 0 1.0000 0]; B = [-0.3832 0.5919 0.5191]; C = [1 0 0]; 我们的目标是设计Kalman滤波器, 在给定输入u[n]和带噪输出测量值 yv[n]=Cx[n]+v[n]的情况下估计系统的输出。 其中, v[n]是高斯白噪声。 1) 离散Kalman滤波器 上述问题的稳态Kalman滤波器方程如下:  测量值修正计算(Design of 5.4.2 Kalman filter This section will discuss how to use the control system toolbox to design and simulate Kalman filters. Consider the following discrete systems: X [n+1] =Ax [n] +B (u [n] +w [n]) (5.9) Y [n] =Cx [n] (5.10) Among them, w [n] is the Gauss noise added at the input end. State matrix parameters are respectively A = [1.1269-0.49400.1129 1 1]; B = [-0.3832 Zero point five nine one nine 0.5191]; C = [100]; Our goal is to design Kalman filters at given input u [n] and noise output measurements. The output of the system is estimated in the case of YV [n] =Cx [n] +v [n]. Among them, v [n] is Gauss white noise. 1) discrete Kalman filter The steady-state Kalman filter equations for the above problems are as follows: Correction calculation of measurement value)
Platform: | Size: 221184 | Author: 圆圆圈圈m | Hits:

CodeBus www.codebus.net