<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>中国振动联盟 - 信号处理方法</title>
    <link>http://www.chinavib.com/forum.php?mod=forumdisplay&amp;fid=47</link>
    <description>Latest 20 threads of 信号处理方法</description>
    <copyright>Copyright(C) 中国振动联盟</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 18 May 2012 04:25:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.chinavib.com/static/image/common/logo_88_31.gif</url>
      <title>中国振动联盟</title>
      <link>http://www.chinavib.com/</link>
    </image>
    <item>
      <title>用TEST.LAB采集的时域数据如何转换为时频曲线</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=112278</link>
      <description><![CDATA[我采用TEST.LAB采集了一段数据，得到了其时域波形，但是我想得到时间和频率的关系曲线，请问怎么做。  要求在test.lab中做。]]></description>
      <category>信号处理方法</category>
      <author>AHARDNUT</author>
      <pubDate>Thu, 17 May 2012 09:25:52 +0000</pubDate>
    </item>
    <item>
      <title>[请教]IFFT变换后得到的复数的物理意义</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=112011</link>
      <description><![CDATA[采样频率4096Hz ，我每次把采样到的512个点（C）进行FFT变换，得到一个频域上的信号（复数数组A），然后再把A进行IFFT变换又重新得到时域上的信号（一个复数数组B），我想知道，B中的每个复数物理意义是什么，它和振幅有什么关系，或者说怎么把B转换为实数数组，而这个实 ...]]></description>
      <category>信号处理方法</category>
      <author>foreverpw</author>
      <pubDate>Thu, 17 May 2012 05:28:12 +0000</pubDate>
    </item>
    <item>
      <title>请问加速度参考点如何用</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=112003</link>
      <description><![CDATA[模态实验时，测点过多，分多组进行测试，每次测试采用同一个加速度测点作为参考点，怎么把所有测试结果连起来，谢谢？]]></description>
      <category>信号处理方法</category>
      <author>rohui</author>
      <pubDate>Thu, 17 May 2012 03:07:46 +0000</pubDate>
    </item>
    <item>
      <title>用Matlab怎样打开pci格式的数据啊？</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111999</link>
      <description><![CDATA[用Matlab怎样打开pci格式的数据啊？程序改怎样写呢？？谢谢大家了。]]></description>
      <category>信号处理方法</category>
      <author>简彦成</author>
      <pubDate>Thu, 17 May 2012 02:34:15 +0000</pubDate>
    </item>
    <item>
      <title>那位可以告知这三种检验法的详细情况？</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111987</link>
      <description><![CDATA[那位可以告知这三种检验法（Re—substitution检验法、Jackknife检验法和Indepen—dent dataset检验法）的详细情况？算法实现，最好有程序！]]></description>
      <category>信号处理方法</category>
      <author>pansea</author>
      <pubDate>Wed, 16 May 2012 14:30:11 +0000</pubDate>
    </item>
    <item>
      <title>如何构造正交小波</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111970</link>
      <description><![CDATA[请问谁构造过小波没?我们现在要构造小波,如果有做过能不能提供点帮助]]></description>
      <category>信号处理方法</category>
      <author>e3doc</author>
      <pubDate>Wed, 16 May 2012 08:24:03 +0000</pubDate>
    </item>
    <item>
      <title>大量数据的FFT算法大家有什么好的算法？</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111966</link>
      <description><![CDATA[大量数据的FFT算法大家有什么好的算法？比如256k点的fft，有什么好方法能快速搞定？]]></description>
      <category>信号处理方法</category>
      <author>agrimony</author>
      <pubDate>Wed, 16 May 2012 06:21:04 +0000</pubDate>
    </item>
    <item>
      <title>求大神  EMD分解后如何重构信号</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111963</link>
      <description><![CDATA[图是
这是程序

fs = 1000;
t = 0:1/fs:1;
f2= 4;
w2 = 0;
B2 = 0;
x=sin(2*pi*f2*t+w2)+B2;
x=awgn(x,10,0)
num = length(t);
figure(1)
plot(x)
 %emd
imf =emd (x);
%plot emd 结果
[N_imf,n_imf] = size(imf);
% compute the correlation coeffi ...]]></description>
      <category>信号处理方法</category>
      <author>挽一轮明月</author>
      <pubDate>Wed, 16 May 2012 05:59:42 +0000</pubDate>
    </item>
    <item>
      <title>EMD分解问题，急~~~~~</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111912</link>
      <description><![CDATA[下面这段程序我仿真出来是一组数据，现在我想让他呈现出emd图的形式要怎么弄？在后面我试着添加plot那些语句照样不行；各位大侠帮帮忙啊 在emd分解后又如何去实现信号的去噪了？？？
% EMD:  Emprical mode decomposition
%
% imf = emd(x,n)
%
% x   - input s ...]]></description>
      <category>信号处理方法</category>
      <author>0208106224</author>
      <pubDate>Tue, 15 May 2012 01:53:42 +0000</pubDate>
    </item>
    <item>
      <title>求高大家帮帮忙！</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111901</link>
      <description><![CDATA[大家谁知道：
极联图啊？
哪里可以下载Winger-Vill工具箱啊？
Winger-Vill相关程序怎么写啊？
谁有形态梯度算子是怎么回事啊？
谁在做形态梯度算子方面的研究啊？
谁知道Kolmogorv-Smirnor啊？
请大家帮忙啊！373071914@qq.com]]></description>
      <category>信号处理方法</category>
      <author>李清志</author>
      <pubDate>Mon, 14 May 2012 12:12:42 +0000</pubDate>
    </item>
    <item>
      <title>轴承故障诊断的时候，关于传感器采样频率一般怎么确定</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111888</link>
      <description><![CDATA[请问关于用于测量轴承振动的传感器的采样频率一般取多少？有的是12k，有的是8k，还有的4k和2k，一般是哪个啊]]></description>
      <category>信号处理方法</category>
      <author>ihod</author>
      <pubDate>Mon, 14 May 2012 04:07:48 +0000</pubDate>
    </item>
    <item>
      <title>请教 小波还是hht？</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111884</link>
      <description><![CDATA[我是汽轮机故障诊断方向的.

毕业论文要用到一些信号分析。

现在纠结与用小波还是hht。

主要是汽轮汽轮机轴系故障，如碰磨，不对中，不平衡等等，，
请问各位用哪个方法较好。。谢谢了]]></description>
      <category>信号处理方法</category>
      <author>try__try</author>
      <pubDate>Mon, 14 May 2012 02:13:08 +0000</pubDate>
    </item>
    <item>
      <title>轴系纵向振动程序及后处理</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111869</link>
      <description><![CDATA[]]></description>
      <category>信号处理方法</category>
      <author>danielwang690</author>
      <pubDate>Sun, 13 May 2012 13:52:34 +0000</pubDate>
    </item>
    <item>
      <title>小波的中心频率和尺度的关系问题</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111841</link>
      <description><![CDATA[各位大侠，我一直不明白小波的中心频率和尺度有什么关系，中心频率不是可以给定的吗？还是对于某个小波，譬如Morlet小波，它的中心频率就是固定的了。再有就是小波的中心频率和待分析的信号的频率又有什么关系，诚求请各位赐教啊！]]></description>
      <category>信号处理方法</category>
      <author>janto</author>
      <pubDate>Sat, 12 May 2012 14:59:53 +0000</pubDate>
    </item>
    <item>
      <title>窄带、选带、宽带模态识别技术的资料</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111823</link>
      <description><![CDATA[哪位大侠能推荐一下学习窄带、选带、宽带模态识别技术的资料吗？急用！！！！！！]]></description>
      <category>信号处理方法</category>
      <author>yuanxingcom</author>
      <pubDate>Sat, 12 May 2012 02:55:44 +0000</pubDate>
    </item>
    <item>
      <title>急求语音中说话人认证及冒仿语音的资料</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111809</link>
      <description><![CDATA[应老师要求，写两篇关于说话人认证及冒仿语音的论文，但找不到资料，能帮忙的麻烦帮帮忙，谢谢啦！]]></description>
      <category>信号处理方法</category>
      <author>琳之初</author>
      <pubDate>Fri, 11 May 2012 12:22:49 +0000</pubDate>
    </item>
    <item>
      <title>频响函数正交多项式拟合求教</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111802</link>
      <description><![CDATA[小弟做频响函数拟合，本来用的是加权最小二乘法拟合频响函数，求的振型与理论振型基本吻合，但求完二阶导数发现曲率值较理论值差别较大。查询资料，发现张令弥老师等推荐正交多项式法，但结果不太理想，不知怎么改善？有大侠做过多频段拟合的正交多项式？或者整体曲线拟 ...]]></description>
      <category>信号处理方法</category>
      <author>yuanxingcom</author>
      <pubDate>Fri, 11 May 2012 07:50:41 +0000</pubDate>
    </item>
    <item>
      <title>怎么用matlab 对振动信号进行 EMD、阈值或者hht处理?</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111801</link>
      <description><![CDATA[假如~我用压电式振动传感器,测得一台故障的变压器的振动加速度的时域波形~把采集卡的振动信号导入pc 一般是什么格式? 如何用matlab读取? 然后还有... 如何用matlab对波形进行emd分解~... ps:小弟matlab正在学...]]></description>
      <category>信号处理方法</category>
      <author>郭建</author>
      <pubDate>Fri, 11 May 2012 07:50:16 +0000</pubDate>
    </item>
    <item>
      <title>位移频响函数较加速度频响函数过小怎么办</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111800</link>
      <description><![CDATA[小弟做频响函数拟合分析，加速度频响幅值前三阶较明显，但位移频响函数幅值只有前两阶，并且峰值不够突出。猜测跟位移值较小有关，于是想知道位移频响函数与加速度频响函数在单位上有什么区别没？位移频响的状态有什么方法可以改善？非常感谢！]]></description>
      <category>信号处理方法</category>
      <author>yuanxingcom</author>
      <pubDate>Fri, 11 May 2012 07:49:17 +0000</pubDate>
    </item>
    <item>
      <title>求教关于母小波的中心频率问题！</title>
      <link>http://www.chinavib.com/forum.php?mod=viewthread&amp;tid=111798</link>
      <description><![CDATA[最近在学习小波时频分析，刚刚看了破凰的[小波]小波时频(尺度)图的绘制原理与实现的帖子觉得写得很好，关于尺度与频率之间的关系 ，设a为尺度，fs为采样频率，Fc为小波中心频率，则a对应的实际频率Fa为 Fa＝Fc×fs/a，请问Fc是母小波的中心频率吗？关于中心频率这个定义 ...]]></description>
      <category>信号处理方法</category>
      <author>ckakaqiang</author>
      <pubDate>Fri, 11 May 2012 07:06:29 +0000</pubDate>
    </item>
  </channel>
</rss>
