-
myfir
该程序实现FIR滤波器,是数字信号处理的重要内容。(FIR filter, digital signal processing is an important element.)
- 2006-06-30 10:35:28下载
- 积分:1
-
matlab_GPS
基于gps的matlab仿真程序,提供很多GPS定位算法的计算程序(matlab code for GPS)
- 2015-03-04 11:07:19下载
- 积分:1
-
terminal_position_lookup_table
If the used buffer size is smaller than the actual buffer size, regenerate the lookup table and write the new table to the file.
- 2015-10-15 11:17:43下载
- 积分:1
-
weldedbeam
welded beam design optimizition benchmark problem (test problem) in matlab
- 2021-02-09 12:29:53下载
- 积分:1
-
Kalman-filtering-theory-
Kalman滤波理论详细介绍,包括卡尔曼的各种扩展滤波方法都有详细的说明,适合初学者普及知识与相关知识框架的架构。同时还介绍了其在飞机导航中的应用(Kalman filtering theory in detail, including the extended Kalman filtering methods have a variety of detailed instructions for beginners popularize knowledge and knowledge framework architecture. It also presents its application in aircraft navigation)
- 2013-10-21 19:37:10下载
- 积分:1
-
visual_ddk_drv
Driver template 32 and 64 bit, Visual studio 2008-2010
- 2013-04-20 22:33:45下载
- 积分:1
-
MATLAB
MIMO-OFDM无线通信技术及MATLAB实现一书的源码和配套英文书
(
MIMO-OFDM wireless communication technology and MATLAB realization of a source book)
- 2013-12-30 14:53:06下载
- 积分:1
-
GPU-Gems3
给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。(This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming techniques. The programmability of modern GPUs allows developers to not only distinguish themselves from one another but also to use this awesome processing power for non-graphics applications, such as physics simulation, financial analysis, and even virus detection—particularly with the CUDA architecture. Graphics remains the leading application for GPUs, and readers will find that the latest algorithms create ultra-realistic characters, better lighting, and post-rendering compositing effects.
)
- 2011-02-09 10:11:15下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1
-
testnlm
nonlocal means算法的实现,用于去除斑点噪声(nonlocal means)
- 2014-05-26 20:37:46下载
- 积分:1