• Jan 15 Fri 2016 22:33
  • 好友文章 job

  • 這篇文章限定好友觀看。
    若您是好友,登入後即可閱讀。

今天沒有幹嘛 又花了好多錢 299 棒球手套 300 WIFI 點數卡 300 按摩墊 ==

阿 我的生活費 不知不覺又被我花光了 ==

iloveforever 發表在 痞客邦 留言(0) 人氣()

有錢不是萬能

但沒錢萬萬不能

有錢不一定會有女人

但沒錢一定不會有女人

iloveforever 發表在 痞客邦 留言(0) 人氣()

當女人說 不要甜言蜜語 只要平平凡凡簡簡單單的愛情 只要名牌包 
我笑了

iloveforever 發表在 痞客邦 留言(0) 人氣()

  • Nov 22 Tue 2011 23:08
  • ssb

close all;clear all;clc; % Prepare to sample a signal for two seconds, % at a rate of 100 samples per second. Fs = 100; % Sampling rate t = [0:2*Fs+1]/Fs; % Time points for sampling % Create the signal, a sum of sinusoids. x = sin(2*pi*t)+sin(8*pi*t); Fc = 10; % Carrier frequency in modulation phasedev = pi/2; % Phase deviation for phase modulation y = ssbmod(x,Fc,Fs,phasedev); % Modulate. % y = awgn(y,10,'measured',103); % Add noise. z = ssbdemod(y,Fc,Fs,phasedev); % Demodulate % Plot the original and recovered signals. figure; plot(t,x,'k-',t,y,'r--',t,z,'b--'); legend('x Original signal','y Recovered signal','z');

iloveforever 發表在 痞客邦 留言(1) 人氣()