-
222
本代码使用matlab实现理想高通滤波增强图像(Matlab to achieve ideal high-pass filtering to enhance the image)
- 2014-10-16 14:30:14下载
- 积分:1
-
matlab
matlab下的核磁共振可视化,展示了自发弛豫过程(MRI visualization under matlab, showing the spontaneous relaxation process)
- 2014-09-18 12:45:59下载
- 积分:1
-
s2source
Hello my name is Kev i Coding in the PUFF
- 2014-09-04 14:40:35下载
- 积分:1
-
mex_cbi_inv
matlab中求逆矩阵函数inv的c语言实现(Compute matrix inverse.)
- 2014-11-28 15:54:24下载
- 积分:1
-
LFM
该程序可以用于产生LFM信号,并输出在理想和加噪情况下分别经过匹配滤波器后的结果。(The program can be used to generate LFM signal, and outputs the noise in the ideal case and processing each of the results after the matched filter.)
- 2013-12-14 15:56:00下载
- 积分: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
-
sort
Merge Sort Implementation!!
- 2014-10-07 13:50:43下载
- 积分:1
-
54512
matlab指令大全,基础学习必然会用得着(the matlab instruction Daquan, the basis of learning will certainly need it)
- 2013-03-25 21:56:59下载
- 积分:1
-
tivaapps-master
Tiva C 123 Application projects
- 2014-11-05 09:29:58下载
- 积分:1
-
gauss
运用C语言对高斯信道进行仿真,简洁快速的实现(The use of C language Gaussian channel simulation, simple rapid implementation)
- 2013-09-02 10:37:03下载
- 积分:1