-
matlab-chinese-help
matlab中文帮助,现在Matlab的下载资源较少,中文版的帮助更少,有了中文版,可以更好的学习Matlab(matlab Chinese help, and now Matlab download with fewer resources, the Chinese version of the help less, with the Chinese version, you can better learning Matlab)
- 2008-04-24 09:30:59下载
- 积分:1
-
autocrop
matlab code to remove background (assuming black as background)
- 2009-07-17 07:02:55下载
- 积分:1
-
pLSA
plsa的简单实现,有数据,有代码,可以运行,有代码的解释(a simple implementation of plsa, data, code, you can run, the interpretation of the code)
- 2013-04-27 11:28:12下载
- 积分:1
-
sri-cognitive
Optimization In cooperative spectrum sensing in Cognitive radio network
- 2014-09-03 13:07:57下载
- 积分:1
-
ecgsyn
MATLAB文件,关于心电信号的采集和处理,不是很全面,谢谢(MATLAB documentation on ECG acquisition and processing, is not very comprehensive, thank you)
- 2011-10-28 09:42:36下载
- 积分:1
-
Bearing
BEARINGANALYSIS MATLAB code for bearingAnalysis.fig
BEARINGANALYSIS, by itself, creates a new BEARINGANALYSIS or raises the existing
singleton*.
H = BEARINGANALYSIS returns the handle to a new BEARINGANALYSIS or the handle to
the existing singleton*.
BEARINGANALYSIS( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in BEARINGANALYSIS.M with the given input arguments.
BEARINGANALYSIS( Property , Value ,...) creates a new BEARINGANALYSIS or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before bearingAnalysis_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to bearingAnalysis_OpeningFcn via varargin.
*See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
instance to run (singleton)".
- 2012-01-09 22:01:49下载
- 积分: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
-
MATLAB
离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
- 2020-11-22 15:59:34下载
- 积分:1
-
SFHBPSK
本程序代码是Matlab程序,主要是扩频系统的,来研究快跳频系统(the systerm of SFH used with Matlab)
- 2012-04-17 16:45:01下载
- 积分:1
-
meshfree
清华大学张雄网格法书中程序,MATLAB版本,均经过测试。助你快速掌握并应用无网格法(Tsinghua University, Zhang Xiong grid method book programs, MATLAB version, are tested. Help you quickly grasp and apply the no-grid method)
- 2010-05-27 16:11:13下载
- 积分:1