フィルターのクリア

Need help about how to use gpu in for loop

2 ビュー (過去 30 日間)
Rajab Legnain
Rajab Legnain 2013 年 2 月 15 日
Hello I am trying using gpu on my function called cal_BER. The cal_BER contains a lot of function such as modulate and demodulated and biterr , as wel my own function.
I use cal_BER to calculate the BER for two signals at each value of SNR as following:
for i=1:20 [ ber1(i), ber2(i)] = cal_BER(SNR1(i) , SNR2(i), Number_of_antenna, Modulation_order) end
so, how can I use the gup in this case without make changes in the function cal_BER
Thanks in advance

回答 (1 件)

Jill Reese
Jill Reese 2013 年 2 月 20 日
I do not believe that there is GPU support for the functions you have mentioned from the Signal Processing Toolbox (modulate, demodulate, biterr). Because of this, I don't think that you can run your code on a GPU without changing your cal_BER function.

カテゴリ

Help Center および File ExchangeTest and Measurement についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by