-
tvdip
Performs discrete total variation denoising (TVD) using a primal-dual interior-point solver.
- 2010-12-16 21:06:23下载
- 积分:1
-
Securing-at-the-Physical-Layer
通过物理层技术的设计实现无线通信的保密。(Securing Wireless Communications at the Physical layer)
- 2011-11-14 10:19:34下载
- 积分:1
-
emd
是经验模态的函数,用于进行数字信号处理。可以用于分解频率(Is the empirical mode of function, used for digital signal processing. Can be used to decompose the frequency)
- 2010-06-26 21:07:15下载
- 积分:1
-
lc1234
说明: MATLAB有关画波的图和画拿窥视特图的方法(MATLAB paintings wave of the map and painting with the spy Chart Method)
- 2006-03-17 10:40:02下载
- 积分:1
-
FisherLinearDiscriminant
Fisher Linear Discriminant for text classification
- 2013-05-10 19:15:13下载
- 积分:1
-
Matlab遗传算法工具箱
说明: Matlab遗传算法工具箱:
Matlab遗传算法工具箱,以及一些应用实例。(Matlab Toolbox : Matlab Toolbox genetic algorithms, as well as some application examples.)
- 2021-04-07 21:19:01下载
- 积分:1
-
waves
Random sea surface simulation based on PM spectra or JONSWAP spectra
- 2011-04-19 12:33:28下载
- 积分:1
-
YALMIP
整数优化工具箱,可解决混合优化,整数优化等(optimization forum)
- 2013-03-15 00:37:15下载
- 积分: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
-
Sharp25-PSO-based-Optimum-Design-of-PID-Controlle
PSO-based Optimum Design of PID Controller for Mobile
Robot Trajectory Tracking
- 2015-01-06 03:38:39下载
- 积分:1