-
Matlab-regularization-tool
求解病态方程的matlab 正则化工具箱,含说明(The matlab toolbox for regularizing the ill-posed problem, including the instructions )
- 2021-01-21 20:28:46下载
- 积分:1
-
workspace6
说明: 使用单纯形算法整定pid参数的例程还可以(PID parameters tuning by simplex algorithm)
- 2019-04-01 16:16:10下载
- 积分:1
-
teen
TEEN is a protocol developed for wireless sensor networks and is a routing protocol
- 2013-12-17 18:52:53下载
- 积分:1
-
Computer-general-GP-code
The coding of General Gradient Projection Rotation Algorithm for matlab and given some cases in the file.
- 2013-12-06 05:49:37下载
- 积分:1
-
Matlab-source
精通MATLAB综合辅导与指南的配套磁盘程序,本书介绍了MATLAB一般原理和基本运算,重点介绍了MATLAB图形用户界面的结构和使用方法,包括二维、三维图形的控制、色彩的配置、用户专用界面的创建。(Proficient in MATLAB comprehensive guide to counseling and supporting disk procedures, this book introduces MATLAB general principles and basic computing, focuses on the MATLAB graphical user interface structure and the use of methods, including two-dimensional, three-dimensional graphics control, color configuration, user-specific interface to create.)
- 2007-08-16 14:29:00下载
- 积分:1
-
busout
show result of power flow analysis
- 2013-07-27 19:03:27下载
- 积分:1
-
white_balance
MATLAB 灰度世界法白平衡处理,在全局白平衡中得到广泛应用,特点是能够利用更多的图像信息来做判断(MATLAB gray world white balance processing method has been widely used in the global balance, the feature is the ability to use more image information to do judgment)
- 2014-12-26 17:15:50下载
- 积分:1
-
evaemkbb
匹配追踪和正交匹配追踪,GPS和INS组合导航程序,有借鉴意义哦,详细画出了时域和频域的相关图,抑制载波型差分相位调制,阵列信号处理的高分辨率估计,使用matlab实现智能预测控制算法。( Matching Pursuit and orthogonal matching pursuit, GPS and INS navigation program, There are reference Oh, Correlation diagram shown in detail the time domain and frequency domain, Suppressed carrier type differential phase modulation, High-resolution array signal processing estimates, Use matlab intelligent predictive control algorithm.)
- 2016-03-30 20:15:38下载
- 积分: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
-
QPSK_awgn
matlab中QPSK的simulink仿真,包括星座图以及频谱分析(The simulink matlab in QPSK simulation, including constellation and spectrum analysis)
- 2010-05-11 20:45:55下载
- 积分:1