由simon haykin著作。对海杂波有兴趣的人适用
2022-03-10 15:40:41 8.13MB haykin
1
Tensorflow QRNN TensorFlow的QRNN实现。 实现参考下面的博客。 依存关系 TensorFlow:0.12.0 scikit-learn:0.18.1(用于工作检查) 怎么跑 向前测试 要确认正向传播,请运行以下脚本。 python test_tf_qrnn_forward.py 工作检查 要确认QRNN与基准(LSTM)的性能比较,请运行以下脚本。 数据集是。 python test_tf_qrnn_work.py 您可以通过查看计算结果。 例如。 tensorboard --logdir=./summary/qrnn 实验 Baseline(LSTM)
1
kmbox:MatlabOctave的内核方法工具箱
1
国外经典的遥感教程,入门和提升的必修之作,国内遥感领域大师推荐的教程,指的一看。
2022-03-07 21:12:23 20.49MB 遥感图像处理
1
CLIP图像分类 使用 from classify import load , classify filename = "/content/input.jpg" load_categories = "imagenet" print ( "loading categories" ) load ( load_categories ) print ( "classifying" ) print ( classify ( filename )) load load ( "imagenet" ) #imagenet categories load ( "pokemon" ) #loads a list of 721 pokemon names as categories load ( "dog vs cat" ) #dog and cat as categories load ( "words i
1
Digital Image Processing 4th Edition [Rafael C. Gonzalez]
2022-03-07 14:27:30 82.37MB 数字图像处理
1
Design and Implementation of small microphone arrays
2022-03-06 22:49:57 13.38MB array signal processing
1
雷达信号处理基础(第二版) 雷达信号处理基础(第二版)
2022-03-06 12:48:05 28.99MB 雷达信号
1
This book by Ivan Tashev provides a comprehensive yet concise overview of the fundamental problems and core signal processing algorithms for digital sound capture, including ambient noise reduction, acoustic echo cancellation, and reduction of reverberation. After introducing the necessary basic aspects of digital audio signal processing, the book presents basic physical properties of sound and propagation of sound waves, as well as a review of microphone technologies, providing the reader with a strong understanding of key aspects of digitized sounds. The book discusses the fundamental problems of noise reduction, which are usually solved via techniques based on statistical models of the signals of interest (typically voice) and of interfering signals. An important discussion of properties of the human auditory system is also presented; auditory models can play a very important role in algorithms for enhancing audio signals in communication and recording/playback applications, where the final destination is the human ear.
2022-03-02 19:34:29 13.93MB audio processing
1