登录
首页 » matlab » FMscanner

FMscanner

于 2009-09-21 发布 文件大小:3547KB
0 297
下载积分: 1 下载次数: 46

代码说明:

  simulink model to demodulate fm signal

文件列表:

FM scanner
..........\arctan.fig

..........\baseband_simulation.mdl
..........\blackmanharris.txt
..........\c code
..........\......\arctan.c
..........\......\arctan.dsp
..........\......\arctan.dsw
..........\......\arctan.ncb
..........\......\arctan.opt
..........\......\arctan.plg
..........\......\atantable.m
..........\......\basop32.c
..........\......\basop32.h
..........\......\control.c
..........\......\control.h
..........\......\cordicC.c
..........\......\cordicC.dsp
..........\......\cordicC.dsw
..........\......\cordicC.ncb
..........\......\cordicC.opt
..........\......\cordicC.plg
..........\......\Cordic_c.c
..........\......\Cordic_c.dsp
..........\......\Cordic_c.dsw
..........\......\Cordic_c.ncb
..........\......\Cordic_c.opt
..........\......\Cordic_c.plg
..........\......\count.c
..........\......\count.h
..........\......\Debug
..........\......\.....\arctan.exe
..........\......\.....\arctan.ilk
..........\......\.....\arctan.obj
..........\......\.....\arctan.pch
..........\......\.....\arctan.pdb
..........\......\.....\basop32.obj
..........\......\.....\control.obj
..........\......\.....\cordicC.exe
..........\......\.....\cordicC.ilk
..........\......\.....\cordicC.obj
..........\......\.....\cordicC.pch
..........\......\.....\cordicC.pdb
..........\......\.....\Cordic_c.obj
..........\......\.....\Cordic_c.pch
..........\......\.....\Cordic_c.pdb
..........\......\.....\count.obj
..........\......\.....\enh1632.obj
..........\......\.....\enh40.obj
..........\......\.....\polardiscrm.exe
..........\......\.....\polardiscrm.ilk
..........\......\.....\polardiscrm.obj
..........\......\.....\polardiscrm.pch
..........\......\.....\polardiscrm.pdb
..........\......\.....\vc60.idb
..........\......\.....\vc60.pdb
..........\......\enh1632.c
..........\......\enh1632.h
..........\......\enh40.c
..........\......\enh40.h
..........\......\imag.bin
..........\......\imagspeech.bin
..........\......\move.h
..........\......\out.bin
..........\......\out1.bin
..........\......\out10.bin
..........\......\out11.bin
..........\......\out12.bin
..........\......\out13.bin
..........\......\out14.bin
..........\......\out15.bin
..........\......\out16.bin
..........\......\out2.bin
..........\......\out3.bin
..........\......\out4.bin
..........\......\out5.bin
..........\......\out6.bin
..........\......\out7.bin
..........\......\out8.bin
..........\......\out9.bin
..........\......\patch.h
..........\......\phaseunwrap.rtf
..........\......\polardiscrm.c
..........\......\polardiscrm.dsp
..........\......\polardiscrm.dsw
..........\......\polardiscrm.ncb
..........\......\polardiscrm.opt
..........\......\polardiscrm.plg
..........\......\real.bin
..........\......\realspeech.bin
..........\......\stl.h
..........\......\testoutput.m
..........\......\typedef.h
..........\......\typedefs.h
..........\......\wmops.txt
..........\fft.bin
..........\fft1.bin
..........\fftip.txt
..........\fftoutput.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RMA1
    条带式SAR的正侧视仿真,采用RMA算法进行仿真(Striped positive side-looking SAR simulation, the simulation using RMA algorithm)
    2010-07-25 10:50:37下载
    积分:1
  • three-phase-inverter
    电力电子技术中三相变流器的模型,可用于微电网中质量的控制(Three-phase power electronic converter technology models that can be used in quality control microgrid)
    2014-12-24 20:45:46下载
    积分:1
  • example4_6
    :滤波 fs=400 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=5 时间窗大小 t=0:ts:T (hf1=zeros(1,N) hf1(f<=B1&f>=-B1)=1 y1=hf1.*fftshift(y) figure subplot(211) plot(f,abs(fftshift(y))/N,f,hf1, r-- ) axis([-fs/2,fs/2,0,1.2]) title( 原信号频谱 ) xlabel( f /Hz ) subplot(212) plot(f,abs(y1)/N) title( 低通滤波,截止频率90Hz ) xlabel( f /Hz ))
    2010-05-25 20:58:05下载
    积分:1
  • gamma
    matlab 数字图像处理,灰度调整,gamma变换,灰度直方图,均衡直方图(Matlab digital image processing, gray scale adjustment, gamma transformation, gray histogram, balanced histogram )
    2012-10-26 14:43:24下载
    积分:1
  • Ukf
    实现了跟踪算法里的UKF滤波算法,统计了该滤波算法性能 (UKF in the tracking algorithm, statistical filtering algorithm performance)
    2012-03-28 00:08:56下载
    积分:1
  • nonlinear-solve
    matlab 求解非线性方程组的相关命令流,书籍为:MATLAB语言常用算法程序集龚纯, 王正林编著第10章(matlab )
    2012-05-03 11:25:09下载
    积分:1
  • MotifCatcher_v0.12
    a MATLAB GUI platform for determination and evaluation of biologically significant motifs
    2012-05-27 14:31:54下载
    积分:1
  • mainlms
    least means square algorithm using matlab
    2011-10-22 14:09:30下载
    积分:1
  • matlab_drawingbroad
    基于matlab的小型画图板程序,可以实现基本的图形绘制,如线,圆,椭圆,矩形,多边形等。实现了matlab的GUI界面编程。(It s a little drawing broad programme based on matlab.)
    2014-11-04 15:55:34下载
    积分:1
  • ESPRIT
    空间谱估计理论计算法之ESPRIT-DOA,使用了LS—DOA 与TLS-DOA,并对几种常见的DOA方法进行了总结(Spatial spectrum estimation theory calculations of the ESPRIT-DOA, use the LS-DOA and TLS-DOA, DOA and several common methods are summarized)
    2020-12-15 15:49:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载