资源列表

« 1 2 ... .23 .24 .25 .26 .27 14028.29 .30 .31 .32 .33 ... 14954 »

[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-07-20 上传 | 大小: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-07-20 上传 | 大小: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-07-20 上传 | 大小:1kb | 下载:0

[书籍源码testGaussian

说明:Generate test guasian
<P> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言ASM_SHUMAGUAN

说明:使用51型汇编写的数码管的动态显示数字的程序。-Written compiled using 51-type digital control of dynamic display of the number of procedures.
<david> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言8255_Both

说明:8255 with both mode
<panchasara> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言51

说明:用keil实现51单片机时间(时分秒)的显示-Microcontroller with keil time of 51 (when minutes and seconds) are displayed
<思阳> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[书籍源码tree

说明:搜索二叉树算法,来自大学C语言教程,经典的算法。是结构体的一种有效利用。-serch tree
<王计林> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言dpjkeshe88

说明:单片机课程设计用的关于8×8点阵简单源码-MCU Design using 8 × 8 matrix on a simple source
<lin> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[MacOS编程lbg

说明:随着新的数学工具小波分析的实用化为基于NN负荷预测模型性能的改善提供了理论依据对于电力系统负荷非线性时间序列的辨识在预测方法研究中应给予重视在本文所用的基于小波原理和NN融合的预测原理是具有强的非线性-With the new mathematical tools of wavelet analysis into practical load forecasting model based on the performance of NN provides a theoretical basis
<牛逼> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言NCO

说明:用VHDL语言编写的振荡器,可以产生正余弦信号-VHDL language with the oscillator, can generate sine and cosine signals
<龙兰飞> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[书籍源码randn_test

说明:产生随机数,跟matlab的rand功能一样,用C实现,经过测试,没有错误,可以直接拿去使用。-Generate random Numbers, like the rand function of matlab, C, after testing, there is no error, can be directly used.
<yatony> 在 2025-07-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 14028.29 .30 .31 .32 .33 ... 14954 »

源码中国 www.ymcn.org