-
Monte-Carlo-algorithm
蒙特卡罗算法 内含蒙特卡罗方法学习书籍+matlab实现源码(Monte Carlo algorithm)
- 2021-01-14 11:38:47下载
- 积分:1
-
e
说明: this matlab source code describes about all kind of edge detectors
- 2011-12-11 12:59:32下载
- 积分:1
-
code-matlab-SCFDMA
code matlab simulation FDMA
- 2013-11-21 22:16:29下载
- 积分:1
-
nr
说明: For load flow analysis of an interconnected power system
- 2015-03-25 09:39:23下载
- 积分:1
-
MISO_Demo
Multiple input single output matlab coding
- 2012-12-15 20:20:44下载
- 积分:1
-
IIRdesign
通过这个程序可以设计一个IIR滤波器,对滤波器的系数按4bit量化。(Through this program can design an IIR filter)
- 2009-11-06 10:54:51下载
- 积分:1
-
oose
Appraisal Tracker system is a web based application which is useful for an organization to track the performance of their employess through various performance measures.
- 2014-09-01 23:56:33下载
- 积分:1
-
ch4
MATLAB高级讲义实例4(控制系统的分析方法)(MATLAB examples of senior notes 4 (Control System Analysis Method))
- 2008-08-17 17:42:29下载
- 积分:1
-
sfd-mim-bss
In this interface, you can control the sources (type, frequency,
length, represented points), the mixture (elements of the mixing
matrix and nonlinears functions in the post nonlinears cases),
the different parameters of noise, the separating algorithm
(choice between two algorithms and associated parameters) and
the parameters of denoising.(All the algorithms simulated in this package have been designed
by Massoud BABAIE-ZADEH during his PhD thesis, prepared in the
Images and Signals Laboratory (LIS) of Institut National Polytechnique
de Grenoble (INPG), under the supervision of Christian JUTTEN.)
- 2012-03-30 10:23:08下载
- 积分: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