-
用于计算地震作用下单自由度结构的响应和响应
说明: 用于计算地震作用下单自由度结构的响应和响应谱(Used to calculate the response and response spectrum of a single degree of freedom structure under earthquake action)
- 2020-06-23 03:00:02下载
- 积分:1
-
Statistics_Toolbox
Matlab官方文档:统计工具箱statistics toolbox(Matlab official documents : Statistics Toolbox statistics toolbox)
- 2006-05-26 11:53:51下载
- 积分:1
-
sample-count
对样本进行主成分分析: 把原来多个变量划为少数几个综合指标的一种统计分析方法,是一种降维处理技术(Principal component analysis on the samples: the original more than one variable is designated as a few indicators of a statistical analysis method, a dimensionality reduction processing technology )
- 2012-03-23 21:06:21下载
- 积分: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
-
robot
matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件
- 2011-05-23 17:08:55下载
- 积分:1
-
LSSVM-guide
lssvm相关教程,工具箱的使用指南包括中文版,对于初学者lssvm的使用说明(lssvm tutorials, tool use guide includes Chinese version, for starters lssvm instructions)
- 2015-03-27 11:13:25下载
- 积分:1
-
Untitled2
数字信号处理中的语音信号处理,针对语音信号中的噪声,设计不同的滤波器滤除噪声。(Digital signal processing, the speech signal processing in speech signal noise in the filter designed different filter noise.
)
- 2011-05-07 18:59:07下载
- 积分:1
-
buckboost
升降压DC——DC变换器的simulink模型,前相为buck变换器,后相为boost变换器,可以进行适当的升降电压调节。(The buck-boost DC- DC converter simulink model, phase buck converter, the latter phase of the boost converter can be appropriate lifting voltage regulator.)
- 2012-07-01 16:28:12下载
- 积分:1
-
@rectmap
施瓦茨变换的代码,专门用于矩形区域的变换,matlab代码(The Schwartz transform code, specifically for the transform of the rectangular area, matlab code)
- 2013-05-15 20:45:58下载
- 积分:1
-
MonteCarlo
蒙特卡洛模拟 随机因素的统计分析 对系统规模没有要求(Monte Carlo simulation of the statistical analysis of random factors in the scale of the system does not require)
- 2009-04-30 16:08:02下载
- 积分:1