Community Profile

photo

Faheem Ur Rehman


Last seen: meer dan 2 jaar ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to limit y-axis of eye-diagram?
I have attached the image in which i don't need whole plot but only the signal areas. x = load (['frame_snr30256QAM' num2str(i...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to save .mat file into hdf5 in matlab?
I have .mat file and i want to convert them into dataset using h5write but i got error. a = load('file.mat'); h5write('a.h5', ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to generate dataset in one file instead of separate frams?
I have a code below which save data on different frame but i want to save in one file because i need to convert them in HDF5 lat...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How to i change the SNR to Vector?
I have following code and i want to change SNR=(-20:10:30). How can i do it in following code. classdef helperModClassTestChan...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to write dataset in hdf5 format?
I have folder with name ModClassDataFiles. In which 20 .mat file are saved i want to convert them into hdf5, but i got error bel...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to change the input size in first layer of Resnet?
I have sequential data (Signal dataset) which shape is 1024x1, and I want to train that on resnet by changing the input in first...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to cut multiple file ans past it to folder?
I have fram4ASK100.mat to fram4ASK1000.mat in a folder and i want to cut them and past them intp new folder name as 4ASK. I hav...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


How to resize multiple folder images and save it in MATLAB?
I have three folder and each folder contain 10 images. I want to resize each images to 28x28 and then save 28x28 images. I want ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How do i add SNR to BPSK modulating signal?
I want to add SNR = -20:2:30 in following code function y = bpskModulator(x,sps) persistent filterCoeffs if isempty(filterC...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How do i change SNR to vector?
I am using Autometic modulation classification using deep learning example of MATLAB link is given below. There they use on SNR...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How to i convert complex single into complex double?
I need dataset in complex double form to test the pretrained model. but when i prepare the dataset it is saved in the complex si...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Graphics driver version 10.1 is not supported. Update graphics driver to version 11 or greater. For more information on GPU support, see GPU Support by Release.
I have MATLAB R2021a and i want to use GPU for computing. when i run gpuDevice command on command window it show me to update gr...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How to perform ook modulation on audio?
I have found the code below but i don't know where to change it for audio. Audio x = audioRC(audioSrc()); x = x(1:spf,1); ...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


How to perform 4-ary ASK and 8-ary ASK modulation on Audio Signal?
I have Audio SIgnal and want ot perform 4-Ary ASK and 8-ARY modulation.

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


How to change ammod(x,fc,fs,INI_PHASE,CARRAMP) for AM-DSB-WC in matlab?
I want to make a code for AM-DSB-With carrier (AM-DSB-WC), and the CARRAMP will be change for (WC). y = ssbmod(x,50e3,fs); %tha...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


How to plot AM Single-sideband modulation with carrier (AM-SSB-WC) and AM Single-sideband modulation suppress carrier (AM-SSB-SC) in MATLAB?
I have found the fs = 200e3; y = ssbmod(x,50e3,fs); x is the audio wavefile. But i dont know its its wit carrier( WC ) o...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Is there any MATLAB function for on off keying(OOK) modulation?
I searched alot but did't find.

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


Error using comm.PhaseFrequencyOffset/parenReference Changing the size on input 1 is not allowed without first calling the release() method.
How i use release method to generate oqpsk modulation on Audion wav file. Code is modulationTypes = categorical(["BPSK", "OQPS...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Is there any Matlab built-in function for 4ASK and 8ASK modulation?
i have found below function but i don't know where to change for 4 and 8Ask. format long; % Clear all variables and close all ...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


Changing the size on input 1 is not allowed without first calling the release() method.
I want to generate the 16ASK modulation using apskmod function by modifying the Autometic Modulation classifcation example of MA...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Error in Automatics modulation classification MATLAB example.
I want to generate the modultion types like (16APSK,32APSK,64APSK,128APSK) by modifying helperModClassGetModulator.m and helper...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Is there any Built in MATLAB function or MATLAB code for 16APSK, 32APSK,64APSK and 128APSK modulation?
I have searched but did't find anything.

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


How to separate real and imaginary value into different column?
I have .mat file which contain 1024 values and i want to keep them in two columns and remove the i. For example a+bi and i n...

bijna 3 jaar ago | 2 answers | 0

2

answers

Question


How to plot 32PSK modulating signal in time domain?
I have found the multiple codes for PSK signal but they plot the consulation diagram, which contain binary values but when i ...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


Why i get Test error 0% in the Modulation Classification with Deep Learning example on GOLD_XYZ_OSC.0001_1024.hdf5 dataset?
Dataset Link: https://drive.google.com/drive/folders/1ualml7NCUjdG4cXEWs72M3U_1jMOrWT_?usp=sharing Matlab Example Link: https...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Error using PhaseFrequencyOffset.setParameters Unable to load C:\Program Files\Polyspace\R2020a\toolbox\comm\commutilities\commmex\mcomfreqoffset.mexw64 [error: The specified module could not be found. ]
I am facing ettot in below line frequencyShifter = comm.PhaseFrequencyOffset( 'SampleRate', fs); but that mcomfreqoffset.mexw6...

bijna 3 jaar ago | 2 answers | 0

2

answers

Question


Error using == (line 30) Invalid types for comparison?
I am using builtin example of matlab on my dataset. when i run the test section it gives me error. code: fprintf('%s - Classif...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


How to save label in 1x1 categorical?
I have .mat file which dimension is (1024x1) and i want to give name that .mat file in 1x1 categorical. when i load that .mat fi...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


How to i add label to Vector ?
I have vectore which dimension is 1024x1. I want to add label in cell. The expected output shoud be in cell which contain {1024...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


How to save each column in E drive of computer?
I have data of dimension (1024x10000) in workspace i want to save each column in my computer. after saving each column it should...

bijna 3 jaar ago | 1 answer | 0

1

answer

Load more