統計
All
Feeds
回答済み
Pulse Code Modulation and Demodulation
If the bit depth is reasonably large (say const = 8), then you can get back the uencoded signal with udecode: newquants = udeco...
Pulse Code Modulation and Demodulation
If the bit depth is reasonably large (say const = 8), then you can get back the uencoded signal with udecode: newquants = udeco...
2年以上 前 | 0
| 採用済み
送信済み
OFDM-Explained
MATLAB code that teaches principles and intricacies of OFDM
約3年 前 | ダウンロード 4 件 |
回答済み
Noise Generated using awgn and randn do not match!!!
You were on the right track. The issue is just that your noise sequence is so short that the noise power for your samples may be...
Noise Generated using awgn and randn do not match!!!
You were on the right track. The issue is just that your noise sequence is so short that the noise power for your samples may be...
3年以上 前 | 0
| 採用済み
回答済み
SNR in AWGN
The function awgn does not use EbNo. It uses SNR, defined in the same manner as the snr() function from the Signal Processing T...
SNR in AWGN
The function awgn does not use EbNo. It uses SNR, defined in the same manner as the snr() function from the Signal Processing T...
3年以上 前 | 0
| 採用済み
回答済み
AM DEMODULATOR WITHOUT USING AMDEMOD FUNCTION
If you want your own version of amdemod but want to use it as "inspiration" for your own, you can open amdemod.m in the editor o...
AM DEMODULATOR WITHOUT USING AMDEMOD FUNCTION
If you want your own version of amdemod but want to use it as "inspiration" for your own, you can open amdemod.m in the editor o...
3年以上 前 | 0
| 採用済み
回答済み
Missing the Communications Toolbox
If you already have MATLAB installed, you can go to Add-ons -> Communications Toolbox. Add-ons is available on the toolstrip fro...
Missing the Communications Toolbox
If you already have MATLAB installed, you can go to Add-ons -> Communications Toolbox. Add-ons is available on the toolstrip fro...
3年以上 前 | 0
| 採用済み
回答済み
Difference between QPSK and 4 QAM
Yes, QPSK and 4-QAM are effectively the same. Higher order PSK and QAM would be different, but they reduce to the same thing if ...
Difference between QPSK and 4 QAM
Yes, QPSK and 4-QAM are effectively the same. Higher order PSK and QAM would be different, but they reduce to the same thing if ...
3年以上 前 | 1
| 採用済み
回答済み
Dual channel capture with high-end sound card?
ASIO support is now built into DSP System Toolbox. To select ASIO, go to MATLAB preferences and from there to the DSP tab. Selec...
Dual channel capture with high-end sound card?
ASIO support is now built into DSP System Toolbox. To select ASIO, go to MATLAB preferences and from there to the DSP tab. Selec...
10年以上 前 | 0
回答済み
How do I use ASIO, ALSA, and other APIs to communicate with PC audio hardware from Simulink?
There is no longer any need to rebuild PortAudio for MATLAB to get ALSA or ASIO support. ALSA support was added to Signal Proces...
How do I use ASIO, ALSA, and other APIs to communicate with PC audio hardware from Simulink?
There is no longer any need to rebuild PortAudio for MATLAB to get ALSA or ASIO support. ALSA support was added to Signal Proces...
約11年 前 | 0
回答済み
Selecting channels in dsp.AudioPlayer
Roman, channel mapping capability was added to dsp.AudioPlayer in DSP System Toolbox in release R2013b. This allows you to selec...
Selecting channels in dsp.AudioPlayer
Roman, channel mapping capability was added to dsp.AudioPlayer in DSP System Toolbox in release R2013b. This allows you to selec...
約11年 前 | 0
回答済み
Configuring ASIO in MATLAB 2013a?
Debraj, ASIO support is built into DSP System Toolbox. To select ASIO, go to MATLAB preferences and from there to the DSP tab. S...
Configuring ASIO in MATLAB 2013a?
Debraj, ASIO support is built into DSP System Toolbox. To select ASIO, go to MATLAB preferences and from there to the DSP tab. S...
約11年 前 | 1
回答済み
MOTU UltraLite MK3 ASIO problem in MATLAB
Ajay, ASIO devices are supported in the DSP System Toolbox using dsp.AudioRecorder and dsp.AudioPlayer in MATLAB or To Audio Dev...
MOTU UltraLite MK3 ASIO problem in MATLAB
Ajay, ASIO devices are supported in the DSP System Toolbox using dsp.AudioRecorder and dsp.AudioPlayer in MATLAB or To Audio Dev...
約11年 前 | 0