搜索资源列表
MATLAB-energy-source-chaos
- 典型的能源系统的混沌三相图,包含函数的设定以及x-y-z,x-t,y-t,z-y的图像模拟-Typical chaotic phase diagram of the energy system, contains a set of functions as well as xyz, xt, yt, zy image simulation
wvfreadb_moreinput
- 读取Yokogawa DL 750, DL 1600 系列 与 DL 7440 示波器的数据. 特点:允许多个通道(trace)的输入,如: [x(:,1:4),x(:,5)]=wvfreadb_moreinput(filename, 1, [1,2,3,4], 1)-loads YT-waveform data from*.wvf file saved by Yokogawa DL 750, DL 1600 series and DL 7440 Oscilloscopes into t
4-Profile-Storage
- using L in profile storage. We may solve Ly b accessing L by row and either LTx y accesing LT by column or equivalently xTL yT accessing L by row-using L in profile storage. We may solve Ly b accessing L by row and
shuzhisuanfa
- 基于拉格朗日多项式差值,已知一些给定的数值点(xi,yi)求未知的数xt对应的yt的值。-Lagrange polynomial based on the difference between the known value of some given point (xi, yi) find the value of an unknown number of xt corresponding yt.
LSSVM
- 最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化-igam=0.001 isig2=0.001 [gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },... [0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm ) type= function approximation kernel= RBF_
1
- 1、实现SPI驱动TSC2046,读取X,Y触摸坐标 2、触摸坐标和LCD坐标的对应关系可由矩阵平移、旋转、缩放三者来表示 XL XT*A+XT*B+C YL YT*D+YT*E+F 采用五点校正算法,计算出参数A,B,C,D,E,F 因为参数多为小数不易存放,所以乘以一个参数作为整数存放。 3、每次读取触摸按下的坐标时,读TSC2046的是触摸坐标, 而需要的是LCD坐标,所以把触摸坐标和上述参数代入上面等式即可获得-1, to achieve SPI drive