You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami
Jingdong book

数字调制解调技术的MATLAB与FPGA实现——Altera/Verilog版(附光盘)

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Details
Full product details
Content Description

《数字调制解调技术的MATLAB与FPGA实现——Altera/Verilog版(附光盘)》以Altera公司的FPGA器件为开发平台,采用MATLAB及Verilog HDL语言为开发工具,详细阐述数字调制解调技术的FPGA实现原理、结构、方法和仿真测试过程,并通过大量工程实例分析FPGA实现过程中的具体技术细节。主要包括FPGA实现数字信号处理基础、ASK调制解调、PSK调制解调、FSK调制解调、QAM调制解调,以及扩频通信的设计与实现等内容。本书思路清晰、语言流畅、分析透彻,在简明阐述设计原理的基础上,追求对工程实践的指导性,力求使读者在较短的时间内掌握数字调制解调技术的FPGA设计知识和技能。《数字调制解调技术的MATLAB与FPGA实现——Altera/Verilog版(附光盘)》的配套光盘收录了完整的MATLAB及Verilog HDL实例工程代码,有利于工程技术人员参考学习。

Catalogue

第1章 数字通信及FPGA概述
1.1 数字通信系统概述
1.1.1 数字通信的一般处理流程
1.1.2 本书讨论的通信系统模型
1.1.3 数字通信的特点及优势
1.1.4 数字通信的发展概述
1.2 数字通信中的几个基本概念
1.2.1 与频谱相关的概念
1.2.2 带宽是如何定义的
1.2.3 采样与频谱搬移
1.2.4 噪声与信噪比
1.3 FPGA的基础知识
1.3.1 从晶体管到FPGA
1.3.2 FPGA的发展趋势
1.3.3 FPGA的组成结构
1.3.4 FPGA的工作原理
1.4 FPGA与其他处理平台的比较
1.4.1 ASIC、DSP及ARM的特点
1.4.2 FPGA的特点及优势
1.5 Altera器件简介
1.6 小结
参考文献

第2章 设计语言及环境介绍
2.1 HDL语言简介
2.1.1 HDL语言的特点及优势
2.1.2 选择VHDL还是Verilog
2.2 VerilogHDL语言基础
2.2.1 VerilogHDL语言特点
2.2.2 VerilogHDL程序结构
2.3 FPGA开发工具及设计流程
2.3.1 QuartusII开发套件
2.3.2 ModelSim仿真软件
2.3.3 FPGA设计流程
2.4 MATLAB软件
2.4.1 MATLAB软件简介
2.4.2 常用的信号处理函数
2.5 MATLAB与Quartus的数据交换
2.6 小结
参考文献

第3章 FPGA实现数字信号处理基础
3.1 FPGA中数的表示
3.1.1 莱布尼兹与二进制
3.1.2 定点数表示
3.1.3 浮点数表示
3.2 FPGA中数的运算
3.2.1 加/减法运算
3.2.2 乘法运算
3.2.3 除法运算
3.2.4 有效数据位的计算
3.3 有限字长效应
3.3.1 字长效应的产生因素
3.3.2 A/D转换的字长效应
3.3.3 系统运算中的字长效应
3.4 FPGA中的常用处理模块
3.4.1 加法器模块
3.4.2 乘法器模块
3.4.3 除法器模块
3.4.4 浮点运算模块
3.5 小结
参考文献

第4章 滤波器的MATLAB与FPGA实现
4.1 滤波器概述
4.1.1 滤波器的分类
4.1.2 滤波器的特征参数
4.2 FIR与IIR滤波器的原理
4.2.1 FIR滤波器原理
4.2.2 IIR滤波器原理
4.2.3 IIR与FIR滤波器的比较
4.3 FIR滤波器的MATLAB设计
4.3.1 采用fir1函数设计
4.3.2 采用kaiserord函数设计
4.3.3 采用fir2函数设计
4.3.4 采用firpm函数设计
4.4 IIR滤波器的MATLAB设计
4.4.1 采用butter函数设计
4.4.2 采用cheby1函数设计
4.4.3 采用cheby2函数设计
4.4.4 采用ellip函数设计
4.4.5 采用yulewalk函数设计
4.4.6 几种设计函数的比较
4.5 FIR滤波器的FPGA实现
4.5.1 FIR滤波器的实现结构
4.5.2 采用IP核实现FIR滤波器
4.5.3 MATLAB仿真测试数据
4.5.4 测试激励的VerilogHDL设计
4.5.5 FPGA实现后的仿真测试
4.6 IIR滤波器的FPGA实现
4.6.1 IIR滤波器的结构形式
4.6.2 量化级联型结构的系数
4.6.3 级联型结构的FPGA实现
4.6.4 FPGA实现后的测试仿真
4.7 小结
参考文献

