-
classical_calculus_tutorial_matlab
matlab微积分经典教程classical calculus tutorial matlab(matlab calculus classic classical calculus tutorial matlab tutorial)
- 2010-08-02 09:08:03下载
- 积分:1
-
fieling
有小波分析的盲信号处理,代码里有很完整的注释和解释,基于matlab GUI界面设计。( There Wavelet Analysis Blind Signal Processing, Code, there are very complete notes and explanations Based on matlab GUI interface design.)
- 2016-08-17 19:28:36下载
- 积分:1
-
Contourlet
matlab语言实现的脊波变换源程序,图像多尺度分析的经典算法。(matlab language of the ridge wave transform source code, images, multi-scale analysis of the classical algorithm.)
- 2010-09-10 15:17:06下载
- 积分:1
-
shanchen
Shan and Chen type multiphase lattice Boltzmann study of viscous coupling effects for two-phase flow
- 2011-05-11 22:34:26下载
- 积分:1
-
EIA
This folder contains Matlab functions for the Enhanced Interval Approach (EIA) in:
Simon Coupland, J. M. Mendel and Dongrui Wu, “Enhanced Interval Approach for Encoding Words into Interval Type-2 Fuzzy Sets and Convergence of the Word FOUs,” IEEE World Congress on Computational Intelligence, Barcelona, Spain, July 2010.
All following functions were tested in Matlab 7.4.0 (R2007a) under Windows 7:
centroidIT2: Compute the centroid of an IT2 FS.
EKM: Implement the Enhanced KM algorithms.
IA: Implement the Interval Approach for word encoding.
mainJPL: Illustrate IA and EIA using the JPL dataset.
mainWeb: Illustrate IA and EIA using the Web dataset.
mg: Compute the membership grades of a vector of numbers on a T1 FS.
plotFigures: Plot Figs. 3.18, 3.19 and 3.20 in the book.
plotIT2: Plot an IT2 FS.
Last modified by Dongrui Wu (dongruiw@usc.edu), May 2, 2010.
- 2013-12-19 03:06:00下载
- 积分:1
-
LPT_COM
Matlab program for LPT/COM Ports control.
- 2015-04-12 20:23:10下载
- 积分:1
-
gp11
Openness is the property of distributed systems such that each subsystem is continually open to interaction with other systems (see references).
- 2010-01-07 19:04:36下载
- 积分:1
-
color_segment
color segmentation and bounding box from a video sequence in matlab
- 2013-10-30 03:50:12下载
- 积分:1
-
curvelet-denoisy
curvelet denoise matlab code
- 2012-01-23 15:27:57下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1