-
PLC-analog
A programmable-logic controller (PLC) is a compact computer-based electronic system that uses digital or analog input/output modules to control machines, processes, and other control modules. A PLC is able to receive (input) and transmit (output) various types of electrical and electronic signals and use them to control and monitor practically any kind of mechanical and/or electrical system.
- 2013-07-19 19:40:51下载
- 积分:1
-
M
说明: This file contains the codes for M/G/1 queueing with simulation results..
- 2011-11-28 02:30:44下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
Linear_Regression_Program
linear regression algorithm
- 2009-12-10 21:39:38下载
- 积分:1
-
SVR
该文件是关于支持向量回归机的代码,其中包括数据预处理的信息。(The file is about support vector regression machine code, including data pretreatment of information.)
- 2011-12-02 16:57:51下载
- 积分:1
-
MPU6050
MPU6050_Arduino 计算三轴陀螺仪的姿态变换计算其角度(MPU6050_Arduino calculate the three-axis gyroscope attitude transformation to calculate the angle)
- 2014-05-07 21:36:46下载
- 积分:1
-
FHSS_DSSS_CDMA
FHSS_DSSS_CDMA的m文件,可以在matlab的simulink上仿真~(FHSS_DSSS_CDMA the m file )
- 2012-05-12 09:56:36下载
- 积分:1
-
newpso
这是一种改进的粒子群优化算法,通过简单的测试函数验证(This is an improved particle swarm optimization, through a simple test function verification)
- 2013-10-29 10:02:58下载
- 积分:1
-
自动编码器
说明: 改进自动编码器,并将其用于火电机组的数据建模(Improving automatic encoder and applying it to data modeling of thermal power unit)
- 2019-05-15 09:41:27下载
- 积分:1
-
SNR
matlab的信噪比处理代码,大家可以使用。(Signal to Noise Ratio)
- 2013-12-04 11:10:00下载
- 积分:1