第5章 ASK调制解调技术的实现
5.1 ASK信号的调制解调原理
5.1.1 二进制振幅调制信号的产生
5.1.2 二进制振幅调制信号的解调
5.1.3 二进制振幅调制系统的性能
5.1.4 多进制振幅调制
5.2 ASK调制信号的MATLAB仿真
5.3 ASK调制信号的FPGA实现
5.3.1 FPGA实现模型及参数说明
5.3.2 ASK调制信号的VerilogHDL设计
5.3.3 FPGA实现后的仿真测试
5.4 ASK解调技术的MATLAB仿真
5.5 ASK解调技术的FPGA实现
5.5.1 FPGA实现模型及参数说明
5.5.2 ASK信号解调的VerilogHDL设计
5.5.3 FPGA实现后的仿真测试
5.6 符号判决门限的FPGA实现
5.6.1 确定ASK解调后的判决门限
5.6.2 判决门限模块的VerilogHDL设计
5.6.3 FPGA实现后的仿真测试
5.7 锁相环位同步技术的FPGA实现
5.7.1 位同步技术的工作原理
5.7.2 位同步顶层模块的VerilogHDL设计
5.7.3 双相时钟信号的VerilogHDL实现
5.7.4 微分鉴相模块的VerilogHDL实现
5.7.5 单稳触发器的VerilogHDL实现
5.7.6 控制及分频模块的VerilogHDL实现
5.7.7 FPGA实现及仿真测试
5.8 ASK解调系统的FPGA实现及仿真
5.8.1 完整解调系统的VerilogHDL设计
5.8.2 完整系统的仿真测试
5.9 小结
参考文献

第6章 FSK调制解调技术的实现
6.1 FSK信号的调制解调原理
6.1.1 FSK信号的时域表示
6.1.2 相关系数与频谱特性
6.1.3 非相干解调原理
6.1.4 相干解调原理
6.1.5 解调方法的应用条件分析
6.2 FSK调制解调的MATLAB仿真
6.2.1 不同调制度的FSK信号仿真
6.2.2 非相干解调FSK仿真
6.2.3 相干解调FSK仿真
6.3 FSK调制信号的FPGA实现
6.3.1 FSK信号的产生方法
6.3.2 FSK调制信号的VerilogHDL设计
6.3.3 FPGA实现后的仿真测试
6.4 FSK解调的FPGA实现
6.4.1 解调模型及参数设计
6.4.2 解调FSK信号的VerilogHDL设计
6.4.3 FPGA实现后的仿真测试
6.5 MSK信号产生原理
6.5.1 MSK信号时域特征
6.5.2 MSK信号频谱特性
6.5.3 MSK信号的产生方法
6.6 MSK调制信号的FPGA实现
6.6.1 实例参数及模型设计
6.6.2 MSK调制信号的VerilogHDL设计及仿真
6.7 MSK解调原理
6.7.1 延迟差分解调
6.7.2 平方环相干解调
6.8 MSK解调的MATLAB仿真
6.8.1 仿真模型及参数说明
6.8.2 平方环解调MSK的MATLAB仿真
6.9 平方环的FPGA实现
6.9.1 锁相环的工作原理
6.9.2 平方环的工作原理
6.9.3 平方环路性能参数设计
6.9.4 平方环的VerilogHDL设计
6.9.5 FPGA实现后的仿真测试
6.10 MSK解调的FPGA实现
6.10.1 MSK解调环路参数设计
6.10.2 顶层模块的VerilogHDL设计
6.10.3 脉冲成形及解调模块的VerilogHDL设计
6.10.4 FPGA实现后的仿真测试
6.11 小结
参考文献

第7章 PSK调制解调技术的实现
7.1 DPSK信号的调制解调原理
7.1.1 DPSK信号的调制原理
7.1.2 Costas环解调DPSK信号
7.1.3 DPSK调制解调的MATLAB仿真
7.2 DPSK解调的FPGA实现
7.2.1 环路性能参数设计
7.2.2 Costas环的VerilogHDL设计
7.2.3 FPGA实现后的仿真测试
7.3 DQPSK信号的调制解调原理
7.3.1 QPSK信号的调制原理
7.3.2 双比特码元差分编解码原理
7.3.3 DQPSK信号解调原理
7.3.4 DQPSK调制解调的MATLAB仿真
7.4 DQPSK调制信号的FPGA实现
7.4.1 差分编/解码的VerilogHDL设计
7.4.2 DQPSK调制信号的VerilogHDL设计
7.5 DQPSK解调的FPGA实现
7.5.1 极性Costas环的VerilogHDL设计
7.5.2 FPGA实现后的仿真测试
7.5.3 调整跟踪策略获取良好的跟踪性能
7.5.4 完整的DQPSK解调系统设计
7.5.5 DQPSK解调系统的仿真测试
7.6 调制解调原理
7.6.1 信号的调制原理
7.6.2 匹配滤波器与成形滤波器
7.6.3 信号的差分解调原理
7.6.4 调制解调的MATLAB仿真
7.7 调制解调的FPGA实现
7.7.1 基带编码的VerilogHDL设计
7.7.2 差分解调的VerilogHDL设计
7.7.3 FPGA实现后的仿真测试
7.8 小结
参考文献

