In a Simulink model, how to generate baseband signal please?
5 ビュー (過去 30 日間)
古いコメントを表示
Given the following input parameter values:
Frequency band lower and upper frequencies in MHz (for example 100 MHz to 1400 MHz)
Baseband bandwidth: +/- 350 MHz (variable input value)
In Simulink model, how to generate single stream of data sampled at sampling frequency Fs (for example 4000 MHs) please? 16 bit data, Fc clock frequency (for example 350 MHz) with time stamp.
Is there an existing Simulink block with such functionality please?
Thank you,
0 件のコメント
回答 (1 件)
Rohit Kulkarni
2023 年 8 月 23 日
編集済み: Rohit Kulkarni
2023 年 8 月 31 日
Hi Swamy,
I understand you are looking for a method to generate a baseband signal as a source in Simulink. While there is no such one block which achieves all the functionality, you can create a custom function in MATLAB to generate the desired signal and incorporate it in your Simulink block using ‘MATLAB Function’ block from the ‘User-Defined Functions’ library. More information about the MATLAB Function block can be found at the following documentation link:
I hope the proposed workaround helps you achieve your workflow.
Thanks
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Idealized Baseband Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!