-
EEL715-Assignment
Taking gradient of an image
- 2012-04-21 15:10:58下载
- 积分:1
-
mliV
programme d une commande vectorielle
- 2012-11-11 04:35:57下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
kalmanf
This tutorial was written by Jose Manuel Rodriguez,
Universidad Politecnica de Catalua, Spain
Based on the Technical Document by
Juan Andrade-Cetto, "The Kalman Filter", March 2002
- 2011-11-28 12:32:40下载
- 积分:1
-
完整可用的PLS部分最小二乘工具箱MATLAB程序
包括主成分分析、因子分析、贝叶斯分析,利用matlab GUI实现的串口编程例子,含噪脉冲信号进行相关检测,有循环检测,周期性检测,用于信号特征提取、信号消噪,基于互功率谱的时延估计。
- 2022-03-18 23:52:25下载
- 积分:1
-
取视频中所有帧图像
应用背景提取视频文件中所有帧图像,视频格式为.avi,这段代码可以选择一个或多个视频,根据视频名称和帧的序号对图片命名。设定的只能选择avi格式,至于其它格式的视频你可以改改代码的第一句试试看。关键技术获取视频长度,将每一帧图像保存到磁盘中。
- 2022-03-24 05:22:22下载
- 积分:1
-
nci_ofdm
实现非载波连续干涉编码的非载波连续干涉正交频分复用通信系统的调制(Realize the carrier successive interference encoded orthogonal frequency division multiplexing communication system)
- 2014-02-19 10:35:19下载
- 积分:1
-
fuzzy_adaptive_robusthuamo
简单的模糊自适应鲁棒滑模控制程序,结合了模糊控制,鲁棒控制和滑模控制的优点(Simple fuzzy adaptive robust sliding mode control program, combined with fuzzy control, robust control and the advantages of sliding mode control)
- 2016-12-27 21:01:34下载
- 积分:1
-
begoodatMATLAB6.5
本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。
第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境集成等八大通用功能。本书用专门的一章深入浅出地阐明SIMULINK 的分层建模、仿真功能、与MATLAB 交互的功能。(This book chapter describes the system integration work MATLAB6.5 platform to guide the reader will be the beginning of the basic usage of MATLAB. Second, the system described in Chapter Four MATLAB6.1 basic data types (numeric arrays, string arrays, cell arrays, structure arrays), while the other extended data types (function handle, symbol data, inline functions, unit array , sparse class) then open another chapter specifically stated. Since then, the book chapters are described by nine independent MATLAB6.5 the numerical computation, symbolic computation, functions, and data visualization, object-oriented programming, GUI interactive interface design, EXE standalone application generation software platform to achieve interaction of different API, M-book data in graphical environment for integration of the eight general-purpose language features. This book devoted a chapter in layman s language to clarify the hierarchical SIMULINK modeling, simulation capabilities, and the MATLAB int)
- 2010-10-23 16:41:15下载
- 积分:1
-
work
matlab programs for be used in image
- 2010-01-05 19:05:47下载
- 积分:1