在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → sp++3.0(数字信号处理类库)

sp++3.0(数字信号处理类库)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.34M
  • 下载次数:15
  • 浏览次数:789
  • 发布时间:2021-01-17
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
各种数字信号处理的源码,信号模拟,信号处理 ,Fir iir,fft等
【实例截图】
【核心代码】
e92c087c-2704-4541-832e-7ab3deb0607e
└── SP++3.0
├── doc
│   ├── ~$++3.0 User Guide.doc
│   └── SP++3.0 User Guide.pdf
├── include
│   ├── advmath.h
│   ├── advmath-impl.h
│   ├── avltree.h
│   ├── avltree-impl.h
│   ├── bfgs.h
│   ├── bfgs-impl.h
│   ├── binaryheap.h
│   ├── binaryheap-impl.h
│   ├── bstree.h
│   ├── bstree-impl.h
│   ├── bwt.h
│   ├── bwt-impl.h
│   ├── ccholesky.h
│   ├── ccholesky-impl.h
│   ├── cevd.h
│   ├── cevd-impl.h
│   ├── cholesky.h
│   ├── cholesky-impl.h
│   ├── classicalpse.h
│   ├── classicalpse-impl.h
│   ├── conjgrad.h
│   ├── conjgrad-impl.h
│   ├── constants.h
│   ├── convolution.h
│   ├── convolution-impl.h
│   ├── convolution_usefftw.h
│   ├── convolution_usefftw-impl.h
│   ├── correlation.h
│   ├── correlation-impl.h
│   ├── correlation_usefftw.h
│   ├── correlation_usefftw-impl.h
│   ├── cqrd.h
│   ├── cqrd-impl.h
│   ├── csvd.h
│   ├── csvd-impl.h
│   ├── cwt.h
│   ├── cwt-impl.h
│   ├── cwt_usefftw.h
│   ├── cwt_usefftw-impl.h
│   ├── dfd.h
│   ├── dfd-impl.h
│   ├── dgt.h
│   ├── dgt-impl.h
│   ├── dgt_usefftw.h
│   ├── dgt_usefftw-impl.h
│   ├── dwt.h
│   ├── dwt-impl.h
│   ├── eigenanalysispse.h
│   ├── eigenanalysispse-impl.h
│   ├── evd.h
│   ├── evd-impl.h
│   ├── fft.h
│   ├── fft-impl.h
│   ├── fftmr.h
│   ├── fftmr-impl.h
│   ├── fftpf.h
│   ├── fftpf-impl.h
│   ├── fftw3.h
│   ├── fftw.h
│   ├── fftw-impl.h
│   ├── filtercoefs.h
│   ├── filtercoefs-impl.h
│   ├── fir.h
│   ├── fir-impl.h
│   ├── fitcurves.h
│   ├── hashtable.h
│   ├── hashtable-impl.h
│   ├── huffmancode.h
│   ├── huffmancode-impl.h
│   ├── iir.h
│   ├── iir-impl.h
│   ├── integral.h
│   ├── integral-impl.h
│   ├── integrand.h
│   ├── interpolation.h
│   ├── inverse.h
│   ├── inverse-impl.h
│   ├── kalman.h
│   ├── kalman-impl.h
│   ├── levinson.h
│   ├── levinson-impl.h
│   ├── linequs1.h
│   ├── linequs1-impl.h
│   ├── linequs2.h
│   ├── linequs2-impl.h
│   ├── linequs3.h
│   ├── linequs3-impl.h
│   ├── linesearch.h
│   ├── linesearch-impl.h
│   ├── lms.h
│   ├── lms-impl.h
│   ├── lsfitting.h
│   ├── lsfitting-impl.h
│   ├── lud.h
│   ├── lud-impl.h
│   ├── matrixallocate.h
│   ├── matrixallocate-impl.h
│   ├── matrix.h
│   ├── matrix-impl.h
│   ├── matrixmath.h
│   ├── matrixmath-impl.h
│   ├── newtoninterp.h
│   ├── newtoninterp-impl.h
│   ├── nleroot.h
│   ├── nleroot-impl.h
│   ├── nleroots.h
│   ├── nleroots-impl.h
│   ├── nlfunc.h
│   ├── nlfuncs.h
│   ├── objfunc.h
│   ├── parametricpse.h
│   ├── parametricpse-impl.h
│   ├── pseudoinverse.h
│   ├── pseudoinverse-impl.h
│   ├── qrd.h
│   ├── qrd-impl.h
│   ├── queue.h
│   ├── queue-impl.h
│   ├── random.h
│   ├── random-impl.h
│   ├── rls.h
│   ├── rls-impl.h
│   ├── sort.h
│   ├── sort-impl.h
│   ├── spline3interp.h
│   ├── spline3interp-impl.h
│   ├── stack.h
│   ├── stack-impl.h
│   ├── statistics.h
│   ├── statistics-impl.h
│   ├── steepdesc.h
│   ├── steepdesc-impl.h
│   ├── student.h
│   ├── svd.h
│   ├── svd-impl.h
│   ├── timing.h
│   ├── timing-impl.h
│   ├── toeplitz.h
│   ├── toeplitz-impl.h
│   ├── usingdeclare.h
│   ├── utilities.h
│   ├── utilities-impl.h
│   ├── vector.h
│   ├── vector-impl.h
│   ├── vectormath.h
│   ├── vectormath-impl.h
│   ├── wft.h
│   ├── wft-impl.h
│   ├── wft_usefftw.h
│   ├── wft_usefftw-impl.h
│   ├── wiener.h
│   ├── wiener-impl.h
│   ├── window.h
│   ├── window-impl.h
│   ├── wvd.h
│   └── wvd-impl.h
├── lib
│   ├── libfftw3-3.dll
│   ├── libfftw3-3.lib
│   ├── libfftw3.a
│   ├── libfftw3f-3.dll
│   ├── libfftw3f-3.lib
│   ├── libfftw3f.a
│   ├── libfftw3f.la
│   ├── libfftw3l-3.dll
│   ├── libfftw3l-3.lib
│   ├── libfftw3.la
│   ├── libfftw3l.a
│   ├── libfftw3l.la
│   └── readme.txt
└── test
├── avltree_test.cpp
├── bfgs_test.cpp
├── binaryheap_test.cpp
├── bstree_test.cpp
├── bwt_test.cpp
├── ccholesky_test.cpp
├── cevd_test.cpp
├── cholesky_test.cpp
├── classicalpse_test.cpp
├── conjgrad_test.cpp
├── convolution_test.cpp
├── convolution_usefftw_test.cpp
├── correlation_test.cpp
├── correlation_usefftw_test.cpp
├── cppmatlab_test.cpp
├── cqrd_test.cpp
├── csvd_test.cpp
├── cwt_test.cpp
├── cwt_usefftw_test.cpp
├── dgt_test.cpp
├── dgt_usefftw_test.cpp
├── dwt_test.cpp
├── eigenanalysispse_test.cpp
├── evd_test.cpp
├── fftmr_test.cpp
├── fftpf_test.cpp
├── fft_test.cpp
├── fftw_test.cpp
├── fir_test.cpp
├── hashtable_test.cpp
├── huffmancode_test.cpp
├── iir_test.cpp
├── integral_test.cpp
├── inverse_test.cpp
├── kalman_test.cpp
├── linequs1_test.cpp
├── linequs2_test.cpp
├── linequs3_test.cpp
├── lms_test.cpp
├── lsfit_test.cpp
├── lud_test.cpp
├── matrixmath_test.cpp
├── matrix_test.cpp
├── newtoninterp_test.cpp
├── nleroots_test.cpp
├── nleroot_test.cpp
├── parametricpse_test.cpp
├── pseudoinverse_test.cpp
├── qrd_test.cpp
├── queue_test.cpp
├── random_test.cpp
├── rls_test.cpp
├── sort_test.cpp
├── spline3interp_test.cpp
├── stack_test.cpp
├── statistics_test.cpp
├── steepdesc_test.cpp
├── svd_test.cpp
├── time_test.cpp
├── utilities_test.cpp
├── vectormath_test.cpp
├── vector_test.cpp
├── wft_test.cpp
├── wft_usefftw_test.cpp
├── wiener_test.cpp
├── window_test.cpp
└── wvd_test.cpp

5 directories, 238 files

标签:

实例下载地址

sp++3.0(数字信号处理类库)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警