CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fs.t

搜索资源列表

  1. UWB_Monocycle

    0下载:
  2. This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program use
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1919
    • 提供者:王琼
  1. zmod

    1下载:
  2. Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:62056
    • 提供者:yupenghui
  1. mdesiir

    0下载:
  2. design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally,so user only need to input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify the type of to design). This program output hk(z)
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2057
    • 提供者:李松
  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:abcde
  1. diguixiajiang

    0下载:
  2. 可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1166
    • 提供者:xzy
  1. analyse

    0下载:
  2. 递归下降分析法 (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:suddy
  1. LL1

    0下载:
  2. LL(1)文法分析器~~~包含实验报告 文法为: *(1) E->TG *(2) G->+TG *(3 G->-TG *(4) G->^ *(5) T->FS *(6) S->*FS *(7) s->/FS *(8) S->^ *(9) F->(E) *(10) F->i -LL (1) grammar analyzer ~ ~ ~ with experimental rep
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:471063
    • 提供者:
  1. dsb-am

    0下载:
  2. 使用MATLAB对DSB-AM进行仿真:双边带幅度调制的过程以及对其中所包含的对信号的频谱分析都可以通过MATLAB中的M语句及相关函数来实现。假如信号m(t)=cos(m)以dsb-am方式调制载波c(t)=cos(20*pi*t),所的信号为y(t),并将采样频率定为 fs=100Hz,则可在MATLAB中设计程序对该幅度调制的结果进行仿真,绘制已调信号波形和频谱分析。-It is a example for DSB-AM based on MATLAB .
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12867
    • 提供者:紫雨轩
  1. timing_recovery

    0下载:
  2. 我对一个输入调制信号:采样率FS=1200K,中心频率F0=300K,带宽300K。输入信号为一个[样点数,2]的矩阵,即I,Q两路. 进行频谱搬移,分为I,Q分量两路进行矢量乘法,NCO的设置为FC=300K,t=样点数乘以1/FS, 乘完以后我的频谱上显示竟然信号带宽增加了300K,但是中心频率没有改变,请问各位朋友是哪儿出了问题?谢谢您的阅读和意见-Digital Down Converter for matlab realized, certain design speci
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:22174
    • 提供者:Jose
  1. digital_down_convertation

    0下载:
  2. 我对一个输入调制信号:采样率FS=1200K,中心频率F0=300K,带宽300K。输入信号为一个[样点数,2]的矩阵,即I,Q两路. 进行频谱搬移,分为I,Q分量两路进行矢量乘法,NCO的设置为FC=300K,t=样点数乘以1/FS, 乘完以后我的频谱上显示竟然信号带宽增加了300K,但是中心频率没有改变,请问各位朋友是哪儿出了问题?谢谢您的阅读和意见-Digital Down Converter for matlab realized, certain design speci
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-05
    • 文件大小:2123
    • 提供者:Jose
  1. scalogram

    0下载:
  2. Fs = 100000 t = 0:1/Fs:.00296 x = 1-cos(4*pi*t) cos(2*pi*t*200) h = spectrum.welch Instantiate a welch object. psd(h,x, Fs ,Fs) Plot the one-sided PSD -Fs = 100000 t = 0:1/Fs:.00296 x = 1-cos(4*pi*t) cos(2*pi*t*200) h = spectrum.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:119690
    • 提供者:fair
  1. fs.tar

    0下载:
  2. 一个写好的简单的文件系统!该有的都有了!不该有的也差不多了!-Written a simple file system! The others have had! Should some of them almost!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1703798
    • 提供者:杨岳
  1. aliasing_for_time_domain_signal.m

    0下载:
  2. This package contains scr ipt to calculate aliasing for given time domain signal. scr ipt to plot in time domain the function: x(t)=A0cos(2pif0t)+A1cos(2pif1t) where fs1=300 Hz and fs2=150 Hz (sampling rate) A0 and A1 are amplitude s signal (a
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1388
    • 提供者:actinio
  1. example4_6

    0下载:
  2. :滤波 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( 原信号
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:598
    • 提供者:张红
  1. example4_4

    0下载:
  2. 例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 - x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:555
    • 提供者:张红
  1. example4_3

    0下载:
  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([ 时域信号图 占空比为 ,num
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:532
    • 提供者:张红
  1. diguixiajiangfenxiqi

    0下载:
  2. 递归下降分析法设计与实现,可以分析E--TG和T--FS-Recursive descent analysis Design and Implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1327
    • 提供者:王龙
  1. FSK_mod

    0下载:
  2. FSK modulation matlab model frequency deviation FSK modulacia so spojitou fazou je zalozena na frekvenciach, t.j. ak k=f/tb a k je celociselny nasobok oboch frekvencii. Ak k nie je celociselny nasobok, potom je to FSK modulacia s nespoji
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:518
    • 提供者:aliufremont
  1. fs

    0下载:
  2. 不知道如何传文件夹,所以只好传了一个文件,以后再补上。文件系统-don t know how to transfer file fonder,so I only transfer one.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:24931
    • 提供者:wangjy
  1. xiaobosuanfa

    0下载:
  2. 采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v )
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:599
    • 提供者:王飞
« 12 3 »
搜珍网 www.dssz.com