-
SVMclassifier_func
This is a SVM classifier algorithm in Matlab.
- 2010-11-23 16:09:15下载
- 积分:1
-
SNR_cmp
用matalab实现一个简单的输入语音的整体信噪比和部分信噪比的比较(Matalab implemented using a simple input speech and the portion of the overall signal to noise ratio SNR comparison)
- 2013-11-13 22:19:02下载
- 积分:1
-
Desktop
signal system
show BODE PLOT and step response of transfer function
EFFECT OF c2d command in matlab for continuous system
- 2013-05-19 22:43:22下载
- 积分:1
-
MATLAB
说明: MATLAB 图像处理以及 电子设计 的功能实现( MATLAB )
- 2010-05-02 18:57:37下载
- 积分: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
-
TMD
Tmd modeling with matlab.
this file modeling Tuned Mass Damper with Matlab and reliability analysis monte carlo.
the first read information of structures as excel file. then run .m file
- 2020-11-27 10:09:30下载
- 积分:1
-
2
说明: 信号处理,进行信号检测与处理,通过设定threshold来进行信号检测的可信度调整(Credibility adjustment signal processing, signal detection and processing, by setting threshold for signal detection)
- 2013-12-02 04:16:09下载
- 积分:1
-
adaptiveembrance
根据lamda遗忘因子来确定均方误差的变化趋势,和alpha的变化,仿真效果好,达到理想的效果。(Lamda forgetting factor to determine the mean square error trends, changes and alpha, simulation results, achieve the desired results.)
- 2012-10-23 22:51:44下载
- 积分:1
-
xinxishang
说明: 计算故障分类的每个属性的信息熵,选取最大的作为根节点(For fault classification information entropy of each attribute, select the largest as the root)
- 2010-04-23 10:29:12下载
- 积分:1
-
efast
FOC induction machine library
- 2013-08-28 21:08:11下载
- 积分:1