-
rvin
MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.
MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
- 2011-08-14 19:33:14下载
- 积分:1
-
SALSA_v1.0
说明: 优秀的图优化算法,非常经典的matlab实现(Excellent map algorithm, very classic matlab implementation)
- 2011-03-23 22:18:49下载
- 积分:1
-
ofdm_report
this paper talks about ofdm synchronization,hope it to be of help to evrybody
- 2007-07-23 20:45:32下载
- 积分:1
-
Kalman-master
kalman filtering for design based on bayesian model
- 2019-04-18 18:07:05下载
- 积分:1
-
1
说明: 时间排序
(Time to sort)
- 2008-07-06 14:36:26下载
- 积分:1
-
huidutidu
图像灰度梯度求解 matlab程序
可用于求解图像的灰度梯度值,多幅图像之间比较清晰度等。(Solving matlab image gray gradient gray gradient program can be used to solve the values of the image, more clarity between multiple images.)
- 2014-10-25 13:20:04下载
- 积分:1
-
metal
电机的各种启动方式,包括直接启动,串电阻启动,降压启动,还包括电机的制动方式(A variety of ways to start the motor, including direct start, series resistance started, the buck starts, including braking motor)
- 2015-03-25 21:20:25下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
3bp
这是一个用MATLAB语言编写的三分类BP程序,绘制了误差曲线(This is a MATLAB language with three BP classification procedures, rendering the error curve)
- 2008-08-24 11:47:32下载
- 积分:1
-
CornerDetector
To detect the corner points in an image
- 2014-09-23 15:32:09下载
- 积分:1