-
pt_line
固高控制卡程序,pt控制方式,需要的可以下载看看.(Googol control card program)
- 2013-12-01 21:58:24下载
- 积分:1
-
mulDNewton
基于matlab,利用牛顿下山法来解非线性方程组的数值解(Newton downhill method for solving nonlinear equations)
- 2013-12-05 20:21:58下载
- 积分:1
-
CircAdaptTriSeg_code
time variable problem using MATLAB
- 2013-11-20 00:23:57下载
- 积分:1
-
89437157bc4e
二值化算法的经典算法:大津法Matlab源码,有较高的参考价值(Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value)
- 2010-10-27 15:00:09下载
- 积分:1
-
FIRfilterdesign
这是基于MATLAB的FIR滤波器的设计。主要介绍啦用加窗发来设计。这是我的课程设计报告。(This is a MATLAB-based FIR filter design. The main window used to introduce you to design made. This is my report on the curriculum design.)
- 2009-05-09 23:55:22下载
- 积分: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
-
Directional-patterns
This MATLAB M-file will produce the FDTD solution
of a sectoral (2-D) Perfectly Electric Conducting
(PEC) horn antenna excited by a sinusoidal voltage
in a TEz computational domain.(This MATLAB M-file will produce the FDTD solution of a sectoral (2-D) Perfectly Electric Conducting (PEC) horn antenna excited by a sinusoidal voltage in a TEz computational domain.)
- 2013-11-24 23:30:57下载
- 积分:1
-
Ant-cololy
基于蚁群算法的最优潮流计算,包含m文件及源代码(The optimal power flow calculation based on ant colony algorithm, including m file and source code)
- 2020-12-15 16:29:13下载
- 积分:1
-
SSB
此程序是简单的线性双边带调制,希望能够为大家提供些参考(ssb)
- 2010-12-16 17:32:35下载
- 积分:1
-
RBF_Poisson
RBF方法求解泊松方程(二维)实例,选用RBF函数为MQ函数,采用配点法求解。(RBF method for solving two dimentional Poisson equation)
- 2014-02-21 18:24:31下载
- 积分:1