资源列表
[Dephi控件源码] untFileSocket
说明:this example shows how to send files over internet using Winsock API in threaded mode<OverThink> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[Dephi控件源码] ftpUsersUnit
说明:the principal FTP User unit with delphi source code.-the principal FTP User unit with delphi source code.<azert> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[Dephi控件源码] FTPClientUnit
说明:FTPclient unit with delphi source code.<azert> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[Dephi控件源码] LU
说明:先初始化系数方正以及常数向量,然后显示系数矩阵及常书向量。求解过程中显示L,U矩阵以及x,y向量。-You can get the result as you input A as you can.<liangliang> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[Dephi控件源码] sequencedisplay
说明:任意输入一个数字并输入输出行数。该数是输出行数的整数倍。比如输入100,输出5行,那么将显示第一列从1-20,第二列21-30 依次类推最后一行是81-100。-Input a number and a number of input and output. This is the number of rows output integer times. As input and output of 100, so will dis<liangliang> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[Dephi控件源码] Basic_Logi1976522272006
说明:this basic logic source code, sorry if i false-this is basic logic source code, sorry if i false<reiko> 在 2024-12-29 上传 | 大小:1kb | 下载: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([-<张红> 在 2024-12-29 上传 | 大小: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)<张红> 在 2024-12-29 上传 | 大小:1kb | 下载:0