Location:
Search - pwelch matlab
Search list
Description: 序列x(n)的Welch法功率谱估计
用matlab来实现
Platform: |
Size: 852 |
Author: cjl |
Hits:
Description: C 程序
球面方位角算法: azimuth.cpp
CRC校验快速算法: CRC_Table.cpp
解扰码算法: scrambler.cpp
Matlab 程序
信号带宽测量: BandWith.m
带通信号下变频: fqmv.m
QPSK 解调 demodQpsk.m
pwelch求功率谱的算法 psdwh.m
均值滤波算法 cvmn.m
信号正交分解: Cnv2Bas.m
Platform: |
Size: 5740 |
Author: HANYUFEI |
Hits:
Description: 序列x(n)的Welch法功率谱估计
用matlab来实现-Sequence x (n) of the Welch method power spectrum estimation using matlab to achieve
Platform: |
Size: 1024 |
Author: cjl |
Hits:
Description: C 程序
球面方位角算法: azimuth.cpp
CRC校验快速算法: CRC_Table.cpp
解扰码算法: scrambler.cpp
Matlab 程序
信号带宽测量: BandWith.m
带通信号下变频: fqmv.m
QPSK 解调 demodQpsk.m
pwelch求功率谱的算法 psdwh.m
均值滤波算法 cvmn.m
信号正交分解: Cnv2Bas.m-C procedures spherical azimuth algorithm: azimuth.cppCRC Fast Algorithm checksum: CRC_Table.cpp Descrambling code algorithm: scrambler.cpp Matlab signal bandwidth measurement procedures: BandWith.m bandpass signal down-conversion: fqmv.mQPSK demodulator for demodQpsk.mpwelch power spectrum algorithm psdwh.m mean signal filtering algorithm cvmn.m orthogonal decomposition: Cnv2Bas.m
Platform: |
Size: 5120 |
Author: HANYUFEI |
Hits:
Description: FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t.
The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use PWELCH or SPECTRUM. For more details on the Lomb normalized periodogram, see the excellent section 13.8 in [1], pp. 569-577.
This code is a transcription of the Fortran subroutine fasper in [1] (pp.575-577), so it is a really fast (albeit not really exact) implementation of the Lomb periodogram. Also Matlab s characteristics have been taken into account in order to make it even faster for Matlab. For an exact calculation of the Lomb periodogram use LOMB, which is however about 100 times slower.-FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t.
The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use PWELCH or SPECTRUM. For more details on the Lomb normalized periodogram, see the excellent section 13.8 in [1], pp. 569-577.
This code is a transcription of the Fortran subroutine fasper in [1] (pp.575-577), so it is a really fast (albeit not really exact) implementation of the Lomb periodogram. Also Matlab s characteristics have been taken into account in order to make it even faster for Matlab. For an exact calculation of the Lomb periodogram use LOMB, which is however about 100 times slower.
Platform: |
Size: 8192 |
Author: csar |
Hits:
Description: FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t.
The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use PWELCH or SPECTRUM. For more details on the Lomb normalized periodogram, see the excellent section 13.8 in [1], pp. 569-577.
This code is a transcription of the Fortran subroutine fasper in [1] (pp.575-577), so it is a really fast (albeit not really exact) implementation of the Lomb periodogram. Also Matlab s characteristics have been taken into account in order to make it even faster for Matlab. For an exact calculation of the Lomb periodogram use LOMB, which is however about 100 times slower.-FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t.
The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use PWELCH or SPECTRUM. For more details on the Lomb normalized periodogram, see the excellent section 13.8 in [1], pp. 569-577.
This code is a transcription of the Fortran subroutine fasper in [1] (pp.575-577), so it is a really fast (albeit not really exact) implementation of the Lomb periodogram. Also Matlab s characteristics have been taken into account in order to make it even faster for Matlab. For an exact calculation of the Lomb periodogram use LOMB, which is however about 100 times slower.
Platform: |
Size: 8192 |
Author: csar |
Hits:
Description: a simple qam system with the use of a qam modulator demodulator and a random bits generator pwelch and comes from matlab central website
Platform: |
Size: 2048 |
Author: panagiotisb |
Hits:
Description: pwelch可以实现matlab中的PSD估计,上传资料为pwelch的code-pwelch matlab can estimate the PSD, upload data to the code pwelch
Platform: |
Size: 3072 |
Author: huangjiahao |
Hits:
Description: 02. 宽带采样信号侦察实验
——————————————
Matlab: specgram, pwelch函数
Cooledit软件
测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16
例程:Demo_STFT.m
-02. 宽带采样信号侦察实验
——————————————
Matlab: specgram, pwelch函数
Cooledit软件
测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16
例程:Demo_STFT.m
——————————————
Platform: |
Size: 1024 |
Author: zanesachem |
Hits:
Description: Welch法对Bartlett法进行了两方面的修正,一是选择适当的窗函数w(n),并再周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
以下是Matlab代码示例:
Platform: |
Size: 42357 |
Author: 806770866@qq.com |
Hits: