x = rand(100,1); %输入数据 num = rcosine(1,8,'sqrt'); %滤波器的转移函数 y1 = rcosflt(x,1,8,'filter',num); %在发端对数据进行滤波 z1 = rcosflt(y1,1,8,'Fs/filter',num); %对接收数据进行滤波,但不过采样 z=z1(length(num):8:end); stem(z(1
http://www.codebf.com/read/17578/739698
http://www.codebf.com/read/17872/763643
http://www.codebf.com/read/18028/771068
http://www.codebf.com/read/18163/778365
http://www.codebf.com/read/36925/898888
[x,fs,nbit]=wavread('Test.wav');%读取Test音频文件 sound(x,fs) N=length(x); n=1:N; c=0.1*sin(2*pi*1000*n./fs); x1=x'+c;%将正弦波加载于原音频文件 sound(x1,fs); subplot(2,2,1);stem(n,x); xlabel('采样点'); ylabel('模拟
http://www.codebf.com/read/37289/900945
http://www.codebf.com/read/21162/924373
http://www.codebf.com/read/21195/924404
http://www.codebf.com/read/34887/1049635
http://www.codebf.com/read/35470/1058898
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机