资源列表
[Dephi控件源码] SendAdviser
说明:SEnd Adviser Using OutLook With Source code<Pizani > 在 2025-01-16 上传 | 大小:9kb | 下载:0
[Dephi控件源码] QuickRep-EAN13
说明:利用QuickRep打印EAN13条码,附带源码-Using QuickRep print barcode EAN13<jiatao> 在 2025-01-16 上传 | 大小:491kb | 下载:0
[Dephi控件源码] travelingsalesmanproblem
说明:这是用Delphi编写的动态规划旅行商问题,程序完整,可运行-It is written in Delphi traveling salesman problem dynamic programming, program integrity, and can run. . .<wen> 在 2025-01-16 上传 | 大小:184kb | 下载:0
[Dephi控件源码] topologicalsorting
说明:这是用Delphi编写的拓扑排序算法的实现过程,很经典。-It is written in Delphi topological sorting algorithm implementation process, it is classic.<wen> 在 2025-01-16 上传 | 大小:177kb | 下载:0
[Dephi控件源码] 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([-<张红> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[Dephi控件源码] example4_4
说明: 例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)<张红> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[Dephi控件源码] example4_3
说明: 例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(<张红> 在 2025-01-16 上传 | 大小:1kb | 下载:0