代码搜索:DSP AD采样
找到约 10,000 项符合「DSP AD采样」的源代码
代码结果 10,000
www.eeworm.com/read/367520/9743822
m 采样频率为100的源程序.m
x=[1 1 1 0 0 0 1 0];
stem(x); %绘制基带信号的波形图
tone=8;
fc=20;fd=10;fs=100;
y=dmod(x,fc,fd,fs,'psk',2,tone);
figure
plot(y) %绘制调制后的波形图
a=fft(x,1024);
f=(0:length(a)-1)*fs/length(a)-fs/2;
figure
www.eeworm.com/read/367520/9743831
m 采样频率为1000的源程序.m
x=[1 1 1 0 0 0 1 0];
stem(x); %绘制基带信号的波形图
tone=8;
fc=20;fd=10;fs=1000;
y=dmod(x,fc,fd,fs,'psk',2,tone);
figure
plot(y) %绘制调制后的波形图
a=fft(x,1024);
f=(0:length(a)-1)*fs/length(a)-fs/2;
figure
www.eeworm.com/read/426672/9006410
lkv custom.lkv
-z -c -o"exp_ad.out" -x -i"c:/programs/ccs2000/c2400/cgtools/lib"
"D:\dsp-tech\24X\programs\asm\exp_ad\ad.obj"
"D:\dsp-tech\24X\check\24X\asm\misc\2407.cmd"
www.eeworm.com/read/426672/9006418
lkf custom.lkf
-z -c -o"exp_ad.out" -x -i"c:/programs/ccs2000/c2400/cgtools/lib"
"D:\dsp-tech\24X\programs\asm\exp_ad\ad.obj"
"D:\dsp-tech\24X\check\24X\asm\misc\2407.cmd"
www.eeworm.com/read/363105/9967360
log cc_build_debug.log
--------------------------- DTK_BPD_AD.pjt - Debug ---------------------------
[DSP28_Adc.c] "c:\tic2000\c2000\cgtools\bin\cl2000" -g -q -fr"C:/tic2000/myprojects/DTK_BPD_AD/Debug" -d"_DEBUG" -d"LA
www.eeworm.com/read/362856/9978299
lkf debug.lkf
-z -q -c -ecode_start -m"./Debug/ad_gpio_inrup.map" -o"./Debug/ad_gpio_inrup.out" -stack0x400 -w -x -i"C:/ti/myprojects/youjing/include" -i"C:/ti/c2000/bios/lib" -i"C:/ti/c2000/cgtools/lib" -l"rts2800
www.eeworm.com/read/362856/9978374
lkv debug.lkv
-z -q -c -ecode_start -m"./Debug/ad_gpio_inrup.map" -o"./Debug/ad_gpio_inrup.out" -stack0x400 -w -x -i"C:/ti/myprojects/youjing/include" -i"C:/ti/c2000/bios/lib" -i"C:/ti/c2000/cgtools/lib" -l"rts2800
www.eeworm.com/read/462688/7198144
log cc_build_debug.log
--------------------------- DTK_BPD_AD.pjt - Debug ---------------------------
[DSP28_Adc.c] "c:\tic2000\c2000\cgtools\bin\cl2000" -g -q -fr"C:/tic2000/myprojects/DTK_BPD_AD/Debug" -d"_DEBUG" -d"LA
www.eeworm.com/read/249621/12484712
lkf debug.lkf
-z -q -c -m"AD.MAP" -o"./Debug/AD.out" -x -i"e:/ti/c2000/bios/lib" -i"e:/ti/c2000/cgtools/lib"
"E:\ti\myprojects\sy-examples\v100\DSP281x_examples\ad\Debug\ad.obj"
"E:\ti\myprojects\sy-examples\v100