-
DEA的Matlab程序
DEA的CCR模型程序及其对偶模型(包括松弛变量)的程序计算(CCR model program and its dual DEA model (including relaxation variables) program calculation)
- 2021-02-08 13:49:54下载
- 积分:1
-
MATLAB_Demystify
本书是直接针对MATLAB初学者,目的也不是教专家使用 MATLAB去解决复杂问题,相反,本书是介绍给MATLAB新人,使他们进入数学计算世界。这里要介绍的是使用MATLAB去解决某些基本问题——绘函数的图形、解代数方程、计算积分和解微分方程,所以要本书的例子较简单,针对新手。如果你以前从没接触MATLAB,或者是在使用MATLAB有很多疑问,那么本书将帮助你学得一些基本技巧,使用它们你将能够掌握MATLAB。本书仅是掌握MATLAB的垫脚石。
(MATLAB This book is directly aimed at beginners, the purpose is not to teach experts use MATLAB to solve complex problems, the contrary, this book is to introduce newcomers to MATLAB to enable them to enter math in the world. Here we introduce is the use of MATLAB to solve some fundamental problems- painted graphics functions, solve algebraic equations, calculation of integral equation of reconciliation, so the book' s examples of relatively simple, for the novice. If you' ve never contacted MATLAB, or the use of MATLAB has a lot of questions, then this book will help you learn some basic skills to use them you will be able to master MATLAB. This book is only a stepping stone to master MATLAB.)
- 2010-01-20 14:15:15下载
- 积分:1
-
matlab1
三维体数据成像vol3d(源于matlab central)(function [model] = vol3d(varargin)
)
- 2010-01-18 10:39:07下载
- 积分:1
-
threshold
小波去噪小程序 matlab实现 自创 呵呵 与大家分享(a simple denoise program )
- 2010-12-30 20:18:33下载
- 积分:1
-
my2KSW
我自己编写的用遗传算法寻找KSW最佳二维阈值,搞噪效果很好。(I prepared using genetic algorithm to find the best 2D Threshold KSW, engage in noise with good results.)
- 2013-07-11 10:47:08下载
- 积分:1
-
Fuzzy-Control-Systems
基于T-S模糊模型的非线性系统控制与设计教材 希望对大家有帮助(fuzzy control systems design and analysis)
- 2013-11-23 22:15:20下载
- 积分:1
-
matlabWaveletTechnology_11539563
用matlab进行小波分析,代码中有关于小波分析的高级技术(Advanced Technology on wavelet analysis wavelet analysis using matlab code)
- 2013-05-11 19:49:22下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
MAP
说明: 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。(The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution decoding, BPSK, AWGN. At the same time rendering its error rate and SNR (signal to noise ratio).)
- 2008-11-30 12:45:21下载
- 积分:1
-
caiyangshili
减采样实例
增采样实例
线性插值实例
改变采样率实例(Reduce the sampling instance
By sampling instance
Linear interpolation examples
Instance of changing the sampling rate)
- 2011-11-23 17:52:54下载
- 积分:1