-
spectrumAnalysis
Different Spectrum analysis with matlab
- 2015-04-10 11:41:53下载
- 积分:1
-
遗传算机组火力优化
说明: 基于matlab的遗传算法优化,具体模型是火力发电模型(Based on Matlab genetic algorithm optimization, the specific model is the thermal power generation model)
- 2020-06-30 00:31:07下载
- 积分: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
-
SAMP
压缩感知中自适应匹配追踪算法SAMP,经测试可以正常使用。(Compressed sensing adaptive matching pursuit algorithm SAMP, the test can be used normally.)
- 2013-11-20 20:11:27下载
- 积分:1
-
IMPROVEMGM
灰色模型的改进程序算法,包括初值和背景值的改进,(Improved gray model, including the initial and background values improve)
- 2015-03-27 04:15:54下载
- 积分:1
-
Normalisation
implimentation sous matlab
- 2010-03-13 23:40:28下载
- 积分:1
-
bananaex
一个非高斯目标方法的例子,研究不同自适应方法(A non-Gaussian examples of the target method to study the different adaptive methods)
- 2012-04-18 09:51:25下载
- 积分:1
-
chazhi
一个简单的小代码 教你怎么用插值画图 (A simple code teach you how to use the interpolation drawing)
- 2012-05-22 21:34:21下载
- 积分:1
-
matpower4.1
一款基于MATLAB的电力系统潮流计算及优化的程序,很好很强大,最新版(A power flow calculation based on MATLAB and optimization procedures, is very very strong, the latest version of)
- 2012-11-09 16:16:40下载
- 积分:1
-
JSP-GA
用于解决车间调度问题,JSP的遗传算法。(Genetic algorithm for solving Job Shop scheduling problem, JSP)
- 2019-06-19 09:38:51下载
- 积分:1