-
buttord-digital-filter-design
说明: 通带截止频率 =2 4k rad/s,阻带截止频率 =2 8k rad/s,通带波纹系数 =0.3dB, 阻带波纹系数 =50dB,采样频率fs=20000Hz。(The digital filter are the digital signal processing important content, the digital filter may divide into IIR and the FIR two main kinds. As for the IIR digital filter design, we need the help of analog prototype filter, and then transform analog filter into digital filter.)
- 2011-03-12 21:40:42下载
- 积分:1
-
ljdbczj
利用PEM函数对MAF传感器的阶跃响应实验数据,进行辨识建模(use PEM MAF sensor function to the step response data for identification modeling)
- 2007-03-16 17:48:04下载
- 积分:1
-
code-Feature-Selection-using-Matlab
一种基于matlab的神经网络编码特征选择。特征点提取。(Based on neural network matlab coding feature selection. Feature point extraction.)
- 2014-01-18 22:06:34下载
- 积分:1
-
alamouti2_2
source code for alamouti
- 2013-12-23 12:30:02下载
- 积分:1
-
moxing
车辆传动模型,可进行换以及离合器分离结合挡仿真。(Vehicle transmission model, the shift can be simulated.)
- 2013-07-26 21:44:11下载
- 积分:1
-
chuanbosuanzi_DOA
空间谱估计基于传播算子DOA估计算法MATLAB仿真程序(Spatial spectrum estimation based on propagator DOA estimation algorithm MATLAB simulation program)
- 2011-09-18 10:42:21下载
- 积分:1
-
TrustManagerFactoryImpl
TrustManagerFactory service provider interface implementation.
- 2014-02-17 13:02:07下载
- 积分:1
-
ur5_setup-master
说明: 机器人matlab仿真,与Vrep通信 实现联合仿真(Matlab simulation of trajectory planning robot realizes trajectory planning, trajectory tracking control and other functions)
- 2021-04-13 15:48:56下载
- 积分:1
-
Matlab
MATLAB7混合图像编程。详细介绍了MATLAB7.x与其它语言混合变成的方法。是程序开发更加高效,灵活(Graphics Programming MATLAB7 mixed. Described in detail MATLAB7.x become mixed with other language approach. Development is more efficient, flexible)
- 2008-02-23 13:28:33下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1