-
Radar
用MATLAB仿真雷达的函数,包括解调、混合、调制、PAM、PSK、及压缩编码等(Radar simulation using MATLAB function, including demodulation, mixing, modulation, PAM, PSK, and compression coding)
- 2008-07-31 14:19:57下载
- 积分:1
-
ACF_exam2
说明: 利用matlab处理数据.采用FFT和小波分析的方法分析信号的功率谱.........(perform on the picture using matlab to analysis the power spectrum...)
- 2010-04-26 22:17:30下载
- 积分:1
-
simplex
simplex method for matlab
- 2013-10-18 13:30:07下载
- 积分:1
-
NCM_unmixing
based on within-class inter-class distance criteria, feature extraction. ... in the Yale face database for face recognition on the matlab source
- 2012-10-03 12:47:00下载
- 积分:1
-
Low_Mufilter
信号处理-滤波器设计(基于matlab和Mathmatica的设计方法)中关于无乘法器椭圆IIR滤波器设计的原创程序。(Signal processing- filter design (based on matlab and Mathmatica design method) on the elliptical without multiplier original IIR filter design procedures.)
- 2007-10-21 23:26:06下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
FUZZY-CONTROL-MAMDANI
一个3-4-1型的mamdani模糊控制系统,可适用于很多情况。(A 3-4-1 type mamdani fuzzy control system, applicable to many situations.)
- 2013-10-05 10:48:48下载
- 积分:1
-
gaussQAM_snr
通信信号中编解码技术的研究,通过生成OFDM信号,经过快速傅里叶变换与反变换,最后用16QAM解调,计算信噪比。(Communication signal encoding and decoding techniques, but by generating OFDM signals, through the fast Fourier transform and inverse transform, and finally with 16QAM demodulation, signal to noise ratio calculation.)
- 2010-09-02 10:28:19下载
- 积分:1
-
90219791yichuansuanfayouhuaxbsjwl
This algorithm is used for focarst the growth of eocnomic and demand of coustomers.
- 2014-10-11 14:27:21下载
- 积分:1
-
The-MATLAB-Notebook-v8
基于matlab的音频分组器设计,里面有详细代码,简单易懂(Matlab audio packet-based design, which has a detailed code, easy to understand)
- 2013-11-24 11:42:13下载
- 积分:1