资源列表
石头剪子布
- 在ofdm系统中扰码仿真
cube
- 画出一个“立体的”立方体,用红蓝眼镜看可以看出立体效果。-This matlab code draw a 3D cube .
bpsk
- 用matlab产生仿真BPSK信号,并对BPSK信号采用FFT进行频谱分析。-Simulation of BPSK signals generated by matlab, and BPSK signals using FFT spectral analysis.
xtx1
- 用BP网络实现单层的异或门.没有用函数,具体见算法.-BP network to achieve single XOR gate. Did not use the function, see the specific algorithm.
percep1
- 此程序解决人工神经网络的筛选,能精确地选出合适的变量-This resolves the artificial neural network screening, can accurately select the appropriate variable
HandData
- This function reads the images of head. The basic steep to start tracker
bisecteps.c
- general bisection method for finding the roots.
duffingRK4
- Dunffing 方程 采用4阶龙格库塔法解-Dunffing function by Rk4
mimi
- 简单的加密算法,能将字符串加密,可以移植,简单易懂-Simple encryption algorithm, can string encryption, portable, easy to understand
griddataexam
- 对一个三维图形的进行插值,获得插值后的图形-For a three-dimensional graphics can be interpolated to obtain graphics interpolated
wrap_test
- 这是一个很有效率的小程序,虽然很简短,但是可以作为学习matlab 的好材料-This is a very efficient small program, although very brief, but can serve as a good material for learning matlab
3-7
- 实现下面的数组元素交换位置函数:void swap(int a[], int m, int n) 该函数能够把数组a的前m个元素与后n个元素交换位置,即, 交换前:a1,a2,...,aM, aM+1,aM+2,...,aM+N 交换后:aM+1,aM+2,...,aM+N, a1,a2,...,aM (要求:除数组a外,不得引入其它数组。)- implement the following array element exchange position function: