-
WSNnodealgorithm
采用matlab实现的wsn节点算法,对于研究wsn非常有好处。虽然有很多人有类似的代码,但是这个代码比较相信。(Using matlab to achieve wsn node algorithm for the study of wsn very good. Although many people have similar code, but this code is to believe.)
- 2011-08-09 01:40:22下载
- 积分:1
-
由 matlab RSA 加密
中输入相关: 所需的模量位长度, k 。
输出: 一个 RSA 密钥对,((N,e) 的) 其中,N 是两个素数的乘积的模数 (N = pq) 不超过 k 位的长度 ;e 是公共指数,数目少于和互质到 (p-1)(q-1) ;d 是私钥指数这样ed ≡ 1 (mod (p-1)(q-1))。
----------
摘要:
n = 的 pq,p 和 q 哪里不同的素数。
皮皮、 φ = (p-1)(q-1)
e < n 这种那个 gcd (e,皮皮) = 1
d = e-1 mod 皮皮。
c = me mod n,1 < m < n。
m = cd mod n。
------------
选择一个值的 e 从{3、 5、 17、 257、 65537}
重复
p ← genprime(k/2)
直到(p mod e) ≠ 1
重复
q ← genprime (k-k/2)
直到(q mod e) ≠ 1
- 2022-05-15 04:35:09下载
- 积分:1
-
ek616
基于多相结构的信道化接收机,合成孔径雷达(SAR)目标成像仿真,cordic算法的matlab仿真。( Channelized receiver based on multi-phase structure, Synthetic Aperture Radar (SAR) imaging simulation target, cordic matlab simulation algorithm.)
- 2017-04-26 13:05:30下载
- 积分:1
-
matlab与纵联差动保护的结合
matlab与纵联差动保护的结合,精确计算,工程应用。(matlab combination with longitudinal differential protection, accurate calculation, engineering applications.)
- 2021-03-07 20:29:29下载
- 积分:1
-
有效值,峭度,峰峰值特征提取
说明: matlab的程序用于有效值,峭度,峰峰值特征提取(The program of MATLAB is used to extract the features of RMS, kurtosis and peak value)
- 2020-04-13 20:23:35下载
- 积分:1
-
lassi-master
说明: 即插即用算法的相关程序,1利用低秩+自适应(学习)字典稀疏分解从k-t空间测量值重建动态磁共振图像的LASSI.m-MATLAB函数。2m-MATLAB函数,通过使用块坐标下降算法(见上文[3]和[4]),从重塑字典列上具有秩约束(上界)的信号或图像块中学习合成字典。(The related procedures of the plug-and-play algorithm, 1 use low rank + adaptive (learning) dictionary sparse decomposition to reconstruct the LASSI.m-MATLAB function of dynamic magnetic resonance images from k-t space measurements. The 2m-MATLAB function, by using the block coordinate descent algorithm (see [3] and [4] above), learns a synthetic dictionary from a signal or image block with a rank constraint (upper bound) on the reshaped dictionary column.)
- 2020-09-29 17:03:06下载
- 积分:1
-
定功率单环控制源程序
采用的是脉冲对消法,isodata 迭代自组织的数据分析,仿真效果非常好,GSM中GMSK调制信号的产生,一种基于多文档得图像合并技术,计算两个矩阵之间的欧氏距离。
- 2022-06-26 19:07:45下载
- 积分:1
-
Multi Hop for LEACH
基于Matlab的LEACH-Duotiao多跳无线传感器网络路由协议层次结构
- 2023-04-19 15:25:03下载
- 积分:1
-
tiaosu
用MATLAB写的风扇调速程序,对于正在学习MATLAB的你应该有所帮助(Writing with MATLAB fan speed control program for MATLAB is the study you should be helpful)
- 2009-03-06 17:19:29下载
- 积分:1
-
BLDC
这是一个基于simulink的无刷直流电机的仿真模型,可以得出很好的仿真效果(This is a brushless DC motor based on simulink simulation model, simulation results can be obtained very good)
- 2010-06-22 13:53:57下载
- 积分:1