-
Chapter-6--Cellular-and-architecture
Matlab 软件基础学习资料,改章为第六章“元胞与构架”(Matlab software based learning materials, change chapter is Chapter 6, " Cellular and architecture." )
- 2013-07-23 20:24:53下载
- 积分:1
-
mfcc
这是基于matlab的关于Mel频率倒谱系数(MelFrequencyCepstrumCoefficient,MFCC)的代码,对大家理解有一定帮助。(This is based on the matlab Mel Frequency Cepstral Coefficients (MelFrequencyCepstrumCoefficient, MFCC) code for us to understand some help.)
- 2013-11-18 16:34:37下载
- 积分:1
-
capacitor
FDTD code for a calculation of Capacitance of a stripline
- 2009-09-24 23:12:09下载
- 积分:1
-
Main
小波阈值降噪的例程,可以选择多种原始信号及多种阈值方式。(Wavelet threshold noise reduction routine, you can choose a variety of the original signal and multi-threshold approach.)
- 2009-10-23 10:20:37下载
- 积分:1
-
kpkp
matlab
NumMFs = 2
MF1= in3mf1 : gbellmf ,[3 2 -3 0]
MF2= in3mf2 : gbellmf ,[3 2 3 0]
[Input4]
Name = in4
Range = [-3 3]
NumMFs = 2
MF1= in4mf1 : gbellmf ,[3 2 -3 0]
MF2= in4mf2 : gbellmf ,[3 2 3 0]
[Output1]
Name = out
Range = [-10 10]
NumMFs = 16
MF1= outmf1 : linear ,[41.3729301501 10.029755738 3.1622770253 4.2875458985 (Matlab NumMFs = 2 = in3mf1 Jerez : gbellmf. [3 2-3 0] = MF2 in3mf2 : gbellmf. [3 2 3 0] [Input4] Name = 95 Range = [-3 3] = NumMFs two Midland = in4mf1 : gbellmf, [3 2-3 0] = MF2 in4mf2 : gbellmf. [3 2 3 0] [Output] Name = out Range = [-10 10] NumM Fs = 16 = outmf1 Jerez : linear, [4 41.3729301501 10.029755738 3.1622770253. 2875458985)
- 2005-12-28 17:08:19下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1
-
AdvMorph
用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。(Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.)
- 2009-06-05 10:42:42下载
- 积分:1
-
im
说明: image registration throug rotation
- 2012-04-24 19:41:56下载
- 积分:1
-
erfenfa
波尔查诺二分法,区间半分法,matlab调用函数(The dichotomy of Bolzano, the range of half of France, the Matlab function is called)
- 2012-08-12 16:41:49下载
- 积分:1
-
1).genration-sgnl
Matlab code for generation of signals
- 2014-01-03 17:22:24下载
- 积分:1