Statistics
0 Questions
32 Answers
RANK
4,508
of 299,157
REPUTATION
12
CONTRIBUTIONS
0 Questions
32 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,690
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 163,542
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Why cant I use a custom MATLAB function in Simscape equation section?
Hi @Julian Ulrich, To use custom MATLAB function in ‘Simscape’, there are two available approaches, depending on whether the ...
7 days ago | 0
how can i generate sinusoidal signal from PS repeating Sequence block of simscape ?
Hi @hassan Sultan, To generate a sinusoidal signal of frequency, say 50 Hz using the “PS Repeating Sequence” block, follow th...
11 days ago | 0
how can i have image c and d ?
Hi @hs, It appears you are attempting to implement selective filtering using a Butterworth notch filter but are obtaining inc...
12 days ago | 0
Access Simscape data in Simulation Manager
Hi @Federico Toso, I understand you want to access Simscape simulation data when running multiple simulation. To ensure that ...
12 days ago | 0
| accepted
there is no simscape in online
Hi @Deepak, I understand you are unable to access Simscape libraries in Simulink online after signing up for free trial and ca...
13 days ago | 0
Not enough input arguments. Error in feature_extract3 (line 3) imdist=rgb2gray(imdist);
Hi @syeda, Generally, MATLAB throws “not enough input arguments” error when a function is called with fewer input parameters t...
14 days ago | 0
AD9361 TX Spectrum Visualization SIMULINK TESTBENCH
Hi @jim wild, The following MATLAB Answer might be useful to understand why the signal appears centered at 0 Hz in the Spectr...
1 month ago | 0
change center frequency for ad9361in simulink?
Hi S_Rajashree, I understand you want to change the center frequency from 0 Hz to 2.14 Hz for the AD9361 Tx example model. Th...
1 month ago | 0
AD9361 transmitter testbench
Hi @焓希, I understand you want to configure the AD9361 transmitter model in MATLAB to shift the output signal from baseband to ...
1 month ago | 0
How can i get main wave from frequency data?
Hi @tst, I understand that you want to extract the frequency components of a signal using the Fast Fourier Transform (FFT) an...
1 month ago | 0
How to use the DATA Inspector with SimScape model
Hi @Jack Daniels, I understand you want to log specific signals from a Simscape model and visualize them in the Data Inspect...
1 month ago | 0
How do I know how the output of FIR filter were calculated (e.g., each of summands of the FIR)?
Hi Jay, I understand you want to access or compute each term in the standard difference equation of an FIR filter for every ...
2 months ago | 0
Question on Match Filters
Hi James, I understand you want to perform the convolution of signal, defined in the interval,, with its matched filter impul...
2 months ago | 0
3rd order butterworth bandpass filter
Hi Ahmed, I understand that you would like to design a 3rd order Butterworth bandpass filter with the desired specifications...
2 months ago | 0
Design IIR filter with filterDesigner function
Hi S.M, I understand you have designed a lowpass Butterworth filter and are seeing different step responses in “filterDesigne...
2 months ago | 0
Issue with running simulation "Detect Human Presence Using Wireless Sensing with Deep Learning"
Hi Subhra, I understand that you want to run the “Detect Human Presence Using Wireless Sensing with Deep Learning” MATLAB ex...
2 months ago | 0
How to custom IGBT characteristics (I-V)
Hi Peter, I understand that you want to customize the output characteristics of the IGBT device based on the manufacturer's dat...
2 months ago | 0
| accepted
How to set the bit depth of the usb camera?
Hi Conway, I understand that you want to acquire 10-bit images from a USB camera. When using the MATLAB "videoinput" function...
2 months ago | 0
getting z transform in factored form?using Matlab?
Hi ABTJ, I understand that you want to express the Z-transform in factored form after determining the zero, poles and gain usin...
4 months ago | 0
Implementing factored form in MATLAB?
Hi ABTJ, From my understanding of the question, you want to convert the unfactored Z-transform representation into its factored...
4 months ago | 0
find threshold in histogram
Hi, I understand that you want to determine the threshold between the two Gaussian curves from the histogram distribution. Si...
4 months ago | 0
what is the different between otsu method, multithreshold method, graythreshold method
Hi mohd akmal, In MATLAB, the functions “otsuthresh”, “graythresh”, and “multithresh” are used for image thresholding. All thes...
4 months ago | 0
Edge detection taking too long, Sobel method
Hi Edith, I understand that you want to implement a MATLAB function to perform edge detection using the Sobel operator and it i...
4 months ago | 0
Problem in sobel edge detection method
Hello Emre, I understand that you want to perform ‘Sobel’ edge detection on an image without using the inbuilt MATLAB function ...
4 months ago | 0
how to find the local mean value for an image?
Hi Ghada, As per my understanding, you are looking for help with blurring an image by calculating the average value of each pix...
4 months ago | 0
How hough function of matlab works?
Hi Roma, I understand that you are looking for more insights on how the values of THETA and RHO are defined to calculate the HO...
4 months ago | 0
Trouble retrieving a license file using Host ID
Hi Amir, I understand that you want to retrieve the licence file and have the necessary details such as Host ID, computer login...
5 months ago | 0
Set default fontsize in figures
Hi Anthony, I understand you want to customize the default font sizes for axes, text, and legends for all the MATLAB figures u...
5 months ago | 0
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
The example titled "GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR" as detailed in the documentation, https://...
5 months ago | 0
| accepted
How can I get the coefficients using the fir filter and hamming window in y = decimate(x,r,"fir") , so I can simulate this function output in another program?
I suppose you want to know the filter coefficients generated and the underlying Hamming window coefficients used in the "decimat...
5 months ago | 0