-
34
说明: 根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函数fir1设计一个FIR低通滤波器。并编写程序,调用MATLAB快速卷积函数fftfilt实现对xt的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。
(Select the appropriate indicators according to filter window function, calculate the length of window function N, called MATLAB function fir1 design a FIR low-pass filter. And programming, call MATLAB functions fftfilt achieve fast convolution filtering xt. Graphics filter frequency response curve, the filter output signal amplitude and frequency characteristics of maps and time-domain waveform. )
- 2011-05-24 09:17:20下载
- 积分:1
-
WVD000
对振动信号进行分析,通过WVD进行视频分析(Vibration signals were analyzed and video analyzed by WVD)
- 2017-07-26 12:19:11下载
- 积分:1
-
simulink
说明: 很不错的一本英文书籍,全面详细的讲解了simulink,从基础到进阶到高级应用。(Simulation and Model-Based Design
1.What Is Simulink?
2.Building a Model
3.How Simulink Works
4.Simulink Basics.......)
- 2011-04-09 22:10:44下载
- 积分:1
-
Chen_review_PE_wind_200908
风机发电的文献 非常的详细 有关matlab 的例程都很明确(Fan power is very detailed literature about the matlab routines very clear)
- 2014-11-05 13:06:10下载
- 积分:1
-
xerrorbarcc
xerrorbar - Just like errorbar, but for uncertainty in x
- 2013-10-25 17:17:44下载
- 积分:1
-
svm1
一种支持向量机的矿井提升机故障诊断方法,方便写提升机故障诊断的(A support vector machine of Mine Hoist Fault Diagnosis Method for Writing Hoist Fault Diagnosis)
- 2009-03-16 18:40:34下载
- 积分:1
-
wavelet
本程序展示了小波分解, 重构,小波的高通滤波器,低通滤波器 的程序(This procedure demonstrated the wavelet decomposition, reconstruction, wavelet high-pass filter, low pass filter process)
- 2008-08-18 17:00:53下载
- 积分:1
-
matbugs
matlab中实现openbugs或winbugs的功能调用,非常好。
网上下的(openbugs or matlab to achieve the functions of winbugs call, very good. Online under the)
- 2020-12-15 20:09:14下载
- 积分:1
-
algorithm_of_the_constrained_optimization
说明: 约束优化问题算法的 matlab 程序,包括:
minRosen.m---Rosen 梯度投影法
minFactor.m----乘子法
minconPS.m-----坐标轮换法
minPF.m----外点罚函数法
minMixFun.m-----混合罚函数法
minJSMixFun.m----加速混合罚函数法(Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rosen gradient projection method minFactor.m---- multiplier method minconPS.m----- coordinate rotation method minPF.m---- outside the points penalty function method minMixFun.m----- mixed penalty function minJSMixFun.m---- speed up the hybrid penalty function)
- 2010-04-05 11:30:06下载
- 积分:1
-
huffmancoding
格式:[huffcodes,氢,領 ,电子] = huffmancoding(磷,氮)
%输入:p是每个字母符号的概率
(如:对= [0.3 0.2 0.2 0.2 .06 .04])
n是一个整数,决定在每个帧的符号数量
(默认:n = 1时)
%输出:huffcodes:huffmancodes
答:源熵
甲肝:平均熵编码
电子邮件:科丁效率(format : [huffcodes,H,Hav,e]=huffmancoding(p,n)
inputs: p is the probability of each alphabet symbol
( eg:p=[.3 .2 .2 .2 .06 .04] )
n is an integer that determines number of symbols at each frame
(default:n=1)
outputs: huffcodes: huffmancodes
H: source entropy
Hav: average entropy for coding
e: codding efficiency
)
- 2010-07-05 12:07:29下载
- 积分:1