Frequency Domain System Identification Toolbox——For Use with MATLAB
2023-04-11 19:54:10 2.81MB 频域系统识别
1
Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practices About This Book Leverage the latest features of Xtext and Xtend to develop a domain-specific language. Integrate Xtext with popular third party IDEs and get the best out of both worlds. Discover how to test a DSL implementation and how to customize runtime and IDE aspects of the DSL Who This Book Is For This book is targeted at programmers and developers who want to create a domain-specific language with Xtext. They should have a basic familiarity with Eclipse and its functionality. Previous experience with compiler implementation can be helpful but is not necessary since this book will explain all the development stages of a DSL. What You Will Learn Write Xtext grammar for a DSL; Use Xtend as an alternative to Java to write cleaner, easier-to-read, and more maintainable code; Build your Xtext DSLs easily with Maven/Tycho and Gradle; Write a code generator and an interpreter for a DSL; Explore the Xtext scoping mechanism for symbol resolution; Test most aspects of the DSL implementation with JUnit; Understand best practices in DSL implementations with Xtext and Xtend; Develop your Xtext DSLs using Continuous Integration mechanisms; Use an Xtext editor in a web application In Detail Xtext is an open source Eclipse framework for implementing domain-specific languages together with IDE functionalities. It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more. This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. Opening with brief coverage of Xtext features involved in DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. You will then explore the typical programming development workflow with Xtext when we modify the grammar of the DSL. Further, the Xtend programming language (a fully-featured Java-like language tightly integrated with Java) will be introduced. We then explain the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. You will have learned how to test a DSL implemented in Xtext with JUnit and will progress to advanced concepts such as type checking and scoping. You will then integrate the typical Continuous Integration systems built in to Xtext DSLs and familiarize yourself with Xbase. By the end of the book, you will manually maintain the EMF model for an Xtext DSL and will see how an Xtext DSL can also be used in IntelliJ. Style and approach A step-by step-tutorial with illustrative examples that will let you master using Xtext and implementing DSLs with its custom language, Xtend. Table of Contents Chapter 1: Implementing a DSL Chapter 2: Creating Your First Xtext Language Chapter 3: Working with the Xtend Programming Language Chapter 4: Validation Chapter 5: Code Generation Chapter 6: Customizing Xtext Components Chapter 7: Testing Chapter 8: An Expression Language Chapter 9: Type Checking Chapter 10: Scoping Chapter 11: Continuous Integration Chapter 12: Xbase Chapter 13: Advanced Topics Chapter 14: Conclusions
2023-03-31 10:19:01 6.17MB Domain Specific Languages Xtext
1
关于在RTL设计中,如何处理跨时钟域的问题的一篇文档,写的非常详细。
2023-02-06 13:57:16 1.72MB CDC verilog
1
频率域低通滤波matlab代码 使用加窗傅立叶变换研究低通音频滤波器和信号处理 该项目使用多种类型的窗口傅立叶变换来研究时频域中的音乐样本。 我特别研究了这种变换的调谐,以及海森堡不确定性对时间和频率分辨率的限制。 我还执行泛音过滤并研究不同窗口类型对这项任务的功效。 是对项目的介绍,包括可视化、方法和背景。 动机 该项目最初是为了满足华盛顿大学应用数学项目数据科学和科学计算研究生课程的任务。 框架 -MATLAB 2019 图例 代码示例 %% Build the time and frequency domains L = length(v)/Fs; n = length(v); t2 = linspace(0, L, n+1); t = t2(1:n); k = (2*pi/L)*[0:n/2-1 -n/2:-1]; ks = fftshift(k); v = v(1:end - 1); v_t = fft(v); %% Plot in freq. domain of original file close all plot(ks,abs(fftshift(v_t))/max(a
2022-12-19 16:17:51 1.91MB 系统开源
1
关于IMS很好的概念教程,不过是英文版本
2022-12-17 15:50:39 16.8MB IMS
1
Implementing Domain-Driven Design 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2022-12-08 18:21:45 44.51MB Implementing Design
1
Image denoising using scale mixtures of Gaussians in the wavelet domain
2022-11-04 21:06:29 1.07MB denoising
1
状态空间域中的广义预测控制
2022-10-21 13:08:15 306KB matlab
该模型生成基带和中频 BPSK 信号并绘制其波形(时域)和 FFT(频域)。 首先,将随机比特流提供给 BPSK 基带调制器。 调制器XL的输出是复数值流,称为低通等效或复包络。 低通等效值是一个基带信号,它根据此变换转换为 IF 信号 X: X=实数(XL)*cos(2*pi*Fc*t)-虚数(XL)*sin(2*pi*Fc*t), 其中 Fc 是载波频率,是正弦和余弦发生器的频率。 有关这本书的低通等效外观的更多信息: JGProakis 和 M.Salehi 的数字通信(第 5 版,McGrawHill 2008) IF 信号被提供给示波器以绘制波形。 您必须双击示波器才能查看波形。 紫色的是中频 BPSK 信号,黄色的是比特流。 IF 信号也提供给频谱范围以绘制其 FFT。 频域显示 FFT 位于这个频率:Fc*sample_time sample_time 在正弦和
2022-10-13 20:15:53 63KB matlab
1
2021-域自适应-医学图像分析 综述译文
2022-09-22 09:08:26 38KB 域适应 医学图像 综述
1