登录
首页 » Visual C++ » example4_3

example4_3

于 2010-05-25 发布 文件大小:1KB
0 246
下载积分: 1 下载次数: 2

代码说明:

   例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts (x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num2str(ta)]) axis([-T T-0.2 1.2]) xlabel( t /s ) figure subplot(211) f=linspace(-fs/2,fs/2,N) plot(f,abs(fftshift(y))/N) title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ]) xlabel( f /Hz ) )

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

发表评论

0 个回复

  • binary_code_new
    信号分选,雷达信号分选,雷达对抗信息处理(Signal sorting Radar signal sorting, radar information processing)
    2012-09-13 13:17:16下载
    积分:1
  • wavelet
    小波图像分解与合成(详细).在matlab环境中实现。(Wavelet image decomposition and composition (detailed). In the matlab environment to achieve.)
    2010-08-10 22:01:53下载
    积分:1
  • GUI
    快速入门MATLAB下的GUI用户界面设计,最适宜新手使用(Under the Quick Start MATLAB GUI user interface design, the most appropriate use for novice)
    2011-05-12 16:35:22下载
    积分:1
  • fuzzy
    简单介绍了模糊控制器的隶属度函数的matlab代码输入(A brief introduction to the fuzzy controller matlab code input membership function)
    2013-12-06 21:04:47下载
    积分:1
  • Imbox
    利用MATLAB计算图像盒维数的M文件。自己定参数。(Image box dimension calculation)
    2014-12-27 22:07:58下载
    积分:1
  • VC_and_matlab_mix_code
    VC++与MATLAB的混合编程的快速实现 讨论了如何用MATLAB的complier将*.m函数编译为动态链接库DLL,供VC++使用的方法。(VC++ and MATLAB programming for fast implementation of mixed discuss how to use MATLAB' s complier to*. m functions compiled as dynamic link library DLL, VC++ for the methods used.)
    2010-06-30 15:44:04下载
    积分:1
  • jsq
    运用用MATLAB编程的小型计算器,能够运行简单的加减乘除等运算(Use with MATLAB programming small calculator, able to run, such as simple addition and subtraction, multiplication and division operations)
    2009-04-18 16:42:38下载
    积分:1
  • huffman
    在matlab中实现哈夫曼压缩和解压缩。(Huffman compression and decompression in matlab.)
    2013-12-04 16:01:36下载
    积分:1
  • VCRunWithmatlab
    详细讲述了,matlab与VC++6.0的混合编程(Described in detail, matlab mixed with VC++6.0 programming)
    2011-12-02 09:10:12下载
    积分:1
  • VC(6.0)_ecg
    用VC6.0编写的对话框程序,可以读取ECG(txt格式)数据,并画图。采用差分阈值法对心电信号进行R波的检测并显示R波检测的个数,效果较好。程序中也编写了一个滤波器对心电数据进行滤波。(VC6.0 prepared by the dialog box procedure, you can read ECG (txt format) data, and drawing. Differential threshold method ECG R-wave detect and display the number of R-wave detection, the better. The program also write a filter for filtering the ECG data.)
    2015-07-29 13:51:49下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载