-
remesh
用于对ABAQUS的INP文件进行修改 能够实现基于节点坐标变化的网格的重新划分(ABAQUS is used to modify the INP file to node-based grid coordinates of the re-classification change)
- 2020-12-28 21:49:01下载
- 积分:1
-
rectpulse.m.tar
Rectangular pulse propagation with FDTD Matlab
- 2011-08-26 08:56:59下载
- 积分: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
-
Exports-figure
matlab code for Exports figures
- 2015-02-03 14:07:36下载
- 积分:1
-
BPSK_Modulation
This is a simulation of BPSK modulation and its perfomane
- 2013-05-19 00:17:28下载
- 积分:1
-
EstimationWithApplicationsToTrackingAndNavigation
这是西交大客座教授美国新奥尔良大学电机系主任、信息融合领域华人带头人李晓榕写的关于跟踪和导航的书,英文版,对于搞控制和滤波的人非常有参考价值(This is a visiting professor at National Chiao Tung University in West Electric Head of the Department of the University of New Orleans, the Chinese leader in the field of information fusion李晓榕write on tracking and navigation of the book, in English, for engaging in the control and filter are very useful)
- 2008-06-24 20:30:48下载
- 积分:1
-
Good-practical-guide-to-Matlab
Good practical guide to Matlab
- 2011-01-17 21:53:39下载
- 积分:1
-
fanqang
数据包传送源码程序,用MATLAB实现的压缩传感,各种kalman滤波器的设计。( Data packet transfer source program, Using MATLAB compressed sensing, Various kalman filter design.)
- 2016-04-23 11:14:00下载
- 积分:1
-
vebyk
二维网格点的克里金插值,克里金插值是一种插值算法,广泛应用在工业中,用matlab编写(The program is designed to interpolate values on a regular two-dimensional grid using ordinary kriging. )
- 2020-11-04 16:19:52下载
- 积分:1
-
rayleighritzmethod
matlab 求解微分方程 ,This module Does FEM analysis of a field problem when the Governing differential equation(matlab to solve differential equations, This module Does FEM analysis of a field problem when the Governing differential equation)
- 2008-04-26 13:48:30下载
- 积分:1