-
matlab_book
说明: 一本很特别的matlab教材,慢慢探索吧
本书第一章系统讲述MATLAB6.5的集成工作平台,引导读者初会MATLAB基本用法。第二、三章系统叙述MATLAB6.1的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5的数值计算、符号计算、函数和数据可视、面向对象编程、GUI交互操作界面设计、EXE独立应用程序生成、实现不同软件平台交互的API、M-book数据图形文字环境集成等八大通用功能。本书用专门的一章深入浅出地阐明SIMULINK的分层建模、仿真功能、与MATLAB交互的功能。
全书包含390多个计算范例。所有算例的程序是可靠、完整的。读者可以在自己的MATLAB环境中完全准确地重现本书所提供的算例结果。算例的举一反三,将使读者很快掌握要领,从模仿走向灵活应用。
书中正文(包括算例)所涉及的指令全部罗列在附录的“A索引”中,用户很容易根据关键字符找到相关的正文说明和算例应用。
(err)
- 2008-10-30 22:47:40下载
- 积分:1
-
lab1
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:01下载
- 积分:1
-
fixedload
fixed load pscad 4.2.1
- 2014-12-16 12:39:30下载
- 积分:1
-
interframe-coding
一个很完整的关于用运动估计实现帧间编码的matlab程序(A very complete on the realization of inter frame coding matlab procedures with motion estimation)
- 2013-11-28 15:26:42下载
- 积分:1
-
kmeans
K均值聚类算法,短小实用。可以试一试哈。(k-means cluster. Matlab Code.)
- 2012-01-06 22:11:18下载
- 积分:1
-
first-phase
The aim of this paper is to describe a novel and completely
automated technique for carotid artery (CA) recognition,
far (distal) wall segmentation, and intima–media thickness (IMT)
measurement, which is a strong clinical tool for risk assessment for cardiovascular diseases. The architecture of completely automated multiresolution edge snapper (CAMES) consists of the following two stages: 1) automated CA recognition based on a combination of scale–space and statistical classification in a multiresolution framework and 2) automated segmentation of lumen–intima
- 2013-11-20 00:11:13下载
- 积分:1
-
Perceptron
perceptron, is a code a pseudo learning machine
- 2015-03-17 22:32:27下载
- 积分:1
-
bcs-spl-1.5-1.tar
一种适用于图像的压缩感知采样策略和重建算法,采样策略是基于块的图像稀疏采样矩阵,重建算法为smoothed projected Landweber(SPL)迭代算法。(BCS-SPL combines block-based compressed-sensing sampling (BCS) of an image with a smoothed projected-Landweber (SPL) iterative reconstruction. Sampling is driven by random matrices applied on a block-by-block basis, while the reconstruction is a variant of projected Landweber (PL) reconstruction (also known as iterative hard thresholding (IHT)) that incorporates a smoothing operation (Wiener filtering) intended to reducing blocking artifacts. In essence, this filtering operation imposes smoothness in addition to the sparsity inherent to PL.)
- 2014-04-25 20:40:43下载
- 积分:1
-
LSTM
说明: matlab代码,新进的emd分解工具,比小波效果好(Matlab code, the new EMD decomposition tool, is better than wavelet)
- 2019-05-22 19:39:29下载
- 积分:1
-
classic_example_of_the_edge_algorithm_matlab
matlab经典实例边缘算法设计classic example of the edge algorithm matlab(matlab classic example of the edge algorithm design classic example of the edge algorithm matlab)
- 2010-08-02 09:38:38下载
- 积分:1