-
HOSA
提供了Matlab平台下高阶统计量的常用算法以及运算函数。并且给出了时间延迟估计等实际应用的算例(Matlab platform provides a higher-order statistics of the commonly used algorithms and computing functions. And gives the time delay estimation in practical applications, such as the numerical example)
- 2007-10-09 16:19:02下载
- 积分:1
-
Frank-Wolfe-matlab
Frank-Wolfe算法 matlab(rank-Wolfe, matlab)
- 2013-09-27 15:10:32下载
- 积分: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
-
lib_crc-CRC_library
The file lib_crc.c contains source code for functions to calculate
five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK,
CRC-Kermit and CRC-CCITT. The functions can be freely used.
- 2009-06-09 00:20:32下载
- 积分:1
-
APF_ip_iq
APF基于ip-iq的Simulink仿真模型,学习及分析APF很好的资料,验证可用,文件仅用于学习交流,严禁用于商业用途。(APF ip-iq Simulink models based APF study and analysis of good information, verification is available only for study and exchange files, non-commercial use.)
- 2015-04-09 09:53:09下载
- 积分:1
-
L1_norm_least_square_solver
L1范数正则化最小二乘问题求解器,stanford大学Boyd教授出品。(Simple Matlab Solver for l1-regularized Least Squares Problems)
- 2014-02-25 14:21:26下载
- 积分:1
-
parallelinverter
basic parallel inverter
- 2010-10-02 13:30:34下载
- 积分:1
-
paperdocnalg
ome numerical calculation using matlab code, suitable for novice matlab and digital computing use, according to the ideological preparation of matlab matrix, for beginners to grasp a better matlab programming ideas useful...
- 2012-10-03 13:34:29下载
- 积分:1
-
TOA_MUSIC
以往的测时间延迟的方法时利用信号相关性来求的,利用MUSIC算求两信号的时间延迟具有很高的精度。(Measurement of time delay before the method used to seek correlation signal, the use of MUSIC operators seek time delays of two signals with high precision.)
- 2010-08-04 14:12:55下载
- 积分:1
-
1.1
matlab基本程序,动态系统仿真,单位跃阶相应特性(matlab basic procedures, dynamic system simulation, units of the corresponding characteristics of jump-order)
- 2010-11-09 08:25:25下载
- 积分:1