-
n_pca
说明: 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。(pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.)
- 2005-11-08 15:34:39下载
- 积分:1
-
ACDC_test4
PWM整流器,SVPWM直接电流控制,适用于matlab7.3版本(PWM rectifier, SVPWM direct current control, apply version matlab7.3)
- 2008-03-31 22:11:37下载
- 积分:1
-
combine2Images
This function will display 2 input images in a single output image, side
by side.
- 2010-02-09 07:52:23下载
- 积分:1
-
Courceproject1
it is matlab simulated project that ideals with how to simulte in simulink and control active ane reactive powerflows in transmission lines
- 2013-03-06 23:11:05下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Array-signal-function
张小飞版阵列信号处理的例程,很适合研究生和相关专业人员作为参考(Routine Xiaofei version array signal processing, it is suitable for graduate students and related professionals as a reference)
- 2021-04-21 20:28:49下载
- 积分:1
-
Applied-Numerical-Methods-Using-MATLAB---Yang-Cao
Applied numerical methods using MATLAB
- 2013-10-09 18:52:37下载
- 积分:1
-
Information-Hiding
信息隐藏实验教程,武汉大学出版社,主要关于图像载体知识,伪随机数发生器,图形信息的伪装技术(Information hiding experimental tutorials, Wuhan University Press, mainly camouflage technical knowledge of the image carrier, a pseudo-random number generator, graphic information about)
- 2014-11-07 11:44:23下载
- 积分:1
-
GSC2
广义旁瓣相消器,阻塞矩阵B2,一个期望信号,一个干扰,高斯白噪声(the simulation of GSC(B2))
- 2021-03-28 19:29:11下载
- 积分:1
-
LMS
使用MATLAB编写的LMS自适应程序代码!(Prepared using the LMS adaptive MATLAB code!)
- 2008-07-21 20:58:53下载
- 积分:1