-
psd
求洛伦兹信号的功率谱matlab程序,可以用来求其他信号的功率谱。(Power Spectrum Estimate
)
- 2010-11-21 21:23:39下载
- 积分:1
-
setfigxxdocked
Manage and Dock Figures into Group
- 2013-01-07 23:25:45下载
- 积分:1
-
genetic_algorithm
自己写的遗传算法程序,对初学者来说很实用,可以运行!(very good!)
- 2014-09-04 09:54:00下载
- 积分:1
-
Journal_bearing_VARYING_EPSILON
This matlab code is for plotting pressure profile of Journal bearing and also calculates load,discharge.
- 2014-10-25 14:02:15下载
- 积分:1
-
turbo
turbo code simulation in matlab
- 2013-12-20 00:45:49下载
- 积分:1
-
NonLinear_original-2-minus0.1
ABAQUS UMAT 带剪切非线性HASHIN准则(ABAQUS UMAT)
- 2015-10-16 16:42:12下载
- 积分:1
-
pt
说明: 心律失常诊断算法P-T算法代码,检测QRS波群和QRS宽度(Arrhythmia diagnose algorithm,detecting QRS wave and the width of QRS wave)
- 2016-06-24 10:48:39下载
- 积分:1
-
Chapter-3_1
说明: 开关电源SPICE第三章的全部仿真电路。对直流和交流仿真出色(Switching Power Supply SPICE simulation circuit all of Chapter III. Excellent DC and AC simulation of)
- 2011-03-09 23:57:46下载
- 积分: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
-
28726
截取一段音频信号作为输入信号,分别通过低通,高通和带通滤波器,比较滤波效果。(Interception of an audio signal as an input signal, respectively, through a low pass, high pass and band-pass filter, compare filtering effect.)
- 2020-11-13 10:29:43下载
- 积分:1