-
MATLAB6.0shuxueshouce
matlab的数学手册,包含很多有用的数学函数可以调用!(matlab mathematical manual, containing many useful mathematical functions can be called!)
- 2008-03-09 14:12:42下载
- 积分:1
-
lab1
matlab labs that will be very good for the beginners at least. Also, we can use this to promote our skills with matlab use.
- 2014-11-02 05:20:23下载
- 积分:1
-
iteratedbackprojection
迭代反投影的高分辨率重建matlab代码(matlab source code for IBP image reconstruction)
- 2012-11-24 20:25:52下载
- 积分:1
-
speckle-noise
数字图像滤波的程序,包括散斑噪声的生成,中值,均值,Lee,Kuan滤波算法的实现,还计算了三个指标:峰值信噪比,等效视数,散斑指数。(Digital image filtering process, including the generation of speckle noise, median, mean, Lee, Kuan filtering algorithm, also calculated three indicators: the peak signal to noise ratio, equivalent number, speckle index.)
- 2014-04-08 21:18:34下载
- 积分:1
-
雷达信号分选源码
说明: 用MATLAB深度学习进行雷达辐射源信号分选识别(Radar emitter signal sorting and recognition with MATLAB deep learning)
- 2020-02-17 11:26:16下载
- 积分: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
-
navneet-report
Automatic toll collection system
- 2013-12-12 21:59:37下载
- 积分:1
-
cauchy
关于柯西分布的matlab工具包,包括概率分布函数,反函数等(On the Cauchy distribution matlab toolkit, including the probability distribution function, inverse function, etc.)
- 2007-11-08 12:08:13下载
- 积分:1
-
bpsk_generate
说明: 产生BPSK基带数字信号的时域波形。其中基带数字信号的传输速率以及每个码元周期内载波的周期数可以设置。(To generate the time-domain wave for BPSK. And the transmitting rate and the frequency of the carrier can both be set in the program.)
- 2010-03-31 17:45:21下载
- 积分:1
-
QPSK-AWGN-BER
在AWGN信道下实现QPSK系统的仿真 包括求误码率及功率谱密度及星座图(Simulation program to realize QPSK transmission system under AWGN channel)
- 2012-06-02 16:42:46下载
- 积分:1