Faheem Ur Rehman
Followers: 0 Following: 0
Statistics
37 Questions
0 Answers
RANK
34.267
of 295.467
REPUTATION
1
CONTRIBUTIONS
37 Questions
0 Answers
ANSWER ACCEPTANCE
24.32%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
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', ...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
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 3 jaar ago | 1 answer | 0
1
answerQuestion
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 3 jaar ago | 2 answers | 0
2
answersQuestion
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 3 jaar ago | 2 answers | 0
2
answersQuestion
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 3 jaar ago | 1 answer | 0
1
answerQuestion
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 3 jaar ago | 0 answers | 0
0
answersQuestion
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 3 jaar ago | 0 answers | 0
0
answersQuestion
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 3 jaar ago | 2 answers | 0
2
answersQuestion
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 3 jaar ago | 1 answer | 0
1
answerQuestion
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); ...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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.
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
Is there any MATLAB function for on off keying(OOK) modulation?
I searched alot but did't find.
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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.
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0