资源列表
[汇编语言] Hzk12
说明:编译好的汉字库文件,可直接应用到嵌入式操作系统开发,16*16点阵-Compiled Chinese character library file can be directly applied to the embedded operating system development<shaorongjun> 在 2025-08-01 上传 | 大小:96kb | 下载:0
[书籍源码] 03091284
说明:本压缩包包含多个源代码,有学生信息存储,小学生加减法运算,对英文文本的查找替换,对英文文本中字母统计出现次数,并修改原文件,储存进新文件,打印螺旋方阵,打印日历,长整数的计算和与其他进制的转换等-The archive contains more than one source code, a student information is stored, students add and subtract operation, replace the English text of the se<李珍> 在 2025-08-01 上传 | 大小:322kb | 下载:0
[中间件编程] dataUldr_9i
说明:oracle导出,最快的导出工具,融合了各种功能-oracle exp<guanhuai> 在 2025-08-01 上传 | 大小:36kb | 下载: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([-fs/2,fs/2,0,1.2]) title( 原信号<张红> 在 2025-08-01 上传 | 大小: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) figure if mod(N,2)~=0<张红> 在 2025-08-01 上传 | 大小: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(t,x) title([ 时域信号图 占空比为 ,num<张红> 在 2025-08-01 上传 | 大小:1kb | 下载:0