このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
gmonopuls
ガウス モノパルス
説明
例
ガウス モノパルス
中央周波数が GHz で、100 GHz のレートでサンプリングされたガウス モノパルスについて考えます。'cutoff'
オプションを使用してカットオフ時間 を特定し、 と の間のモノパルスを計算します。
fc = 2e9;
fs = 100e9;
tc = gmonopuls('cutoff',fc);
t = -2*tc:1/fs:2*tc;
y = gmonopuls(t,fc);
モノパルスは次の方程式で定義されます。
ここで、 であり、指数係数は を満たすものとします。2 つの曲線をプロットし、それらが一致することを検証します。
sg = 1/(2*pi*fc); ys = exp(1/2)*t/sg.*exp(-(t/sg).^2/2); plot(t,y,t,ys,'.') legend('gmonopuls','Definition')
ガウス モノパルスのパルス列
中央周波数が GHz で、100 GHz のレートでサンプリングされたガウス モノパルスについて考えます。このモノパルスを使用して、間隔が 7.5 ns のパルス列を作成します。
'cutoff'
オプションを使用して、各パルスの幅 を特定します。遅延時間を、間隔の整数倍となるように設定します。
fc = 2e9;
fs = 100e9;
tc = gmonopuls('cutoff',fc);
D = ((0:2)*7.5+2.5)*1e-9;
持続時間の合計が となるパルス列を生成します。結果をプロットします。
t = 0:1/fs:150*tc;
yp = pulstran(t,D,'gmonopuls',fc);
plot(t,yp)
入力引数
t
— 時間値
ベクトル
単位振幅のガウス モノパルスが計算される時間値。ベクトルとして指定します。
fc
— 中心周波数
1000 (既定値) | 実数の正のスカラー
中心周波数。Hz 単位で表される実数の正のスカラーとして指定します。既定の設定では、fc
= 1000
Hz です。
出力引数
y
— モノパルス
ベクトル
単位振幅のモノパルス。ベクトルとして返されます。
tc
— 時間
スカラー
パルスの最大振幅と最小振幅の間。スカラーとして返されます。
ヒント
後続の入力引数が空行列か省略された場合は、既定値が代用されます。
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
バージョン履歴
R2006a より前に導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)