-
7MATLAB
matlab 用于介绍求解方程包含非线性方程和线性方程的方法(matlab about how to solute the noliner equation etc)
- 2009-09-09 10:58:30下载
- 积分:1
-
hello
The classic hello.cpp
- 2010-02-24 15:51:01下载
- 积分:1
-
E-plot
Electric field plot of a cylindrical antenna, conformally mapped, in matlab(source code)
- 2011-05-04 08:33:25下载
- 积分:1
-
major
creation hardware majoring equipment
- 2010-06-02 16:00:43下载
- 积分: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
-
espritgaijin
用MATLAB编写的TLS-ESPRIT算法,算法原理可参考张贤达版的现代信号处理,绝对可运行,程序配合书非常容易理解,而且稍微改改就可以变为基本的ESPRIT算法。(Written by MATLAB TLS-ESPRIT algorithm, the algorithm can refer to Zhang XD version of the principle of modern signal processing, absolutely can run the program with the book is very easy to understand, and can become a little change to change the basic ESPRIT algorithm.)
- 2010-12-29 21:16:10下载
- 积分:1
-
HW1_Part1
vào đ ay mà loafd matlab code
- 2013-09-23 21:18:48下载
- 积分:1
-
8-nodes
8节点潮流计算程序,matlab配电网。电力系统的分析和计算中,需要不同网络结构和参数。在应
用这些参数之前,收集和整理工作会花费大量的时间和精力。(8-node flow calculation program, matlab distribution network. Power system analysis and calculation, require different network structures and parameters. Before applying these parameters, the collection and collation will spend a lot of time and effort.)
- 2010-05-10 18:18:17下载
- 积分:1
-
prony-method-
matlab编写的prony算法,可以用来求出信号幅值,相角,频率,衰减因子等信息(Matlab prepared by the prony algorithm, can be used to calculate the signal amplitude, phase angle, frequency, attenuation factor and other information)
- 2020-11-13 21:49:42下载
- 积分:1
-
test
網路上找到簡單的車牌定位,有需要可以看看(License plate location to find on the Internet)
- 2012-05-23 21:07:13下载
- 积分:1