-
feiemom
说明: matlab 矩量法编程啊 不错的东西 可以看看啊啊 (method of moments matlab programming ah ah ah good things to look at)
- 2011-04-05 13:43:40下载
- 积分:1
-
as01
texture analysis using ANN
- 2011-10-23 02:30:09下载
- 积分:1
-
sub
Solving an upper triangular system U x = b by back-substitution
Solving a lower triangular system L x = b by forward-substitution(backward substitution and forward substitution)
- 2011-10-25 20:36:29下载
- 积分: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
-
用四元数法的捷联惯性导航姿态解算程序
navi test
用四元数法的捷联惯性导航姿态解算程序。可以快速准确得到数据。(With the quaternion method Inertial attitude solver. You can get fast and accurate data.)
- 2011-12-26 18:50:42下载
- 积分:1
-
Shortest_path_algorithm_MATLAB_program_tutorial
MATLAB程序最短路优化算法教程Shortest path algorithm MATLAB program tutorial(Shortest path algorithm MATLAB program tutorial Shortest path algorithm MATLAB program tutorial)
- 2010-08-02 13:55:05下载
- 积分:1
-
gmonopuls_OK
gaussian monopulse both in the Time & Frequency domains
- 2010-12-01 23:21:05下载
- 积分:1
-
COFDM
这是个cofdm的仿真程序,可以运行,界面较好,可以看到各个过程的数据变化(This is a simulation program, can cofdm operation, interface is good, can see various process data changes)
- 2010-05-29 08:06:19下载
- 积分:1
-
COD_E02_TECNOL_PLENO_2
Neural Network - MLP Network - matlab source.
- 2010-05-30 02:01:55下载
- 积分:1
-
spectrum-estimation
多种经典谱估计的方法,直接法谱估计,间接法谱估计,Bartlett谱估计,welch谱估计(含多种窗口的实现)。(A variety of classical spectral estimation method, direct method spectrum estimation, spectral estimates of the indirect method, Bartlett spectrum estimation, Welch spectrum estimation (including a variety of window).)
- 2012-07-27 14:02:46下载
- 积分:1