-
bezierliu
bezier曲线的matlab程序,可以单文件,多函数运行(bezier curve matlab program, you can single-file, multi-function operation)
- 2009-11-09 18:09:02下载
- 积分:1
-
matlab--face-emotion-detection
facial emotion using matlab
- 2014-10-28 02:12:49下载
- 积分:1
-
xiandaicaisetuxiangfengejishu
图像分割是进行图像理解与分析的基础,是图像工程技术中的一个重要问题, 也是图像处理的经典难题。彩色图像比灰度图像具有
更多的视觉信息, 因而受到了越来越多的重视。文章将彩色图像的分割技术分为三大类,并分别加以系统概括, 分析了各种方法的优缺点。(Image segmentation is the image understanding and analysis of the basis of the image engineering technology is an important issue, but also the classical image processing problems. Color image than the gray image with more visual information, which are more and more attention. Article will color image segmentation techniques into three categories, and to the system were summarized, analyzed the advantages and disadvantages of each method.)
- 2010-05-12 10:25:01下载
- 积分:1
-
meca_tutorial
MATLAB Mattrix LABoratory is an application that con et e ¸ cue to provide a simple matrix computing environment, efficient, interactive and mobile, allowing the implementation of algorithms in evelopp es projects Linpack and eispack.
- 2013-02-12 23:15:25下载
- 积分:1
-
cljs
搭建IEEE30节点的simulink仿真模型(IEEE30 Flow calculation simulink)
- 2020-12-22 15:39:07下载
- 积分:1
-
code_matcomVC
matlab混合编程实例,介绍了Matlab的GUI编程技术,并有大量的源代码。(matlab mixed programming examples, the Matlab GUI programming techniques, and a large amount of source code.)
- 2013-04-12 22:19:49下载
- 积分:1
-
Blocks-Problem
中山大学sicily题库的一道题,解题思路明了,非常简单!(Sun Yat-sen University sicily exam a question, problem-solving Si Luming, very simple!)
- 2012-04-07 16:19:03下载
- 积分:1
-
operations-mnogochlen
The source program that shows an example of the different operations with polynomials (generation , multiplication, division , etc.)
- 2014-11-10 19:18:14下载
- 积分:1
-
wavelet_fenxi
主要内容:小波分析在语音信号处理、图象处理与编码、边缘提取与重建等(Main content: wavelet analysis in the speech signal processing, image processing and encoding, edge detection and reconstruction, etc.)
- 2007-09-27 08:50:08下载
- 积分:1
-
FFT
脑波FFT变换
调用格式见m文件头部说明(下边也复制了一份)
有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用
------------------------------------
保存为FFT.m文件
输入参数: N:进行FFT变换的点数(要求是2的N次幂);
fs:信号的采样频率(frequency of simpling)
sig:进行FFT变换的数组(一维)。
输出参数: f_sig:变换后的信号(一维数组)
E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。
other为其余频段的能量加和(供参考用)
--------------------------------------------------------------------------
function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )(EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig))
- 2009-11-07 20:27:52下载
- 积分:1