虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

AM-fm-Modulation

  • You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for

    You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.

    标签: CodeProject provides service methods

    上传时间: 2014-01-25

    上传用户:baiom

  • 详细的OFDM设计过程

    详细的OFDM设计过程,包括Matlab仿真、DSP源码及文档说明。 OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。

    标签: OFDM 过程

    上传时间: 2013-12-25

    上传用户:dianxin61

  • 主要是对几种常用的模拟调制进行了matlab实现

    主要是对几种常用的模拟调制进行了matlab实现,包括AM,LSB,USB,DSB,DSB信号

    标签: matlab 模拟 调制

    上传时间: 2016-12-06

    上传用户:gxf2016

  • 基于matlab的课程设计

    基于matlab的课程设计,功能是实现AM信号的解调,运用了两种方法实现。

    标签: matlab

    上传时间: 2014-01-05

    上传用户:zycidjl

  • 转载自Rulph Chassaing的源代码,内有函数Adaptc,AdaptIDFIR,adaptidFIRw,AdaptIDIIR, Adaptnoise,Adaptnoise_pcm,Adap

    转载自Rulph Chassaing的源代码,内有函数Adaptc,AdaptIDFIR,adaptidFIRw,AdaptIDIIR, Adaptnoise,Adaptnoise_pcm,Adaptpredict, Adaptpredict_pcm,Aliasing,AM,DFT,Dotp4, dotp4clasm,Dotpintrinsic,Dotpipedfix, Dotpnp,Echo_control,Factclasm,Fastconvosim, FFTsinetable,FIR_pcm,FIRcirc_ext,loop_intr_pcm, Noise_gen,Twosumlasmfloat,sweep8000, SinegenDE,Scram16k,PLL.等近100个

    标签: Adaptnoise_pcm adaptidFIRw AdaptIDFIR AdaptIDIIR

    上传时间: 2014-01-06

    上传用户:李彦东

  • 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,

    计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 这表示边长吗? cgh=zeros(64*s) th=max(max(abs(Fs)))

    标签: 20 close clear zeros

    上传时间: 2014-10-13

    上传用户:wweqas

  • The exercise should be finished in English. 2. According to Prof. Zhang s requirement, this exercis

    The exercise should be finished in English. 2. According to Prof. Zhang s requirement, this exercise mainly focuses on the BER performance of some wireless communication system using specific coding and modulation type through the AWGN channel. Signal-to-Noise ration (SNR) varies from 5dB to 20dB.

    标签: requirement According exercise finished

    上传时间: 2014-01-06

    上传用户:zhangyigenius

  • Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后

    Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后,Amarok 项目团队宣布 Amarok 的 2.0 版本正式发布。得益于 KDE 4 的跨平台特性,Amarok 2.0 除了可在 Linux 系统上运行之外,也能够在其他系统上使用,包括 Windows 和 Mac OS X。Amarok 2.0 相比 Amarok 1.x 而言,它是一个革新的版本。Amarok 2.0 对用户界面(UI)进行了完全的重新设计,集成了 Magnatune、Jamendo、MP3tunes、Last.fm、Shoutcast 等在线服务,对脚本 API 和插件支持进行了修订,从 KDE 3 迁移到了 KDE 4 框架,以及使用了 Solid、Phonon、Plasma 等核心技术。 Amarok 开发者说,发布 Amarok 2.0 仅仅只是一个开始,他们将继续增强和改进 Amarok 的功能。

    标签: Amarok LINUX UNIX 操作系统

    上传时间: 2014-01-22

    上传用户:refent

  • 黄金分割法求极小

    黄金分割法求极小,返回值fm为函数极小值,tm为极小值点,f为给定函数,t为函数变量,[a,b]为变量t的搜索区间

    标签: 分割

    上传时间: 2017-01-23

    上传用户:Miyuki

  • FR共轭梯度算法求极小值。y为给定函数

    FR共轭梯度算法求极小值。y为给定函数,x为函数变量,x0为搜索起始点 返回值fm为极小值,xm为极小值点

    标签: 梯度 函数 算法

    上传时间: 2014-01-06

    上传用户:LouieWu