-
POCS
matlab应用源程序,只能采集,网络连接(matlab application source code, can collect)
- 2013-11-23 16:19:50下载
- 积分: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
-
medfilt_avefile_bijiao
Matlab实现中值滤波与均值滤波的对椒盐噪声滤波的比较!(Matlab to achieve median filter and mean filter for noise filtering salt and pepper comparison!)
- 2009-06-06 20:30:19下载
- 积分:1
-
IBM_ViaVoicePhone的开发手册
说明: ibm的相关开发资料(ibm related development information .......................... clause 8)
- 2006-02-15 01:05:58下载
- 积分:1
-
SHADW
shadow detection paper from net,it is value
- 2013-12-19 19:43:01下载
- 积分:1
-
seismic_processing_programme
地震数字处理的基本程序,其中包括滤波褶积,fft,dft,自相关互相关,以及偏移等,对地质学人员比较有用(Digital processing seismic basic procedures, including convolution filter, fft, dft, autocorrelation cross correlation, and offset, etc., more useful for people geology)
- 2013-12-25 15:08:07下载
- 积分:1
-
FDTD3DCODEUSING
一个三维FDTD的计算程序,比较有用,适合初学者。(A three-dimensional FDTD calculation procedures, more useful for beginners.)
- 2014-01-03 14:55:19下载
- 积分:1
-
structure-Yagi-
八木天线有源折合振子馈电的新结构 (The new structure Yagi antenna active equivalent oscillator fed)
- 2013-11-29 12:53:07下载
- 积分:1
-
NLPCA
pca主成分分析,改进的pca程序源代码(pca principal component analysis, improved pca program source code)
- 2020-09-18 15:47:55下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1