-
matlab
matlab应用指南,讨论如何用多源代码文件来构造一个程序。(matlab guide, discuss how to use multiple source code files to construct a program)
- 2012-04-13 11:39:32下载
- 积分:1
-
Biorthogonal_Wavelets
MATLAB code for biorthogonal wavelet
- 2014-12-20 21:12:12下载
- 积分:1
-
FTDI--1
FTDI mpsse communication
- 2015-04-07 17:01:20下载
- 积分:1
-
坐标数据和坐标图产生程序
多点定位TDOA的chan算法,和坐标转换,经纬度转换成平面直角坐标系(chan algorism altitude longtitude xy coordinates)
- 2019-05-07 17:40:23下载
- 积分:1
-
ROOT-MUSIC
文章的作者进行了基于行列合成的实值二维ROOT-MUSIC算法的仿真分析(The authors were synthesized based on the ranks of real two-dimensional ROOT-MUSIC algorithm simulation)
- 2010-11-07 19:57:01下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
matab-code-quantum-pso-algorithm
The quantum particle swarm optimization (QPSO) applies the quantum computing theory to particle swarm optimization, and thus has the advantages of both quantum computing theory and particle swarm optimization, so it has a faster convergence rate and a more accurate convergence value.
- 2021-03-18 10:49:20下载
- 积分:1
-
Searchxlsfile
主要功能:扫描指定目标扫描目录中所有文件类型为XLS的文件,并在列表中显示。(Main functions: scan all files in the directory specified target scanning type for the XLS file, and display in the list.)
- 2015-03-12 13:45:23下载
- 积分:1
-
emd
duke大学标准C的emd源码,可直接调用。(The EMD resource of duke.)
- 2009-02-20 10:56:19下载
- 积分:1
-
fastiminpaint
Describes an image inpainting algorithm used in reconstruction and restoration of digital images. Totally based on convolutions
- 2010-09-23 04:05:02下载
- 积分:1