-
matlab100
里面有很多使用的MATLAB代码,包括图形显示和计算源代码(There are a lot of use of the MATLAB code, including the graphical display and calculation of the source code)
- 2009-02-28 17:03:42下载
- 积分: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
-
YahooPriceRead
Function to download historical price data from yahoo!finance
- 2012-01-06 07:52:32下载
- 积分:1
-
case13659pegase
13659 IEEE BUS SYStem data
- 2016-09-23 04:43:50下载
- 积分:1
-
OptimizationofaDoubleWishboneSuspensionSystem
This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
- 2007-09-09 16:24:42下载
- 积分:1
-
FFT_wavelet
说明: 该课件讲解了小波与fft发展历程以及应用,对于图像处理有一定的帮助!(wavelet,fft)
- 2010-04-21 21:48:17下载
- 积分:1
-
plot_cmp
绘制分钟级自动站气象战数据与能见度数据的对比图(Draw-the-minute weather warfare automatic station data comparison chart data and visibility)
- 2020-09-18 10:57:54下载
- 积分:1
-
Telecommunications-traffic-forecast
可以用来进行电信预测的matlab代码,直接模仿就可以用了(Can be used for telecommunication prediction matlab code, you can use a direct imitation)
- 2013-10-01 22:21:07下载
- 积分:1
-
matlabreview
说明: matlab读书笔记 matlab读书笔记(matlab Reading Notes matlab Reading Notes)
- 2008-11-27 21:13:10下载
- 积分:1
-
filter
filter,本代码主要介绍filter的主要步骤,非常简单有很明了,非常适合阅读(Filter, the code describes the main steps of filter are very clear, very simple, very suitable for reading)
- 2015-04-20 10:01:41下载
- 积分:1