CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Make
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Make - List
[
matlab
]
2D CUDA-based bilinear interpolation
DL : 0
This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage. BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, 'MEX') variables in the Makefile to appropriate values, then simply run 'make' at a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created. This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized operations (taking, say, a 50x50 matrix up to 1000x1000) CUDA-based code is 5-10x faster than linear interp2 (as tested on a MBP 2.4GHz C2D, GeForce 8600M GT). With very (VERY) large matrices, however, it has the capability of completely crashing your computer or giving bizarre results. Be careful!
Date
: 2010-09-10
Size
: 36.99kb
User
:
whitewalter
[
matlab
]
mp3_toolbox
DL : 0
基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.-based on Matlab mp3 reader function MP3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes two functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1 .- Just unpack in the toolbox folder under the MATLAB directory. 2 .- Set the MATLAB search path to include that folder. This version was made in MATLAB for Windows only. I ll probably will make the UNIX version later. 01-11- 2004.
Date
: 2025-12-16
Size
: 457kb
User
:
hang
[
matlab
]
WAVE1
DL : 0
用中心差分实现一维小波变换,可自行作改进-with center differential to achieve a peacekeeping wavelet transform, the discretion to make improvements
Date
: 2025-12-16
Size
: 2kb
User
:
魏无疼
[
matlab
]
fdtd1D
DL : 0
FDTD一维程序,可以帮助大家建立一维模型,并输入参数运行。比如传输线、同轴线及平面波的设置及模拟都可以采用这个程序解决问题,尤其是给出了边界的设置方法。-FDTD a peacekeeping process, we can help build a dimensional model and input parameters operation. For example, transmission lines, coaxial line and plane wave configuration and simulation can make use of this procedure to solve the problem, especially given the boundary configuration.
Date
: 2025-12-16
Size
: 2kb
User
:
张洪欣
[
matlab
]
computeremulational
DL : 0
这是一个计算机仿真技术用matlab编的小程序,可以识别颜色的程序并能把它分裂出来-This is a computer simulation using Matlab series of small programs, color identification procedures and make it seceded
Date
: 2025-12-16
Size
: 2kb
User
:
[
matlab
]
functionpop
DL : 0
本文件主要是针对于粒子群算法在matlab环境中地应用说编写地m文件!其中粒子群算法地目标函数可在源程序中自行更改! -this document is mainly targeted at PSO algorithm in Matlab environment application to the preparation of that document m! PSO algorithm which to target function in the source can make changes!
Date
: 2025-12-16
Size
: 4kb
User
:
毛学志
[
matlab
]
anneal_SimulatedAnnealing
DL : 0
anneal_SimulatedAnnealing.rar用C语言编写,能弥补Matlab中无现成模拟退火算法函数的不足-anneal_SimulatedAnnealing.rar C language, Matlab can make up for the non-existing simulated annealing function of inadequate
Date
: 2025-12-16
Size
: 42kb
User
:
wang
[
matlab
]
ls_mmse_updated
DL : 0
mmse接收 不错的程序,希望能够给大家参考-mmse receiving good procedures, we hope to be able to make reference to
Date
: 2025-12-16
Size
: 5kb
User
:
彭建
[
matlab
]
bp-forcast
DL : 0
一个基于BP神经网络预测的matlab小程序,可以参考一下-based on an artificial neural network to predict the Matlab small procedures that will make reference to
Date
: 2025-12-16
Size
: 1kb
User
:
[
matlab
]
test_16qam
DL : 0
这是关于ofdm仿真的程序 需要的朋友可以参考一下。-ofdm simulation on the procedures needed friends to make profits.
Date
: 2025-12-16
Size
: 213kb
User
:
杨涛
[
matlab
]
GUI_FDTD
DL : 0
用来编制FDTD用户界面,只需对callback做出修改就可得调用-used for the preparation of FDTD user interface, only the callback can make changes in the call
Date
: 2025-12-16
Size
: 2kb
User
:
富含一
[
matlab
]
checkbounds
DL : 0
%CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if necessary) warn if too long. Also make LB and UB vectors if not % already. % Finally, inf in LB or -inf in UB throws an error.- CHECKBOUNDS Move the initial point within the (valid) bounds. [X, LB, UB, X, FLAG] = CHECKBOUNDS (X0, LB, UB, nvars) checks that the upper and lower bounds are valid (LB < = UB) and the same length as X (pad with-inf/inf if necessary) warn if too long. Also make LB and UB vectors if not already. Finally, inf in LB or-inf in UB throws an error .
Date
: 2025-12-16
Size
: 1kb
User
:
张风
[
matlab
]
nsga_2
DL : 0
基于非支配排序遗传算法处理多目标优化的matlab例程,可以自行修改-Based on NSGA handling multi-objective optimization of Matlab routines, can make its own decisions
Date
: 2025-12-16
Size
: 2kb
User
:
[
matlab
]
matlabsnakegame
DL : 0
The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are possible. -The Game : Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts. eat them as fast as possible as amount of bonus po ints decreases with time. Higher level gives mo 're points for the food but will also make it tough er to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are poss ible.
Date
: 2025-12-16
Size
: 5kb
User
:
阳关
[
matlab
]
PIDcontrol
DL : 0
一个数字PID控制的matlab的m文件,希望能够与各位控制领域的朋友多多交流,以求共同进步!-A digital PID control matlab m-files, hoping to control the field with my friends a lot of exchanges, in order to make progress together!
Date
: 2025-12-16
Size
: 1kb
User
:
cjbchy
[
matlab
]
tftb
DL : 0
matlab里面有用的一个时频工具箱,可以做wvd等-matlab inside a useful time-frequency toolbox, you can make such wvd
Date
: 2025-12-16
Size
: 1.91mb
User
:
金坚
[
matlab
]
make
DL : 0
三本不错的关于如何使用make的书籍,两个英文的和一本中文的-Three good books on how to use make, two English and one Chinese
Date
: 2025-12-16
Size
: 3.92mb
User
:
刘西圣
[
matlab
]
make
DL : 0
一本介绍MAKE使用的书籍以及Make的编写-A description of books and MAKE Make use of the preparation
Date
: 2025-12-16
Size
: 880kb
User
:
谢
[
matlab
]
How-To-Make-Pretty-Figures-With-Matlab
DL : 0
How To Make Pretty Figures With Matlab
Date
: 2025-12-16
Size
: 326kb
User
:
Ashraf Hosny
[
matlab
]
Make-exe-file-in-MatLAB---YouTube
DL : 0
how to make exe in matlab toolbox
Date
: 2025-12-16
Size
: 5.66mb
User
:
Sabz
«
1
2
3
4
5
6
7
8
9
10
...
45
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.