-
signal-autocorrelatin-functions
信号的相关性是很重要的性质,求一维,二维高斯随机数的自相关函数,并进行统计分析。(Signal correlation is very important, for the properties of one-dimensional, two-dimensional gaussian random autocorrelation, and statistical analysis.
)
- 2011-04-19 17:26:55下载
- 积分: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
-
Wavelet_Entropy
说明: 该代码可用于计算脑电信号的小波熵,方便灵活。(wavelet entropy for eeg)
- 2021-03-16 14:49:22下载
- 积分:1
-
Chapter4
用Matlab语言实现带通信号与系统的低通仿真(With the Matlab language and system bandpass low-pass simulation)
- 2010-06-08 11:37:12下载
- 积分:1
-
2ask-2fsk-2psk
三种基本调制方式(2ask 2fsk 2psk)的仿真源码 解调方式为相干解调,过程较详细,推荐下载(Three basic modulation (2ask 2fsk 2psk) Demodulation of the simulation source code for the coherent demodulation, the process in more detail, it is recommended to download)
- 2020-07-21 10:38:45下载
- 积分:1
-
MTV-play-GUI
自己编写的matlab GUI程序,实现MTV的播放功能。压缩内包含.m源码以及.fig文件。(I have written matlab GUI program, realized MTV playback functions. Compression contained within. M source and. Fig file.)
- 2013-12-16 15:01:51下载
- 积分:1
-
manual_label
一个MATLAB GUI程序,可以方便地用来手动标记正训练样本和负训练样本。
——————————————————
1.首先输入要标定的数据库目录、要存放正训练样本的目录、要存放负训练样本的目录
2.点击“开始”,程序自动依次显示数据库目录中的图片
3.点击“正例”或“反例”将会把当前图片复制到相应目录
4.可以在图片上点击拖动圈出一个区域,以截取圈出的区域作为样本
5.选中“约束选取比例”可以使得最终选取的样本有固定的大小(A matlab GUI program that can be used to label training samples manually.
It contains rich functions)
- 2012-01-02 10:44:37下载
- 积分:1
-
libsvm
libsvm的最新函数包,包含了各种语言的接口,可方便的实现分类,回归等问题(libsvm package)
- 2013-12-11 13:58:15下载
- 积分:1
-
1
说明: matlab的简单小例子。。可以完成一下诶简单的。绘图(simlpe gui designed)
- 2013-12-22 17:31:09下载
- 积分:1
-
IEEE34
pscad环境下搭建的一个IEEE34节点的,测试模型,可以用于电力系统潮流计算、状态估计等(pscad environment to build a IEEE34 node under test model can be used to power flow calculation, state estimation, etc.)
- 2020-11-09 19:59:48下载
- 积分:1