-
array_core
天线方向图用于画简单的天线方向图,适合初学者学习使用,(the antenna dir)
- 2010-11-13 18:15:01下载
- 积分:1
-
RS
说明: RSA is a cryptosystem for public-key encryption, and is widely used for securing sensitive data, particularly when being sent over an insecure network such as the Internet.A user of RSA creates and then publishes a public key based on the two large prime numbers, along with an auxiliary value. The prime numbers must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, if the public key is large enough, only someone with knowledge of the prime numbers can feasibly decode the message
- 2015-02-27 14:59:22下载
- 积分:1
-
puikeng
包括单边带、双边带、载波抑制及四倍频,包含收发两个客户端的链路级通信程序,图像的光流法计算的matlab程序。( Including single sideband, double sideband, suppressed carrier and quadruple, Contains two clients receive link-level communications program, Image optical flow calculation matlab program.)
- 2016-12-19 22:16:30下载
- 积分:1
-
recognizedemo
本程序是用MATLAB编写的孤立词的语音识别的程序,包含mel倒谱分析以及单个词的语音识别。(This procedure is used to prepare MATLAB isolated word speech recognition procedures, including mel cepstrum analysis, and single-word speech recognition.)
- 2020-06-26 20:20:02下载
- 积分:1
-
115ServerVirtualizationROZENFELD
server virtualization
- 2010-06-23 05:32:04下载
- 积分:1
-
low_passfilter
用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。(Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own, in that its code is also attached. Hope useful for everyone.)
- 2008-03-09 13:53:13下载
- 积分:1
-
算法测试函数
MATLAB的算法测试测试函数一共十个,都是最经典的(MATLAB algorithm test function of a total of ten, are the most classic.)
- 2021-02-18 10:59:45下载
- 积分:1
-
antlabel_Antarctic
On a map, place a label corresponding to any of the 25,394 features identified by SCAR.
- 2013-07-26 15:50:21下载
- 积分:1
-
Mur
Mur boundary 2D FDTD, 2维FDTD采取MUR二阶近似,时变动态电磁场(Mur boundary 2D FDTD, second order Mur approximation, time variant Time signal simulation)
- 2011-09-22 11:51:24下载
- 积分:1
-
zdl
运用matlab编程求最短路径的算法a=xlsread( D:数据.xls ) 调入数据
n=size(a,1)
for i=1:n
for j=1:n
if a(i,j)==1000
a(i,j)==inf 不相邻点之间的距离赋值为无穷大
(The shortest path)
- 2011-12-29 12:47:27下载
- 积分:1