-
subsection4.4
我导师写的《自适应控制与理论》的源代码。非常好。(My tutor had written the adaptive control and the theory of source code. Very good.)
- 2011-05-26 11:28:06下载
- 积分:1
-
func
Function for Standard PSO 2007 implemented using matlab
- 2014-08-13 20:47:56下载
- 积分:1
-
Math
A program to generate the following with the help of input length sequence.
1. Unit impulse function.
2. Unit step function.
3. Unit ramp function.
4. Exponential function.
- 2014-02-19 09:38:45下载
- 积分:1
-
psoSVMcgForRegress
Matlab使用pso进行svm参数优化寻优,得到最优svm参数,优化程序(Matlab were svm parameter optimization using pso optimization)
- 2015-01-10 12:28:54下载
- 积分:1
-
pca_exercise
该文档包含了深度学习中主成分分析(PCA)的程序代码(this document contain PCA of deep learning)
- 2015-03-28 20:36:49下载
- 积分:1
-
audio-catch
音频信号采集 根据二进制编码原则,实现音频信号的信息采集(AUODIO CATCH)
- 2014-02-10 13:00:57下载
- 积分:1
-
arry
基于最小均方算法lms算法的程序源代码程序仿真(Least mean square algorithm based on LMS algorithm source code)
- 2009-02-23 13:12:49下载
- 积分:1
-
paprSCFDMA
This is the PAPR simulator for SC-FDMA by using the Raised-cosine filter or Root raised-cosine filter under different rolloffFactor.
- 2009-10-22 12:04:11下载
- 积分:1
-
colorRegTikhonov
DE-BLURING color mediante regularizacion de Tikhonov
Este progrma realiza el debluring de una imagen a color de 256x256,obteniendo el parametro de regularizacion automaticamente mediante GCV
- 2009-04-12 13:08:30下载
- 积分: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