第8章 QAM调制解调技术的FPGA实现
8.1 QAM信号的调制解调原理
8.1.1 QAM调制解调系统组成
8.1.2 差分编码与星座映射
8.1.3 QAM调制解调的MATLAB仿真
8.2 QAM编/解码的FPGA实现
8.2.1 编码映射的VerilogHDL设计
8.2.2 解码模块的VerilogHDL设计
8.2.3 FPGA实现后的仿真测试
8.3 QAM载波同步的FPGA实现
8.3.1 QAM载波同步原理
8.3.2 极性判决法载波同步的FPGA实现
8.3.3 DD算法载波同步的FPGA实现
8.4 插值算法位同步技术原理
8.4.1 位同步技术分类及组成
8.4.2 内插滤波器原理及结构
8.4.3 Gardner误差检测算法
8.4.4 环路滤波器与数控振荡器
8.5 插值算法位同步技术的MATLAB仿真
8.5.1 设计环路滤波器系数
8.5.2 分析位定时算法MATLAB仿真程序
8.5.3 完整的QAM位定时算法仿真
8.6 插值算法位同步技术的FPGA实现
8.6.1 顶层模块的VerilogHDL设计
8.6.2 插值滤波模块的VerilogHDL设计
8.6.3 误差检测及环路滤波器模块的VerilogHDL设计
8.6.4 数控振荡器模块的VerilogHDL设计
8.6.5 FPGA实现后的仿真测试
8.7 小结
参考文献

第9章 扩频调制解调技术的FPGA实现
9.1 扩频通信的基本原理
9.1.1 扩频通信的概念
9.1.2 扩频通信的种类
9.1.3 直扩系统工作原理
9.2 直扩调制信号MATLAB仿真
9.2.1 伪码序列的产生原理
9.2.2 MATLAB仿真直扩调制信号
9.3 直扩信号调制的FPGA实现
9.3.1 伪码模块的VerilogHDL设计
9.3.2 扩频调制模块的VerilogHDL设计
9.4 伪码同步的一般原理
9.4.1 滑动相关捕获原理
9.4.2 延迟锁相环跟踪原理
9.5 伪码同步算法设计及仿真
9.5.1 同步算法设计
9.5.2 捕获及跟踪门限的MATLAB仿真
9.6 伪码同步的FPGA实现
9.6.1 顶层模块的VerilogHDL设计
9.6.2 伪码产生模块的VerilogHDL设计
9.6.3 相关积分模块的VerilogHDL设计
9.6.4 伪码相位调整模块的VerilogHDL设计
9.6.5 FPGA实现后的仿真测试
9.7 直扩解调系统的FPGA实现
9.7.1 Costas载波环的VerilogHDL设计
9.7.2 FPGA实现后的仿真测试
9.8 小结
参考文献
Book Abstract

《数字调制解调技术的MATLAB与FPGA实现:Altera/Verilog版》
通常人们的普遍心理是,通信中数据传输最好不要有差错,越精确越好。但过去由于模拟线路特性不良,以及外来的干扰等原因,在传输数据时,极有可能出现差错。在数字通信中可以采用差错控制技术,能自动发现差错且立即校正,并改善传输质量。数字通信中的差错控制方法主要有自动请求重发(Automatic Repeat—reQuest,ARQ)和前向纠错(Forward Error Correction,FEC)两种。
在ARQ方式中,接收端检测出有差错时,就设法通知发送端重发,直到收到正确的码字为止。为了捕捉这些错误,发送端调制解调器对即将发送的数据执行一次数学运算,并将运算结果连同数据一起发送出去,接收数据的调制解调器对它接收到的数据执行同样的运算,并将两个结果进行比较。如果数据在传输过程中被破坏,则两个结果就不一致,接收数据的调制解调器就请发送端重新发送数据。ARQ方式使用检错码,但必须有双向信道才可能将差错信息反馈到发送端,发送端需要存放以备重发的数据缓冲区。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

数字调制解调技术的MATLAB与FPGA实现——Altera/Verilog版(附光盘)

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __("Pay with Gift Card to get sale price: :itemCurrency:price", {'itemCurrency': itemCurrency, 'price': (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00')}) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yami.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely.

If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.;

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yami.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

Have your say. Be the first to help other guests.

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

No related comment~

Review

Yami Yami
:

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails, 800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{ groupData }}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{ commentDetails.in_user == uid ? __('Delete') : __('Report') }}

Please write at least one word

Comments{{ '(' + replyList.length + ')' }}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply, 800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{ reply.reply_in_user == uid ? __('Delete') : __('Report') }}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App