-
enigma
The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly commented and the application can run in MATLAB by just typing rotors
- 2009-02-01 13:09:29下载
- 积分:1
-
rx_phase_tracker
数据辅助的载波相位跟踪,在第n个接收符号的DFT之后,导引子载波等于信道频率响应和已知符号的乘积根据余下的频率误差旋转以后的结果。(Data-aided carrier phase tracking in the first n months after receiving DFT symbols, guided subcarriers equivalent channel frequency response and known symbol of the product in accordance with rotation frequency error remaining after the results.)
- 2008-05-21 15:18:30下载
- 积分:1
-
Radio
说明: VC&Matlab混合编程实现无线电导航指示器(VC )
- 2008-11-07 17:30:05下载
- 积分:1
-
kasami-and-gold-sequences
gold and other sequences generation for UWB transmission
- 2013-03-08 16:18:36下载
- 积分:1
-
fangmao
使用大量的有限元法求解偏微分方程,LDPC码的完整的编译码,基于人工神经网络的常用数字信号调制。( Using a large number of finite element method to solve partial differential equations, Complete codec LDPC code, The commonly used digital signal modulation based on artificial neural network.)
- 2016-12-27 09:12:01下载
- 积分:1
-
NR_Pmethod
极坐标系下电力系统潮流计算Matlab版源程序(Matlab version of the source of power flow calculation in polar coordinates)
- 2012-06-07 22:04:54下载
- 积分:1
-
ACO-on-JSSP
Dynamic job shop scheduling problem is one form of a job shop scheduling problem with varying arrival time job or not concurrent. This problem can be represented in graph form, which is to seek the shortest path from start point to destination point. One solution that can be used is with the ant colony optimization algorithm. There are three method to input the job : xls file, matriks, and atrractive dialog.
- 2012-07-06 18:36:23下载
- 积分:1
-
sxjm
部分全国大学生数学建模竞赛题,及报告,算法很好(The title and the report of part of the National Undergraduate Mathematical Contest in Modeling)
- 2012-07-08 18:12:54下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
TCR_FC
FC-TCR. stabilize voltage simulation in matlab simulink.
- 2017-11-14 09:27:54下载
- 积分:1